2018-07-30 17:18:28,776 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-189 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-30 17:18:28,778 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.21,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=7Zhg9sfrXXJKKzJmjQbkAUjjb 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=a5c443b661124ecdb463f917c180f6c2 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=G6FEYCvupG6MQ3UQzcrUaVhkf export OS_REGION_NAME=regionOne 2018-07-30 17:18:28,779 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-30 17:18:28,779 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-07-30 17:18:28,804 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-07-30 17:18:29,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:18:29,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:18:29,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:18:29,092 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-30 17:18:29,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-30 17:18:29,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:18:29,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c1c75ad-8f79-4f60-a212-77968f671251 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:18:29,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-0c1c75ad-8f79-4f60-a212-77968f671251 2018-07-30 17:18:29,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:18:29,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb37427ee864bbead4b2c672b5c6b7d", "name": "admin"}], "expires_at": "2018-07-30T18:18:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5c443b661124ecdb463f917c180f6c2", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "audit_ids": ["etfK138BTHyqiknMNSJ1HA"], "issued_at": "2018-07-30T17:18:29.000000Z"}} 2018-07-30 17:18:29,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ec0d20b268ed3b4d34c27c01bf9c6978193fdc21" 2018-07-30 17:18:29,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:18: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-b038ff63-5cda-47fc-8624-314e84b9c8a8 x-compute-request-id: req-b038ff63-5cda-47fc-8624-314e84b9c8a8 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-30 17:18:29,855 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-aggregates used request id req-b038ff63-5cda-47fc-8624-314e84b9c8a8 2018-07-30 17:18:29,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 0.762299060822s 2018-07-30 17:18:29,855 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-aggregates used request id req-b038ff63-5cda-47fc-8624-314e84b9c8a8 2018-07-30 17:18:29,855 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-30 17:18:29,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:18:29,864 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 30 Jul 2018 17:18:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-30 17:18:29,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 17:18:29,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ec0d20b268ed3b4d34c27c01bf9c6978193fdc21" 2018-07-30 17:18:30,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42ecea1d-34a2-4105-acc9-47ab9f399e15 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/4476b8ce97754bddbc8c57708e295eeb"}, "tags": [], "enabled": true, "id": "4476b8ce97754bddbc8c57708e295eeb", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-07-30 17:18:30,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-42ecea1d-34a2-4105-acc9-47ab9f399e15 2018-07-30 17:18:30,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.161700963974s 2018-07-30 17:18:30,027 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-42ecea1d-34a2-4105-acc9-47ab9f399e15 2018-07-30 17:18:30,028 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'4476b8ce97754bddbc8c57708e295eeb', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-07-30 17:18:30,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-30 17:18:30,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ec0d20b268ed3b4d34c27c01bf9c6978193fdc21" 2018-07-30 17:18:30,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75c09ef2-b1b2-458c-a8e2-5f751af33dca Content-Encoding: gzip Content-Length: 1974 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/016420ad24d24c54abd42aff5b48a805"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "id": "016420ad24d24c54abd42aff5b48a805"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/04ecdba354f44a8786268e206d33523e"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9be1aed440d1460c86c712790176d34d", "id": "04ecdba354f44a8786268e206d33523e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0af96dfa9b7a446e8f45acfebc461c5c"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3131e80615484006b54d4e5be3be80c8", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/12c773bacab84dd091f964acc09bf744"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5aee3694a9ba44a5ae2ad968487e3b22", "id": "12c773bacab84dd091f964acc09bf744"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/12ca29f59258435c8f521b7b322ab4b3"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3fbe8c09dbf949038925549f740de3ff", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1361e8ba25094a3faf52ee9f0b61e319"}, "url": "http://12.0.0.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2bbdcb597aa6403bb5e477969385729a", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1592d5d5e09e494fac2430e1e2a3924e"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f8b66410f521488d9c9d5c3814bb71d2", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/17cd8408513e478aafa7819d9a44bbe0"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9be1aed440d1460c86c712790176d34d", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1e85b737381141afae890983029e7a92"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "id": "1e85b737381141afae890983029e7a92"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/231805529ad14a01ac7573c7121a81fe"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8cd080ed818b46da98705f8817375bde", "id": "231805529ad14a01ac7573c7121a81fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/25881817dcba4472a4f7b881deb9570e"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b632c1b4d3e84a458a5e71e177814503", "id": "25881817dcba4472a4f7b881deb9570e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3d996b12a48040489d45c70d938b811e"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f8b66410f521488d9c9d5c3814bb71d2", "id": "3d996b12a48040489d45c70d938b811e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4963b6339c0646a6bdeb062616ac44c2"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f8b66410f521488d9c9d5c3814bb71d2", "id": "4963b6339c0646a6bdeb062616ac44c2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4d0af009bae543bbb9de975f6b7ce704"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c422fc51a96c47cc9d0066c7202cda09", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4d3ef972aba947009fc74c08468a337d"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3fbe8c09dbf949038925549f740de3ff", "id": "4d3ef972aba947009fc74c08468a337d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4e8e83f8524e45468acdf9cbc8d28dc2"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fee612194e2c4cbba783658e7994ac0b", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/507df6074a2e42a8befef569b02727bf"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8cd080ed818b46da98705f8817375bde", "id": "507df6074a2e42a8befef569b02727bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/51f6cc01c0c1479389242611ab7f312c"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "693176b62b854fae9330575401fa0522", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5418887849894159b25d2548d8f90b5d"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3131e80615484006b54d4e5be3be80c8", "id": "5418887849894159b25d2548d8f90b5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5da367db6f8246e68a51b5b3ba49f3e5"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8cd080ed818b46da98705f8817375bde", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/64761e7fb2ce4714a722e895e67412a5"}, "url": "http://12.0.0.23:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2bbdcb597aa6403bb5e477969385729a", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/65c7665cea5c40638199c5a9467d07cd"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9be1aed440d1460c86c712790176d34d", "id": "65c7665cea5c40638199c5a9467d07cd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/6caaf7c81eb3417bab956d7aea76425a"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5aee3694a9ba44a5ae2ad968487e3b22", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/77469ce0efcc4cb59360cdb741b6c0f0"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "693176b62b854fae9330575401fa0522", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7e95f0c522a14320a9c48014df4e61e5"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b632c1b4d3e84a458a5e71e177814503", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/863b0acdf82e4532b711a3567d6f7daa"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "693176b62b854fae9330575401fa0522", "id": "863b0acdf82e4532b711a3567d6f7daa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8ae6f52c409f48d5af6e3e059db9e722"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "71f8e84c6f8e4dffa62fa0e4c9239689", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8ce3683ffc334233aae29720b31c6429"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5aee3694a9ba44a5ae2ad968487e3b22", "id": "8ce3683ffc334233aae29720b31c6429"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/92a1f3fbdc024958911453ee071657d1"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3fbe8c09dbf949038925549f740de3ff", "id": "92a1f3fbdc024958911453ee071657d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/994dcd01b08541c592e31f6a1d0da83c"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1600a4cc7ab644788745b7ee6d5196a1", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9cc944430f064544a6dce86b506dfb3d"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1600a4cc7ab644788745b7ee6d5196a1", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a0adec319416450191188ce27ccdad49"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c422fc51a96c47cc9d0066c7202cda09", "id": "a0adec319416450191188ce27ccdad49"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a62ce20056ab45679633de9e75f6a580"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "71f8e84c6f8e4dffa62fa0e4c9239689", "id": "a62ce20056ab45679633de9e75f6a580"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a9d178cac4834ce7946ed3d7e1e94576"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "id": "a9d178cac4834ce7946ed3d7e1e94576"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bc922724c02e4fefa3c127a40a81170a"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fee612194e2c4cbba783658e7994ac0b", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c0386e2ba6324a36a5eb0ec180228cf3"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b632c1b4d3e84a458a5e71e177814503", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/cf02c408026e4beda8789a7544b91070"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c422fc51a96c47cc9d0066c7202cda09", "id": "cf02c408026e4beda8789a7544b91070"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e09478274a274758bf8cb2a384444b01"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fee612194e2c4cbba783658e7994ac0b", "id": "e09478274a274758bf8cb2a384444b01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e67f6ca40e4941b68b72a828543e4ee3"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2bbdcb597aa6403bb5e477969385729a", "id": "e67f6ca40e4941b68b72a828543e4ee3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e9ccc26c5e3e4c7e8377042bc4e71b86"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "71f8e84c6f8e4dffa62fa0e4c9239689", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ed2f650d6a97493aaee6be4af8d79cc6"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3131e80615484006b54d4e5be3be80c8", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ed8611631a1341ab9288cf7b3f22ffb6"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1600a4cc7ab644788745b7ee6d5196a1", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-30 17:18:30,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-75c09ef2-b1b2-458c-a8e2-5f751af33dca 2018-07-30 17:18:30,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.179512023926s 2018-07-30 17:18:30,212 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-75c09ef2-b1b2-458c-a8e2-5f751af33dca 2018-07-30 17:18:30,219 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_endpoints: [Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/016420ad24d24c54abd42aff5b48a805'}, u'url': u'http://172.30.9.21:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1000fbdbb5cb4c97b0f344b8ef00fd19', u'id': u'016420ad24d24c54abd42aff5b48a805'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/04ecdba354f44a8786268e206d33523e'}, 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'9be1aed440d1460c86c712790176d34d', u'id': u'04ecdba354f44a8786268e206d33523e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/0af96dfa9b7a446e8f45acfebc461c5c'}, u'url': u'http://172.30.9.21:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3131e80615484006b54d4e5be3be80c8', u'id': u'0af96dfa9b7a446e8f45acfebc461c5c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/12c773bacab84dd091f964acc09bf744'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5aee3694a9ba44a5ae2ad968487e3b22', u'id': u'12c773bacab84dd091f964acc09bf744'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/12ca29f59258435c8f521b7b322ab4b3'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3fbe8c09dbf949038925549f740de3ff', u'id': u'12ca29f59258435c8f521b7b322ab4b3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/1361e8ba25094a3faf52ee9f0b61e319'}, u'url': u'http://12.0.0.23:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2bbdcb597aa6403bb5e477969385729a', u'id': u'1361e8ba25094a3faf52ee9f0b61e319'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/1592d5d5e09e494fac2430e1e2a3924e'}, u'url': u'http://172.30.9.21:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f8b66410f521488d9c9d5c3814bb71d2', u'id': u'1592d5d5e09e494fac2430e1e2a3924e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/17cd8408513e478aafa7819d9a44bbe0'}, u'url': u'http://172.30.9.21:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9be1aed440d1460c86c712790176d34d', u'id': u'17cd8408513e478aafa7819d9a44bbe0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/1e85b737381141afae890983029e7a92'}, 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'1000fbdbb5cb4c97b0f344b8ef00fd19', u'id': u'1e85b737381141afae890983029e7a92'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/231805529ad14a01ac7573c7121a81fe'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8cd080ed818b46da98705f8817375bde', u'id': u'231805529ad14a01ac7573c7121a81fe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/25881817dcba4472a4f7b881deb9570e'}, u'url': u'http://172.30.9.21:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b632c1b4d3e84a458a5e71e177814503', u'id': u'25881817dcba4472a4f7b881deb9570e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/3d996b12a48040489d45c70d938b811e'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f8b66410f521488d9c9d5c3814bb71d2', u'id': u'3d996b12a48040489d45c70d938b811e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/4963b6339c0646a6bdeb062616ac44c2'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f8b66410f521488d9c9d5c3814bb71d2', u'id': u'4963b6339c0646a6bdeb062616ac44c2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/4d0af009bae543bbb9de975f6b7ce704'}, u'url': u'http://172.30.9.21:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c422fc51a96c47cc9d0066c7202cda09', u'id': u'4d0af009bae543bbb9de975f6b7ce704'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/4d3ef972aba947009fc74c08468a337d'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3fbe8c09dbf949038925549f740de3ff', u'id': u'4d3ef972aba947009fc74c08468a337d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/4e8e83f8524e45468acdf9cbc8d28dc2'}, u'url': u'http://172.30.9.21:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'fee612194e2c4cbba783658e7994ac0b', u'id': u'4e8e83f8524e45468acdf9cbc8d28dc2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/507df6074a2e42a8befef569b02727bf'}, u'url': u'http://172.30.9.21:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8cd080ed818b46da98705f8817375bde', u'id': u'507df6074a2e42a8befef569b02727bf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/51f6cc01c0c1479389242611ab7f312c'}, u'url': u'http://172.30.9.21:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'693176b62b854fae9330575401fa0522', u'id': u'51f6cc01c0c1479389242611ab7f312c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/5418887849894159b25d2548d8f90b5d'}, 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'3131e80615484006b54d4e5be3be80c8', u'id': u'5418887849894159b25d2548d8f90b5d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/5da367db6f8246e68a51b5b3ba49f3e5'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8cd080ed818b46da98705f8817375bde', u'id': u'5da367db6f8246e68a51b5b3ba49f3e5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/64761e7fb2ce4714a722e895e67412a5'}, u'url': u'http://12.0.0.23:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2bbdcb597aa6403bb5e477969385729a', u'id': u'64761e7fb2ce4714a722e895e67412a5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/65c7665cea5c40638199c5a9467d07cd'}, 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'9be1aed440d1460c86c712790176d34d', u'id': u'65c7665cea5c40638199c5a9467d07cd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/6caaf7c81eb3417bab956d7aea76425a'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5aee3694a9ba44a5ae2ad968487e3b22', u'id': u'6caaf7c81eb3417bab956d7aea76425a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/77469ce0efcc4cb59360cdb741b6c0f0'}, 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'693176b62b854fae9330575401fa0522', u'id': u'77469ce0efcc4cb59360cdb741b6c0f0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/7e95f0c522a14320a9c48014df4e61e5'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b632c1b4d3e84a458a5e71e177814503', u'id': u'7e95f0c522a14320a9c48014df4e61e5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/863b0acdf82e4532b711a3567d6f7daa'}, 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'693176b62b854fae9330575401fa0522', u'id': u'863b0acdf82e4532b711a3567d6f7daa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/8ae6f52c409f48d5af6e3e059db9e722'}, 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'71f8e84c6f8e4dffa62fa0e4c9239689', u'id': u'8ae6f52c409f48d5af6e3e059db9e722'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/8ce3683ffc334233aae29720b31c6429'}, u'url': u'http://172.30.9.21:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5aee3694a9ba44a5ae2ad968487e3b22', u'id': u'8ce3683ffc334233aae29720b31c6429'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/92a1f3fbdc024958911453ee071657d1'}, u'url': u'http://172.30.9.21:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3fbe8c09dbf949038925549f740de3ff', u'id': u'92a1f3fbdc024958911453ee071657d1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/994dcd01b08541c592e31f6a1d0da83c'}, u'url': u'http://172.30.9.21:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1600a4cc7ab644788745b7ee6d5196a1', u'id': u'994dcd01b08541c592e31f6a1d0da83c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/9cc944430f064544a6dce86b506dfb3d'}, 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'1600a4cc7ab644788745b7ee6d5196a1', u'id': u'9cc944430f064544a6dce86b506dfb3d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/a0adec319416450191188ce27ccdad49'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c422fc51a96c47cc9d0066c7202cda09', u'id': u'a0adec319416450191188ce27ccdad49'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/a62ce20056ab45679633de9e75f6a580'}, 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'71f8e84c6f8e4dffa62fa0e4c9239689', u'id': u'a62ce20056ab45679633de9e75f6a580'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/a9d178cac4834ce7946ed3d7e1e94576'}, 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'1000fbdbb5cb4c97b0f344b8ef00fd19', u'id': u'a9d178cac4834ce7946ed3d7e1e94576'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/bc922724c02e4fefa3c127a40a81170a'}, 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'fee612194e2c4cbba783658e7994ac0b', u'id': u'bc922724c02e4fefa3c127a40a81170a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/c0386e2ba6324a36a5eb0ec180228cf3'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b632c1b4d3e84a458a5e71e177814503', u'id': u'c0386e2ba6324a36a5eb0ec180228cf3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/cf02c408026e4beda8789a7544b91070'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c422fc51a96c47cc9d0066c7202cda09', u'id': u'cf02c408026e4beda8789a7544b91070'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/e09478274a274758bf8cb2a384444b01'}, 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'fee612194e2c4cbba783658e7994ac0b', u'id': u'e09478274a274758bf8cb2a384444b01'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/e67f6ca40e4941b68b72a828543e4ee3'}, u'url': u'http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2bbdcb597aa6403bb5e477969385729a', u'id': u'e67f6ca40e4941b68b72a828543e4ee3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/e9ccc26c5e3e4c7e8377042bc4e71b86'}, u'url': u'http://172.30.9.21:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'71f8e84c6f8e4dffa62fa0e4c9239689', u'id': u'e9ccc26c5e3e4c7e8377042bc4e71b86'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/ed2f650d6a97493aaee6be4af8d79cc6'}, 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'3131e80615484006b54d4e5be3be80c8', u'id': u'ed2f650d6a97493aaee6be4af8d79cc6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/ed8611631a1341ab9288cf7b3f22ffb6'}, 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'1600a4cc7ab644788745b7ee6d5196a1', u'id': u'ed8611631a1341ab9288cf7b3f22ffb6'})] 2018-07-30 17:18:30,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-30 17:18:30,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ec0d20b268ed3b4d34c27c01bf9c6978193fdc21" 2018-07-30 17:18:30,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:18:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64e881ac-02e8-4f12-9e59-77b64763330c x-compute-request-id: req-64e881ac-02e8-4f12-9e59-77b64763330c Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-07-30 17:18:30,338 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/extensions used request id req-64e881ac-02e8-4f12-9e59-77b64763330c 2018-07-30 17:18:30,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.117434024811s 2018-07-30 17:18:30,339 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/extensions used request id req-64e881ac-02e8-4f12-9e59-77b64763330c 2018-07-30 17:18:30,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-30 17:18:30,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ec0d20b268ed3b4d34c27c01bf9c6978193fdc21" 2018-07-30 17:18:32,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:18:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-21182b3f-01fe-4473-99e1-0ca13e6ed88b x-compute-request-id: req-21182b3f-01fe-4473-99e1-0ca13e6ed88b Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-30 17:18:32,136 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-floating-ip-pools used request id req-21182b3f-01fe-4473-99e1-0ca13e6ed88b 2018-07-30 17:18:32,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.78172898293s 2018-07-30 17:18:32,137 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-floating-ip-pools used request id req-21182b3f-01fe-4473-99e1-0ca13e6ed88b 2018-07-30 17:18:32,137 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-30 17:18:32,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:18:32,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ec0d20b268ed3b4d34c27c01bf9c6978193fdc21" 2018-07-30 17:18:33,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-00f62176-98e9-49a2-9a49-d35d6ea07c7b Date: Mon, 30 Jul 2018 17:18:33 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:18:33,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-00f62176-98e9-49a2-9a49-d35d6ea07c7b 2018-07-30 17:18:33,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.0318069458s 2018-07-30 17:18:33,175 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-00f62176-98e9-49a2-9a49-d35d6ea07c7b 2018-07-30 17:18:33,175 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-30 17:18:33,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-30 17:18:33,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ec0d20b268ed3b4d34c27c01bf9c6978193fdc21" 2018-07-30 17:18:33,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:18: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-4b7f0321-2dc7-4ffc-af4c-d9168bb66432 x-compute-request-id: req-4b7f0321-2dc7-4ffc-af4c-d9168bb66432 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 149}, "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.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 152}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-07-30 17:18:33,366 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-4b7f0321-2dc7-4ffc-af4c-d9168bb66432 2018-07-30 17:18:33,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.190942049026s 2018-07-30 17:18:33,367 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-4b7f0321-2dc7-4ffc-af4c-d9168bb66432 2018-07-30 17:18:33,368 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.3', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 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': 149}, 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.9', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 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': 152}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-07-30 17:18:33,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-30 17:18:33,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ec0d20b268ed3b4d34c27c01bf9c6978193fdc21" 2018-07-30 17:18:33,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:18:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6a24cedf-3972-49ca-aed5-b748209619cd x-compute-request-id: req-6a24cedf-3972-49ca-aed5-b748209619cd Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-30 17:18:33,512 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-6a24cedf-3972-49ca-aed5-b748209619cd 2018-07-30 17:18:33,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.143571138382s 2018-07-30 17:18:33,512 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-6a24cedf-3972-49ca-aed5-b748209619cd 2018-07-30 17:18:33,513 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-30 17:18:33,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:18:33,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ec0d20b268ed3b4d34c27c01bf9c6978193fdc21" 2018-07-30 17:18:34,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-308829b9-5245-478e-9772-371bfddb7175 Date: Mon, 30 Jul 2018 17:18:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 17:18:34,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-308829b9-5245-478e-9772-371bfddb7175 2018-07-30 17:18:34,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.13217616081s 2018-07-30 17:18:34,646 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-308829b9-5245-478e-9772-371bfddb7175 2018-07-30 17:18:34,646 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-30T17:14:56Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'6cded11f-6a6d-475c-8684-92fd679f2832', 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'bbb29370cb064c718b72faa5c6748440', u'created_at': u'2018-07-30T17:14:48Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bbb29370cb064c718b72faa5c6748440'})] 2018-07-30 17:18:34,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:18:34,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ec0d20b268ed3b4d34c27c01bf9c6978193fdc21" 2018-07-30 17:18:35,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8f4e8db1-e3d5-40fd-a791-756132e6d4ae Date: Mon, 30 Jul 2018 17:18:35 GMT RESP BODY: {"ports":[]} 2018-07-30 17:18:35,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json used request id req-8f4e8db1-e3d5-40fd-a791-756132e6d4ae 2018-07-30 17:18:35,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.976210832596s 2018-07-30 17:18:35,623 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json used request id req-8f4e8db1-e3d5-40fd-a791-756132e6d4ae 2018-07-30 17:18:35,623 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-30 17:18:35,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-30 17:18:35,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ec0d20b268ed3b4d34c27c01bf9c6978193fdc21" 2018-07-30 17:18:35,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:18:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b14de38e-8ef9-4b77-b921-e1426f44b92d Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "bbb29370cb064c718b72faa5c6748440"}}, "role": {"id": "44ee7a7899714042b8a5cec4aa90d549"}, "user": {"id": "007c651792db418193688c10d843d637"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440/users/007c651792db418193688c10d843d637/roles/44ee7a7899714042b8a5cec4aa90d549"}}, {"scope": {"project": {"id": "bbb29370cb064c718b72faa5c6748440"}}, "role": {"id": "9eb37427ee864bbead4b2c672b5c6b7d"}, "user": {"id": "007c651792db418193688c10d843d637"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440/users/007c651792db418193688c10d843d637/roles/9eb37427ee864bbead4b2c672b5c6b7d"}}, {"scope": {"project": {"id": "bbb29370cb064c718b72faa5c6748440"}}, "role": {"id": "9eb37427ee864bbead4b2c672b5c6b7d"}, "user": {"id": "244dcd30c06d4384961fa64d49c3e41c"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440/users/244dcd30c06d4384961fa64d49c3e41c/roles/9eb37427ee864bbead4b2c672b5c6b7d"}}, {"scope": {"project": {"id": "a5c443b661124ecdb463f917c180f6c2"}}, "role": {"id": "9eb37427ee864bbead4b2c672b5c6b7d"}, "user": {"id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/a5c443b661124ecdb463f917c180f6c2/users/3d82804d95aa4fd1bfc17877fcdf7354/roles/9eb37427ee864bbead4b2c672b5c6b7d"}}, {"scope": {"project": {"id": "bbb29370cb064c718b72faa5c6748440"}}, "role": {"id": "9eb37427ee864bbead4b2c672b5c6b7d"}, "user": {"id": "656ce29b237b48409909716a40fce1c7"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440/users/656ce29b237b48409909716a40fce1c7/roles/9eb37427ee864bbead4b2c672b5c6b7d"}}, {"scope": {"project": {"id": "bbb29370cb064c718b72faa5c6748440"}}, "role": {"id": "9eb37427ee864bbead4b2c672b5c6b7d"}, "user": {"id": "6e6a16503d3c4934b5b61073aba8b08c"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440/users/6e6a16503d3c4934b5b61073aba8b08c/roles/9eb37427ee864bbead4b2c672b5c6b7d"}}, {"scope": {"project": {"id": "bbb29370cb064c718b72faa5c6748440"}}, "role": {"id": "9eb37427ee864bbead4b2c672b5c6b7d"}, "user": {"id": "766202d20652431a9855034c09964e9e"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440/users/766202d20652431a9855034c09964e9e/roles/9eb37427ee864bbead4b2c672b5c6b7d"}}, {"scope": {"project": {"id": "bbb29370cb064c718b72faa5c6748440"}}, "role": {"id": "9eb37427ee864bbead4b2c672b5c6b7d"}, "user": {"id": "7908f48045ad430c8bb89bc94876adee"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440/users/7908f48045ad430c8bb89bc94876adee/roles/9eb37427ee864bbead4b2c672b5c6b7d"}}, {"scope": {"project": {"id": "bbb29370cb064c718b72faa5c6748440"}}, "role": {"id": "9eb37427ee864bbead4b2c672b5c6b7d"}, "user": {"id": "857e0417e4494e29b92ccbb6e2e75992"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440/users/857e0417e4494e29b92ccbb6e2e75992/roles/9eb37427ee864bbead4b2c672b5c6b7d"}}, {"scope": {"project": {"id": "bbb29370cb064c718b72faa5c6748440"}}, "role": {"id": "9eb37427ee864bbead4b2c672b5c6b7d"}, "user": {"id": "a699b948ffba4770a3e60d35294751c3"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440/users/a699b948ffba4770a3e60d35294751c3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}}, {"scope": {"project": {"id": "bbb29370cb064c718b72faa5c6748440"}}, "role": {"id": "9eb37427ee864bbead4b2c672b5c6b7d"}, "user": {"id": "aaa8224c76a3484bbac84a74b4ba8b3f"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440/users/aaa8224c76a3484bbac84a74b4ba8b3f/roles/9eb37427ee864bbead4b2c672b5c6b7d"}}, {"scope": {"project": {"id": "bbb29370cb064c718b72faa5c6748440"}}, "role": {"id": "9eb37427ee864bbead4b2c672b5c6b7d"}, "user": {"id": "c1e29c6e158e46b79cb6db3144213a17"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440/users/c1e29c6e158e46b79cb6db3144213a17/roles/9eb37427ee864bbead4b2c672b5c6b7d"}}, {"scope": {"project": {"id": "bbb29370cb064c718b72faa5c6748440"}}, "role": {"id": "9eb37427ee864bbead4b2c672b5c6b7d"}, "user": {"id": "d4319e1f77ec4d80b169bc61bdac9efc"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440/users/d4319e1f77ec4d80b169bc61bdac9efc/roles/9eb37427ee864bbead4b2c672b5c6b7d"}}, {"scope": {"project": {"id": "bbb29370cb064c718b72faa5c6748440"}}, "role": {"id": "9eb37427ee864bbead4b2c672b5c6b7d"}, "user": {"id": "d4889590909945f088a965d003206189"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440/users/d4889590909945f088a965d003206189/roles/9eb37427ee864bbead4b2c672b5c6b7d"}}, {"scope": {"domain": {"id": "4476b8ce97754bddbc8c57708e295eeb"}}, "role": {"id": "9eb37427ee864bbead4b2c672b5c6b7d"}, "user": {"id": "2a5230a6efdb4a64a4b00fb62e23cfea"}, "links": {"assignment": "http://172.30.9.21:5000/v3/domains/4476b8ce97754bddbc8c57708e295eeb/users/2a5230a6efdb4a64a4b00fb62e23cfea/roles/9eb37427ee864bbead4b2c672b5c6b7d"}}, {"scope": {"system": {"all": true}}, "role": {"id": "9eb37427ee864bbead4b2c672b5c6b7d"}, "user": {"id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "links": {"assignment": "http://172.30.9.21:5000/v3/system/users/3d82804d95aa4fd1bfc17877fcdf7354/roles/9eb37427ee864bbead4b2c672b5c6b7d"}}], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-30 17:18:35,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments used request id req-b14de38e-8ef9-4b77-b921-e1426f44b92d 2018-07-30 17:18:35,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0902488231659s 2018-07-30 17:18:35,718 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments used request id req-b14de38e-8ef9-4b77-b921-e1426f44b92d 2018-07-30 17:18:35,721 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'bbb29370cb064c718b72faa5c6748440', 'id': u'44ee7a7899714042b8a5cec4aa90d549', 'user': u'007c651792db418193688c10d843d637'}), Munch({'project': u'bbb29370cb064c718b72faa5c6748440', 'id': u'9eb37427ee864bbead4b2c672b5c6b7d', 'user': u'007c651792db418193688c10d843d637'}), Munch({'project': u'bbb29370cb064c718b72faa5c6748440', 'id': u'9eb37427ee864bbead4b2c672b5c6b7d', 'user': u'244dcd30c06d4384961fa64d49c3e41c'}), Munch({'project': u'a5c443b661124ecdb463f917c180f6c2', 'id': u'9eb37427ee864bbead4b2c672b5c6b7d', 'user': u'3d82804d95aa4fd1bfc17877fcdf7354'}), Munch({'project': u'bbb29370cb064c718b72faa5c6748440', 'id': u'9eb37427ee864bbead4b2c672b5c6b7d', 'user': u'656ce29b237b48409909716a40fce1c7'}), Munch({'project': u'bbb29370cb064c718b72faa5c6748440', 'id': u'9eb37427ee864bbead4b2c672b5c6b7d', 'user': u'6e6a16503d3c4934b5b61073aba8b08c'}), Munch({'project': u'bbb29370cb064c718b72faa5c6748440', 'id': u'9eb37427ee864bbead4b2c672b5c6b7d', 'user': u'766202d20652431a9855034c09964e9e'}), Munch({'project': u'bbb29370cb064c718b72faa5c6748440', 'id': u'9eb37427ee864bbead4b2c672b5c6b7d', 'user': u'7908f48045ad430c8bb89bc94876adee'}), Munch({'project': u'bbb29370cb064c718b72faa5c6748440', 'id': u'9eb37427ee864bbead4b2c672b5c6b7d', 'user': u'857e0417e4494e29b92ccbb6e2e75992'}), Munch({'project': u'bbb29370cb064c718b72faa5c6748440', 'id': u'9eb37427ee864bbead4b2c672b5c6b7d', 'user': u'a699b948ffba4770a3e60d35294751c3'}), Munch({'project': u'bbb29370cb064c718b72faa5c6748440', 'id': u'9eb37427ee864bbead4b2c672b5c6b7d', 'user': u'aaa8224c76a3484bbac84a74b4ba8b3f'}), Munch({'project': u'bbb29370cb064c718b72faa5c6748440', 'id': u'9eb37427ee864bbead4b2c672b5c6b7d', 'user': u'c1e29c6e158e46b79cb6db3144213a17'}), Munch({'project': u'bbb29370cb064c718b72faa5c6748440', 'id': u'9eb37427ee864bbead4b2c672b5c6b7d', 'user': u'd4319e1f77ec4d80b169bc61bdac9efc'}), Munch({'project': u'bbb29370cb064c718b72faa5c6748440', 'id': u'9eb37427ee864bbead4b2c672b5c6b7d', 'user': u'd4889590909945f088a965d003206189'}), Munch({'domain': u'4476b8ce97754bddbc8c57708e295eeb', 'id': u'9eb37427ee864bbead4b2c672b5c6b7d', 'user': u'2a5230a6efdb4a64a4b00fb62e23cfea'}), Munch({'id': u'9eb37427ee864bbead4b2c672b5c6b7d', 'user': u'3d82804d95aa4fd1bfc17877fcdf7354'})] 2018-07-30 17:18:35,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:18:35,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ec0d20b268ed3b4d34c27c01bf9c6978193fdc21" 2018-07-30 17:18:35,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:18:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cca132f-deb4-443a-9ccc-abffe91588aa Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:18:35,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2cca132f-deb4-443a-9ccc-abffe91588aa 2018-07-30 17:18:35,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.095871925354s 2018-07-30 17:18:35,821 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2cca132f-deb4-443a-9ccc-abffe91588aa 2018-07-30 17:18:35,823 - 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'44ee7a7899714042b8a5cec4aa90d549'}), 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'9eb37427ee864bbead4b2c672b5c6b7d'}), 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'a5410d8ad505419494542020b00c9440'}), 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'cc768f3ab7404964a63f1b7d6a841081'})] 2018-07-30 17:18:35,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-30 17:18:35,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ec0d20b268ed3b4d34c27c01bf9c6978193fdc21" 2018-07-30 17:18:36,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2f7cfed9-b2e6-44aa-b1b4-6100d8cc3511 Date: Mon, 30 Jul 2018 17:18:36 GMT RESP BODY: {"routers": []} 2018-07-30 17:18:36,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2f7cfed9-b2e6-44aa-b1b4-6100d8cc3511 2018-07-30 17:18:36,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.10368990898s 2018-07-30 17:18:36,928 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2f7cfed9-b2e6-44aa-b1b4-6100d8cc3511 2018-07-30 17:18:36,928 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-30 17:18:36,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:18:36,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ec0d20b268ed3b4d34c27c01bf9c6978193fdc21" 2018-07-30 17:18:37,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:18:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d08c04c8-278a-4f0e-9e93-405999b67f5a x-compute-request-id: req-d08c04c8-278a-4f0e-9e93-405999b67f5a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-30 17:18:37,190 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d08c04c8-278a-4f0e-9e93-405999b67f5a 2018-07-30 17:18:37,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.261014938354s 2018-07-30 17:18:37,190 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d08c04c8-278a-4f0e-9e93-405999b67f5a 2018-07-30 17:18:37,190 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-30 17:18:37,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-30 17:18:37,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:18:37,204 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 30 Jul 2018 17:18:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 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"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-30 17:18:37,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ec0d20b268ed3b4d34c27c01bf9c6978193fdc21" 2018-07-30 17:18:37,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8db1be8e-1aa0-4ab4-9925-c38e07db8f66 Content-Encoding: gzip Content-Length: 857 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1000fbdbb5cb4c97b0f344b8ef00fd19"}, "enabled": true, "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1600a4cc7ab644788745b7ee6d5196a1"}, "enabled": true, "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1b6acac8284d4e33a6dac00e2b6baaf6"}, "enabled": true, "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2bbdcb597aa6403bb5e477969385729a"}, "enabled": true, "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/3131e80615484006b54d4e5be3be80c8"}, "enabled": true, "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3fbe8c09dbf949038925549f740de3ff"}, "enabled": true, "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5aee3694a9ba44a5ae2ad968487e3b22"}, "enabled": true, "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/693176b62b854fae9330575401fa0522"}, "enabled": true, "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/71f8e84c6f8e4dffa62fa0e4c9239689"}, "enabled": true, "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/8cd080ed818b46da98705f8817375bde"}, "enabled": true, "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9be1aed440d1460c86c712790176d34d"}, "enabled": true, "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b632c1b4d3e84a458a5e71e177814503"}, "enabled": true, "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c422fc51a96c47cc9d0066c7202cda09"}, "enabled": true, "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f8b66410f521488d9c9d5c3814bb71d2"}, "enabled": true, "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/fee612194e2c4cbba783658e7994ac0b"}, "enabled": true, "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-07-30 17:18:37,300 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-8db1be8e-1aa0-4ab4-9925-c38e07db8f66 2018-07-30 17:18:37,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.10621380806s 2018-07-30 17:18:37,300 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-8db1be8e-1aa0-4ab4-9925-c38e07db8f66 2018-07-30 17:18:37,306 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'1000fbdbb5cb4c97b0f344b8ef00fd19', 'name': u'cinder'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'1600a4cc7ab644788745b7ee6d5196a1', 'name': u'placement'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'1b6acac8284d4e33a6dac00e2b6baaf6', 'name': u'ceilometer'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'2bbdcb597aa6403bb5e477969385729a', 'name': u'swift'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'3131e80615484006b54d4e5be3be80c8', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'3fbe8c09dbf949038925549f740de3ff', 'name': u'panko'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'5aee3694a9ba44a5ae2ad968487e3b22', 'name': u'keystone'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'693176b62b854fae9330575401fa0522', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'71f8e84c6f8e4dffa62fa0e4c9239689', 'name': u'cinderv3'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'8cd080ed818b46da98705f8817375bde', 'name': u'neutron'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'9be1aed440d1460c86c712790176d34d', 'name': u'nova'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'b632c1b4d3e84a458a5e71e177814503', 'name': u'aodh'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'c422fc51a96c47cc9d0066c7202cda09', 'name': u'glance'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'f8b66410f521488d9c9d5c3814bb71d2', 'name': u'gnocchi'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'fee612194e2c4cbba783658e7994ac0b', 'name': u'heat'})] 2018-07-30 17:18:37,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 17:18:37,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ec0d20b268ed3b4d34c27c01bf9c6978193fdc21" 2018-07-30 17:18:38,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e0583441-7c27-4eca-a358-33d1c6ac15f6 Date: Mon, 30 Jul 2018 17:18:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6cded11f-6a6d-475c-8684-92fd679f2832","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:56Z","dns_nameservers":[],"updated_at":"2018-07-30T17:14:56Z","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":"bbb29370cb064c718b72faa5c6748440","id":"60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-30 17:18:38,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-e0583441-7c27-4eca-a358-33d1c6ac15f6 2018-07-30 17:18:38,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.938822031021s 2018-07-30 17:18:38,246 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-e0583441-7c27-4eca-a358-33d1c6ac15f6 2018-07-30 17:18:38,246 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:14:56Z', 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'60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', u'tenant_id': u'bbb29370cb064c718b72faa5c6748440', u'created_at': u'2018-07-30T17:14:56Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'bbb29370cb064c718b72faa5c6748440'})] 2018-07-30 17:18:38,368 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 17:18:38,369 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-30 17:18:38,428 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-07-30 17:18:38,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:18:38,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:18:38,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:18:38,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:18:38,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:18:38,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:18:38,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:18:38,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:18:38,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:18:38,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:18:38,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:18:38,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:18:38,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:18:38,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:18:38,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:18:38,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:18:38,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:18:38,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:18:38,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:18:38,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:18:38,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:18:38,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:18:38,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:18:38,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d89b7ad1-269e-4b4e-becd-e90ced788ed1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:18:38,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d89b7ad1-269e-4b4e-becd-e90ced788ed1 2018-07-30 17:18:38,553 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:18:39,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb37427ee864bbead4b2c672b5c6b7d", "name": "admin"}], "expires_at": "2018-07-30T18:18:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5c443b661124ecdb463f917c180f6c2", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "audit_ids": ["xGeZuA2eQEKq2T73kTVj2Q"], "issued_at": "2018-07-30T17:18:39.000000Z"}} 2018-07-30 17:18:39,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:18:39,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8292dbd4b6348c7f8a85ef67b628a179f62428b" 2018-07-30 17:18:39,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-956183d3-850e-473f-b79b-cd402e7820ff Date: Mon, 30 Jul 2018 17:18:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 17:18:39,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-956183d3-850e-473f-b79b-cd402e7820ff 2018-07-30 17:18:39,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.269356012344s 2018-07-30 17:18:39,284 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-956183d3-850e-473f-b79b-cd402e7820ff 2018-07-30 17:18:39,285 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-30 17:18:39,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-30 17:18:39,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8292dbd4b6348c7f8a85ef67b628a179f62428b" -d '{"network": {"name": "tenantnetwork1-net_9b2f6853-8b90-4940-a478-8c413086d536", "admin_state_up": true}}' 2018-07-30 17:18:41,041 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-7d9fac24-6f6b-4493-aa3a-c782b5516e88 Date: Mon, 30 Jul 2018 17:18:41 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e1f06d08-70cc-4c8c-98ff-756db9cd5e67","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T17:18:40Z","is_default":false,"provider:segmentation_id":79,"name":"tenantnetwork1-net_9b2f6853-8b90-4940-a478-8c413086d536","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:18:40Z","mtu":1450}} 2018-07-30 17:18:41,041 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7d9fac24-6f6b-4493-aa3a-c782b5516e88 2018-07-30 17:18:41,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.75532793999s 2018-07-30 17:18:41,041 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7d9fac24-6f6b-4493-aa3a-c782b5516e88 2018-07-30 17:18:41,042 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-30T17:18:40Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e1f06d08-70cc-4c8c-98ff-756db9cd5e67', u'provider:segmentation_id': 79, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_9b2f6853-8b90-4940-a478-8c413086d536', u'admin_state_up': True, u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T17:18:40Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a5c443b661124ecdb463f917c180f6c2'}) 2018-07-30 17:18:41,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:18:41,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8292dbd4b6348c7f8a85ef67b628a179f62428b" 2018-07-30 17:18:42,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-90fe82ea-7f52-4301-b320-b7693a521551 Date: Mon, 30 Jul 2018 17:18:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e1f06d08-70cc-4c8c-98ff-756db9cd5e67","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T17:18:40Z","provider:segmentation_id":79,"name":"tenantnetwork1-net_9b2f6853-8b90-4940-a478-8c413086d536","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:18:40Z","provider:network_type":"vxlan"}]} 2018-07-30 17:18:42,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-90fe82ea-7f52-4301-b320-b7693a521551 2018-07-30 17:18:42,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.08729219437s 2018-07-30 17:18:42,130 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-90fe82ea-7f52-4301-b320-b7693a521551 2018-07-30 17:18:42,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-30 17:18:42,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8292dbd4b6348c7f8a85ef67b628a179f62428b" -d '{"subnet": {"name": "tenantnetwork1-subnet_9b2f6853-8b90-4940-a478-8c413086d536", "enable_dhcp": true, "network_id": "e1f06d08-70cc-4c8c-98ff-756db9cd5e67", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-30 17:18:43,651 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0f1f4830-c046-40eb-b4fb-11666722d0a3 Date: Mon, 30 Jul 2018 17:18:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1f06d08-70cc-4c8c-98ff-756db9cd5e67","tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:18:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:18:43Z","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":"a5c443b661124ecdb463f917c180f6c2","id":"f1707893-7c39-4f2f-a217-523dcee18dd7","subnetpool_id":null,"name":"tenantnetwork1-subnet_9b2f6853-8b90-4940-a478-8c413086d536"}} 2018-07-30 17:18:43,651 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-0f1f4830-c046-40eb-b4fb-11666722d0a3 2018-07-30 17:18:43,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.51912117004s 2018-07-30 17:18:43,652 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-0f1f4830-c046-40eb-b4fb-11666722d0a3 2018-07-30 17:18:43,652 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:18:43Z', 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'f1707893-7c39-4f2f-a217-523dcee18dd7', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_9b2f6853-8b90-4940-a478-8c413086d536', u'enable_dhcp': True, u'network_id': u'e1f06d08-70cc-4c8c-98ff-756db9cd5e67', u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T17:18:43Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a5c443b661124ecdb463f917c180f6c2'}) 2018-07-30 17:18:43,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-30 17:18:43,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8292dbd4b6348c7f8a85ef67b628a179f62428b" -d '{"router": {"external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832"}, "name": "tenantnetwork1-router_9b2f6853-8b90-4940-a478-8c413086d536", "admin_state_up": true}}' 2018-07-30 17:18:46,198 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-ea180d69-19ff-47c4-9abe-36082bfe1f79 Date: Mon, 30 Jul 2018 17:18:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:18:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-30T17:18:45Z", "revision_number": 2, "routes": [], "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "c51dcd3f-dc3b-4cbc-bc9c-4687ead5b068", "name": "tenantnetwork1-router_9b2f6853-8b90-4940-a478-8c413086d536"}} 2018-07-30 17:18:46,198 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-ea180d69-19ff-47c4-9abe-36082bfe1f79 2018-07-30 17:18:46,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.54525303841s 2018-07-30 17:18:46,198 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-ea180d69-19ff-47c4-9abe-36082bfe1f79 2018-07-30 17:18:46,199 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T17:18:44Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-30T17:18:45Z', u'revision_number': 2, u'routes': [], u'project_id': u'a5c443b661124ecdb463f917c180f6c2', u'id': u'c51dcd3f-dc3b-4cbc-bc9c-4687ead5b068', u'name': u'tenantnetwork1-router_9b2f6853-8b90-4940-a478-8c413086d536'}) 2018-07-30 17:18:46,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-30 17:18:46,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/c51dcd3f-dc3b-4cbc-bc9c-4687ead5b068/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8292dbd4b6348c7f8a85ef67b628a179f62428b" -d '{"subnet_id": "f1707893-7c39-4f2f-a217-523dcee18dd7"}' 2018-07-30 17:18:48,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5d0a5ece-5ea4-4a6a-84a2-286c5cfac764 Date: Mon, 30 Jul 2018 17:18:48 GMT RESP BODY: {"network_id": "e1f06d08-70cc-4c8c-98ff-756db9cd5e67", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "subnet_id": "f1707893-7c39-4f2f-a217-523dcee18dd7", "subnet_ids": ["f1707893-7c39-4f2f-a217-523dcee18dd7"], "port_id": "f035b171-bb8a-4795-9469-008d7b511019", "id": "c51dcd3f-dc3b-4cbc-bc9c-4687ead5b068"} 2018-07-30 17:18:48,200 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c51dcd3f-dc3b-4cbc-bc9c-4687ead5b068/add_router_interface.json used request id req-5d0a5ece-5ea4-4a6a-84a2-286c5cfac764 2018-07-30 17:18:48,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.00050091743s 2018-07-30 17:18:48,200 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c51dcd3f-dc3b-4cbc-bc9c-4687ead5b068/add_router_interface.json used request id req-5d0a5ece-5ea4-4a6a-84a2-286c5cfac764 returning object c51dcd3f-dc3b-4cbc-bc9c-4687ead5b068 2018-07-30 17:18:48,313 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 17:18:48,313 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-30 17:18:48,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-30 17:18:48,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/c51dcd3f-dc3b-4cbc-bc9c-4687ead5b068/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8292dbd4b6348c7f8a85ef67b628a179f62428b" -d '{"subnet_id": "f1707893-7c39-4f2f-a217-523dcee18dd7"}' 2018-07-30 17:18:50,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-675c5064-4f0e-4a12-aac8-360e7ac71dd9 Date: Mon, 30 Jul 2018 17:18:50 GMT RESP BODY: {"network_id": "e1f06d08-70cc-4c8c-98ff-756db9cd5e67", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "subnet_id": "f1707893-7c39-4f2f-a217-523dcee18dd7", "subnet_ids": ["f1707893-7c39-4f2f-a217-523dcee18dd7"], "port_id": "f035b171-bb8a-4795-9469-008d7b511019", "id": "c51dcd3f-dc3b-4cbc-bc9c-4687ead5b068"} 2018-07-30 17:18:50,697 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c51dcd3f-dc3b-4cbc-bc9c-4687ead5b068/remove_router_interface.json used request id req-675c5064-4f0e-4a12-aac8-360e7ac71dd9 2018-07-30 17:18:50,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.37937307358s 2018-07-30 17:18:50,698 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c51dcd3f-dc3b-4cbc-bc9c-4687ead5b068/remove_router_interface.json used request id req-675c5064-4f0e-4a12-aac8-360e7ac71dd9 returning object c51dcd3f-dc3b-4cbc-bc9c-4687ead5b068 2018-07-30 17:18:50,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-30 17:18:50,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8292dbd4b6348c7f8a85ef67b628a179f62428b" 2018-07-30 17:18:51,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-27418f83-d734-4204-bb4a-18215b589ca9 Date: Mon, 30 Jul 2018 17:18:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:18:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-30T17:18:49Z", "revision_number": 4, "routes": [], "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "c51dcd3f-dc3b-4cbc-bc9c-4687ead5b068", "name": "tenantnetwork1-router_9b2f6853-8b90-4940-a478-8c413086d536"}]} 2018-07-30 17:18:51,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-27418f83-d734-4204-bb4a-18215b589ca9 2018-07-30 17:18:51,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.04044699669s 2018-07-30 17:18:51,739 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-27418f83-d734-4204-bb4a-18215b589ca9 2018-07-30 17:18:51,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-30 17:18:51,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/c51dcd3f-dc3b-4cbc-bc9c-4687ead5b068.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8292dbd4b6348c7f8a85ef67b628a179f62428b" 2018-07-30 17:18:53,239 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fce1b253-a35f-478f-9162-842e7539fdcc Content-Length: 0 Date: Mon, 30 Jul 2018 17:18:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:18:53,240 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/c51dcd3f-dc3b-4cbc-bc9c-4687ead5b068.json used request id req-fce1b253-a35f-478f-9162-842e7539fdcc 2018-07-30 17:18:53,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.49928092957s 2018-07-30 17:18:53,240 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/c51dcd3f-dc3b-4cbc-bc9c-4687ead5b068.json used request id req-fce1b253-a35f-478f-9162-842e7539fdcc 2018-07-30 17:18:53,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 17:18:53,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8292dbd4b6348c7f8a85ef67b628a179f62428b" 2018-07-30 17:18:53,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-08db425f-70cf-4fc3-a119-114dd7dbe596 Date: Mon, 30 Jul 2018 17:18:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6cded11f-6a6d-475c-8684-92fd679f2832","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:56Z","dns_nameservers":[],"updated_at":"2018-07-30T17:14:56Z","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":"bbb29370cb064c718b72faa5c6748440","id":"60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1f06d08-70cc-4c8c-98ff-756db9cd5e67","tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:18:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:18:43Z","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":"a5c443b661124ecdb463f917c180f6c2","id":"f1707893-7c39-4f2f-a217-523dcee18dd7","subnetpool_id":null,"name":"tenantnetwork1-subnet_9b2f6853-8b90-4940-a478-8c413086d536"}]} 2018-07-30 17:18:53,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-08db425f-70cf-4fc3-a119-114dd7dbe596 2018-07-30 17:18:53,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.23809504509s 2018-07-30 17:18:53,479 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-08db425f-70cf-4fc3-a119-114dd7dbe596 2018-07-30 17:18:53,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-30 17:18:53,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/f1707893-7c39-4f2f-a217-523dcee18dd7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8292dbd4b6348c7f8a85ef67b628a179f62428b" 2018-07-30 17:18:56,028 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a2f6a30b-7ea0-4aa7-a33f-c5f87462e7b6 Date: Mon, 30 Jul 2018 17:18:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:18:56,028 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/f1707893-7c39-4f2f-a217-523dcee18dd7.json used request id req-a2f6a30b-7ea0-4aa7-a33f-c5f87462e7b6 2018-07-30 17:18:56,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.54739904404s 2018-07-30 17:18:56,029 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/f1707893-7c39-4f2f-a217-523dcee18dd7.json used request id req-a2f6a30b-7ea0-4aa7-a33f-c5f87462e7b6 2018-07-30 17:18:56,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:18:56,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8292dbd4b6348c7f8a85ef67b628a179f62428b" 2018-07-30 17:18:57,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-0ae355c4-8a4c-4413-9873-2901e1673186 Date: Mon, 30 Jul 2018 17:18:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e1f06d08-70cc-4c8c-98ff-756db9cd5e67","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T17:18:55Z","provider:segmentation_id":79,"name":"tenantnetwork1-net_9b2f6853-8b90-4940-a478-8c413086d536","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:18:40Z","provider:network_type":"vxlan"}]} 2018-07-30 17:18:57,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0ae355c4-8a4c-4413-9873-2901e1673186 2018-07-30 17:18:57,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.07065296173s 2018-07-30 17:18:57,100 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0ae355c4-8a4c-4413-9873-2901e1673186 2018-07-30 17:18:57,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-30 17:18:57,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/e1f06d08-70cc-4c8c-98ff-756db9cd5e67.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8292dbd4b6348c7f8a85ef67b628a179f62428b" 2018-07-30 17:18:58,676 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4c5c2233-06c4-446f-b48a-bf915d176be5 Date: Mon, 30 Jul 2018 17:18:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:18:58,676 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e1f06d08-70cc-4c8c-98ff-756db9cd5e67.json used request id req-4c5c2233-06c4-446f-b48a-bf915d176be5 2018-07-30 17:18:58,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.57519197464s 2018-07-30 17:18:58,677 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e1f06d08-70cc-4c8c-98ff-756db9cd5e67.json used request id req-4c5c2233-06c4-446f-b48a-bf915d176be5 2018-07-30 17:18:58,731 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-07-30 17:18:58,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:18:58,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:18:58,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:18:58,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:18:58,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:18:58,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:18:58,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:18:58,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:18:58,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:18:58,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:18:58,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:18:58,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:18:58,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:18:58,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:18:58,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:18:58,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:18:58,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:18:58,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:18:58,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:18:58,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:18:58,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:18:58,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:18:58,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:18:58,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20fb45bf-0d2e-4c99-bbae-196c19ab73af Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:18:58,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-20fb45bf-0d2e-4c99-bbae-196c19ab73af 2018-07-30 17:18:58,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:18:59,176 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb37427ee864bbead4b2c672b5c6b7d", "name": "admin"}], "expires_at": "2018-07-30T18:18:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5c443b661124ecdb463f917c180f6c2", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "audit_ids": ["kj9kjVKmTiOBkEsIgttOHw"], "issued_at": "2018-07-30T17:18:59.000000Z"}} 2018-07-30 17:18:59,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:18:59,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:18:59,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-dcc53cfe-d23e-4551-a8c9-f07fa83eb45c Date: Mon, 30 Jul 2018 17:18:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 17:18:59,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dcc53cfe-d23e-4551-a8c9-f07fa83eb45c 2018-07-30 17:18:59,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.280997037888s 2018-07-30 17:18:59,461 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dcc53cfe-d23e-4551-a8c9-f07fa83eb45c 2018-07-30 17:18:59,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:18:59,470 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 30 Jul 2018 17:18:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-30 17:18:59,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 17:18:59,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:18:59,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c50cbe57-4a84-4acd-90c9-d1d378af0ed3 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/4476b8ce97754bddbc8c57708e295eeb"}, "tags": [], "enabled": true, "id": "4476b8ce97754bddbc8c57708e295eeb", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-07-30 17:18:59,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-c50cbe57-4a84-4acd-90c9-d1d378af0ed3 2018-07-30 17:18:59,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.174489021301s 2018-07-30 17:18:59,646 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-c50cbe57-4a84-4acd-90c9-d1d378af0ed3 2018-07-30 17:18:59,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-30 17:18:59,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_37812a14-9ae9-436b-b5f9-32aefc91e487"}}' 2018-07-30 17:18:59,825 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:18:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1d07cf6-c49b-49e0-8c33-6ccdae3179c9 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.21:5000/v3/projects/87e90a64c0174b0583dacd2c7a3253f1"}, "tags": [], "enabled": true, "id": "87e90a64c0174b0583dacd2c7a3253f1", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_37812a14-9ae9-436b-b5f9-32aefc91e487"}} 2018-07-30 17:18:59,825 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d1d07cf6-c49b-49e0-8c33-6ccdae3179c9 2018-07-30 17:18:59,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.172391891479s 2018-07-30 17:18:59,826 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d1d07cf6-c49b-49e0-8c33-6ccdae3179c9 2018-07-30 17:18:59,826 - 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'87e90a64c0174b0583dacd2c7a3253f1', '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_37812a14-9ae9-436b-b5f9-32aefc91e487'}) 2018-07-30 17:18:59,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-30 17:18:59,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "cd212941-2fa0-4c02-9ba6-79adb12bce71", "email": null, "name": "tenantnetwork2-user_37812a14-9ae9-436b-b5f9-32aefc91e487"}}' 2018-07-30 17:19:00,249 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:18:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb470a56-5686-4f9a-b9e9-db3c54ebadc6 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_37812a14-9ae9-436b-b5f9-32aefc91e487", "links": {"self": "http://172.30.9.21:5000/v3/users/12606b528bdf40149621e80eee566c72"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "12606b528bdf40149621e80eee566c72", "domain_id": "default", "password_expires_at": null}} 2018-07-30 17:19:00,249 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-fb470a56-5686-4f9a-b9e9-db3c54ebadc6 2018-07-30 17:19:00,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.416285037994s 2018-07-30 17:19:00,249 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-fb470a56-5686-4f9a-b9e9-db3c54ebadc6 2018-07-30 17:19:00,250 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'12606b528bdf40149621e80eee566c72', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_37812a14-9ae9-436b-b5f9-32aefc91e487'}) 2018-07-30 17:19:00,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:19:00,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:19:00,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22ea07ee-c114-4b6f-a4b9-e4997652b556 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:19:00,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-22ea07ee-c114-4b6f-a4b9-e4997652b556 2018-07-30 17:19:00,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102065086365s 2018-07-30 17:19:00,356 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-22ea07ee-c114-4b6f-a4b9-e4997652b556 2018-07-30 17:19:00,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:19:00,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:19:00,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2220125e-258d-442f-aa6f-40281933df0b Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:19:00,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2220125e-258d-442f-aa6f-40281933df0b 2018-07-30 17:19:00,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0979111194611s 2018-07-30 17:19:00,459 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2220125e-258d-442f-aa6f-40281933df0b 2018-07-30 17:19:00,460 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-30 17:19:00,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-30 17:19:00,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" -d '{"role": {"name": "Member"}}' 2018-07-30 17:19:00,674 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:19:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68859426-33eb-4e45-94a2-9210e3d8de75 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8a9074e3b2824912ade362e96a1a574f", "links": {"self": "http://172.30.9.21:5000/v3/roles/8a9074e3b2824912ade362e96a1a574f"}, "name": "Member"}} 2018-07-30 17:19:00,675 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-68859426-33eb-4e45-94a2-9210e3d8de75 2018-07-30 17:19:00,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.211010932922s 2018-07-30 17:19:00,675 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-68859426-33eb-4e45-94a2-9210e3d8de75 2018-07-30 17:19:00,676 - functest.core.tenantnetwork - DEBUG - role: 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'8a9074e3b2824912ade362e96a1a574f'}) 2018-07-30 17:19:00,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:19:00,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:19:00,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfd2102a-4d03-457a-a307-250a4e1bc704 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8a9074e3b2824912ade362e96a1a574f", "links": {"self": "http://172.30.9.21:5000/v3/roles/8a9074e3b2824912ade362e96a1a574f"}, "name": "Member"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:19:00,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cfd2102a-4d03-457a-a307-250a4e1bc704 2018-07-30 17:19:00,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0982720851898s 2018-07-30 17:19:00,778 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cfd2102a-4d03-457a-a307-250a4e1bc704 2018-07-30 17:19:00,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 17:19:00,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:19:00,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b720a9bd-84e8-4771-9dbd-72fb556072f4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-30 17:19:00,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-b720a9bd-84e8-4771-9dbd-72fb556072f4 2018-07-30 17:19:00,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100603103638s 2018-07-30 17:19:00,883 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-b720a9bd-84e8-4771-9dbd-72fb556072f4 2018-07-30 17:19:00,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:19:00,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:19:01,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b975c0ac-bd74-4ef0-88a9-5397c777f2f6 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/007c651792db418193688c10d843d637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "007c651792db418193688c10d843d637", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_37812a14-9ae9-436b-b5f9-32aefc91e487", "links": {"self": "http://172.30.9.21:5000/v3/users/12606b528bdf40149621e80eee566c72"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "12606b528bdf40149621e80eee566c72", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/244dcd30c06d4384961fa64d49c3e41c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "244dcd30c06d4384961fa64d49c3e41c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2a5230a6efdb4a64a4b00fb62e23cfea"}, "domain_id": "4476b8ce97754bddbc8c57708e295eeb", "enabled": true, "options": {}, "id": "2a5230a6efdb4a64a4b00fb62e23cfea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/3d82804d95aa4fd1bfc17877fcdf7354"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d82804d95aa4fd1bfc17877fcdf7354", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/656ce29b237b48409909716a40fce1c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "656ce29b237b48409909716a40fce1c7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/6e6a16503d3c4934b5b61073aba8b08c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6e6a16503d3c4934b5b61073aba8b08c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/766202d20652431a9855034c09964e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "766202d20652431a9855034c09964e9e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7908f48045ad430c8bb89bc94876adee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7908f48045ad430c8bb89bc94876adee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/857e0417e4494e29b92ccbb6e2e75992"}, "domain_id": "default", "enabled": true, "options": {}, "id": "857e0417e4494e29b92ccbb6e2e75992", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a699b948ffba4770a3e60d35294751c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a699b948ffba4770a3e60d35294751c3", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/aaa8224c76a3484bbac84a74b4ba8b3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aaa8224c76a3484bbac84a74b4ba8b3f", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1e29c6e158e46b79cb6db3144213a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e29c6e158e46b79cb6db3144213a17", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d4319e1f77ec4d80b169bc61bdac9efc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4319e1f77ec4d80b169bc61bdac9efc", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/d4889590909945f088a965d003206189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4889590909945f088a965d003206189", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-30 17:19:01,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b975c0ac-bd74-4ef0-88a9-5397c777f2f6 2018-07-30 17:19:01,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209432840347s 2018-07-30 17:19:01,094 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b975c0ac-bd74-4ef0-88a9-5397c777f2f6 2018-07-30 17:19:01,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-30 17:19:01,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:19:01,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01e71018-e388-48ec-9885-de37dafe3c34 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.21:5000/v3/projects/87e90a64c0174b0583dacd2c7a3253f1"}, "tags": [], "enabled": true, "id": "87e90a64c0174b0583dacd2c7a3253f1", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_37812a14-9ae9-436b-b5f9-32aefc91e487"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a5c443b661124ecdb463f917c180f6c2"}, "tags": [], "enabled": true, "id": "a5c443b661124ecdb463f917c180f6c2", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440"}, "tags": [], "enabled": true, "id": "bbb29370cb064c718b72faa5c6748440", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-30 17:19:01,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-01e71018-e388-48ec-9885-de37dafe3c34 2018-07-30 17:19:01,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.163707017899s 2018-07-30 17:19:01,270 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-01e71018-e388-48ec-9885-de37dafe3c34 2018-07-30 17:19:01,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-30 17:19:01,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=12606b528bdf40149621e80eee566c72&role.id=8a9074e3b2824912ade362e96a1a574f&scope.project.id=87e90a64c0174b0583dacd2c7a3253f1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:19:01,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-634ede45-29a0-4e79-99fe-94d01f81a1a1 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=12606b528bdf40149621e80eee566c72&role.id=8a9074e3b2824912ade362e96a1a574f&scope.project.id=87e90a64c0174b0583dacd2c7a3253f1", "previous": null, "next": null}} 2018-07-30 17:19:01,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=12606b528bdf40149621e80eee566c72&role.id=8a9074e3b2824912ade362e96a1a574f&scope.project.id=87e90a64c0174b0583dacd2c7a3253f1 used request id req-634ede45-29a0-4e79-99fe-94d01f81a1a1 2018-07-30 17:19:01,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.15549492836s 2018-07-30 17:19:01,434 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=12606b528bdf40149621e80eee566c72&role.id=8a9074e3b2824912ade362e96a1a574f&scope.project.id=87e90a64c0174b0583dacd2c7a3253f1 used request id req-634ede45-29a0-4e79-99fe-94d01f81a1a1 2018-07-30 17:19:01,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-30 17:19:01,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/87e90a64c0174b0583dacd2c7a3253f1/users/12606b528bdf40149621e80eee566c72/roles/8a9074e3b2824912ade362e96a1a574f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:19:01,691 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0de414c0-ceba-4e0b-a27d-270329fafada Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:19:01,691 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/87e90a64c0174b0583dacd2c7a3253f1/users/12606b528bdf40149621e80eee566c72/roles/8a9074e3b2824912ade362e96a1a574f used request id req-0de414c0-ceba-4e0b-a27d-270329fafada 2018-07-30 17:19:01,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.254175901413s 2018-07-30 17:19:01,691 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/87e90a64c0174b0583dacd2c7a3253f1/users/12606b528bdf40149621e80eee566c72/roles/8a9074e3b2824912ade362e96a1a574f used request id req-0de414c0-ceba-4e0b-a27d-270329fafada 2018-07-30 17:19:01,692 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_37812a14-9ae9-436b-b5f9-32aefc91e487', 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'87e90a64c0174b0583dacd2c7a3253f1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'cd212941-2fa0-4c02-9ba6-79adb12bce71', 'username': u'tenantnetwork2-user_37812a14-9ae9-436b-b5f9-32aefc91e487', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-30 17:19:01,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:19:01,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:19:01,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:19:01,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:19:01,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:19:01,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:19:01,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:19:01,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:19:01,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:19:01,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:19:01,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:19:01,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:19:01,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:19:01,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:19:01,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:19:01,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:19:01,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:19:01,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:19:01,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:19:01,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:19:01,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:19:01,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:19:01,697 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_37812a14-9ae9-436b-b5f9-32aefc91e487', 'password': 'cd212941-2fa0-4c02-9ba6-79adb12bce71', 'project_name': 'tenantnetwork2-project_37812a14-9ae9-436b-b5f9-32aefc91e487', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': '87e90a64c0174b0583dacd2c7a3253f1', 'project_domain_name': 'Default'} 2018-07-30 17:19:01,698 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-30 17:19:01,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:19:01,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d82c3ea1-4b84-41fc-ab0a-1d8820f7a00f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:19:01,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d82c3ea1-4b84-41fc-ab0a-1d8820f7a00f 2018-07-30 17:19:01,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:19:02,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a9074e3b2824912ade362e96a1a574f", "name": "Member"}], "expires_at": "2018-07-30T18:19:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87e90a64c0174b0583dacd2c7a3253f1", "name": "tenantnetwork2-project_37812a14-9ae9-436b-b5f9-32aefc91e487"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/87e90a64c0174b0583dacd2c7a3253f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/87e90a64c0174b0583dacd2c7a3253f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/87e90a64c0174b0583dacd2c7a3253f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_87e90a64c0174b0583dacd2c7a3253f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_87e90a64c0174b0583dacd2c7a3253f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/87e90a64c0174b0583dacd2c7a3253f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/87e90a64c0174b0583dacd2c7a3253f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/87e90a64c0174b0583dacd2c7a3253f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/87e90a64c0174b0583dacd2c7a3253f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/87e90a64c0174b0583dacd2c7a3253f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/87e90a64c0174b0583dacd2c7a3253f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/87e90a64c0174b0583dacd2c7a3253f1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/87e90a64c0174b0583dacd2c7a3253f1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/87e90a64c0174b0583dacd2c7a3253f1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_37812a14-9ae9-436b-b5f9-32aefc91e487", "id": "12606b528bdf40149621e80eee566c72"}, "audit_ids": ["FPSgUZRpQa-nDQOauOVA-g"], "issued_at": "2018-07-30T17:19:02.000000Z"}} 2018-07-30 17:19:02,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-30 17:19:02,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e0e7cbe0c7fc8d24812bc91d3671969dfb5945db" -d '{"network": {"name": "tenantnetwork2-net_37812a14-9ae9-436b-b5f9-32aefc91e487", "admin_state_up": true}}' 2018-07-30 17:19:03,095 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-eec5df04-590a-40eb-a323-b76f48f7a582 Date: Mon, 30 Jul 2018 17:19:03 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"87e90a64c0174b0583dacd2c7a3253f1","created_at":"2018-07-30T17:19:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-30T17:19:02Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"87e90a64c0174b0583dacd2c7a3253f1","id":"ad30eea4-50b9-48b8-a9e7-d8e1adfc3d53","name":"tenantnetwork2-net_37812a14-9ae9-436b-b5f9-32aefc91e487"}} 2018-07-30 17:19:03,095 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-eec5df04-590a-40eb-a323-b76f48f7a582 2018-07-30 17:19:03,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.992602825165s 2018-07-30 17:19:03,095 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-eec5df04-590a-40eb-a323-b76f48f7a582 2018-07-30 17:19:03,096 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:19:02Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'ad30eea4-50b9-48b8-a9e7-d8e1adfc3d53', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_37812a14-9ae9-436b-b5f9-32aefc91e487', u'admin_state_up': True, u'tenant_id': u'87e90a64c0174b0583dacd2c7a3253f1', u'created_at': u'2018-07-30T17:19:02Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'87e90a64c0174b0583dacd2c7a3253f1'}) 2018-07-30 17:19:03,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:19:03,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e0e7cbe0c7fc8d24812bc91d3671969dfb5945db" 2018-07-30 17:19:04,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-25c52c5a-8530-4d51-9907-75d6bb6a35ec Date: Mon, 30 Jul 2018 17:19:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-30T17:19:02Z","tenant_id":"87e90a64c0174b0583dacd2c7a3253f1","created_at":"2018-07-30T17:19:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"87e90a64c0174b0583dacd2c7a3253f1","id":"ad30eea4-50b9-48b8-a9e7-d8e1adfc3d53","name":"tenantnetwork2-net_37812a14-9ae9-436b-b5f9-32aefc91e487"}]} 2018-07-30 17:19:04,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-25c52c5a-8530-4d51-9907-75d6bb6a35ec 2018-07-30 17:19:04,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.973522901535s 2018-07-30 17:19:04,070 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-25c52c5a-8530-4d51-9907-75d6bb6a35ec 2018-07-30 17:19:04,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-30 17:19:04,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e0e7cbe0c7fc8d24812bc91d3671969dfb5945db" -d '{"subnet": {"name": "tenantnetwork2-subnet_37812a14-9ae9-436b-b5f9-32aefc91e487", "enable_dhcp": true, "network_id": "ad30eea4-50b9-48b8-a9e7-d8e1adfc3d53", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-30 17:19:05,173 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e5337c00-5ba7-4c55-bdd3-2427642b21ac Date: Mon, 30 Jul 2018 17:19:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad30eea4-50b9-48b8-a9e7-d8e1adfc3d53","tenant_id":"87e90a64c0174b0583dacd2c7a3253f1","created_at":"2018-07-30T17:19:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:19: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":"87e90a64c0174b0583dacd2c7a3253f1","id":"eae88124-fbe8-492b-a352-b6e12bfbad4a","subnetpool_id":null,"name":"tenantnetwork2-subnet_37812a14-9ae9-436b-b5f9-32aefc91e487"}} 2018-07-30 17:19:05,173 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-e5337c00-5ba7-4c55-bdd3-2427642b21ac 2018-07-30 17:19:05,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.10076999664s 2018-07-30 17:19:05,173 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-e5337c00-5ba7-4c55-bdd3-2427642b21ac 2018-07-30 17:19:05,174 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:19: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'eae88124-fbe8-492b-a352-b6e12bfbad4a', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_37812a14-9ae9-436b-b5f9-32aefc91e487', u'enable_dhcp': True, u'network_id': u'ad30eea4-50b9-48b8-a9e7-d8e1adfc3d53', u'tenant_id': u'87e90a64c0174b0583dacd2c7a3253f1', u'created_at': u'2018-07-30T17:19: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'87e90a64c0174b0583dacd2c7a3253f1'}) 2018-07-30 17:19:05,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-30 17:19:05,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e0e7cbe0c7fc8d24812bc91d3671969dfb5945db" -d '{"router": {"external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832"}, "name": "tenantnetwork2-router_37812a14-9ae9-436b-b5f9-32aefc91e487", "admin_state_up": true}}' 2018-07-30 17:19:07,462 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-37d3b196-6143-4850-a995-ed5ac5400198 Date: Mon, 30 Jul 2018 17:19:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "created_at": "2018-07-30T17:19:06Z", "admin_state_up": true, "updated_at": "2018-07-30T17:19:07Z", "revision_number": 2, "routes": [], "project_id": "87e90a64c0174b0583dacd2c7a3253f1", "id": "bc193517-b22c-43aa-9763-3905265b854a", "name": "tenantnetwork2-router_37812a14-9ae9-436b-b5f9-32aefc91e487"}} 2018-07-30 17:19:07,463 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-37d3b196-6143-4850-a995-ed5ac5400198 2018-07-30 17:19:07,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.28832697868s 2018-07-30 17:19:07,463 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-37d3b196-6143-4850-a995-ed5ac5400198 2018-07-30 17:19:07,464 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'87e90a64c0174b0583dacd2c7a3253f1', u'created_at': u'2018-07-30T17:19:06Z', u'admin_state_up': True, u'updated_at': u'2018-07-30T17:19:07Z', u'revision_number': 2, u'routes': [], u'project_id': u'87e90a64c0174b0583dacd2c7a3253f1', u'id': u'bc193517-b22c-43aa-9763-3905265b854a', u'name': u'tenantnetwork2-router_37812a14-9ae9-436b-b5f9-32aefc91e487'}) 2018-07-30 17:19:07,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-30 17:19:07,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/bc193517-b22c-43aa-9763-3905265b854a/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e0e7cbe0c7fc8d24812bc91d3671969dfb5945db" -d '{"subnet_id": "eae88124-fbe8-492b-a352-b6e12bfbad4a"}' 2018-07-30 17:19:09,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-15aa8d89-b7a1-4b68-b25a-65997a015939 Date: Mon, 30 Jul 2018 17:19:09 GMT RESP BODY: {"network_id": "ad30eea4-50b9-48b8-a9e7-d8e1adfc3d53", "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "subnet_id": "eae88124-fbe8-492b-a352-b6e12bfbad4a", "subnet_ids": ["eae88124-fbe8-492b-a352-b6e12bfbad4a"], "port_id": "8b0da2d1-7326-4e59-bfa8-dec4fdeaf59a", "id": "bc193517-b22c-43aa-9763-3905265b854a"} 2018-07-30 17:19:09,546 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/bc193517-b22c-43aa-9763-3905265b854a/add_router_interface.json used request id req-15aa8d89-b7a1-4b68-b25a-65997a015939 2018-07-30 17:19:09,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.08131194115s 2018-07-30 17:19:09,546 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/bc193517-b22c-43aa-9763-3905265b854a/add_router_interface.json used request id req-15aa8d89-b7a1-4b68-b25a-65997a015939 returning object bc193517-b22c-43aa-9763-3905265b854a 2018-07-30 17:19:09,661 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 17:19:09,661 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-30 17:19:09,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-30 17:19:09,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/bc193517-b22c-43aa-9763-3905265b854a/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e0e7cbe0c7fc8d24812bc91d3671969dfb5945db" -d '{"subnet_id": "eae88124-fbe8-492b-a352-b6e12bfbad4a"}' 2018-07-30 17:19:11,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b8c5711d-e30c-47c7-90f6-2bb4bfe130b3 Date: Mon, 30 Jul 2018 17:19:11 GMT RESP BODY: {"network_id": "ad30eea4-50b9-48b8-a9e7-d8e1adfc3d53", "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "subnet_id": "eae88124-fbe8-492b-a352-b6e12bfbad4a", "subnet_ids": ["eae88124-fbe8-492b-a352-b6e12bfbad4a"], "port_id": "8b0da2d1-7326-4e59-bfa8-dec4fdeaf59a", "id": "bc193517-b22c-43aa-9763-3905265b854a"} 2018-07-30 17:19:11,966 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/bc193517-b22c-43aa-9763-3905265b854a/remove_router_interface.json used request id req-b8c5711d-e30c-47c7-90f6-2bb4bfe130b3 2018-07-30 17:19:11,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.30082011223s 2018-07-30 17:19:11,967 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/bc193517-b22c-43aa-9763-3905265b854a/remove_router_interface.json used request id req-b8c5711d-e30c-47c7-90f6-2bb4bfe130b3 returning object bc193517-b22c-43aa-9763-3905265b854a 2018-07-30 17:19:11,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-30 17:19:11,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e0e7cbe0c7fc8d24812bc91d3671969dfb5945db" 2018-07-30 17:19:12,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-e684a571-bed8-49f4-b9a2-0546a2ae89d2 Date: Mon, 30 Jul 2018 17:19:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "created_at": "2018-07-30T17:19:06Z", "admin_state_up": true, "updated_at": "2018-07-30T17:19:11Z", "revision_number": 4, "routes": [], "project_id": "87e90a64c0174b0583dacd2c7a3253f1", "id": "bc193517-b22c-43aa-9763-3905265b854a", "name": "tenantnetwork2-router_37812a14-9ae9-436b-b5f9-32aefc91e487"}]} 2018-07-30 17:19:12,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-e684a571-bed8-49f4-b9a2-0546a2ae89d2 2018-07-30 17:19:12,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.118869066238s 2018-07-30 17:19:12,086 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-e684a571-bed8-49f4-b9a2-0546a2ae89d2 2018-07-30 17:19:12,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-30 17:19:12,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/bc193517-b22c-43aa-9763-3905265b854a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e0e7cbe0c7fc8d24812bc91d3671969dfb5945db" 2018-07-30 17:19:14,325 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8baa4b32-8297-4298-bb3d-77191c58d602 Content-Length: 0 Date: Mon, 30 Jul 2018 17:19:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:19:14,325 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/bc193517-b22c-43aa-9763-3905265b854a.json used request id req-8baa4b32-8297-4298-bb3d-77191c58d602 2018-07-30 17:19:14,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.23765993118s 2018-07-30 17:19:14,326 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/bc193517-b22c-43aa-9763-3905265b854a.json used request id req-8baa4b32-8297-4298-bb3d-77191c58d602 2018-07-30 17:19:14,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 17:19:14,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e0e7cbe0c7fc8d24812bc91d3671969dfb5945db" 2018-07-30 17:19:14,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0a10090a-9aa9-4f9a-bfb7-123b63dc2f07 Date: Mon, 30 Jul 2018 17:19:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad30eea4-50b9-48b8-a9e7-d8e1adfc3d53","tenant_id":"87e90a64c0174b0583dacd2c7a3253f1","created_at":"2018-07-30T17:19:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:19: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":"87e90a64c0174b0583dacd2c7a3253f1","id":"eae88124-fbe8-492b-a352-b6e12bfbad4a","subnetpool_id":null,"name":"tenantnetwork2-subnet_37812a14-9ae9-436b-b5f9-32aefc91e487"}]} 2018-07-30 17:19:14,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-0a10090a-9aa9-4f9a-bfb7-123b63dc2f07 2018-07-30 17:19:14,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.24827003479s 2018-07-30 17:19:14,575 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-0a10090a-9aa9-4f9a-bfb7-123b63dc2f07 2018-07-30 17:19:14,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-30 17:19:14,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/eae88124-fbe8-492b-a352-b6e12bfbad4a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e0e7cbe0c7fc8d24812bc91d3671969dfb5945db" 2018-07-30 17:19:17,354 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bbb2276f-646b-4858-874d-141c244290f2 Date: Mon, 30 Jul 2018 17:19:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:19:17,354 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/eae88124-fbe8-492b-a352-b6e12bfbad4a.json used request id req-bbb2276f-646b-4858-874d-141c244290f2 2018-07-30 17:19:17,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.77747988701s 2018-07-30 17:19:17,354 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/eae88124-fbe8-492b-a352-b6e12bfbad4a.json used request id req-bbb2276f-646b-4858-874d-141c244290f2 2018-07-30 17:19:17,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:19:17,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e0e7cbe0c7fc8d24812bc91d3671969dfb5945db" 2018-07-30 17:19:17,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-7f459cb2-618f-4669-bbfe-9561a56be71f Date: Mon, 30 Jul 2018 17:19:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-30T17:19:17Z","tenant_id":"87e90a64c0174b0583dacd2c7a3253f1","created_at":"2018-07-30T17:19:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"87e90a64c0174b0583dacd2c7a3253f1","id":"ad30eea4-50b9-48b8-a9e7-d8e1adfc3d53","name":"tenantnetwork2-net_37812a14-9ae9-436b-b5f9-32aefc91e487"}]} 2018-07-30 17:19:17,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7f459cb2-618f-4669-bbfe-9561a56be71f 2018-07-30 17:19:17,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.145178079605s 2018-07-30 17:19:17,500 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7f459cb2-618f-4669-bbfe-9561a56be71f 2018-07-30 17:19:17,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-30 17:19:17,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/ad30eea4-50b9-48b8-a9e7-d8e1adfc3d53.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e0e7cbe0c7fc8d24812bc91d3671969dfb5945db" 2018-07-30 17:19:19,077 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1458544-a0bc-406f-a077-5ec06156b623 Date: Mon, 30 Jul 2018 17:19:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:19:19,077 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/ad30eea4-50b9-48b8-a9e7-d8e1adfc3d53.json used request id req-f1458544-a0bc-406f-a077-5ec06156b623 2018-07-30 17:19:19,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.57559895515s 2018-07-30 17:19:19,077 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/ad30eea4-50b9-48b8-a9e7-d8e1adfc3d53.json used request id req-f1458544-a0bc-406f-a077-5ec06156b623 2018-07-30 17:19:19,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:19:19,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:19:19,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eac5e38d-6a4d-4f20-a2fc-30196146f7dd Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/007c651792db418193688c10d843d637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "007c651792db418193688c10d843d637", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_37812a14-9ae9-436b-b5f9-32aefc91e487", "links": {"self": "http://172.30.9.21:5000/v3/users/12606b528bdf40149621e80eee566c72"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "12606b528bdf40149621e80eee566c72", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/244dcd30c06d4384961fa64d49c3e41c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "244dcd30c06d4384961fa64d49c3e41c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2a5230a6efdb4a64a4b00fb62e23cfea"}, "domain_id": "4476b8ce97754bddbc8c57708e295eeb", "enabled": true, "options": {}, "id": "2a5230a6efdb4a64a4b00fb62e23cfea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/3d82804d95aa4fd1bfc17877fcdf7354"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d82804d95aa4fd1bfc17877fcdf7354", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/656ce29b237b48409909716a40fce1c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "656ce29b237b48409909716a40fce1c7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/6e6a16503d3c4934b5b61073aba8b08c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6e6a16503d3c4934b5b61073aba8b08c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/766202d20652431a9855034c09964e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "766202d20652431a9855034c09964e9e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7908f48045ad430c8bb89bc94876adee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7908f48045ad430c8bb89bc94876adee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/857e0417e4494e29b92ccbb6e2e75992"}, "domain_id": "default", "enabled": true, "options": {}, "id": "857e0417e4494e29b92ccbb6e2e75992", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a699b948ffba4770a3e60d35294751c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a699b948ffba4770a3e60d35294751c3", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/aaa8224c76a3484bbac84a74b4ba8b3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aaa8224c76a3484bbac84a74b4ba8b3f", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1e29c6e158e46b79cb6db3144213a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e29c6e158e46b79cb6db3144213a17", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d4319e1f77ec4d80b169bc61bdac9efc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4319e1f77ec4d80b169bc61bdac9efc", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/d4889590909945f088a965d003206189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4889590909945f088a965d003206189", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-30 17:19:19,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-eac5e38d-6a4d-4f20-a2fc-30196146f7dd 2018-07-30 17:19:19,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114413976669s 2018-07-30 17:19:19,193 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-eac5e38d-6a4d-4f20-a2fc-30196146f7dd 2018-07-30 17:19:19,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:19:19,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/12606b528bdf40149621e80eee566c72 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:19:19,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c24925f8-eb8a-41fc-a839-346983988750 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_37812a14-9ae9-436b-b5f9-32aefc91e487", "links": {"self": "http://172.30.9.21:5000/v3/users/12606b528bdf40149621e80eee566c72"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "12606b528bdf40149621e80eee566c72", "description": null}} 2018-07-30 17:19:19,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/12606b528bdf40149621e80eee566c72 used request id req-c24925f8-eb8a-41fc-a839-346983988750 2018-07-30 17:19:19,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111346960068s 2018-07-30 17:19:19,310 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/12606b528bdf40149621e80eee566c72 used request id req-c24925f8-eb8a-41fc-a839-346983988750 2018-07-30 17:19:19,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-30 17:19:19,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/12606b528bdf40149621e80eee566c72 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:19:19,598 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:19:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b06fce70-7d22-465a-aad8-90db9886f04a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:19:19,598 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/12606b528bdf40149621e80eee566c72 used request id req-b06fce70-7d22-465a-aad8-90db9886f04a 2018-07-30 17:19:19,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.286659002304s 2018-07-30 17:19:19,598 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/12606b528bdf40149621e80eee566c72 used request id req-b06fce70-7d22-465a-aad8-90db9886f04a 2018-07-30 17:19:19,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-30 17:19:19,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:19:19,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d69382d-b731-43d1-b163-3c8d3a1f44e8 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.21:5000/v3/projects/87e90a64c0174b0583dacd2c7a3253f1"}, "tags": [], "enabled": true, "id": "87e90a64c0174b0583dacd2c7a3253f1", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_37812a14-9ae9-436b-b5f9-32aefc91e487"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a5c443b661124ecdb463f917c180f6c2"}, "tags": [], "enabled": true, "id": "a5c443b661124ecdb463f917c180f6c2", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440"}, "tags": [], "enabled": true, "id": "bbb29370cb064c718b72faa5c6748440", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-30 17:19:19,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-9d69382d-b731-43d1-b163-3c8d3a1f44e8 2018-07-30 17:19:19,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0924179553986s 2018-07-30 17:19:19,697 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-9d69382d-b731-43d1-b163-3c8d3a1f44e8 2018-07-30 17:19:19,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-30 17:19:19,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/87e90a64c0174b0583dacd2c7a3253f1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:19:20,063 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:19:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-949c4abe-7bd5-44c6-9307-7175895dbde7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:19:20,063 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/87e90a64c0174b0583dacd2c7a3253f1 used request id req-949c4abe-7bd5-44c6-9307-7175895dbde7 2018-07-30 17:19:20,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.361543893814s 2018-07-30 17:19:20,063 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/87e90a64c0174b0583dacd2c7a3253f1 used request id req-949c4abe-7bd5-44c6-9307-7175895dbde7 2018-07-30 17:19:20,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:19:20,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:19:20,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0255a797-b151-4477-acb6-bbb137b3cb21 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8a9074e3b2824912ade362e96a1a574f", "links": {"self": "http://172.30.9.21:5000/v3/roles/8a9074e3b2824912ade362e96a1a574f"}, "name": "Member"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:19:20,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0255a797-b151-4477-acb6-bbb137b3cb21 2018-07-30 17:19:20,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101055860519s 2018-07-30 17:19:20,168 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0255a797-b151-4477-acb6-bbb137b3cb21 2018-07-30 17:19:20,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-30 17:19:20,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/8a9074e3b2824912ade362e96a1a574f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fa9d41fef22192b729ae0ae23f6618656ac52de4" 2018-07-30 17:19:20,361 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0483fa5c-1d4e-427c-ad2d-9a49c7c75be2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:19:20,361 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8a9074e3b2824912ade362e96a1a574f used request id req-0483fa5c-1d4e-427c-ad2d-9a49c7c75be2 2018-07-30 17:19:20,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.187599897385s 2018-07-30 17:19:20,361 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8a9074e3b2824912ade362e96a1a574f used request id req-0483fa5c-1d4e-427c-ad2d-9a49c7c75be2 2018-07-30 17:19:20,409 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-07-30 17:19:20,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:19:20,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:19:20,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:19:20,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:19:20,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:19:20,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:19:20,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:19:20,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:19:20,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:19:20,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:19:20,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:19:20,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:19:20,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:19:20,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:19:20,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:19:20,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:19:20,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:19:20,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:19:20,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:19:20,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:19:20,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:19:20,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:19:20,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:19:20,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa252680-099c-41bb-b8af-369cba3ba70e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:19:20,489 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-fa252680-099c-41bb-b8af-369cba3ba70e 2018-07-30 17:19:20,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:19:20,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb37427ee864bbead4b2c672b5c6b7d", "name": "admin"}], "expires_at": "2018-07-30T18:19:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5c443b661124ecdb463f917c180f6c2", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "audit_ids": ["F-tQIL2PTqieR4GHAwTKoA"], "issued_at": "2018-07-30T17:19:20.000000Z"}} 2018-07-30 17:19:20,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:19:20,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" 2018-07-30 17:19:21,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-93a3eebe-722f-4cad-8adc-1c4eeef921d4 Date: Mon, 30 Jul 2018 17:19:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 17:19:21,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-93a3eebe-722f-4cad-8adc-1c4eeef921d4 2018-07-30 17:19:21,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.00583195686s 2018-07-30 17:19:21,887 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-93a3eebe-722f-4cad-8adc-1c4eeef921d4 2018-07-30 17:19:21,887 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-07-30 17:19:21,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-30 17:19:21,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" -d '{"network": {"name": "vmready1-net_05dd51c4-ab8a-4742-aa92-28342ffd17ff", "admin_state_up": true}}' 2018-07-30 17:19:22,519 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-63fb44e9-c204-42d7-814a-565be6ce7b2a Date: Mon, 30 Jul 2018 17:19:22 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f72bd6e2-32e2-49c7-8a20-15fb17b3c3e2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T17:19:22Z","is_default":false,"provider:segmentation_id":53,"name":"vmready1-net_05dd51c4-ab8a-4742-aa92-28342ffd17ff","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:19:22Z","mtu":1450}} 2018-07-30 17:19:22,520 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-63fb44e9-c204-42d7-814a-565be6ce7b2a 2018-07-30 17:19:22,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.631933927536s 2018-07-30 17:19:22,520 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-63fb44e9-c204-42d7-814a-565be6ce7b2a 2018-07-30 17:19:22,520 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-30T17:19:22Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f72bd6e2-32e2-49c7-8a20-15fb17b3c3e2', u'provider:segmentation_id': 53, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_05dd51c4-ab8a-4742-aa92-28342ffd17ff', u'admin_state_up': True, u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T17:19:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a5c443b661124ecdb463f917c180f6c2'}) 2018-07-30 17:19:22,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:19:22,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" 2018-07-30 17:19:23,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-d9f9d3a2-5d5e-4874-9d12-3031afc89bab Date: Mon, 30 Jul 2018 17:19:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f72bd6e2-32e2-49c7-8a20-15fb17b3c3e2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T17:19:22Z","provider:segmentation_id":53,"name":"vmready1-net_05dd51c4-ab8a-4742-aa92-28342ffd17ff","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:19:22Z","provider:network_type":"vxlan"}]} 2018-07-30 17:19:23,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d9f9d3a2-5d5e-4874-9d12-3031afc89bab 2018-07-30 17:19:23,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.977051973343s 2018-07-30 17:19:23,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d9f9d3a2-5d5e-4874-9d12-3031afc89bab 2018-07-30 17:19:23,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-30 17:19:23,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" -d '{"subnet": {"name": "vmready1-subnet_05dd51c4-ab8a-4742-aa92-28342ffd17ff", "enable_dhcp": true, "network_id": "f72bd6e2-32e2-49c7-8a20-15fb17b3c3e2", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-30 17:19:24,256 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-080c8314-ec9e-4079-998c-15207d0ccd1a Date: Mon, 30 Jul 2018 17:19:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f72bd6e2-32e2-49c7-8a20-15fb17b3c3e2","tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:19:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:19:23Z","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":"a5c443b661124ecdb463f917c180f6c2","id":"72e0e10e-f401-4b1b-aa12-519897f56b2d","subnetpool_id":null,"name":"vmready1-subnet_05dd51c4-ab8a-4742-aa92-28342ffd17ff"}} 2018-07-30 17:19:24,257 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-080c8314-ec9e-4079-998c-15207d0ccd1a 2018-07-30 17:19:24,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.755959033966s 2018-07-30 17:19:24,257 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-080c8314-ec9e-4079-998c-15207d0ccd1a 2018-07-30 17:19:24,257 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:19:23Z', 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'72e0e10e-f401-4b1b-aa12-519897f56b2d', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_05dd51c4-ab8a-4742-aa92-28342ffd17ff', u'enable_dhcp': True, u'network_id': u'f72bd6e2-32e2-49c7-8a20-15fb17b3c3e2', u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T17:19:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a5c443b661124ecdb463f917c180f6c2'}) 2018-07-30 17:19:24,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-30 17:19:24,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" -d '{"router": {"external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832"}, "name": "vmready1-router_05dd51c4-ab8a-4742-aa92-28342ffd17ff", "admin_state_up": true}}' 2018-07-30 17:19:26,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-2e93b127-2f2e-4397-af75-edf3d61c2d5d Date: Mon, 30 Jul 2018 17:19:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:19:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-30T17:19:26Z", "revision_number": 2, "routes": [], "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "295589d8-c2b3-489a-a2fe-67480bd7e5c9", "name": "vmready1-router_05dd51c4-ab8a-4742-aa92-28342ffd17ff"}} 2018-07-30 17:19:26,324 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2e93b127-2f2e-4397-af75-edf3d61c2d5d 2018-07-30 17:19:26,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.06554603577s 2018-07-30 17:19:26,324 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2e93b127-2f2e-4397-af75-edf3d61c2d5d 2018-07-30 17:19:26,325 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T17:19:25Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-30T17:19:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'a5c443b661124ecdb463f917c180f6c2', u'id': u'295589d8-c2b3-489a-a2fe-67480bd7e5c9', u'name': u'vmready1-router_05dd51c4-ab8a-4742-aa92-28342ffd17ff'}) 2018-07-30 17:19:26,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-30 17:19:26,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/295589d8-c2b3-489a-a2fe-67480bd7e5c9/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" -d '{"subnet_id": "72e0e10e-f401-4b1b-aa12-519897f56b2d"}' 2018-07-30 17:19:28,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-86821598-dd2d-40f3-939a-46daa00668b8 Date: Mon, 30 Jul 2018 17:19:28 GMT RESP BODY: {"network_id": "f72bd6e2-32e2-49c7-8a20-15fb17b3c3e2", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "subnet_id": "72e0e10e-f401-4b1b-aa12-519897f56b2d", "subnet_ids": ["72e0e10e-f401-4b1b-aa12-519897f56b2d"], "port_id": "793f4e81-6e51-44ee-93e0-544664e42cc3", "id": "295589d8-c2b3-489a-a2fe-67480bd7e5c9"} 2018-07-30 17:19:28,801 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/295589d8-c2b3-489a-a2fe-67480bd7e5c9/add_router_interface.json used request id req-86821598-dd2d-40f3-939a-46daa00668b8 2018-07-30 17:19:28,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.47566390038s 2018-07-30 17:19:28,801 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/295589d8-c2b3-489a-a2fe-67480bd7e5c9/add_router_interface.json used request id req-86821598-dd2d-40f3-939a-46daa00668b8 returning object 295589d8-c2b3-489a-a2fe-67480bd7e5c9 2018-07-30 17:19:28,802 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-30 17:19:28,933 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-30 17:19:28,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:19:28,940 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 30 Jul 2018 17:19:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-30 17:19:28,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:19:28,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" 2018-07-30 17:19:29,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c44e0d74-024b-436c-8f70-17b0c13df2de Date: Mon, 30 Jul 2018 17:19:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:19:29,603 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c44e0d74-024b-436c-8f70-17b0c13df2de 2018-07-30 17:19:29,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.659577131271s 2018-07-30 17:19:29,604 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c44e0d74-024b-436c-8f70-17b0c13df2de 2018-07-30 17:19:29,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-30 17:19:29,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_05dd51c4-ab8a-4742-aa92-28342ffd17ff", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_05dd51c4-ab8a-4742-aa92-28342ffd17ff"}' 2018-07-30 17:19:30,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/9ca17f2f-30b6-4a0a-994e-4d3bee1ff118 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-62c8517e-14d5-4a78-a5d7-27c31f8b2b89 Date: Mon, 30 Jul 2018 17:19:30 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9ca17f2f-30b6-4a0a-994e-4d3bee1ff118/file", "owner": "a5c443b661124ecdb463f917c180f6c2", "id": "9ca17f2f-30b6-4a0a-994e-4d3bee1ff118", "size": null, "self": "/v2/images/9ca17f2f-30b6-4a0a-994e-4d3bee1ff118", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:19:30Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_05dd51c4-ab8a-4742-aa92-28342ffd17ff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_05dd51c4-ab8a-4742-aa92-28342ffd17ff", "checksum": null, "created_at": "2018-07-30T17:19:30Z", "protected": false} 2018-07-30 17:19:30,323 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-62c8517e-14d5-4a78-a5d7-27c31f8b2b89 2018-07-30 17:19:30,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.71151804924s 2018-07-30 17:19:30,323 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-62c8517e-14d5-4a78-a5d7-27c31f8b2b89 returning object 9ca17f2f-30b6-4a0a-994e-4d3bee1ff118 2018-07-30 17:19:30,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-30 17:19:30,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/9ca17f2f-30b6-4a0a-994e-4d3bee1ff118/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" -d '' 2018-07-30 17:19:34,378 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a302e168-89b9-4d97-aced-fb6b6f858178 Date: Mon, 30 Jul 2018 17:19:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:19:34,379 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/9ca17f2f-30b6-4a0a-994e-4d3bee1ff118/file used request id req-a302e168-89b9-4d97-aced-fb6b6f858178 2018-07-30 17:19:34,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.05465912819s 2018-07-30 17:19:34,379 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/9ca17f2f-30b6-4a0a-994e-4d3bee1ff118/file used request id req-a302e168-89b9-4d97-aced-fb6b6f858178 2018-07-30 17:19:34,379 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready1-img_05dd51c4-ab8a-4742-aa92-28342ffd17ff', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-30T17:19:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/9ca17f2f-30b6-4a0a-994e-4d3bee1ff118/file', u'owner': u'a5c443b661124ecdb463f917c180f6c2', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'9ca17f2f-30b6-4a0a-994e-4d3bee1ff118', u'size': None, u'name': u'vmready1-img_05dd51c4-ab8a-4742-aa92-28342ffd17ff', u'checksum': None, u'self': u'/v2/images/9ca17f2f-30b6-4a0a-994e-4d3bee1ff118', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-30T17:19:30Z', u'schema': u'/v2/schemas/image'}) 2018-07-30 17:19:34,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-30 17:19:34,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_05dd51c4-ab8a-4742-aa92-28342ffd17ff", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-30 17:19:35,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19: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-d64dee88-e7d5-4df9-ac55-ad71281c9fb6 x-compute-request-id: req-d64dee88-e7d5-4df9-ac55-ad71281c9fb6 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_05dd51c4-ab8a-4742-aa92-28342ffd17ff", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2f3e93f8-86f6-4fdb-866c-c6655152ec7f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2f3e93f8-86f6-4fdb-866c-c6655152ec7f", "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": "2f3e93f8-86f6-4fdb-866c-c6655152ec7f"}} 2018-07-30 17:19:35,234 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d64dee88-e7d5-4df9-ac55-ad71281c9fb6 2018-07-30 17:19:35,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.854333877563s 2018-07-30 17:19:35,235 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d64dee88-e7d5-4df9-ac55-ad71281c9fb6 2018-07-30 17:19:35,236 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_05dd51c4-ab8a-4742-aa92-28342ffd17ff', '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'a5c443b661124ecdb463f917c180f6c2', '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'2f3e93f8-86f6-4fdb-866c-c6655152ec7f', 'swap': 0}) 2018-07-30 17:19:35,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-30 17:19:35,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/2f3e93f8-86f6-4fdb-866c-c6655152ec7f/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" -d '{"extra_specs": {}}' 2018-07-30 17:19:35,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-50e3d499-fc53-42ed-ad1e-b2a50554a690 x-compute-request-id: req-50e3d499-fc53-42ed-ad1e-b2a50554a690 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-30 17:19:35,264 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/2f3e93f8-86f6-4fdb-866c-c6655152ec7f/os-extra_specs used request id req-50e3d499-fc53-42ed-ad1e-b2a50554a690 2018-07-30 17:19:35,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0277318954468s 2018-07-30 17:19:35,265 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/2f3e93f8-86f6-4fdb-866c-c6655152ec7f/os-extra_specs used request id req-50e3d499-fc53-42ed-ad1e-b2a50554a690 2018-07-30 17:19:35,380 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 17:19:35,380 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-30 17:19:35,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-30 17:19:35,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/295589d8-c2b3-489a-a2fe-67480bd7e5c9/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" -d '{"subnet_id": "72e0e10e-f401-4b1b-aa12-519897f56b2d"}' 2018-07-30 17:19:37,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f618ca84-5674-47b1-82e2-dfc91be28404 Date: Mon, 30 Jul 2018 17:19:37 GMT RESP BODY: {"network_id": "f72bd6e2-32e2-49c7-8a20-15fb17b3c3e2", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "subnet_id": "72e0e10e-f401-4b1b-aa12-519897f56b2d", "subnet_ids": ["72e0e10e-f401-4b1b-aa12-519897f56b2d"], "port_id": "793f4e81-6e51-44ee-93e0-544664e42cc3", "id": "295589d8-c2b3-489a-a2fe-67480bd7e5c9"} 2018-07-30 17:19:37,008 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/295589d8-c2b3-489a-a2fe-67480bd7e5c9/remove_router_interface.json used request id req-f618ca84-5674-47b1-82e2-dfc91be28404 2018-07-30 17:19:37,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.62238192558s 2018-07-30 17:19:37,008 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/295589d8-c2b3-489a-a2fe-67480bd7e5c9/remove_router_interface.json used request id req-f618ca84-5674-47b1-82e2-dfc91be28404 returning object 295589d8-c2b3-489a-a2fe-67480bd7e5c9 2018-07-30 17:19:37,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-30 17:19:37,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" 2018-07-30 17:19:37,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-cb8b3b10-6ecd-421c-940e-f91935ecb574 Date: Mon, 30 Jul 2018 17:19:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:19:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-30T17:19:36Z", "revision_number": 4, "routes": [], "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "295589d8-c2b3-489a-a2fe-67480bd7e5c9", "name": "vmready1-router_05dd51c4-ab8a-4742-aa92-28342ffd17ff"}]} 2018-07-30 17:19:37,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-cb8b3b10-6ecd-421c-940e-f91935ecb574 2018-07-30 17:19:37,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.273047924042s 2018-07-30 17:19:37,282 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-cb8b3b10-6ecd-421c-940e-f91935ecb574 2018-07-30 17:19:37,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-30 17:19:37,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/295589d8-c2b3-489a-a2fe-67480bd7e5c9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" 2018-07-30 17:19:38,990 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-54030b0d-0c13-45c2-acb6-8cb20369b528 Content-Length: 0 Date: Mon, 30 Jul 2018 17:19:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:19:38,990 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/295589d8-c2b3-489a-a2fe-67480bd7e5c9.json used request id req-54030b0d-0c13-45c2-acb6-8cb20369b528 2018-07-30 17:19:38,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.70666885376s 2018-07-30 17:19:38,990 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/295589d8-c2b3-489a-a2fe-67480bd7e5c9.json used request id req-54030b0d-0c13-45c2-acb6-8cb20369b528 2018-07-30 17:19:38,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 17:19:38,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" 2018-07-30 17:19:39,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-188dd17a-678b-4765-9401-c792a35119e0 Date: Mon, 30 Jul 2018 17:19:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6cded11f-6a6d-475c-8684-92fd679f2832","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:56Z","dns_nameservers":[],"updated_at":"2018-07-30T17:14:56Z","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":"bbb29370cb064c718b72faa5c6748440","id":"60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f72bd6e2-32e2-49c7-8a20-15fb17b3c3e2","tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:19:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:19:23Z","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":"a5c443b661124ecdb463f917c180f6c2","id":"72e0e10e-f401-4b1b-aa12-519897f56b2d","subnetpool_id":null,"name":"vmready1-subnet_05dd51c4-ab8a-4742-aa92-28342ffd17ff"}]} 2018-07-30 17:19:39,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-188dd17a-678b-4765-9401-c792a35119e0 2018-07-30 17:19:39,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.210015058517s 2018-07-30 17:19:39,201 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-188dd17a-678b-4765-9401-c792a35119e0 2018-07-30 17:19:39,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-30 17:19:39,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/72e0e10e-f401-4b1b-aa12-519897f56b2d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" 2018-07-30 17:19:41,593 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b1c1362b-97ca-4746-aea5-6ea3f186d848 Date: Mon, 30 Jul 2018 17:19:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:19:41,593 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/72e0e10e-f401-4b1b-aa12-519897f56b2d.json used request id req-b1c1362b-97ca-4746-aea5-6ea3f186d848 2018-07-30 17:19:41,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.39022898674s 2018-07-30 17:19:41,594 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/72e0e10e-f401-4b1b-aa12-519897f56b2d.json used request id req-b1c1362b-97ca-4746-aea5-6ea3f186d848 2018-07-30 17:19:41,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:19:41,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" 2018-07-30 17:19:42,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-170ba6de-364f-4b6a-9ef0-16e6490b4d49 Date: Mon, 30 Jul 2018 17:19:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f72bd6e2-32e2-49c7-8a20-15fb17b3c3e2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T17:19:41Z","provider:segmentation_id":53,"name":"vmready1-net_05dd51c4-ab8a-4742-aa92-28342ffd17ff","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:19:22Z","provider:network_type":"vxlan"}]} 2018-07-30 17:19:42,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-170ba6de-364f-4b6a-9ef0-16e6490b4d49 2018-07-30 17:19:42,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.0046350956s 2018-07-30 17:19:42,599 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-170ba6de-364f-4b6a-9ef0-16e6490b4d49 2018-07-30 17:19:42,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-30 17:19:42,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/f72bd6e2-32e2-49c7-8a20-15fb17b3c3e2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" 2018-07-30 17:19:43,268 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-41c7b028-3e3e-419f-b553-27ebdd08cbfb Date: Mon, 30 Jul 2018 17:19:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:19:43,268 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f72bd6e2-32e2-49c7-8a20-15fb17b3c3e2.json used request id req-41c7b028-3e3e-419f-b553-27ebdd08cbfb 2018-07-30 17:19:43,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.667541980743s 2018-07-30 17:19:43,268 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f72bd6e2-32e2-49c7-8a20-15fb17b3c3e2.json used request id req-41c7b028-3e3e-419f-b553-27ebdd08cbfb 2018-07-30 17:19:43,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:19:43,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" 2018-07-30 17:19:43,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-f9e3a209-11b9-46f0-a823-457fd2da6617 Date: Mon, 30 Jul 2018 17:19:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/9ca17f2f-30b6-4a0a-994e-4d3bee1ff118/snap", "metadata": {}}], "file": "/v2/images/9ca17f2f-30b6-4a0a-994e-4d3bee1ff118/file", "owner": "a5c443b661124ecdb463f917c180f6c2", "id": "9ca17f2f-30b6-4a0a-994e-4d3bee1ff118", "size": 12716032, "self": "/v2/images/9ca17f2f-30b6-4a0a-994e-4d3bee1ff118", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/9ca17f2f-30b6-4a0a-994e-4d3bee1ff118/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:19:34Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_05dd51c4-ab8a-4742-aa92-28342ffd17ff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_05dd51c4-ab8a-4742-aa92-28342ffd17ff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:19:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:19:43,297 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f9e3a209-11b9-46f0-a823-457fd2da6617 2018-07-30 17:19:43,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0245220661163s 2018-07-30 17:19:43,297 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f9e3a209-11b9-46f0-a823-457fd2da6617 2018-07-30 17:19:43,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-30 17:19:43,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/9ca17f2f-30b6-4a0a-994e-4d3bee1ff118 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" 2018-07-30 17:19:44,317 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a1696fde-49f5-45bd-b27d-802a4a1afa83 Date: Mon, 30 Jul 2018 17:19:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:19:44,318 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/9ca17f2f-30b6-4a0a-994e-4d3bee1ff118 used request id req-a1696fde-49f5-45bd-b27d-802a4a1afa83 2018-07-30 17:19:44,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.01884007454s 2018-07-30 17:19:44,318 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/9ca17f2f-30b6-4a0a-994e-4d3bee1ff118 used request id req-a1696fde-49f5-45bd-b27d-802a4a1afa83 2018-07-30 17:19:44,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:19:44,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" 2018-07-30 17:19:44,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19: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-b9bca836-77e2-4ca6-bb84-d16b09c72efb x-compute-request-id: req-b9bca836-77e2-4ca6-bb84-d16b09c72efb Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_05dd51c4-ab8a-4742-aa92-28342ffd17ff", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2f3e93f8-86f6-4fdb-866c-c6655152ec7f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2f3e93f8-86f6-4fdb-866c-c6655152ec7f", "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": "2f3e93f8-86f6-4fdb-866c-c6655152ec7f"}]} 2018-07-30 17:19:44,459 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-b9bca836-77e2-4ca6-bb84-d16b09c72efb 2018-07-30 17:19:44,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.141079902649s 2018-07-30 17:19:44,460 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-b9bca836-77e2-4ca6-bb84-d16b09c72efb 2018-07-30 17:19:44,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-30 17:19:44,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/2f3e93f8-86f6-4fdb-866c-c6655152ec7f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3861059f43415cc1225290ac0ffb5d208e42fc6" 2018-07-30 17:19:44,610 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:19:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-69794e1b-8839-400e-9842-b504fd9e4538 x-compute-request-id: req-69794e1b-8839-400e-9842-b504fd9e4538 Content-Length: 0 Content-Type: application/json 2018-07-30 17:19:44,611 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/2f3e93f8-86f6-4fdb-866c-c6655152ec7f used request id req-69794e1b-8839-400e-9842-b504fd9e4538 2018-07-30 17:19:44,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.148965120316s 2018-07-30 17:19:44,611 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/2f3e93f8-86f6-4fdb-866c-c6655152ec7f used request id req-69794e1b-8839-400e-9842-b504fd9e4538 2018-07-30 17:19:44,665 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-07-30 17:19:44,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:19:44,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:19:44,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:19:44,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:19:44,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:19:44,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:19:44,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:19:44,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:19:44,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:19:44,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:19:44,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:19:44,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:19:44,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:19:44,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:19:44,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:19:44,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:19:44,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:19:44,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:19:44,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:19:44,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:19:44,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:19:44,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:19:44,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:19:44,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a66ba68-82bf-4af5-a171-abddc90eec44 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:19:44,715 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3a66ba68-82bf-4af5-a171-abddc90eec44 2018-07-30 17:19:44,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:19:45,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb37427ee864bbead4b2c672b5c6b7d", "name": "admin"}], "expires_at": "2018-07-30T18:19:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5c443b661124ecdb463f917c180f6c2", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "audit_ids": ["X7AmaSzmTsmjo8eVN9MNfw"], "issued_at": "2018-07-30T17:19:45.000000Z"}} 2018-07-30 17:19:45,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:19:45,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:19:45,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ae8c46e8-bfac-44f4-97f6-8f3c251664c5 Date: Mon, 30 Jul 2018 17:19:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 17:19:45,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ae8c46e8-bfac-44f4-97f6-8f3c251664c5 2018-07-30 17:19:45,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258432865143s 2018-07-30 17:19:45,459 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ae8c46e8-bfac-44f4-97f6-8f3c251664c5 2018-07-30 17:19:45,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:19:45,468 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 30 Jul 2018 17:19:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-30 17:19:45,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 17:19:45,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:19:45,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-591a67c8-ba88-4452-87f6-a0ceb3418103 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/4476b8ce97754bddbc8c57708e295eeb"}, "tags": [], "enabled": true, "id": "4476b8ce97754bddbc8c57708e295eeb", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-07-30 17:19:45,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-591a67c8-ba88-4452-87f6-a0ceb3418103 2018-07-30 17:19:45,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0976848602295s 2018-07-30 17:19:45,567 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-591a67c8-ba88-4452-87f6-a0ceb3418103 2018-07-30 17:19:45,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-30 17:19:45,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_cf22e4e4-c25f-438a-abe6-ed6cb74b6617"}}' 2018-07-30 17:19:45,770 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:19:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b25025e9-5839-49dd-9b1f-c06286e6dc8a Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.21:5000/v3/projects/bf4d3d8c76d54b3fa916bdcacc36cc1b"}, "tags": [], "enabled": true, "id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_cf22e4e4-c25f-438a-abe6-ed6cb74b6617"}} 2018-07-30 17:19:45,770 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b25025e9-5839-49dd-9b1f-c06286e6dc8a 2018-07-30 17:19:45,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.196099042892s 2018-07-30 17:19:45,771 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b25025e9-5839-49dd-9b1f-c06286e6dc8a 2018-07-30 17:19:45,771 - 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'bf4d3d8c76d54b3fa916bdcacc36cc1b', '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_cf22e4e4-c25f-438a-abe6-ed6cb74b6617'}) 2018-07-30 17:19:45,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-30 17:19:45,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "8d413c70-9637-430b-bdd6-7ffa55f06dc6", "email": null, "name": "vmready2-user_cf22e4e4-c25f-438a-abe6-ed6cb74b6617"}}' 2018-07-30 17:19:46,230 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:19:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47da2563-4082-4f4f-9d45-41e6a108cf50 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_cf22e4e4-c25f-438a-abe6-ed6cb74b6617", "links": {"self": "http://172.30.9.21:5000/v3/users/746a8576b822486185ab488cc6dda653"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "746a8576b822486185ab488cc6dda653", "domain_id": "default", "password_expires_at": null}} 2018-07-30 17:19:46,230 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-47da2563-4082-4f4f-9d45-41e6a108cf50 2018-07-30 17:19:46,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.452154159546s 2018-07-30 17:19:46,230 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-47da2563-4082-4f4f-9d45-41e6a108cf50 2018-07-30 17:19:46,231 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'746a8576b822486185ab488cc6dda653', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_cf22e4e4-c25f-438a-abe6-ed6cb74b6617'}) 2018-07-30 17:19:46,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:19:46,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:19:46,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adf74268-c585-4a42-aea3-5cd23af444be Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:19:46,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-adf74268-c585-4a42-aea3-5cd23af444be 2018-07-30 17:19:46,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0925710201263s 2018-07-30 17:19:46,327 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-adf74268-c585-4a42-aea3-5cd23af444be 2018-07-30 17:19:46,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:19:46,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:19:46,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a26a4f7-b155-44be-9461-b6f14f15ca64 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:19:46,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5a26a4f7-b155-44be-9461-b6f14f15ca64 2018-07-30 17:19:46,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0209419727325s 2018-07-30 17:19:46,353 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5a26a4f7-b155-44be-9461-b6f14f15ca64 2018-07-30 17:19:46,354 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-30 17:19:46,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-30 17:19:46,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" -d '{"role": {"name": "Member"}}' 2018-07-30 17:19:46,505 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16f02749-0c81-4d3b-bae0-b44d1458cd60 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c67d6af9840d45afb456924df12bfc52", "links": {"self": "http://172.30.9.21:5000/v3/roles/c67d6af9840d45afb456924df12bfc52"}, "name": "Member"}} 2018-07-30 17:19:46,505 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-16f02749-0c81-4d3b-bae0-b44d1458cd60 2018-07-30 17:19:46,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.147066116333s 2018-07-30 17:19:46,505 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-16f02749-0c81-4d3b-bae0-b44d1458cd60 2018-07-30 17:19:46,506 - functest.core.tenantnetwork - DEBUG - role: 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'c67d6af9840d45afb456924df12bfc52'}) 2018-07-30 17:19:46,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:19:46,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:19:46,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01b33839-4160-4663-beed-41fcc78e7a17 Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "c67d6af9840d45afb456924df12bfc52", "links": {"self": "http://172.30.9.21:5000/v3/roles/c67d6af9840d45afb456924df12bfc52"}, "name": "Member"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:19:46,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-01b33839-4160-4663-beed-41fcc78e7a17 2018-07-30 17:19:46,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0937910079956s 2018-07-30 17:19:46,603 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-01b33839-4160-4663-beed-41fcc78e7a17 2018-07-30 17:19:46,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 17:19:46,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:19:46,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04cd8e7c-8509-4a76-a7d8-0220f1a094a8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-30 17:19:46,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-04cd8e7c-8509-4a76-a7d8-0220f1a094a8 2018-07-30 17:19:46,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100453853607s 2018-07-30 17:19:46,709 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-04cd8e7c-8509-4a76-a7d8-0220f1a094a8 2018-07-30 17:19:46,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:19:46,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:19:46,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ac5509c-bbed-4042-94a2-2029d3e29a1d Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/007c651792db418193688c10d843d637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "007c651792db418193688c10d843d637", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/244dcd30c06d4384961fa64d49c3e41c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "244dcd30c06d4384961fa64d49c3e41c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2a5230a6efdb4a64a4b00fb62e23cfea"}, "domain_id": "4476b8ce97754bddbc8c57708e295eeb", "enabled": true, "options": {}, "id": "2a5230a6efdb4a64a4b00fb62e23cfea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/3d82804d95aa4fd1bfc17877fcdf7354"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d82804d95aa4fd1bfc17877fcdf7354", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/656ce29b237b48409909716a40fce1c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "656ce29b237b48409909716a40fce1c7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/6e6a16503d3c4934b5b61073aba8b08c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6e6a16503d3c4934b5b61073aba8b08c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vmready2-user_cf22e4e4-c25f-438a-abe6-ed6cb74b6617", "links": {"self": "http://172.30.9.21:5000/v3/users/746a8576b822486185ab488cc6dda653"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "746a8576b822486185ab488cc6dda653", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/766202d20652431a9855034c09964e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "766202d20652431a9855034c09964e9e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7908f48045ad430c8bb89bc94876adee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7908f48045ad430c8bb89bc94876adee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/857e0417e4494e29b92ccbb6e2e75992"}, "domain_id": "default", "enabled": true, "options": {}, "id": "857e0417e4494e29b92ccbb6e2e75992", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a699b948ffba4770a3e60d35294751c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a699b948ffba4770a3e60d35294751c3", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/aaa8224c76a3484bbac84a74b4ba8b3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aaa8224c76a3484bbac84a74b4ba8b3f", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1e29c6e158e46b79cb6db3144213a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e29c6e158e46b79cb6db3144213a17", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d4319e1f77ec4d80b169bc61bdac9efc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4319e1f77ec4d80b169bc61bdac9efc", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/d4889590909945f088a965d003206189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4889590909945f088a965d003206189", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-30 17:19:46,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7ac5509c-bbed-4042-94a2-2029d3e29a1d 2018-07-30 17:19:46,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108903884888s 2018-07-30 17:19:46,819 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7ac5509c-bbed-4042-94a2-2029d3e29a1d 2018-07-30 17:19:46,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-30 17:19:46,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:19:46,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc00262c-2243-4bcc-8020-3da16e56a021 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a5c443b661124ecdb463f917c180f6c2"}, "tags": [], "enabled": true, "id": "a5c443b661124ecdb463f917c180f6c2", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440"}, "tags": [], "enabled": true, "id": "bbb29370cb064c718b72faa5c6748440", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.21:5000/v3/projects/bf4d3d8c76d54b3fa916bdcacc36cc1b"}, "tags": [], "enabled": true, "id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_cf22e4e4-c25f-438a-abe6-ed6cb74b6617"}]} 2018-07-30 17:19:46,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-fc00262c-2243-4bcc-8020-3da16e56a021 2018-07-30 17:19:46,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0931289196014s 2018-07-30 17:19:46,924 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-fc00262c-2243-4bcc-8020-3da16e56a021 2018-07-30 17:19:46,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-30 17:19:46,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=746a8576b822486185ab488cc6dda653&role.id=c67d6af9840d45afb456924df12bfc52&scope.project.id=bf4d3d8c76d54b3fa916bdcacc36cc1b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:19:47,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc5446a6-bcc8-47de-9b77-d14ed4622977 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=746a8576b822486185ab488cc6dda653&role.id=c67d6af9840d45afb456924df12bfc52&scope.project.id=bf4d3d8c76d54b3fa916bdcacc36cc1b", "previous": null, "next": null}} 2018-07-30 17:19:47,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=746a8576b822486185ab488cc6dda653&role.id=c67d6af9840d45afb456924df12bfc52&scope.project.id=bf4d3d8c76d54b3fa916bdcacc36cc1b used request id req-dc5446a6-bcc8-47de-9b77-d14ed4622977 2018-07-30 17:19:47,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.101608037949s 2018-07-30 17:19:47,034 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=746a8576b822486185ab488cc6dda653&role.id=c67d6af9840d45afb456924df12bfc52&scope.project.id=bf4d3d8c76d54b3fa916bdcacc36cc1b used request id req-dc5446a6-bcc8-47de-9b77-d14ed4622977 2018-07-30 17:19:47,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-30 17:19:47,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/bf4d3d8c76d54b3fa916bdcacc36cc1b/users/746a8576b822486185ab488cc6dda653/roles/c67d6af9840d45afb456924df12bfc52 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:19:47,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:19:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0e80b44-4b0d-4e75-a985-11a1abb6f747 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:19:47,218 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/bf4d3d8c76d54b3fa916bdcacc36cc1b/users/746a8576b822486185ab488cc6dda653/roles/c67d6af9840d45afb456924df12bfc52 used request id req-d0e80b44-4b0d-4e75-a985-11a1abb6f747 2018-07-30 17:19:47,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.180280923843s 2018-07-30 17:19:47,218 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/bf4d3d8c76d54b3fa916bdcacc36cc1b/users/746a8576b822486185ab488cc6dda653/roles/c67d6af9840d45afb456924df12bfc52 used request id req-d0e80b44-4b0d-4e75-a985-11a1abb6f747 2018-07-30 17:19:47,219 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_cf22e4e4-c25f-438a-abe6-ed6cb74b6617', 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'bf4d3d8c76d54b3fa916bdcacc36cc1b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '8d413c70-9637-430b-bdd6-7ffa55f06dc6', 'username': u'vmready2-user_cf22e4e4-c25f-438a-abe6-ed6cb74b6617', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-30 17:19:47,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:19:47,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:19:47,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:19:47,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:19:47,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:19:47,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:19:47,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:19:47,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:19:47,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:19:47,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:19:47,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:19:47,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:19:47,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:19:47,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:19:47,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:19:47,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:19:47,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:19:47,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:19:47,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:19:47,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:19:47,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:19:47,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:19:47,224 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_cf22e4e4-c25f-438a-abe6-ed6cb74b6617', 'password': '8d413c70-9637-430b-bdd6-7ffa55f06dc6', 'project_name': 'vmready2-project_cf22e4e4-c25f-438a-abe6-ed6cb74b6617', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': 'bf4d3d8c76d54b3fa916bdcacc36cc1b', 'project_domain_name': 'Default'} 2018-07-30 17:19:47,224 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-07-30 17:19:47,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:19:47,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66a8d9c7-0790-4bb7-91a1-40ad61ed740b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:19:47,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-66a8d9c7-0790-4bb7-91a1-40ad61ed740b 2018-07-30 17:19:47,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:19:47,629 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c67d6af9840d45afb456924df12bfc52", "name": "Member"}], "expires_at": "2018-07-30T18:19:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "name": "vmready2-project_cf22e4e4-c25f-438a-abe6-ed6cb74b6617"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/bf4d3d8c76d54b3fa916bdcacc36cc1b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/bf4d3d8c76d54b3fa916bdcacc36cc1b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/bf4d3d8c76d54b3fa916bdcacc36cc1b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_bf4d3d8c76d54b3fa916bdcacc36cc1b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_bf4d3d8c76d54b3fa916bdcacc36cc1b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/bf4d3d8c76d54b3fa916bdcacc36cc1b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/bf4d3d8c76d54b3fa916bdcacc36cc1b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/bf4d3d8c76d54b3fa916bdcacc36cc1b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/bf4d3d8c76d54b3fa916bdcacc36cc1b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/bf4d3d8c76d54b3fa916bdcacc36cc1b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/bf4d3d8c76d54b3fa916bdcacc36cc1b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/bf4d3d8c76d54b3fa916bdcacc36cc1b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/bf4d3d8c76d54b3fa916bdcacc36cc1b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/bf4d3d8c76d54b3fa916bdcacc36cc1b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_cf22e4e4-c25f-438a-abe6-ed6cb74b6617", "id": "746a8576b822486185ab488cc6dda653"}, "audit_ids": ["yBVaWCeFRHSiCmS4NCGAqg"], "issued_at": "2018-07-30T17:19:47.000000Z"}} 2018-07-30 17:19:47,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-30 17:19:47,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" -d '{"network": {"name": "vmready2-net_cf22e4e4-c25f-438a-abe6-ed6cb74b6617", "admin_state_up": true}}' 2018-07-30 17:19:48,376 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-2a7bb9bc-0919-4df5-947e-6dc9a795ec8c Date: Mon, 30 Jul 2018 17:19:48 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"bf4d3d8c76d54b3fa916bdcacc36cc1b","created_at":"2018-07-30T17:19:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-30T17:19:48Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"bf4d3d8c76d54b3fa916bdcacc36cc1b","id":"dae8a3cd-57df-4e2a-a7c9-554e958f4be2","name":"vmready2-net_cf22e4e4-c25f-438a-abe6-ed6cb74b6617"}} 2018-07-30 17:19:48,376 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2a7bb9bc-0919-4df5-947e-6dc9a795ec8c 2018-07-30 17:19:48,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.743720054626s 2018-07-30 17:19:48,377 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2a7bb9bc-0919-4df5-947e-6dc9a795ec8c 2018-07-30 17:19:48,377 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:19:48Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'dae8a3cd-57df-4e2a-a7c9-554e958f4be2', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_cf22e4e4-c25f-438a-abe6-ed6cb74b6617', u'admin_state_up': True, u'tenant_id': u'bf4d3d8c76d54b3fa916bdcacc36cc1b', u'created_at': u'2018-07-30T17:19:48Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bf4d3d8c76d54b3fa916bdcacc36cc1b'}) 2018-07-30 17:19:48,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:19:48,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" 2018-07-30 17:19:48,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-949e7602-81a7-4f4e-9473-2d5d893819ac Date: Mon, 30 Jul 2018 17:19:48 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":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-30T17:19:48Z","tenant_id":"bf4d3d8c76d54b3fa916bdcacc36cc1b","created_at":"2018-07-30T17:19:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bf4d3d8c76d54b3fa916bdcacc36cc1b","id":"dae8a3cd-57df-4e2a-a7c9-554e958f4be2","name":"vmready2-net_cf22e4e4-c25f-438a-abe6-ed6cb74b6617"}]} 2018-07-30 17:19:48,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-949e7602-81a7-4f4e-9473-2d5d893819ac 2018-07-30 17:19:48,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.290433883667s 2018-07-30 17:19:48,668 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-949e7602-81a7-4f4e-9473-2d5d893819ac 2018-07-30 17:19:48,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-30 17:19:48,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" -d '{"subnet": {"name": "vmready2-subnet_cf22e4e4-c25f-438a-abe6-ed6cb74b6617", "enable_dhcp": true, "network_id": "dae8a3cd-57df-4e2a-a7c9-554e958f4be2", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-30 17:19:49,466 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9807d6ae-1b28-4bbe-984a-48bada897dba Date: Mon, 30 Jul 2018 17:19:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dae8a3cd-57df-4e2a-a7c9-554e958f4be2","tenant_id":"bf4d3d8c76d54b3fa916bdcacc36cc1b","created_at":"2018-07-30T17:19:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:19:49Z","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":"bf4d3d8c76d54b3fa916bdcacc36cc1b","id":"a5eb2c44-c628-4a23-ba1c-c7c414929f22","subnetpool_id":null,"name":"vmready2-subnet_cf22e4e4-c25f-438a-abe6-ed6cb74b6617"}} 2018-07-30 17:19:49,466 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-9807d6ae-1b28-4bbe-984a-48bada897dba 2018-07-30 17:19:49,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.79651594162s 2018-07-30 17:19:49,467 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-9807d6ae-1b28-4bbe-984a-48bada897dba 2018-07-30 17:19:49,467 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:19:49Z', 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'a5eb2c44-c628-4a23-ba1c-c7c414929f22', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_cf22e4e4-c25f-438a-abe6-ed6cb74b6617', u'enable_dhcp': True, u'network_id': u'dae8a3cd-57df-4e2a-a7c9-554e958f4be2', u'tenant_id': u'bf4d3d8c76d54b3fa916bdcacc36cc1b', u'created_at': u'2018-07-30T17:19:49Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bf4d3d8c76d54b3fa916bdcacc36cc1b'}) 2018-07-30 17:19:49,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-30 17:19:49,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" -d '{"router": {"external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832"}, "name": "vmready2-router_cf22e4e4-c25f-438a-abe6-ed6cb74b6617", "admin_state_up": true}}' 2018-07-30 17:19:51,083 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-ead4a5a3-eef1-45c4-81b1-390e318d59b7 Date: Mon, 30 Jul 2018 17:19:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "created_at": "2018-07-30T17:19:49Z", "admin_state_up": true, "updated_at": "2018-07-30T17:19:50Z", "revision_number": 2, "routes": [], "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "id": "d27e30fd-cae1-4807-8240-c773f1f4b8b8", "name": "vmready2-router_cf22e4e4-c25f-438a-abe6-ed6cb74b6617"}} 2018-07-30 17:19:51,083 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-ead4a5a3-eef1-45c4-81b1-390e318d59b7 2018-07-30 17:19:51,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.61524105072s 2018-07-30 17:19:51,084 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-ead4a5a3-eef1-45c4-81b1-390e318d59b7 2018-07-30 17:19:51,084 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'bf4d3d8c76d54b3fa916bdcacc36cc1b', u'created_at': u'2018-07-30T17:19:49Z', u'admin_state_up': True, u'updated_at': u'2018-07-30T17:19:50Z', u'revision_number': 2, u'routes': [], u'project_id': u'bf4d3d8c76d54b3fa916bdcacc36cc1b', u'id': u'd27e30fd-cae1-4807-8240-c773f1f4b8b8', u'name': u'vmready2-router_cf22e4e4-c25f-438a-abe6-ed6cb74b6617'}) 2018-07-30 17:19:51,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-30 17:19:51,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/d27e30fd-cae1-4807-8240-c773f1f4b8b8/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" -d '{"subnet_id": "a5eb2c44-c628-4a23-ba1c-c7c414929f22"}' 2018-07-30 17:19:53,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bc10dcce-9da2-4415-ba55-45f719d445f3 Date: Mon, 30 Jul 2018 17:19:53 GMT RESP BODY: {"network_id": "dae8a3cd-57df-4e2a-a7c9-554e958f4be2", "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "subnet_id": "a5eb2c44-c628-4a23-ba1c-c7c414929f22", "subnet_ids": ["a5eb2c44-c628-4a23-ba1c-c7c414929f22"], "port_id": "bdea288d-135a-48b1-8218-ac5718bf2d3b", "id": "d27e30fd-cae1-4807-8240-c773f1f4b8b8"} 2018-07-30 17:19:53,515 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d27e30fd-cae1-4807-8240-c773f1f4b8b8/add_router_interface.json used request id req-bc10dcce-9da2-4415-ba55-45f719d445f3 2018-07-30 17:19:53,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.43064689636s 2018-07-30 17:19:53,516 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d27e30fd-cae1-4807-8240-c773f1f4b8b8/add_router_interface.json used request id req-bc10dcce-9da2-4415-ba55-45f719d445f3 returning object d27e30fd-cae1-4807-8240-c773f1f4b8b8 2018-07-30 17:19:53,516 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-30 17:19:53,648 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-30 17:19:53,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:19:53,653 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 30 Jul 2018 17:19:53 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-30 17:19:53,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:19:53,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" 2018-07-30 17:19:54,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-76e55d5e-937b-4df3-82d9-dd14220fc5e9 Date: Mon, 30 Jul 2018 17:19:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:19:54,336 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-76e55d5e-937b-4df3-82d9-dd14220fc5e9 2018-07-30 17:19:54,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.680539131165s 2018-07-30 17:19:54,337 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-76e55d5e-937b-4df3-82d9-dd14220fc5e9 2018-07-30 17:19:54,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-30 17:19:54,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_cf22e4e4-c25f-438a-abe6-ed6cb74b6617", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_cf22e4e4-c25f-438a-abe6-ed6cb74b6617"}' 2018-07-30 17:19:55,071 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/fbee5879-b1c7-4155-ab6d-01f0329c8573 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-904967b3-8ae0-4751-9892-432682261489 Date: Mon, 30 Jul 2018 17:19:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/fbee5879-b1c7-4155-ab6d-01f0329c8573/file", "owner": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "id": "fbee5879-b1c7-4155-ab6d-01f0329c8573", "size": null, "self": "/v2/images/fbee5879-b1c7-4155-ab6d-01f0329c8573", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:19:54Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_cf22e4e4-c25f-438a-abe6-ed6cb74b6617", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_cf22e4e4-c25f-438a-abe6-ed6cb74b6617", "checksum": null, "created_at": "2018-07-30T17:19:54Z", "protected": false} 2018-07-30 17:19:55,071 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-904967b3-8ae0-4751-9892-432682261489 2018-07-30 17:19:55,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.726931095123s 2018-07-30 17:19:55,072 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-904967b3-8ae0-4751-9892-432682261489 returning object fbee5879-b1c7-4155-ab6d-01f0329c8573 2018-07-30 17:19:55,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-30 17:19:55,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/fbee5879-b1c7-4155-ab6d-01f0329c8573/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" -d '' 2018-07-30 17:19:56,179 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-85d1452b-2fa1-4b97-9aab-98442be795e4 Date: Mon, 30 Jul 2018 17:19:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:19:56,179 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/fbee5879-b1c7-4155-ab6d-01f0329c8573/file used request id req-85d1452b-2fa1-4b97-9aab-98442be795e4 2018-07-30 17:19:56,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.10701203346s 2018-07-30 17:19:56,180 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/fbee5879-b1c7-4155-ab6d-01f0329c8573/file used request id req-85d1452b-2fa1-4b97-9aab-98442be795e4 2018-07-30 17:19:56,180 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready2-img_cf22e4e4-c25f-438a-abe6-ed6cb74b6617', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-30T17:19:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/fbee5879-b1c7-4155-ab6d-01f0329c8573/file', u'owner': u'bf4d3d8c76d54b3fa916bdcacc36cc1b', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'fbee5879-b1c7-4155-ab6d-01f0329c8573', u'size': None, u'name': u'vmready2-img_cf22e4e4-c25f-438a-abe6-ed6cb74b6617', u'checksum': None, u'self': u'/v2/images/fbee5879-b1c7-4155-ab6d-01f0329c8573', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-30T17:19:54Z', u'schema': u'/v2/schemas/image'}) 2018-07-30 17:19:56,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-30 17:19:56,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_cf22e4e4-c25f-438a-abe6-ed6cb74b6617", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-30 17:19:56,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19: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-0a00ac2a-fa85-4d48-bf9a-d8c35367c1cc x-compute-request-id: req-0a00ac2a-fa85-4d48-bf9a-d8c35367c1cc Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_cf22e4e4-c25f-438a-abe6-ed6cb74b6617", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7dc2354a-6dc3-47c7-95fb-1339f16269c8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7dc2354a-6dc3-47c7-95fb-1339f16269c8", "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": "7dc2354a-6dc3-47c7-95fb-1339f16269c8"}} 2018-07-30 17:19:56,413 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0a00ac2a-fa85-4d48-bf9a-d8c35367c1cc 2018-07-30 17:19:56,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.232112884521s 2018-07-30 17:19:56,413 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0a00ac2a-fa85-4d48-bf9a-d8c35367c1cc 2018-07-30 17:19:56,414 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_cf22e4e4-c25f-438a-abe6-ed6cb74b6617', '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'a5c443b661124ecdb463f917c180f6c2', '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'7dc2354a-6dc3-47c7-95fb-1339f16269c8', 'swap': 0}) 2018-07-30 17:19:56,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-30 17:19:56,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/7dc2354a-6dc3-47c7-95fb-1339f16269c8/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" -d '{"extra_specs": {}}' 2018-07-30 17:19:56,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:19: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-e9407faf-7f39-421e-a79d-d45af4864fbd x-compute-request-id: req-e9407faf-7f39-421e-a79d-d45af4864fbd Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-30 17:19:56,559 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/7dc2354a-6dc3-47c7-95fb-1339f16269c8/os-extra_specs used request id req-e9407faf-7f39-421e-a79d-d45af4864fbd 2018-07-30 17:19:56,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.144474029541s 2018-07-30 17:19:56,560 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/7dc2354a-6dc3-47c7-95fb-1339f16269c8/os-extra_specs used request id req-e9407faf-7f39-421e-a79d-d45af4864fbd 2018-07-30 17:19:56,671 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 17:19:56,672 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-30 17:19:56,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-30 17:19:56,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/d27e30fd-cae1-4807-8240-c773f1f4b8b8/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" -d '{"subnet_id": "a5eb2c44-c628-4a23-ba1c-c7c414929f22"}' 2018-07-30 17:19:58,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d6e151ee-3c10-430e-90df-6265caa0ca22 Date: Mon, 30 Jul 2018 17:19:58 GMT RESP BODY: {"network_id": "dae8a3cd-57df-4e2a-a7c9-554e958f4be2", "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "subnet_id": "a5eb2c44-c628-4a23-ba1c-c7c414929f22", "subnet_ids": ["a5eb2c44-c628-4a23-ba1c-c7c414929f22"], "port_id": "bdea288d-135a-48b1-8218-ac5718bf2d3b", "id": "d27e30fd-cae1-4807-8240-c773f1f4b8b8"} 2018-07-30 17:19:58,235 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d27e30fd-cae1-4807-8240-c773f1f4b8b8/remove_router_interface.json used request id req-d6e151ee-3c10-430e-90df-6265caa0ca22 2018-07-30 17:19:58,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.55841112137s 2018-07-30 17:19:58,236 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d27e30fd-cae1-4807-8240-c773f1f4b8b8/remove_router_interface.json used request id req-d6e151ee-3c10-430e-90df-6265caa0ca22 returning object d27e30fd-cae1-4807-8240-c773f1f4b8b8 2018-07-30 17:19:58,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-30 17:19:58,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" 2018-07-30 17:19:58,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-f1987821-8143-43b9-b632-c6e40593e5c2 Date: Mon, 30 Jul 2018 17:19:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "created_at": "2018-07-30T17:19:49Z", "admin_state_up": true, "updated_at": "2018-07-30T17:19:57Z", "revision_number": 4, "routes": [], "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "id": "d27e30fd-cae1-4807-8240-c773f1f4b8b8", "name": "vmready2-router_cf22e4e4-c25f-438a-abe6-ed6cb74b6617"}]} 2018-07-30 17:19:58,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f1987821-8143-43b9-b632-c6e40593e5c2 2018-07-30 17:19:58,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.123123168945s 2018-07-30 17:19:58,360 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f1987821-8143-43b9-b632-c6e40593e5c2 2018-07-30 17:19:58,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-30 17:19:58,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/d27e30fd-cae1-4807-8240-c773f1f4b8b8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" 2018-07-30 17:20:00,573 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c8ded258-2092-4264-b8c1-adafd4c9f95e Content-Length: 0 Date: Mon, 30 Jul 2018 17:20:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:20:00,573 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/d27e30fd-cae1-4807-8240-c773f1f4b8b8.json used request id req-c8ded258-2092-4264-b8c1-adafd4c9f95e 2018-07-30 17:20:00,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.21209406853s 2018-07-30 17:20:00,573 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/d27e30fd-cae1-4807-8240-c773f1f4b8b8.json used request id req-c8ded258-2092-4264-b8c1-adafd4c9f95e 2018-07-30 17:20:00,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 17:20:00,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" 2018-07-30 17:20:01,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-6e099929-a35d-4423-a54a-a14c62aacd50 Date: Mon, 30 Jul 2018 17:20:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dae8a3cd-57df-4e2a-a7c9-554e958f4be2","tenant_id":"bf4d3d8c76d54b3fa916bdcacc36cc1b","created_at":"2018-07-30T17:19:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:19:49Z","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":"bf4d3d8c76d54b3fa916bdcacc36cc1b","id":"a5eb2c44-c628-4a23-ba1c-c7c414929f22","subnetpool_id":null,"name":"vmready2-subnet_cf22e4e4-c25f-438a-abe6-ed6cb74b6617"}]} 2018-07-30 17:20:01,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-6e099929-a35d-4423-a54a-a14c62aacd50 2018-07-30 17:20:01,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.960668087006s 2018-07-30 17:20:01,535 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-6e099929-a35d-4423-a54a-a14c62aacd50 2018-07-30 17:20:01,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-30 17:20:01,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/a5eb2c44-c628-4a23-ba1c-c7c414929f22.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" 2018-07-30 17:20:03,962 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f8877a80-95d7-45d5-a515-720106797865 Date: Mon, 30 Jul 2018 17:20:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:20:03,963 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/a5eb2c44-c628-4a23-ba1c-c7c414929f22.json used request id req-f8877a80-95d7-45d5-a515-720106797865 2018-07-30 17:20:03,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.4262611866s 2018-07-30 17:20:03,963 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/a5eb2c44-c628-4a23-ba1c-c7c414929f22.json used request id req-f8877a80-95d7-45d5-a515-720106797865 2018-07-30 17:20:03,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:20:03,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" 2018-07-30 17:20:04,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-8f2dfb3e-91b9-4a81-80eb-e29f8d47a986 Date: Mon, 30 Jul 2018 17:20:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-30T17:20:03Z","tenant_id":"bf4d3d8c76d54b3fa916bdcacc36cc1b","created_at":"2018-07-30T17:19:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bf4d3d8c76d54b3fa916bdcacc36cc1b","id":"dae8a3cd-57df-4e2a-a7c9-554e958f4be2","name":"vmready2-net_cf22e4e4-c25f-438a-abe6-ed6cb74b6617"}]} 2018-07-30 17:20:04,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8f2dfb3e-91b9-4a81-80eb-e29f8d47a986 2018-07-30 17:20:04,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.144315004349s 2018-07-30 17:20:04,108 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8f2dfb3e-91b9-4a81-80eb-e29f8d47a986 2018-07-30 17:20:04,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-30 17:20:04,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/dae8a3cd-57df-4e2a-a7c9-554e958f4be2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" 2018-07-30 17:20:05,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-266c355f-3e98-4d4e-a72a-32ba7818067b Date: Mon, 30 Jul 2018 17:20:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:20:05,286 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/dae8a3cd-57df-4e2a-a7c9-554e958f4be2.json used request id req-266c355f-3e98-4d4e-a72a-32ba7818067b 2018-07-30 17:20:05,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.17622184753s 2018-07-30 17:20:05,286 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/dae8a3cd-57df-4e2a-a7c9-554e958f4be2.json used request id req-266c355f-3e98-4d4e-a72a-32ba7818067b 2018-07-30 17:20:05,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:20:05,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" 2018-07-30 17:20:05,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-b6da1ddd-5dfb-4403-a2d4-36f1cc460607 Date: Mon, 30 Jul 2018 17:20:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/fbee5879-b1c7-4155-ab6d-01f0329c8573/snap", "metadata": {}}], "file": "/v2/images/fbee5879-b1c7-4155-ab6d-01f0329c8573/file", "owner": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "id": "fbee5879-b1c7-4155-ab6d-01f0329c8573", "size": 12716032, "self": "/v2/images/fbee5879-b1c7-4155-ab6d-01f0329c8573", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/fbee5879-b1c7-4155-ab6d-01f0329c8573/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:19:56Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_cf22e4e4-c25f-438a-abe6-ed6cb74b6617", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_cf22e4e4-c25f-438a-abe6-ed6cb74b6617", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:19:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:20:05,985 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b6da1ddd-5dfb-4403-a2d4-36f1cc460607 2018-07-30 17:20:05,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.695009946823s 2018-07-30 17:20:05,986 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b6da1ddd-5dfb-4403-a2d4-36f1cc460607 2018-07-30 17:20:05,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-30 17:20:05,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/fbee5879-b1c7-4155-ab6d-01f0329c8573 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e97a43f63c942ae6a68acff1e5a35ad4daf4357e" 2018-07-30 17:20:07,112 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e513f50b-bf0a-4e3e-9f09-6b818a15aa60 Date: Mon, 30 Jul 2018 17:20:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:20:07,112 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/fbee5879-b1c7-4155-ab6d-01f0329c8573 used request id req-e513f50b-bf0a-4e3e-9f09-6b818a15aa60 2018-07-30 17:20:07,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.12405896187s 2018-07-30 17:20:07,112 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/fbee5879-b1c7-4155-ab6d-01f0329c8573 used request id req-e513f50b-bf0a-4e3e-9f09-6b818a15aa60 2018-07-30 17:20:07,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:20:07,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:20:07,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20: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-0db77150-7bd0-4d5b-9e36-9e4bf9c69f8d x-compute-request-id: req-0db77150-7bd0-4d5b-9e36-9e4bf9c69f8d Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_cf22e4e4-c25f-438a-abe6-ed6cb74b6617", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7dc2354a-6dc3-47c7-95fb-1339f16269c8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7dc2354a-6dc3-47c7-95fb-1339f16269c8", "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": "7dc2354a-6dc3-47c7-95fb-1339f16269c8"}]} 2018-07-30 17:20:07,246 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0db77150-7bd0-4d5b-9e36-9e4bf9c69f8d 2018-07-30 17:20:07,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.133603096008s 2018-07-30 17:20:07,247 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0db77150-7bd0-4d5b-9e36-9e4bf9c69f8d 2018-07-30 17:20:07,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-30 17:20:07,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/7dc2354a-6dc3-47c7-95fb-1339f16269c8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:20:07,305 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:20: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-715998ae-7dc9-43d4-af39-72b96a401718 x-compute-request-id: req-715998ae-7dc9-43d4-af39-72b96a401718 Content-Length: 0 Content-Type: application/json 2018-07-30 17:20:07,305 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7dc2354a-6dc3-47c7-95fb-1339f16269c8 used request id req-715998ae-7dc9-43d4-af39-72b96a401718 2018-07-30 17:20:07,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0567169189453s 2018-07-30 17:20:07,305 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7dc2354a-6dc3-47c7-95fb-1339f16269c8 used request id req-715998ae-7dc9-43d4-af39-72b96a401718 2018-07-30 17:20:07,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:20:07,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:20:07,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52e43e98-cc50-4b03-b517-a0d4506b954c Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/007c651792db418193688c10d843d637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "007c651792db418193688c10d843d637", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/244dcd30c06d4384961fa64d49c3e41c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "244dcd30c06d4384961fa64d49c3e41c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2a5230a6efdb4a64a4b00fb62e23cfea"}, "domain_id": "4476b8ce97754bddbc8c57708e295eeb", "enabled": true, "options": {}, "id": "2a5230a6efdb4a64a4b00fb62e23cfea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/3d82804d95aa4fd1bfc17877fcdf7354"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d82804d95aa4fd1bfc17877fcdf7354", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/656ce29b237b48409909716a40fce1c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "656ce29b237b48409909716a40fce1c7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/6e6a16503d3c4934b5b61073aba8b08c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6e6a16503d3c4934b5b61073aba8b08c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vmready2-user_cf22e4e4-c25f-438a-abe6-ed6cb74b6617", "links": {"self": "http://172.30.9.21:5000/v3/users/746a8576b822486185ab488cc6dda653"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "746a8576b822486185ab488cc6dda653", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/766202d20652431a9855034c09964e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "766202d20652431a9855034c09964e9e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7908f48045ad430c8bb89bc94876adee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7908f48045ad430c8bb89bc94876adee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/857e0417e4494e29b92ccbb6e2e75992"}, "domain_id": "default", "enabled": true, "options": {}, "id": "857e0417e4494e29b92ccbb6e2e75992", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a699b948ffba4770a3e60d35294751c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a699b948ffba4770a3e60d35294751c3", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/aaa8224c76a3484bbac84a74b4ba8b3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aaa8224c76a3484bbac84a74b4ba8b3f", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1e29c6e158e46b79cb6db3144213a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e29c6e158e46b79cb6db3144213a17", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d4319e1f77ec4d80b169bc61bdac9efc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4319e1f77ec4d80b169bc61bdac9efc", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/d4889590909945f088a965d003206189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4889590909945f088a965d003206189", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-30 17:20:07,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-52e43e98-cc50-4b03-b517-a0d4506b954c 2018-07-30 17:20:07,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116914987564s 2018-07-30 17:20:07,423 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-52e43e98-cc50-4b03-b517-a0d4506b954c 2018-07-30 17:20:07,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:20:07,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/746a8576b822486185ab488cc6dda653 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:20:07,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b91b98-3dcd-427b-ad54-c8a59fa79b4e Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_cf22e4e4-c25f-438a-abe6-ed6cb74b6617", "links": {"self": "http://172.30.9.21:5000/v3/users/746a8576b822486185ab488cc6dda653"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "746a8576b822486185ab488cc6dda653", "description": null}} 2018-07-30 17:20:07,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/746a8576b822486185ab488cc6dda653 used request id req-99b91b98-3dcd-427b-ad54-c8a59fa79b4e 2018-07-30 17:20:07,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10610294342s 2018-07-30 17:20:07,536 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/746a8576b822486185ab488cc6dda653 used request id req-99b91b98-3dcd-427b-ad54-c8a59fa79b4e 2018-07-30 17:20:07,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-30 17:20:07,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/746a8576b822486185ab488cc6dda653 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:20:07,823 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:20:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc76957a-5a5a-4378-ae73-1ee18eb36bb9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:20:07,823 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/746a8576b822486185ab488cc6dda653 used request id req-bc76957a-5a5a-4378-ae73-1ee18eb36bb9 2018-07-30 17:20:07,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.287205934525s 2018-07-30 17:20:07,824 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/746a8576b822486185ab488cc6dda653 used request id req-bc76957a-5a5a-4378-ae73-1ee18eb36bb9 2018-07-30 17:20:07,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-30 17:20:07,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:20:07,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-204b48be-5c56-48ca-8486-112ab93846b0 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a5c443b661124ecdb463f917c180f6c2"}, "tags": [], "enabled": true, "id": "a5c443b661124ecdb463f917c180f6c2", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440"}, "tags": [], "enabled": true, "id": "bbb29370cb064c718b72faa5c6748440", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.21:5000/v3/projects/bf4d3d8c76d54b3fa916bdcacc36cc1b"}, "tags": [], "enabled": true, "id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_cf22e4e4-c25f-438a-abe6-ed6cb74b6617"}]} 2018-07-30 17:20:07,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-204b48be-5c56-48ca-8486-112ab93846b0 2018-07-30 17:20:07,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0978860855103s 2018-07-30 17:20:07,928 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-204b48be-5c56-48ca-8486-112ab93846b0 2018-07-30 17:20:07,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-30 17:20:07,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/bf4d3d8c76d54b3fa916bdcacc36cc1b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:20:08,134 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:20:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-281d0cdf-6092-4cc8-9098-2c427729ad80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:20:08,134 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/bf4d3d8c76d54b3fa916bdcacc36cc1b used request id req-281d0cdf-6092-4cc8-9098-2c427729ad80 2018-07-30 17:20:08,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.201241970062s 2018-07-30 17:20:08,134 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/bf4d3d8c76d54b3fa916bdcacc36cc1b used request id req-281d0cdf-6092-4cc8-9098-2c427729ad80 2018-07-30 17:20:08,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:20:08,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:20:08,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7fa3bf2-1443-44fa-84ce-330c957fbc90 Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "c67d6af9840d45afb456924df12bfc52", "links": {"self": "http://172.30.9.21:5000/v3/roles/c67d6af9840d45afb456924df12bfc52"}, "name": "Member"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:20:08,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b7fa3bf2-1443-44fa-84ce-330c957fbc90 2018-07-30 17:20:08,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100830793381s 2018-07-30 17:20:08,239 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b7fa3bf2-1443-44fa-84ce-330c957fbc90 2018-07-30 17:20:08,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-30 17:20:08,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/c67d6af9840d45afb456924df12bfc52 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}69f62dda2193e14e8515563f4b676fbb5391b347" 2018-07-30 17:20:08,622 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:20:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b156579-12b0-4403-a21a-673908c3a5e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:20:08,622 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c67d6af9840d45afb456924df12bfc52 used request id req-5b156579-12b0-4403-a21a-673908c3a5e1 2018-07-30 17:20:08,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.378591060638s 2018-07-30 17:20:08,623 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c67d6af9840d45afb456924df12bfc52 used request id req-5b156579-12b0-4403-a21a-673908c3a5e1 2018-07-30 17:20:08,676 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-07-30 17:20:08,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:20:08,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:20:08,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:20:08,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:20:08,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:20:08,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:20:08,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:20:08,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:20:08,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:20:08,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:20:08,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:20:08,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:20:08,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:20:08,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:20:08,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:20:08,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:20:08,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:20:08,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:20:08,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:20:08,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:20:08,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:20:08,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:20:08,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:20:08,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b492ed44-c9d2-44f6-a9e9-25af0a3c55b2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:20:08,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b492ed44-c9d2-44f6-a9e9-25af0a3c55b2 2018-07-30 17:20:08,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:20:09,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb37427ee864bbead4b2c672b5c6b7d", "name": "admin"}], "expires_at": "2018-07-30T18:20:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5c443b661124ecdb463f917c180f6c2", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "audit_ids": ["2-0JgqVbRWyqZMS0Mm7k_g"], "issued_at": "2018-07-30T17:20:09.000000Z"}} 2018-07-30 17:20:09,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:20:09,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:09,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3b65a96d-bd21-49de-9164-82869972cbfb Date: Mon, 30 Jul 2018 17:20:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 17:20:09,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3b65a96d-bd21-49de-9164-82869972cbfb 2018-07-30 17:20:09,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.342390060425s 2018-07-30 17:20:09,466 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3b65a96d-bd21-49de-9164-82869972cbfb 2018-07-30 17:20:09,472 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-07-30 17:20:09,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-30 17:20:09,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" -d '{"network": {"name": "singlevm1-net_7cee06de-35e6-40b0-bd91-2772d13c6eac", "admin_state_up": true}}' 2018-07-30 17:20:10,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5cdda16c-120b-4159-941a-94e3d6d386f2 Date: Mon, 30 Jul 2018 17:20:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c7200c4e-7c1d-4b50-9573-69a16f6e8602","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T17:20:10Z","is_default":false,"provider:segmentation_id":51,"name":"singlevm1-net_7cee06de-35e6-40b0-bd91-2772d13c6eac","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:20:10Z","mtu":1450}} 2018-07-30 17:20:10,695 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5cdda16c-120b-4159-941a-94e3d6d386f2 2018-07-30 17:20:10,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.22249889374s 2018-07-30 17:20:10,695 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5cdda16c-120b-4159-941a-94e3d6d386f2 2018-07-30 17:20:10,696 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-30T17:20:10Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'c7200c4e-7c1d-4b50-9573-69a16f6e8602', u'provider:segmentation_id': 51, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_7cee06de-35e6-40b0-bd91-2772d13c6eac', u'admin_state_up': True, u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T17:20:10Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a5c443b661124ecdb463f917c180f6c2'}) 2018-07-30 17:20:10,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:20:10,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:10,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-34814cb9-f422-44de-97f3-ea36e62f824f Date: Mon, 30 Jul 2018 17:20:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c7200c4e-7c1d-4b50-9573-69a16f6e8602","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T17:20:10Z","provider:segmentation_id":51,"name":"singlevm1-net_7cee06de-35e6-40b0-bd91-2772d13c6eac","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:20:10Z","provider:network_type":"vxlan"}]} 2018-07-30 17:20:10,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-34814cb9-f422-44de-97f3-ea36e62f824f 2018-07-30 17:20:10,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.24368596077s 2018-07-30 17:20:10,941 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-34814cb9-f422-44de-97f3-ea36e62f824f 2018-07-30 17:20:10,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-30 17:20:10,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" -d '{"subnet": {"name": "singlevm1-subnet_7cee06de-35e6-40b0-bd91-2772d13c6eac", "enable_dhcp": true, "network_id": "c7200c4e-7c1d-4b50-9573-69a16f6e8602", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-30 17:20:11,779 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-2922b7f3-74cd-492f-9f07-d3c7082da564 Date: Mon, 30 Jul 2018 17:20:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7200c4e-7c1d-4b50-9573-69a16f6e8602","tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:20:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:20:11Z","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":"a5c443b661124ecdb463f917c180f6c2","id":"5394f0dc-8037-4ac0-bfef-ab5d04d4880e","subnetpool_id":null,"name":"singlevm1-subnet_7cee06de-35e6-40b0-bd91-2772d13c6eac"}} 2018-07-30 17:20:11,779 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2922b7f3-74cd-492f-9f07-d3c7082da564 2018-07-30 17:20:11,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.837028026581s 2018-07-30 17:20:11,780 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2922b7f3-74cd-492f-9f07-d3c7082da564 2018-07-30 17:20:11,780 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:20:11Z', 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'5394f0dc-8037-4ac0-bfef-ab5d04d4880e', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_7cee06de-35e6-40b0-bd91-2772d13c6eac', u'enable_dhcp': True, u'network_id': u'c7200c4e-7c1d-4b50-9573-69a16f6e8602', u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T17:20:11Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a5c443b661124ecdb463f917c180f6c2'}) 2018-07-30 17:20:11,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-30 17:20:11,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" -d '{"router": {"external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832"}, "name": "singlevm1-router_7cee06de-35e6-40b0-bd91-2772d13c6eac", "admin_state_up": true}}' 2018-07-30 17:20:13,258 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-6cfc8bfa-89a0-464d-bb08-e1b5885e9a40 Date: Mon, 30 Jul 2018 17:20:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:20:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-30T17:20:13Z", "revision_number": 2, "routes": [], "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "4d3dec29-e1ba-40bf-abfa-675a2f9be984", "name": "singlevm1-router_7cee06de-35e6-40b0-bd91-2772d13c6eac"}} 2018-07-30 17:20:13,259 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-6cfc8bfa-89a0-464d-bb08-e1b5885e9a40 2018-07-30 17:20:13,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.47783088684s 2018-07-30 17:20:13,259 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-6cfc8bfa-89a0-464d-bb08-e1b5885e9a40 2018-07-30 17:20:13,259 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T17:20:12Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-30T17:20:13Z', u'revision_number': 2, u'routes': [], u'project_id': u'a5c443b661124ecdb463f917c180f6c2', u'id': u'4d3dec29-e1ba-40bf-abfa-675a2f9be984', u'name': u'singlevm1-router_7cee06de-35e6-40b0-bd91-2772d13c6eac'}) 2018-07-30 17:20:13,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-30 17:20:13,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/4d3dec29-e1ba-40bf-abfa-675a2f9be984/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" -d '{"subnet_id": "5394f0dc-8037-4ac0-bfef-ab5d04d4880e"}' 2018-07-30 17:20:14,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7ef4e71b-01d1-4d97-9268-3924858e7e32 Date: Mon, 30 Jul 2018 17:20:14 GMT RESP BODY: {"network_id": "c7200c4e-7c1d-4b50-9573-69a16f6e8602", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "subnet_id": "5394f0dc-8037-4ac0-bfef-ab5d04d4880e", "subnet_ids": ["5394f0dc-8037-4ac0-bfef-ab5d04d4880e"], "port_id": "79a829ae-60a8-4ff3-8319-7f2314dd1142", "id": "4d3dec29-e1ba-40bf-abfa-675a2f9be984"} 2018-07-30 17:20:14,935 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4d3dec29-e1ba-40bf-abfa-675a2f9be984/add_router_interface.json used request id req-7ef4e71b-01d1-4d97-9268-3924858e7e32 2018-07-30 17:20:14,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.67549800873s 2018-07-30 17:20:14,936 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4d3dec29-e1ba-40bf-abfa-675a2f9be984/add_router_interface.json used request id req-7ef4e71b-01d1-4d97-9268-3924858e7e32 returning object 4d3dec29-e1ba-40bf-abfa-675a2f9be984 2018-07-30 17:20:14,936 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-30 17:20:15,068 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-30 17:20:15,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:20:15,075 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 30 Jul 2018 17:20:15 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-30 17:20:15,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:20:15,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:15,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-319c39b7-57a6-43c8-a6b2-a334743f2eac Date: Mon, 30 Jul 2018 17:20:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:20:15,754 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-319c39b7-57a6-43c8-a6b2-a334743f2eac 2018-07-30 17:20:15,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.674514055252s 2018-07-30 17:20:15,755 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-319c39b7-57a6-43c8-a6b2-a334743f2eac 2018-07-30 17:20:15,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-30 17:20:15,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_7cee06de-35e6-40b0-bd91-2772d13c6eac", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_7cee06de-35e6-40b0-bd91-2772d13c6eac"}' 2018-07-30 17:20:16,527 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/2493a39d-378b-44f6-8a2d-be05d34eb123 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-27227ed7-6ed5-41a7-848e-ae7e557c7049 Date: Mon, 30 Jul 2018 17:20:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/2493a39d-378b-44f6-8a2d-be05d34eb123/file", "owner": "a5c443b661124ecdb463f917c180f6c2", "id": "2493a39d-378b-44f6-8a2d-be05d34eb123", "size": null, "self": "/v2/images/2493a39d-378b-44f6-8a2d-be05d34eb123", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:20:16Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_7cee06de-35e6-40b0-bd91-2772d13c6eac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_7cee06de-35e6-40b0-bd91-2772d13c6eac", "checksum": null, "created_at": "2018-07-30T17:20:16Z", "protected": false} 2018-07-30 17:20:16,527 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-27227ed7-6ed5-41a7-848e-ae7e557c7049 2018-07-30 17:20:16,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.764199972153s 2018-07-30 17:20:16,527 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-27227ed7-6ed5-41a7-848e-ae7e557c7049 returning object 2493a39d-378b-44f6-8a2d-be05d34eb123 2018-07-30 17:20:16,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-30 17:20:16,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/2493a39d-378b-44f6-8a2d-be05d34eb123/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" -d '' 2018-07-30 17:20:18,006 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-35feb4cb-4776-4dd2-b964-892d60491ad2 Date: Mon, 30 Jul 2018 17:20:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:20:18,006 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/2493a39d-378b-44f6-8a2d-be05d34eb123/file used request id req-35feb4cb-4776-4dd2-b964-892d60491ad2 2018-07-30 17:20:18,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.47810983658s 2018-07-30 17:20:18,006 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/2493a39d-378b-44f6-8a2d-be05d34eb123/file used request id req-35feb4cb-4776-4dd2-b964-892d60491ad2 2018-07-30 17:20:18,007 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm1-img_7cee06de-35e6-40b0-bd91-2772d13c6eac', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-30T17:20:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/2493a39d-378b-44f6-8a2d-be05d34eb123/file', u'owner': u'a5c443b661124ecdb463f917c180f6c2', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'2493a39d-378b-44f6-8a2d-be05d34eb123', u'size': None, u'name': u'singlevm1-img_7cee06de-35e6-40b0-bd91-2772d13c6eac', u'checksum': None, u'self': u'/v2/images/2493a39d-378b-44f6-8a2d-be05d34eb123', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-30T17:20:16Z', u'schema': u'/v2/schemas/image'}) 2018-07-30 17:20:18,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-30 17:20:18,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_7cee06de-35e6-40b0-bd91-2772d13c6eac", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-30 17:20:18,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20: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-059071bf-241a-4c15-b631-3d2e08cdca87 x-compute-request-id: req-059071bf-241a-4c15-b631-3d2e08cdca87 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_7cee06de-35e6-40b0-bd91-2772d13c6eac", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9", "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": "3b327c25-c6bc-4756-831c-c60d5eeed5f9"}} 2018-07-30 17:20:18,319 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-059071bf-241a-4c15-b631-3d2e08cdca87 2018-07-30 17:20:18,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.311767816544s 2018-07-30 17:20:18,320 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-059071bf-241a-4c15-b631-3d2e08cdca87 2018-07-30 17:20:18,321 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_7cee06de-35e6-40b0-bd91-2772d13c6eac', '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'a5c443b661124ecdb463f917c180f6c2', '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'3b327c25-c6bc-4756-831c-c60d5eeed5f9', 'swap': 0}) 2018-07-30 17:20:18,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-30 17:20:18,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" -d '{"extra_specs": {}}' 2018-07-30 17:20:18,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20: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-92ca5310-87ab-4bb8-b66f-2d75577e0c67 x-compute-request-id: req-92ca5310-87ab-4bb8-b66f-2d75577e0c67 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-30 17:20:18,450 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9/os-extra_specs used request id req-92ca5310-87ab-4bb8-b66f-2d75577e0c67 2018-07-30 17:20:18,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.128600120544s 2018-07-30 17:20:18,450 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9/os-extra_specs used request id req-92ca5310-87ab-4bb8-b66f-2d75577e0c67 2018-07-30 17:20:18,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-30 17:20:18,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" -d '{"keypair": {"name": "singlevm1-kp_7cee06de-35e6-40b0-bd91-2772d13c6eac"}}' 2018-07-30 17:20:18,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20: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-e631d712-6ea4-4c97-902d-922f6ef0da53 x-compute-request-id: req-e631d712-6ea4-4c97-902d-922f6ef0da53 Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnz9Bd08/2c/o7dhTmObeoFm60PTh0GyVG3pZN7Hv9a0atTKRYnqmaCG7VMbSWSBLbzOiJ0QNwhF/ZHMjUt4yUgt8bOoF/KDrDDsL/FNe97nkVUGgrlaQlCNhdSVlfeTNZirXQSBkNaDB5n/zABChyxs23x/KpzKGeEXAXJCcJTLlb/IOTeld9U2Sga8CMEGbQ91sD6RQeBLWe3/pJXEYD2bKlZYxUb3FSgukmqZj3loxPdeJDyxoWqidCIEhr/sfimuWqXx/OqxnVQ3x+SSkCeaxAA7cxeIIOWwp+lijw0Gvhrqr+i4TrARnXkJLRD5S6YOadAxEWEvQ8dWgiGVFD Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAp8/QXdPP9nP6O3YU5jm3qBZutD04dBslRt6WTex7/WtGrUyk\nWJ6pmghu1TG0lkgS28zoidEDcIRf2RzI1LeMlILfGzqBfyg6ww7C/xTXve55FVBo\nK5WkJQjYXUlZX3kzWYq10EgZDWgweZ/8wAQocsbNt8fyqcyhnhFwFyQnCUy5W/yD\nk3pXfVNkoGvAjBBm0PdbA+kUHgS1nt/6SVxGA9mypWWMVG9xUoLpJqmY95aMT3Xi\nQ8saFqonQiBIa/7H4prlql8fzqsZ1UN8fkkpAnmsQAO3MXiCDlsKfpYo8NBr4a6q\n/ouE6wEZ15CS0Q+UumDmnQMRFhL0PHVoIhlRQwIDAQABAoIBAQClMospEs7zCxEX\nYBMK4V7O9eZdQLdGdUKpFY5Zf6g/vU+CYqSXKPpFTG/vKFNibelCv+Fbaos8RNQm\nY5PA9EBMItmHcHzytKPESc/kVJxduVkxhkpGPbWtT5vPmdmFh0bpqwd41sDy1dKC\nqOCkFnPLKbJybT+RsISZmwkBfvF+0JSwLvUDZcCbf4v9/DLOtoAxwBvki2IhqhUu\np6mmrJ4U32wQNlPWiBuKmD0SxeZDcxvhyrzHG9cYN6lknUtR/4sx43A7o1p9sOo3\nCEySHS9PTVY9H8p0mSbwGFLJr8ePG+wE/t+7KHyZnZEtnr2uxdVpRuhYCkqgSBos\nchObVamhAoGBANNMmpPcTSRIB4q+cBOud4FSvImWP33TTEM3TdOJQOpPx9WuwzV6\nZMlGnyRlgrfErXyreW5Ymk+nKspugySIOsmoHaAORTjaa3fnt70HLCUnT9k3kRsI\nB9BMLWWq8UlwMudUN2RugEXs9Y7nbZO+CHivuSMjx6+R+TqmoC7vy95tAoGBAMtQ\nC+/dasyjXkPCTUEdXaqXSl28CpopFjky53Za8gZCImXopDIzJb3kOfR8UaaT/oHB\nxH5jDcCgW0dyJh234km97loKbeeFdtHoxjjYUpPYYhm3noeTBcQuVU//paFFx50m\njlnGkEEwszQrOoWBIkwvXbbP1c4iTVS/gwmvl2BvAoGBAIJxBfRFyfGd7dn/Gp1r\n1Sam9vFRKbz5lljgaVEvqD1+JvWJP8Vh25pN2KzVZc8gwaD3Eq3GUOzfXBFADAGf\nf/tBp5hJdv5UCIgrKkithtkg3bBRF2lCmeBDRrs+vloBw8r/OHrtpI6GbEleIU1V\nwVEP2hERY5LFYMCOYNDZBFg5AoGAeYvlVwU8MBMK699haCgyMyY3Y0pj3D3r904j\nanJ8dplbDynB3/EMAzZKH4ujFL8tTE2XNyfotNwpNdFcUC/6rLNLp7DMe7kii+Np\nfdp1o8WdAFrx/4M500sP3b+sOXoKGD1QpQM8gnym5e1iEyZcZsd6cyxVWeLP8HZ9\n1HCRQykCgYEAxIWUNf9qYVCrj+sb75MAuIXIvd5ZsHjlB3rUx4PimfZUsF9fVbiV\nqaj1itPAtRhf0V5sUnGef4k9tD7igySmwnicpNUh3Hk84njQfzFzxwIbvp5dw1nJ\nleA5vLquszpqpBhKNhLe8gP+HGjiCnIvQyr6seJT/HrLe0Zzi7egk8U=\n-----END RSA PRIVATE KEY-----\n", "user_id": "3d82804d95aa4fd1bfc17877fcdf7354", "name": "singlevm1-kp_7cee06de-35e6-40b0-bd91-2772d13c6eac", "fingerprint": "65:b6:67:19:f0:c5:9a:9e:41:9f:4f:2b:3c:11:18:7f"}} 2018-07-30 17:20:18,626 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-e631d712-6ea4-4c97-902d-922f6ef0da53 2018-07-30 17:20:18,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.175652980804s 2018-07-30 17:20:18,627 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-e631d712-6ea4-4c97-902d-922f6ef0da53 2018-07-30 17:20:18,627 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnz9Bd08/2c/o7dhTmObeoFm60PTh0GyVG3pZN7Hv9a0atTKRYnqmaCG7VMbSWSBLbzOiJ0QNwhF/ZHMjUt4yUgt8bOoF/KDrDDsL/FNe97nkVUGgrlaQlCNhdSVlfeTNZirXQSBkNaDB5n/zABChyxs23x/KpzKGeEXAXJCcJTLlb/IOTeld9U2Sga8CMEGbQ91sD6RQeBLWe3/pJXEYD2bKlZYxUb3FSgukmqZj3loxPdeJDyxoWqidCIEhr/sfimuWqXx/OqxnVQ3x+SSkCeaxAA7cxeIIOWwp+lijw0Gvhrqr+i4TrARnXkJLRD5S6YOadAxEWEvQ8dWgiGVFD Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAp8/QXdPP9nP6O3YU5jm3qBZutD04dBslRt6WTex7/WtGrUyk\nWJ6pmghu1TG0lkgS28zoidEDcIRf2RzI1LeMlILfGzqBfyg6ww7C/xTXve55FVBo\nK5WkJQjYXUlZX3kzWYq10EgZDWgweZ/8wAQocsbNt8fyqcyhnhFwFyQnCUy5W/yD\nk3pXfVNkoGvAjBBm0PdbA+kUHgS1nt/6SVxGA9mypWWMVG9xUoLpJqmY95aMT3Xi\nQ8saFqonQiBIa/7H4prlql8fzqsZ1UN8fkkpAnmsQAO3MXiCDlsKfpYo8NBr4a6q\n/ouE6wEZ15CS0Q+UumDmnQMRFhL0PHVoIhlRQwIDAQABAoIBAQClMospEs7zCxEX\nYBMK4V7O9eZdQLdGdUKpFY5Zf6g/vU+CYqSXKPpFTG/vKFNibelCv+Fbaos8RNQm\nY5PA9EBMItmHcHzytKPESc/kVJxduVkxhkpGPbWtT5vPmdmFh0bpqwd41sDy1dKC\nqOCkFnPLKbJybT+RsISZmwkBfvF+0JSwLvUDZcCbf4v9/DLOtoAxwBvki2IhqhUu\np6mmrJ4U32wQNlPWiBuKmD0SxeZDcxvhyrzHG9cYN6lknUtR/4sx43A7o1p9sOo3\nCEySHS9PTVY9H8p0mSbwGFLJr8ePG+wE/t+7KHyZnZEtnr2uxdVpRuhYCkqgSBos\nchObVamhAoGBANNMmpPcTSRIB4q+cBOud4FSvImWP33TTEM3TdOJQOpPx9WuwzV6\nZMlGnyRlgrfErXyreW5Ymk+nKspugySIOsmoHaAORTjaa3fnt70HLCUnT9k3kRsI\nB9BMLWWq8UlwMudUN2RugEXs9Y7nbZO+CHivuSMjx6+R+TqmoC7vy95tAoGBAMtQ\nC+/dasyjXkPCTUEdXaqXSl28CpopFjky53Za8gZCImXopDIzJb3kOfR8UaaT/oHB\nxH5jDcCgW0dyJh234km97loKbeeFdtHoxjjYUpPYYhm3noeTBcQuVU//paFFx50m\njlnGkEEwszQrOoWBIkwvXbbP1c4iTVS/gwmvl2BvAoGBAIJxBfRFyfGd7dn/Gp1r\n1Sam9vFRKbz5lljgaVEvqD1+JvWJP8Vh25pN2KzVZc8gwaD3Eq3GUOzfXBFADAGf\nf/tBp5hJdv5UCIgrKkithtkg3bBRF2lCmeBDRrs+vloBw8r/OHrtpI6GbEleIU1V\nwVEP2hERY5LFYMCOYNDZBFg5AoGAeYvlVwU8MBMK699haCgyMyY3Y0pj3D3r904j\nanJ8dplbDynB3/EMAzZKH4ujFL8tTE2XNyfotNwpNdFcUC/6rLNLp7DMe7kii+Np\nfdp1o8WdAFrx/4M500sP3b+sOXoKGD1QpQM8gnym5e1iEyZcZsd6cyxVWeLP8HZ9\n1HCRQykCgYEAxIWUNf9qYVCrj+sb75MAuIXIvd5ZsHjlB3rUx4PimfZUsF9fVbiV\nqaj1itPAtRhf0V5sUnGef4k9tD7igySmwnicpNUh3Hk84njQfzFzxwIbvp5dw1nJ\nleA5vLquszpqpBhKNhLe8gP+HGjiCnIvQyr6seJT/HrLe0Zzi7egk8U=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'3d82804d95aa4fd1bfc17877fcdf7354', 'name': u'singlevm1-kp_7cee06de-35e6-40b0-bd91-2772d13c6eac', 'created_at': '2018-07-30T17:20:18.627834', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a5c443b661124ecdb463f917c180f6c2', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'65:b6:67:19:f0:c5:9a:9e:41:9f:4f:2b:3c:11:18:7f', 'type': 'ssh', 'id': u'singlevm1-kp_7cee06de-35e6-40b0-bd91-2772d13c6eac'}) 2018-07-30 17:20:18,628 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAp8/QXdPP9nP6O3YU5jm3qBZutD04dBslRt6WTex7/WtGrUyk WJ6pmghu1TG0lkgS28zoidEDcIRf2RzI1LeMlILfGzqBfyg6ww7C/xTXve55FVBo K5WkJQjYXUlZX3kzWYq10EgZDWgweZ/8wAQocsbNt8fyqcyhnhFwFyQnCUy5W/yD k3pXfVNkoGvAjBBm0PdbA+kUHgS1nt/6SVxGA9mypWWMVG9xUoLpJqmY95aMT3Xi Q8saFqonQiBIa/7H4prlql8fzqsZ1UN8fkkpAnmsQAO3MXiCDlsKfpYo8NBr4a6q /ouE6wEZ15CS0Q+UumDmnQMRFhL0PHVoIhlRQwIDAQABAoIBAQClMospEs7zCxEX YBMK4V7O9eZdQLdGdUKpFY5Zf6g/vU+CYqSXKPpFTG/vKFNibelCv+Fbaos8RNQm Y5PA9EBMItmHcHzytKPESc/kVJxduVkxhkpGPbWtT5vPmdmFh0bpqwd41sDy1dKC qOCkFnPLKbJybT+RsISZmwkBfvF+0JSwLvUDZcCbf4v9/DLOtoAxwBvki2IhqhUu p6mmrJ4U32wQNlPWiBuKmD0SxeZDcxvhyrzHG9cYN6lknUtR/4sx43A7o1p9sOo3 CEySHS9PTVY9H8p0mSbwGFLJr8ePG+wE/t+7KHyZnZEtnr2uxdVpRuhYCkqgSBos chObVamhAoGBANNMmpPcTSRIB4q+cBOud4FSvImWP33TTEM3TdOJQOpPx9WuwzV6 ZMlGnyRlgrfErXyreW5Ymk+nKspugySIOsmoHaAORTjaa3fnt70HLCUnT9k3kRsI B9BMLWWq8UlwMudUN2RugEXs9Y7nbZO+CHivuSMjx6+R+TqmoC7vy95tAoGBAMtQ C+/dasyjXkPCTUEdXaqXSl28CpopFjky53Za8gZCImXopDIzJb3kOfR8UaaT/oHB xH5jDcCgW0dyJh234km97loKbeeFdtHoxjjYUpPYYhm3noeTBcQuVU//paFFx50m jlnGkEEwszQrOoWBIkwvXbbP1c4iTVS/gwmvl2BvAoGBAIJxBfRFyfGd7dn/Gp1r 1Sam9vFRKbz5lljgaVEvqD1+JvWJP8Vh25pN2KzVZc8gwaD3Eq3GUOzfXBFADAGf f/tBp5hJdv5UCIgrKkithtkg3bBRF2lCmeBDRrs+vloBw8r/OHrtpI6GbEleIU1V wVEP2hERY5LFYMCOYNDZBFg5AoGAeYvlVwU8MBMK699haCgyMyY3Y0pj3D3r904j anJ8dplbDynB3/EMAzZKH4ujFL8tTE2XNyfotNwpNdFcUC/6rLNLp7DMe7kii+Np fdp1o8WdAFrx/4M500sP3b+sOXoKGD1QpQM8gnym5e1iEyZcZsd6cyxVWeLP8HZ9 1HCRQykCgYEAxIWUNf9qYVCrj+sb75MAuIXIvd5ZsHjlB3rUx4PimfZUsF9fVbiV qaj1itPAtRhf0V5sUnGef4k9tD7igySmwnicpNUh3Hk84njQfzFzxwIbvp5dw1nJ leA5vLquszpqpBhKNhLe8gP+HGjiCnIvQyr6seJT/HrLe0Zzi7egk8U= -----END RSA PRIVATE KEY----- 2018-07-30 17:20:18,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-30 17:20:18,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" -d '{"security_group": {"name": "singlevm1-sg_7cee06de-35e6-40b0-bd91-2772d13c6eac", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-07-30 17:20:19,797 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-05ecc1c3-7813-4292-ba70-b40450643b95 Date: Mon, 30 Jul 2018 17:20:19 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:20:19Z", "updated_at": "2018-07-30T17:20:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:20:19Z", "revision_number": 0, "id": "4842b7ad-3238-467c-ad98-8635ea28c5b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:20:19Z", "security_group_id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5c443b661124ecdb463f917c180f6c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:20:19Z", "revision_number": 0, "id": "a334b151-6a67-4edb-a9aa-72030dc987fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:20:19Z", "security_group_id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5c443b661124ecdb463f917c180f6c2"}], "revision_number": 2, "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "name": "singlevm1-sg_7cee06de-35e6-40b0-bd91-2772d13c6eac"}} 2018-07-30 17:20:19,797 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-05ecc1c3-7813-4292-ba70-b40450643b95 2018-07-30 17:20:19,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 1.16625213623s 2018-07-30 17:20:19,798 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-05ecc1c3-7813-4292-ba70-b40450643b95 2018-07-30 17:20:19,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-30 17:20:19,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:20,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-032e0bca-d8f3-48f5-833d-922d5d11c133 Date: Mon, 30 Jul 2018 17:20:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:18:40Z", "updated_at": "2018-07-30T17:18:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:40Z", "revision_number": 0, "id": "7f455b59-8db9-4954-9018-22c94da4ff0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:40Z", "security_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5c443b661124ecdb463f917c180f6c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:40Z", "revision_number": 0, "id": "a3e3db10-598f-4f73-9f46-1f407332c4a0", "remote_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:40Z", "security_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5c443b661124ecdb463f917c180f6c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:40Z", "revision_number": 0, "id": "a44bc0b4-3ac0-4503-a336-726e30bc4069", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:40Z", "security_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5c443b661124ecdb463f917c180f6c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:40Z", "revision_number": 0, "id": "e67c3527-aaa3-444b-9f28-8e31f4f4c379", "remote_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:40Z", "security_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5c443b661124ecdb463f917c180f6c2"}], "revision_number": 4, "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "168a0949-4b86-467b-98a8-00a0197c014c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "created_at": "2018-07-30T17:19:02Z", "updated_at": "2018-07-30T17:19:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:02Z", "revision_number": 0, "id": "09844292-49b1-4bd7-a79e-36e96f02205b", "remote_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:02Z", "security_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87e90a64c0174b0583dacd2c7a3253f1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:02Z", "revision_number": 0, "id": "34684bf6-08f0-44c8-aa28-571bbd0dacc7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:02Z", "security_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87e90a64c0174b0583dacd2c7a3253f1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:02Z", "revision_number": 0, "id": "99eaeb42-a8db-4630-9f5e-aad0ca919566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:02Z", "security_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87e90a64c0174b0583dacd2c7a3253f1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:02Z", "revision_number": 0, "id": "acb85ef3-2210-401b-8814-e5417182513b", "remote_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:02Z", "security_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87e90a64c0174b0583dacd2c7a3253f1"}], "revision_number": 4, "project_id": "87e90a64c0174b0583dacd2c7a3253f1", "id": "35376989-b321-4606-ab10-c7e23ad24c0b", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:20:19Z", "updated_at": "2018-07-30T17:20:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:20:19Z", "revision_number": 0, "id": "4842b7ad-3238-467c-ad98-8635ea28c5b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:20:19Z", "security_group_id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5c443b661124ecdb463f917c180f6c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:20:19Z", "revision_number": 0, "id": "a334b151-6a67-4edb-a9aa-72030dc987fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:20:19Z", "security_group_id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5c443b661124ecdb463f917c180f6c2"}], "revision_number": 2, "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "name": "singlevm1-sg_7cee06de-35e6-40b0-bd91-2772d13c6eac"}, {"description": "Default security group", "tags": [], "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "created_at": "2018-07-30T17:19:47Z", "updated_at": "2018-07-30T17:19:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:47Z", "revision_number": 0, "id": "219a888e-a7cf-4c98-8528-3674ae925821", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:47Z", "security_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:47Z", "revision_number": 0, "id": "95153e02-6b7b-4347-b120-89e8db2068d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:47Z", "security_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:47Z", "revision_number": 0, "id": "c095ea14-1b25-4747-a067-8f07c821681f", "remote_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:47Z", "security_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:47Z", "revision_number": 0, "id": "ff602a01-2352-4637-8a4e-d074d929930e", "remote_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:47Z", "security_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b"}], "revision_number": 4, "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bbb29370cb064c718b72faa5c6748440", "created_at": "2018-07-30T17:14:48Z", "updated_at": "2018-07-30T17:14:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:14:48Z", "revision_number": 0, "id": "2ae5cfdb-682a-4d62-8ccf-bfd6e87aad2b", "remote_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "remote_ip_prefix": null, "created_at": "2018-07-30T17:14:48Z", "security_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "tenant_id": "bbb29370cb064c718b72faa5c6748440", "port_range_min": null, "ethertype": "IPv6", "project_id": "bbb29370cb064c718b72faa5c6748440"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:14:48Z", "revision_number": 0, "id": "4e5becf8-90ee-41d5-9f22-1f5d7be2054b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:14:48Z", "security_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "tenant_id": "bbb29370cb064c718b72faa5c6748440", "port_range_min": null, "ethertype": "IPv6", "project_id": "bbb29370cb064c718b72faa5c6748440"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:14:48Z", "revision_number": 0, "id": "9d695035-c37f-436e-a9b2-d2f906c96283", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:14:48Z", "security_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "tenant_id": "bbb29370cb064c718b72faa5c6748440", "port_range_min": null, "ethertype": "IPv4", "project_id": "bbb29370cb064c718b72faa5c6748440"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:14:48Z", "revision_number": 0, "id": "fc57bc18-8d10-4c0c-ba48-7def6b2c3229", "remote_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "remote_ip_prefix": null, "created_at": "2018-07-30T17:14:48Z", "security_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "tenant_id": "bbb29370cb064c718b72faa5c6748440", "port_range_min": null, "ethertype": "IPv4", "project_id": "bbb29370cb064c718b72faa5c6748440"}], "revision_number": 4, "project_id": "bbb29370cb064c718b72faa5c6748440", "id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-30T17:18:45Z", "updated_at": "2018-07-30T17:18:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:45Z", "revision_number": 0, "id": "2858ec49-9260-48f8-9cfd-866bca15a12b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:45Z", "security_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:45Z", "revision_number": 0, "id": "355d91e2-3b21-46e5-b19c-7567192a0c8b", "remote_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:45Z", "security_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:45Z", "revision_number": 0, "id": "74ad40c3-6991-4907-adf8-655906d2fe80", "remote_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:45Z", "security_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:45Z", "revision_number": 0, "id": "8fac806b-53ef-4693-a2e7-7730feb330a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:45Z", "security_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "name": "default"}]} 2018-07-30 17:20:20,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-032e0bca-d8f3-48f5-833d-922d5d11c133 2018-07-30 17:20:20,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.926295995712s 2018-07-30 17:20:20,729 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-032e0bca-d8f3-48f5-833d-922d5d11c133 2018-07-30 17:20:20,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-30 17:20:20,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" -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": "3d042bfa-bc06-43b0-b968-2dcc18578f43"}}' 2018-07-30 17:20:21,175 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-cffd5792-4df3-4c72-9a1e-1c4b3db66269 Date: Mon, 30 Jul 2018 17:20:21 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-30T17:20:21Z", "security_group_id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "port_range_min": 22, "revision_number": 0, "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:20:21Z", "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "f9b12a51-3217-4aba-8bac-d71ef2f84152"}} 2018-07-30 17:20:21,175 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-cffd5792-4df3-4c72-9a1e-1c4b3db66269 2018-07-30 17:20:21,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.441126823425s 2018-07-30 17:20:21,175 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-cffd5792-4df3-4c72-9a1e-1c4b3db66269 2018-07-30 17:20:21,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-30 17:20:21,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:21,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-c46e3d00-12f5-4507-ba57-9a48108931d7 Date: Mon, 30 Jul 2018 17:20:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:18:40Z", "updated_at": "2018-07-30T17:18:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:40Z", "revision_number": 0, "id": "7f455b59-8db9-4954-9018-22c94da4ff0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:40Z", "security_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5c443b661124ecdb463f917c180f6c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:40Z", "revision_number": 0, "id": "a3e3db10-598f-4f73-9f46-1f407332c4a0", "remote_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:40Z", "security_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5c443b661124ecdb463f917c180f6c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:40Z", "revision_number": 0, "id": "a44bc0b4-3ac0-4503-a336-726e30bc4069", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:40Z", "security_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5c443b661124ecdb463f917c180f6c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:40Z", "revision_number": 0, "id": "e67c3527-aaa3-444b-9f28-8e31f4f4c379", "remote_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:40Z", "security_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5c443b661124ecdb463f917c180f6c2"}], "revision_number": 4, "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "168a0949-4b86-467b-98a8-00a0197c014c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "created_at": "2018-07-30T17:19:02Z", "updated_at": "2018-07-30T17:19:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:02Z", "revision_number": 0, "id": "09844292-49b1-4bd7-a79e-36e96f02205b", "remote_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:02Z", "security_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87e90a64c0174b0583dacd2c7a3253f1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:02Z", "revision_number": 0, "id": "34684bf6-08f0-44c8-aa28-571bbd0dacc7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:02Z", "security_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87e90a64c0174b0583dacd2c7a3253f1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:02Z", "revision_number": 0, "id": "99eaeb42-a8db-4630-9f5e-aad0ca919566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:02Z", "security_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87e90a64c0174b0583dacd2c7a3253f1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:02Z", "revision_number": 0, "id": "acb85ef3-2210-401b-8814-e5417182513b", "remote_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:02Z", "security_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87e90a64c0174b0583dacd2c7a3253f1"}], "revision_number": 4, "project_id": "87e90a64c0174b0583dacd2c7a3253f1", "id": "35376989-b321-4606-ab10-c7e23ad24c0b", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:20:19Z", "updated_at": "2018-07-30T17:20:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:20:19Z", "revision_number": 0, "id": "4842b7ad-3238-467c-ad98-8635ea28c5b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:20:19Z", "security_group_id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5c443b661124ecdb463f917c180f6c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:20:19Z", "revision_number": 0, "id": "a334b151-6a67-4edb-a9aa-72030dc987fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:20:19Z", "security_group_id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5c443b661124ecdb463f917c180f6c2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-30T17:20:21Z", "revision_number": 0, "id": "f9b12a51-3217-4aba-8bac-d71ef2f84152", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:20:21Z", "security_group_id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a5c443b661124ecdb463f917c180f6c2"}], "revision_number": 3, "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "name": "singlevm1-sg_7cee06de-35e6-40b0-bd91-2772d13c6eac"}, {"description": "Default security group", "tags": [], "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "created_at": "2018-07-30T17:19:47Z", "updated_at": "2018-07-30T17:19:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:47Z", "revision_number": 0, "id": "219a888e-a7cf-4c98-8528-3674ae925821", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:47Z", "security_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:47Z", "revision_number": 0, "id": "95153e02-6b7b-4347-b120-89e8db2068d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:47Z", "security_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:47Z", "revision_number": 0, "id": "c095ea14-1b25-4747-a067-8f07c821681f", "remote_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:47Z", "security_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:47Z", "revision_number": 0, "id": "ff602a01-2352-4637-8a4e-d074d929930e", "remote_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:47Z", "security_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b"}], "revision_number": 4, "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bbb29370cb064c718b72faa5c6748440", "created_at": "2018-07-30T17:14:48Z", "updated_at": "2018-07-30T17:14:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:14:48Z", "revision_number": 0, "id": "2ae5cfdb-682a-4d62-8ccf-bfd6e87aad2b", "remote_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "remote_ip_prefix": null, "created_at": "2018-07-30T17:14:48Z", "security_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "tenant_id": "bbb29370cb064c718b72faa5c6748440", "port_range_min": null, "ethertype": "IPv6", "project_id": "bbb29370cb064c718b72faa5c6748440"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:14:48Z", "revision_number": 0, "id": "4e5becf8-90ee-41d5-9f22-1f5d7be2054b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:14:48Z", "security_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "tenant_id": "bbb29370cb064c718b72faa5c6748440", "port_range_min": null, "ethertype": "IPv6", "project_id": "bbb29370cb064c718b72faa5c6748440"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:14:48Z", "revision_number": 0, "id": "9d695035-c37f-436e-a9b2-d2f906c96283", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:14:48Z", "security_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "tenant_id": "bbb29370cb064c718b72faa5c6748440", "port_range_min": null, "ethertype": "IPv4", "project_id": "bbb29370cb064c718b72faa5c6748440"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:14:48Z", "revision_number": 0, "id": "fc57bc18-8d10-4c0c-ba48-7def6b2c3229", "remote_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "remote_ip_prefix": null, "created_at": "2018-07-30T17:14:48Z", "security_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "tenant_id": "bbb29370cb064c718b72faa5c6748440", "port_range_min": null, "ethertype": "IPv4", "project_id": "bbb29370cb064c718b72faa5c6748440"}], "revision_number": 4, "project_id": "bbb29370cb064c718b72faa5c6748440", "id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-30T17:18:45Z", "updated_at": "2018-07-30T17:18:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:45Z", "revision_number": 0, "id": "2858ec49-9260-48f8-9cfd-866bca15a12b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:45Z", "security_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:45Z", "revision_number": 0, "id": "355d91e2-3b21-46e5-b19c-7567192a0c8b", "remote_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:45Z", "security_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:45Z", "revision_number": 0, "id": "74ad40c3-6991-4907-adf8-655906d2fe80", "remote_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:45Z", "security_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:45Z", "revision_number": 0, "id": "8fac806b-53ef-4693-a2e7-7730feb330a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:45Z", "security_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "name": "default"}]} 2018-07-30 17:20:21,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c46e3d00-12f5-4507-ba57-9a48108931d7 2018-07-30 17:20:21,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.222736120224s 2018-07-30 17:20:21,402 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c46e3d00-12f5-4507-ba57-9a48108931d7 2018-07-30 17:20:21,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-30 17:20:21,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" -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": "3d042bfa-bc06-43b0-b968-2dcc18578f43"}}' 2018-07-30 17:20:21,815 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-49e5ef73-5ee5-4ac4-ac76-bacf5b3dc2cc Date: Mon, 30 Jul 2018 17:20:21 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-30T17:20:21Z", "security_group_id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "port_range_min": null, "revision_number": 0, "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:20:21Z", "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "85708547-90cb-43c6-8b33-a097e186b3d0"}} 2018-07-30 17:20:21,815 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-49e5ef73-5ee5-4ac4-ac76-bacf5b3dc2cc 2018-07-30 17:20:21,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.408609867096s 2018-07-30 17:20:21,815 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-49e5ef73-5ee5-4ac4-ac76-bacf5b3dc2cc 2018-07-30 17:20:21,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:20:21,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:22,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ae7437ce-ffca-44cd-9ab2-f0fb73edf6f7 Date: Mon, 30 Jul 2018 17:20:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c7200c4e-7c1d-4b50-9573-69a16f6e8602","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":["5394f0dc-8037-4ac0-bfef-ab5d04d4880e"],"description":"","tags":[],"updated_at":"2018-07-30T17:20:11Z","provider:segmentation_id":51,"name":"singlevm1-net_7cee06de-35e6-40b0-bd91-2772d13c6eac","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:20:10Z","provider:network_type":"vxlan"}]} 2018-07-30 17:20:22,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ae7437ce-ffca-44cd-9ab2-f0fb73edf6f7 2018-07-30 17:20:22,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255756139755s 2018-07-30 17:20:22,073 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ae7437ce-ffca-44cd-9ab2-f0fb73edf6f7 2018-07-30 17:20:22,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:20:22,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:22,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-5b5e4dc4-2f58-4b23-94f1-e97fc16a2569 Date: Mon, 30 Jul 2018 17:20:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/2493a39d-378b-44f6-8a2d-be05d34eb123/snap", "metadata": {}}], "file": "/v2/images/2493a39d-378b-44f6-8a2d-be05d34eb123/file", "owner": "a5c443b661124ecdb463f917c180f6c2", "id": "2493a39d-378b-44f6-8a2d-be05d34eb123", "size": 12716032, "self": "/v2/images/2493a39d-378b-44f6-8a2d-be05d34eb123", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/2493a39d-378b-44f6-8a2d-be05d34eb123/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:20:17Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_7cee06de-35e6-40b0-bd91-2772d13c6eac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_7cee06de-35e6-40b0-bd91-2772d13c6eac", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:20:16Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:20:22,106 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5b5e4dc4-2f58-4b23-94f1-e97fc16a2569 2018-07-30 17:20:22,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0280630588531s 2018-07-30 17:20:22,106 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5b5e4dc4-2f58-4b23-94f1-e97fc16a2569 2018-07-30 17:20:22,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:20:22,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:22,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-487c7852-7303-41b3-a342-bab516710b1c x-compute-request-id: req-487c7852-7303-41b3-a342-bab516710b1c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_7cee06de-35e6-40b0-bd91-2772d13c6eac", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9", "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": "3b327c25-c6bc-4756-831c-c60d5eeed5f9"}]} 2018-07-30 17:20:22,134 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-487c7852-7303-41b3-a342-bab516710b1c 2018-07-30 17:20:22,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0256490707397s 2018-07-30 17:20:22,134 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-487c7852-7303-41b3-a342-bab516710b1c 2018-07-30 17:20:22,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-30 17:20:22,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" -d '{"server": {"name": "singlevm1-vm_7cee06de-35e6-40b0-bd91-2772d13c6eac", "imageRef": "2493a39d-378b-44f6-8a2d-be05d34eb123", "key_name": "singlevm1-kp_7cee06de-35e6-40b0-bd91-2772d13c6eac", "flavorRef": "3b327c25-c6bc-4756-831c-c60d5eeed5f9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c7200c4e-7c1d-4b50-9573-69a16f6e8602"}], "security_groups": [{"name": "3d042bfa-bc06-43b0-b968-2dcc18578f43"}]}}' 2018-07-30 17:20:27,222 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:20:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c2b1bbbd-f6e4-4b13-b634-56419c4008cf x-compute-request-id: req-c2b1bbbd-f6e4-4b13-b634-56419c4008cf Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/0b9b741f-99ea-4925-b434-e36b94751155 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "3d042bfa-bc06-43b0-b968-2dcc18578f43"}], "OS-DCF:diskConfig": "MANUAL", "id": "0b9b741f-99ea-4925-b434-e36b94751155", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0b9b741f-99ea-4925-b434-e36b94751155", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0b9b741f-99ea-4925-b434-e36b94751155", "rel": "bookmark"}], "adminPass": "iSyTqSGQf4kj"}} 2018-07-30 17:20:27,222 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-c2b1bbbd-f6e4-4b13-b634-56419c4008cf 2018-07-30 17:20:27,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.08668613434s 2018-07-30 17:20:27,223 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-c2b1bbbd-f6e4-4b13-b634-56419c4008cf 2018-07-30 17:20:27,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:20:27,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:28,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c88a215-b54d-4d86-a13d-b44c35913697 x-compute-request-id: req-3c88a215-b54d-4d86-a13d-b44c35913697 Content-Encoding: gzip Content-Length: 638 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0b9b741f-99ea-4925-b434-e36b94751155", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0b9b741f-99ea-4925-b434-e36b94751155", "rel": "bookmark"}], "image": {"id": "2493a39d-378b-44f6-8a2d-be05d34eb123", "links": [{"href": "http://172.30.9.21:8774/images/2493a39d-378b-44f6-8a2d-be05d34eb123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b327c25-c6bc-4756-831c-c60d5eeed5f9", "links": [{"href": "http://172.30.9.21:8774/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9", "rel": "bookmark"}]}, "id": "0b9b741f-99ea-4925-b434-e36b94751155", "user_id": "3d82804d95aa4fd1bfc17877fcdf7354", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:20:27Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7cee06de-35e6-40b0-bd91-2772d13c6eac", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_7cee06de-35e6-40b0-bd91-2772d13c6eac", "created": "2018-07-30T17:20:27Z", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:20:28,238 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3c88a215-b54d-4d86-a13d-b44c35913697 2018-07-30 17:20:28,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01498985291s 2018-07-30 17:20:28,239 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3c88a215-b54d-4d86-a13d-b44c35913697 2018-07-30 17:20:28,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:20:28,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:28,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-50912eb6-4b65-449d-b92f-66b20cb73145 Date: Mon, 30 Jul 2018 17:20:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c7200c4e-7c1d-4b50-9573-69a16f6e8602","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":["5394f0dc-8037-4ac0-bfef-ab5d04d4880e"],"description":"","tags":[],"updated_at":"2018-07-30T17:20:11Z","provider:segmentation_id":51,"name":"singlevm1-net_7cee06de-35e6-40b0-bd91-2772d13c6eac","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:20:10Z","provider:network_type":"vxlan"}]} 2018-07-30 17:20:28,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-50912eb6-4b65-449d-b92f-66b20cb73145 2018-07-30 17:20:28,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.25426697731s 2018-07-30 17:20:28,500 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-50912eb6-4b65-449d-b92f-66b20cb73145 2018-07-30 17:20:28,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 17:20:28,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:28,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-4daa93d3-0bbe-40c0-98f3-70a0a0e153d6 Date: Mon, 30 Jul 2018 17:20:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7200c4e-7c1d-4b50-9573-69a16f6e8602","tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:20:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:20:11Z","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":"a5c443b661124ecdb463f917c180f6c2","id":"5394f0dc-8037-4ac0-bfef-ab5d04d4880e","subnetpool_id":null,"name":"singlevm1-subnet_7cee06de-35e6-40b0-bd91-2772d13c6eac"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6cded11f-6a6d-475c-8684-92fd679f2832","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:56Z","dns_nameservers":[],"updated_at":"2018-07-30T17:14:56Z","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":"bbb29370cb064c718b72faa5c6748440","id":"60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-30 17:20:28,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-4daa93d3-0bbe-40c0-98f3-70a0a0e153d6 2018-07-30 17:20:28,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0463969707489s 2018-07-30 17:20:28,548 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-4daa93d3-0bbe-40c0-98f3-70a0a0e153d6 2018-07-30 17:20:28,549 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:20:30,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:20:30,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:32,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd0f31ed-9aef-4e11-945e-e33377dfd4af x-compute-request-id: req-dd0f31ed-9aef-4e11-945e-e33377dfd4af Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0b9b741f-99ea-4925-b434-e36b94751155", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0b9b741f-99ea-4925-b434-e36b94751155", "rel": "bookmark"}], "image": {"id": "2493a39d-378b-44f6-8a2d-be05d34eb123", "links": [{"href": "http://172.30.9.21:8774/images/2493a39d-378b-44f6-8a2d-be05d34eb123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b327c25-c6bc-4756-831c-c60d5eeed5f9", "links": [{"href": "http://172.30.9.21:8774/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9", "rel": "bookmark"}]}, "id": "0b9b741f-99ea-4925-b434-e36b94751155", "security_groups": [{"name": "singlevm1-sg_7cee06de-35e6-40b0-bd91-2772d13c6eac"}], "user_id": "3d82804d95aa4fd1bfc17877fcdf7354", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:20:30Z", "hostId": "21dab5f20650920f83ecfcc4b638191063b04ba072512e7155e3222e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7cee06de-35e6-40b0-bd91-2772d13c6eac", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7cee06de-35e6-40b0-bd91-2772d13c6eac", "created": "2018-07-30T17:20:27Z", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:20:32,103 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dd0f31ed-9aef-4e11-945e-e33377dfd4af 2018-07-30 17:20:32,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.55143284798s 2018-07-30 17:20:32,103 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dd0f31ed-9aef-4e11-945e-e33377dfd4af 2018-07-30 17:20:32,107 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:20:34,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:20:34,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:35,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20: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-1d83cbf0-c151-4653-bc11-19989b4ac86e x-compute-request-id: req-1d83cbf0-c151-4653-bc11-19989b4ac86e Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_7cee06de-35e6-40b0-bd91-2772d13c6eac": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:61:06", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0b9b741f-99ea-4925-b434-e36b94751155", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0b9b741f-99ea-4925-b434-e36b94751155", "rel": "bookmark"}], "image": {"id": "2493a39d-378b-44f6-8a2d-be05d34eb123", "links": [{"href": "http://172.30.9.21:8774/images/2493a39d-378b-44f6-8a2d-be05d34eb123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b327c25-c6bc-4756-831c-c60d5eeed5f9", "links": [{"href": "http://172.30.9.21:8774/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9", "rel": "bookmark"}]}, "id": "0b9b741f-99ea-4925-b434-e36b94751155", "security_groups": [{"name": "singlevm1-sg_7cee06de-35e6-40b0-bd91-2772d13c6eac"}], "user_id": "3d82804d95aa4fd1bfc17877fcdf7354", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:20:31Z", "hostId": "21dab5f20650920f83ecfcc4b638191063b04ba072512e7155e3222e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7cee06de-35e6-40b0-bd91-2772d13c6eac", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7cee06de-35e6-40b0-bd91-2772d13c6eac", "created": "2018-07-30T17:20:27Z", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:20:35,275 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1d83cbf0-c151-4653-bc11-19989b4ac86e 2018-07-30 17:20:35,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.16572499275s 2018-07-30 17:20:35,276 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1d83cbf0-c151-4653-bc11-19989b4ac86e 2018-07-30 17:20:35,280 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:20:37,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:20:37,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:38,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20: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-30424f22-c205-4843-a1d0-306bd04ff70f x-compute-request-id: req-30424f22-c205-4843-a1d0-306bd04ff70f Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_7cee06de-35e6-40b0-bd91-2772d13c6eac": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:61:06", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0b9b741f-99ea-4925-b434-e36b94751155", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0b9b741f-99ea-4925-b434-e36b94751155", "rel": "bookmark"}], "image": {"id": "2493a39d-378b-44f6-8a2d-be05d34eb123", "links": [{"href": "http://172.30.9.21:8774/images/2493a39d-378b-44f6-8a2d-be05d34eb123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b327c25-c6bc-4756-831c-c60d5eeed5f9", "links": [{"href": "http://172.30.9.21:8774/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9", "rel": "bookmark"}]}, "id": "0b9b741f-99ea-4925-b434-e36b94751155", "security_groups": [{"name": "singlevm1-sg_7cee06de-35e6-40b0-bd91-2772d13c6eac"}], "user_id": "3d82804d95aa4fd1bfc17877fcdf7354", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:20:31Z", "hostId": "21dab5f20650920f83ecfcc4b638191063b04ba072512e7155e3222e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7cee06de-35e6-40b0-bd91-2772d13c6eac", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7cee06de-35e6-40b0-bd91-2772d13c6eac", "created": "2018-07-30T17:20:27Z", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:20:38,589 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-30424f22-c205-4843-a1d0-306bd04ff70f 2018-07-30 17:20:38,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.30658388138s 2018-07-30 17:20:38,590 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-30424f22-c205-4843-a1d0-306bd04ff70f 2018-07-30 17:20:38,594 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:20:40,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:20:40,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:41,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20: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-600901e9-bfb8-4228-8841-f0837e089a4b x-compute-request-id: req-600901e9-bfb8-4228-8841-f0837e089a4b Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_7cee06de-35e6-40b0-bd91-2772d13c6eac": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:61:06", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0b9b741f-99ea-4925-b434-e36b94751155", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0b9b741f-99ea-4925-b434-e36b94751155", "rel": "bookmark"}], "image": {"id": "2493a39d-378b-44f6-8a2d-be05d34eb123", "links": [{"href": "http://172.30.9.21:8774/images/2493a39d-378b-44f6-8a2d-be05d34eb123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-30T17:20:39.000000", "flavor": {"id": "3b327c25-c6bc-4756-831c-c60d5eeed5f9", "links": [{"href": "http://172.30.9.21:8774/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9", "rel": "bookmark"}]}, "id": "0b9b741f-99ea-4925-b434-e36b94751155", "security_groups": [{"name": "singlevm1-sg_7cee06de-35e6-40b0-bd91-2772d13c6eac"}], "user_id": "3d82804d95aa4fd1bfc17877fcdf7354", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:20:39Z", "hostId": "21dab5f20650920f83ecfcc4b638191063b04ba072512e7155e3222e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7cee06de-35e6-40b0-bd91-2772d13c6eac", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7cee06de-35e6-40b0-bd91-2772d13c6eac", "created": "2018-07-30T17:20:27Z", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:20:41,878 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-600901e9-bfb8-4228-8841-f0837e089a4b 2018-07-30 17:20:41,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.28114581108s 2018-07-30 17:20:41,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-600901e9-bfb8-4228-8841-f0837e089a4b 2018-07-30 17:20:41,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:20:41,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=0b9b741f-99ea-4925-b434-e36b94751155" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:41,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 878 X-Openstack-Request-Id: req-1423e03f-14b4-45f6-a7bc-c77fd246026f Date: Mon, 30 Jul 2018 17:20:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-30T17:20:38Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5394f0dc-8037-4ac0-bfef-ab5d04d4880e","ip_address":"192.168.120.10"}],"id":"2db6dba6-8407-4531-9e65-14b778cd3224","security_groups":["3d042bfa-bc06-43b0-b968-2dcc18578f43"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8f:61:06","project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0b9b741f-99ea-4925-b434-e36b94751155","name":"","admin_state_up":true,"network_id":"c7200c4e-7c1d-4b50-9573-69a16f6e8602","tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:20:30Z","binding:vnic_type":"normal"}]} 2018-07-30 17:20:41,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=0b9b741f-99ea-4925-b434-e36b94751155 used request id req-1423e03f-14b4-45f6-a7bc-c77fd246026f 2018-07-30 17:20:41,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0571100711823s 2018-07-30 17:20:41,940 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=0b9b741f-99ea-4925-b434-e36b94751155 used request id req-1423e03f-14b4-45f6-a7bc-c77fd246026f 2018-07-30 17:20:41,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:20:41,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=2db6dba6-8407-4531-9e65-14b778cd3224" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:41,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0cfb2a20-7aca-4f23-ae50-156c8f6a54e5 Date: Mon, 30 Jul 2018 17:20:41 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:20:41,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=2db6dba6-8407-4531-9e65-14b778cd3224 used request id req-0cfb2a20-7aca-4f23-ae50-156c8f6a54e5 2018-07-30 17:20:41,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0215749740601s 2018-07-30 17:20:41,967 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=2db6dba6-8407-4531-9e65-14b778cd3224 used request id req-0cfb2a20-7aca-4f23-ae50-156c8f6a54e5 2018-07-30 17:20:41,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:20:41,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:42,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20: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-07498035-2c56-4f98-9d28-882d0141d3e2 x-compute-request-id: req-07498035-2c56-4f98-9d28-882d0141d3e2 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_7cee06de-35e6-40b0-bd91-2772d13c6eac": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:61:06", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0b9b741f-99ea-4925-b434-e36b94751155", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0b9b741f-99ea-4925-b434-e36b94751155", "rel": "bookmark"}], "image": {"id": "2493a39d-378b-44f6-8a2d-be05d34eb123", "links": [{"href": "http://172.30.9.21:8774/images/2493a39d-378b-44f6-8a2d-be05d34eb123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-30T17:20:39.000000", "flavor": {"id": "3b327c25-c6bc-4756-831c-c60d5eeed5f9", "links": [{"href": "http://172.30.9.21:8774/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9", "rel": "bookmark"}]}, "id": "0b9b741f-99ea-4925-b434-e36b94751155", "security_groups": [{"name": "singlevm1-sg_7cee06de-35e6-40b0-bd91-2772d13c6eac"}], "user_id": "3d82804d95aa4fd1bfc17877fcdf7354", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:20:39Z", "hostId": "21dab5f20650920f83ecfcc4b638191063b04ba072512e7155e3222e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7cee06de-35e6-40b0-bd91-2772d13c6eac", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7cee06de-35e6-40b0-bd91-2772d13c6eac", "created": "2018-07-30T17:20:27Z", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:20:42,983 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-07498035-2c56-4f98-9d28-882d0141d3e2 2018-07-30 17:20:42,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01582193375s 2018-07-30 17:20:42,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-07498035-2c56-4f98-9d28-882d0141d3e2 2018-07-30 17:20:42,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:20:42,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=0b9b741f-99ea-4925-b434-e36b94751155" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:43,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 878 X-Openstack-Request-Id: req-eb593778-4419-4cbe-8383-dde9e23134eb Date: Mon, 30 Jul 2018 17:20:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-30T17:20:38Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5394f0dc-8037-4ac0-bfef-ab5d04d4880e","ip_address":"192.168.120.10"}],"id":"2db6dba6-8407-4531-9e65-14b778cd3224","security_groups":["3d042bfa-bc06-43b0-b968-2dcc18578f43"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8f:61:06","project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0b9b741f-99ea-4925-b434-e36b94751155","name":"","admin_state_up":true,"network_id":"c7200c4e-7c1d-4b50-9573-69a16f6e8602","tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:20:30Z","binding:vnic_type":"normal"}]} 2018-07-30 17:20:43,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=0b9b741f-99ea-4925-b434-e36b94751155 used request id req-eb593778-4419-4cbe-8383-dde9e23134eb 2018-07-30 17:20:43,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.047159910202s 2018-07-30 17:20:43,035 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=0b9b741f-99ea-4925-b434-e36b94751155 used request id req-eb593778-4419-4cbe-8383-dde9e23134eb 2018-07-30 17:20:43,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:20:43,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=2db6dba6-8407-4531-9e65-14b778cd3224" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:43,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ec25f5f0-015f-406a-bf46-7bc47022f7a4 Date: Mon, 30 Jul 2018 17:20:43 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:20:43,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=2db6dba6-8407-4531-9e65-14b778cd3224 used request id req-ec25f5f0-015f-406a-bf46-7bc47022f7a4 2018-07-30 17:20:43,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.023334980011s 2018-07-30 17:20:43,064 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=2db6dba6-8407-4531-9e65-14b778cd3224 used request id req-ec25f5f0-015f-406a-bf46-7bc47022f7a4 2018-07-30 17:20:43,064 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_7cee06de-35e6-40b0-bd91-2772d13c6eac': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:8f:61:06', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2493a39d-378b-44f6-8a2d-be05d34eb123'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-07-30T17:20:39.000000', 'flavor': Munch({u'id': u'3b327c25-c6bc-4756-831c-c60d5eeed5f9'}), 'az': u'nova', 'id': u'0b9b741f-99ea-4925-b434-e36b94751155', 'security_groups': [Munch({u'name': u'singlevm1-sg_7cee06de-35e6-40b0-bd91-2772d13c6eac'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'3d82804d95aa4fd1bfc17877fcdf7354', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a5c443b661124ecdb463f917c180f6c2', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-30T17:20:39.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-30T17:20:39Z', 'hostId': u'21dab5f20650920f83ecfcc4b638191063b04ba072512e7155e3222e', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_7cee06de-35e6-40b0-bd91-2772d13c6eac', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'21dab5f20650920f83ecfcc4b638191063b04ba072512e7155e3222e', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-07-30T17:20:39.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'a5c443b661124ecdb463f917c180f6c2', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_7cee06de-35e6-40b0-bd91-2772d13c6eac', 'adminPass': None, 'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', 'created_at': u'2018-07-30T17:20:27Z', 'created': u'2018-07-30T17:20:27Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-30 17:20:43,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:20:43,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:43,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-e7074024-0387-4a6a-89a0-9f1c0783f514 Date: Mon, 30 Jul 2018 17:20:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c7200c4e-7c1d-4b50-9573-69a16f6e8602","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":["5394f0dc-8037-4ac0-bfef-ab5d04d4880e"],"description":"","tags":[],"updated_at":"2018-07-30T17:20:11Z","provider:segmentation_id":51,"name":"singlevm1-net_7cee06de-35e6-40b0-bd91-2772d13c6eac","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:20:10Z","provider:network_type":"vxlan"}]} 2018-07-30 17:20:43,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e7074024-0387-4a6a-89a0-9f1c0783f514 2018-07-30 17:20:43,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.208432912827s 2018-07-30 17:20:43,276 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e7074024-0387-4a6a-89a0-9f1c0783f514 2018-07-30 17:20:43,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:20:43,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=0b9b741f-99ea-4925-b434-e36b94751155" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:43,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 878 X-Openstack-Request-Id: req-006f4970-1223-4a87-87b4-9fe0d2dcf511 Date: Mon, 30 Jul 2018 17:20:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-30T17:20:38Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5394f0dc-8037-4ac0-bfef-ab5d04d4880e","ip_address":"192.168.120.10"}],"id":"2db6dba6-8407-4531-9e65-14b778cd3224","security_groups":["3d042bfa-bc06-43b0-b968-2dcc18578f43"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8f:61:06","project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0b9b741f-99ea-4925-b434-e36b94751155","name":"","admin_state_up":true,"network_id":"c7200c4e-7c1d-4b50-9573-69a16f6e8602","tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:20:30Z","binding:vnic_type":"normal"}]} 2018-07-30 17:20:43,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=0b9b741f-99ea-4925-b434-e36b94751155 used request id req-006f4970-1223-4a87-87b4-9fe0d2dcf511 2018-07-30 17:20:43,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.225233078003s 2018-07-30 17:20:43,503 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=0b9b741f-99ea-4925-b434-e36b94751155 used request id req-006f4970-1223-4a87-87b4-9fe0d2dcf511 2018-07-30 17:20:43,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-30 17:20:43,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" -d '{"floatingip": {"floating_network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "fixed_ip_address": "192.168.120.10", "port_id": "2db6dba6-8407-4531-9e65-14b778cd3224"}}' 2018-07-30 17:20:45,178 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-1d0f7843-7c8a-4207-8227-0e5e4b762ad3 Date: Mon, 30 Jul 2018 17:20:45 GMT RESP BODY: {"floatingip": {"router_id": "4d3dec29-e1ba-40bf-abfa-675a2f9be984", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-30T17:20:44Z", "floating_network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "2db6dba6-8407-4531-9e65-14b778cd3224", "id": "edfe0ec8-32c1-4dfa-9872-a131b6b6fb53", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:20:44Z", "project_id": "a5c443b661124ecdb463f917c180f6c2"}} 2018-07-30 17:20:45,178 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-1d0f7843-7c8a-4207-8227-0e5e4b762ad3 2018-07-30 17:20:45,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.67390489578s 2018-07-30 17:20:45,178 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-1d0f7843-7c8a-4207-8227-0e5e4b762ad3 2018-07-30 17:20:45,182 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'4d3dec29-e1ba-40bf-abfa-675a2f9be984', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', 'created_at': u'2018-07-30T17:20:44Z', 'attached': True, 'updated_at': u'2018-07-30T17:20:44Z', 'id': u'edfe0ec8-32c1-4dfa-9872-a131b6b6fb53', 'floating_network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.206', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a5c443b661124ecdb463f917c180f6c2', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'4d3dec29-e1ba-40bf-abfa-675a2f9be984', 'project_id': u'a5c443b661124ecdb463f917c180f6c2', 'port_id': u'2db6dba6-8407-4531-9e65-14b778cd3224', 'port': u'2db6dba6-8407-4531-9e65-14b778cd3224', 'network': u'6cded11f-6a6d-475c-8684-92fd679f2832'}) 2018-07-30 17:20:45,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-30 17:20:45,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0b9b741f-99ea-4925-b434-e36b94751155/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-30 17:20:45,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20: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-05d31d2c-252b-441e-b395-ca7f830d131a x-compute-request-id: req-05d31d2c-252b-441e-b395-ca7f830d131a Content-Encoding: gzip Content-Length: 9569 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494279224 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.137029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138695] pid_max: default: 32768 minimum: 301\n[ 0.139601] ACPI: Core revision 20150930\n[ 0.141003] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142323] Security Framework initialized\n[ 0.143142] Yama: becoming mindful.\n[ 0.143874] AppArmor: AppArmor initialized\n[ 0.144736] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146080] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147377] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148592] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150014] Initializing cgroup subsys io\n[ 0.150833] Initializing cgroup subsys memory\n[ 0.151694] Initializing cgroup subsys devices\n[ 0.152583] Initializing cgroup subsys freezer\n[ 0.153459] Initializing cgroup subsys net_cls\n[ 0.154333] Initializing cgroup subsys perf_event\n[ 0.155247] Initializing cgroup subsys net_prio\n[ 0.156152] Initializing cgroup subsys hugetlb\n[ 0.157031] Initializing cgroup subsys pids\n[ 0.157912] CPU: Physical Processor ID: 0\n[ 0.159412] mce: CPU supports 10 MCE banks\n[ 0.160278] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161283] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177163] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183214] ftrace: allocating 31920 entries in 125 pages\n[ 0.208091] smpboot: Max logical packages: 1\n[ 0.208951] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210310] x2apic enabled\n[ 0.211118] Switched APIC routing to physical x2apic.\n[ 0.212867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213992] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216069] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217867] KVM setup paravirtual spinlock\n[ 0.219167] x86: Booted up 1 node, 1 CPUs\n[ 0.219981] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221376] devtmpfs: initialized\n[ 0.223106] evm: security.selinux\n[ 0.223813] evm: security.SMACK64\n[ 0.224504] evm: security.SMACK64EXEC\n[ 0.225252] evm: security.SMACK64TRANSMUTE\n[ 0.226061] evm: security.SMACK64MMAP\n[ 0.226809] evm: security.ima\n[ 0.227450] evm: security.capability\n[ 0.228256] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230116] pinctrl core: initialized pinctrl subsystem\n[ 0.231226] RTC time: 17:20:39, date: 07/30/18\n[ 0.232198] NET: Registered protocol family 16\n[ 0.233186] cpuidle: using governor ladder\n[ 0.234007] cpuidle: using governor menu\n[ 0.234794] PCCT header not found.\n[ 0.235550] ACPI: bus type PCI registered\n[ 0.236359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237609] PCI: Using configuration type 1 for base access\n[ 0.239380] ACPI: Added _OSI(Module Device)\n[ 0.240230] ACPI: Added _OSI(Processor Device)\n[ 0.241100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241999] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243737] ACPI: Interpreter enabled\n[ 0.244514] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246373] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251932] ACPI: (supports S0 S5)\n[ 0.252639] ACPI: Using IOAPIC for interrupt routing\n[ 0.253592] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256724] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257878] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259123] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260318] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262551] acpiphp: Slot [3] registered\n[ 0.263359] acpiphp: Slot [4] registered\n[ 0.264163] acpiphp: Slot [5] registered\n[ 0.264965] acpiphp: Slot [6] registered\n[ 0.265764] acpiphp: Slot [7] registered\n[ 0.266569] acpiphp: Slot [8] registered\n[ 0.267383] acpiphp: Slot [9] registered\n[ 0.268184] acpiphp: Slot [10] registered\n[ 0.269004] acpiphp: Slot [11] registered\n[ 0.269819] acpiphp: Slot [12] registered\n[ 0.270635] acpiphp: Slot [13] registered\n[ 0.271452] acpiphp: Slot [14] registered\n[ 0.272268] acpiphp: Slot [15] registered\n[ 0.283007] acpiphp: Slot [16] registered\n[ 0.283828] acpiphp: Slot [17] registered\n[ 0.284639] acpiphp: Slot [18] registered\n[ 0.285454] acpiphp: Slot [19] registered\n[ 0.286269] acpiphp: Slot [20] registered\n[ 0.287091] acpiphp: Slot [21] registered\n[ 0.287910] acpiphp: Slot [22] registered\n[ 0.288723] acpiphp: Slot [23] registered\n[ 0.289545] acpiphp: Slot [24] registered\n[ 0.290361] acpiphp: Slot [25] registered\n[ 0.291179] acpiphp: Slot [26] registered\n[ 0.291997] acpiphp: Slot [27] registered\n[ 0.292816] acpiphp: Slot [28] registered\n[ 0.293632] acpiphp: Slot [29] registered\n[ 0.294487] acpiphp: Slot [30] registered\n[ 0.295310] acpiphp: Slot [31] registered\n[ 0.296125] PCI host bridge to bus 0000:00\n[ 0.296938] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299387] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300843] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302294] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.303792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306999] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308292] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309479] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310751] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.333969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.335445] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.337215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.338652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.340062] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.341334] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.342644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.343720] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.345282] vgaarb: loaded\n[ 0.345886] vgaarb: bridge control possible 0000:00:02.0\n[ 0.347125] SCSI subsystem initialized\n[ 0.348044] ACPI: bus type USB registered\n[ 0.348881] usbcore: registered new interface driver usbfs\n[ 0.349916] usbcore: registered new interface driver hub\n[ 0.350933] usbcore: registered new device driver usb\n[ 0.352048] PCI: Using ACPI for IRQ routing\n[ 0.353168] NetLabel: Initializing\n[ 0.353895] NetLabel: domain hash size = 128\n[ 0.354753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.355722] NetLabel: unlabeled traffic allowed by default\n[ 0.356896] clocksource: Switched to clocksource kvm-clock\n[ 0.365071] AppArmor: AppArmor Filesystem Enabled\n[ 0.366059] pnp: PnP ACPI init\n[ 0.367016] pnp: PnP ACPI: found 5 devices\n[ 0.373373] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.375119] NET: Registered protocol family 2\n[ 0.376169] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.377475] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.378691] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.379895] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.380991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382186] NET: Registered protocol family 1\n[ 0.383072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.384174] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.385258] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.399316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.413447] Trying to unpack rootfs image as initramfs...\n[ 0.469461] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.471139] Scanning for low memory corruption every 60 seconds\n[ 0.472545] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.473760] audit: initializing netlink subsys (disabled)\n[ 0.474802] audit: type=2000 audit(1532971240.402:1): initialized\n[ 0.476147] Initialise system trusted keyring\n[ 0.477096] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.478283] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.480418] zbud: loaded\n[ 0.481191] VFS: Disk quotas dquot_6.6.0\n[ 0.482020] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.483618] fuse init (API version 7.23)\n[ 0.484534] Key type big_key registered\n[ 0.485352] Allocating IMA MOK and blacklist keyrings.\n[ 0.486596] Key type asymmetric registered\n[ 0.487431] Asymmetric key parser 'x509' registered\n[ 0.488393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.489895] io scheduler noop registered\n[ 0.490687] io scheduler deadline registered (default)\n[ 0.491691] io scheduler cfq registered\n[ 0.492549] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.493601] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.494890] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.496342] ACPI: Power Button [PWRF]\n[ 0.497213] GHES: HEST is not enabled!\n[ 0.510879] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.538436] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.540562] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.564620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569256] Linux agpgart interface v0.103\n[ 0.572183] brd: module loaded\n[ 0.573903] loop: module loaded\n[ 0.578076] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.579558] GPT:90111 != 2097151\n[ 0.580236] GPT:Alternate GPT header not at the end of the disk.\n[ 0.581336] GPT:90111 != 2097151\n[ 0.582022] GPT: Use GNU Parted to correct GPT errors.\n[ 0.582997] vda: vda1 vda15\n[ 0.584366] scsi host0: ata_piix\n[ 0.585176] scsi host1: ata_piix\n[ 0.585910] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587136] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.588624] libphy: Fixed MDIO Bus: probed\n[ 0.589467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.590434] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.592724] PPP generic driver version 2.4.2\n[ 0.593687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.594914] ehci-pci: EHCI PCI platform driver\n[ 0.595801] ehci-platform: EHCI generic platform driver\n[ 0.596804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.597957] ohci-pci: OHCI PCI platform driver\n[ 0.598848] ohci-platform: OHCI generic platform driver\n[ 0.599854] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614044] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616534] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.617553] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.618721] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619969] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621408] usb usb1: Product: UHCI Host Controller\n[ 0.622349] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.623495] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624493] hub 1-0:1.0: USB hub found\n[ 0.625298] hub 1-0:1.0: 2 ports detected\n[ 0.626262] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628418] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630460] mousedev: PS/2 mouse device common for all mice\n[ 0.631751] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633627] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634762] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.636094] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637328] i2c /dev entries driver\n[ 0.638123] device-mapper: uevent: version 1.0.3\n[ 0.639100] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.640761] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.642217] NET: Registered protocol family 10\n[ 0.643385] NET: Registered protocol family 17\n[ 0.644306] Key type dns_resolver registered\n[ 0.645339] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.646467] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.648314] registered taskstats version 1\n[ 0.649189] Loading compiled-in X.509 certificates\n[ 0.650675] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.652568] zswap: loaded using pool lzo/zbud\n[ 0.654232] Key type trusted registered\n[ 0.656029] Key type encrypted registered\n[ 0.656866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.657922] ima: No TPM chip found, activating TPM-bypass!\n[ 0.658990] evm: HMAC attrs: 0x1\n[ 0.659964] Magic number: 10:336:341\n[ 0.660835] rtc_cmos 00:00: setting system clock to 2018-07-30 17:20:39 UTC (1532971239)\n[ 0.662493] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.663616] EDD information not available.\n[ 0.746262] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.758042] Write protecting the kernel read-only data: 14336k\n[ 0.760189] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.762080] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.807639] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCx4FSSQ7aJvssT1IXuu1XCRrmVTWjls7mFHTCaUZycIR/BSM3kxc6n3/oT0ero2HJ37whAuSGp0PTc/5PcznFKNETNCrLHGB/i6MRFV07Dm2aWz6JOxQ0yW3MhwUz0oUrkv9c2scDdSWls6/w3WcPRbXUp31V5Zjp5gJw3roNcmi6Cm7roWK5Hvk63x9RDKn+4Jc//KVmR3Tq0B1n+7ZIinBdDxyzsEm2yIB3PXLr5J0b1+36qPnlbYRdleKqP5x4K1EY92v1E9fJblLTjvp4RLl8ZbIgH/VyFs+sVIl0G0POa5RlATMG4wnLlpn2kAh3neCJm7JhssL4hgz6kJRsZ root@singlevm1-vm-7cee06de-35e6-40b0-bd91-2772d13c6eac\nssh-dss AAAAB3NzaC1kc3MAAACBAOF0pA9CjRGFnKHHxpZ7OLhiHbgRVSqdRTjwoTA/ddV8zSlvTHqrrPaXTaRUtbtb+O45kPwL1rTP8eUzm2/rspF63O3Jo2RV0rF0D0s4Yg+isDOUX35sQzBmTESFRJcjhAnfcQnO7Uth7bmbqQ2kTWjwuRWC6YvMryqHePeC3xmVAAAAFQCnI4w8qbbyYZFD3xFhwgsyumXj2wAAAIAfjZHyBqndISQoXUmVTX5BfkzrUtydbfe00tutGB3G88RB7S/YKD/KTHoU1eKyu4yX+VJ+aLUDTbwv0F10GUhwcGyKBJzxje8IZQMUgGQJeRCMvs+PnaunFCc58XXkinAYQODBPVGAGm40J5/L+bxyr6sijRtYRW/9WQl4kbKU6wAAAIEA0nX1vgW/EAjcECwMgkyKL0vgNFaEaT8eF4lSzbvYbVFWH1c4+G3N65+y77UyNELVEJ5opfTZV3CZ+cHLfoArBttysHNlHORkiBZeBFIClZCpyJq3oidM9NLsSj3qt3pJ5u3b+gmrmmg5iX8x4Dmph1zkZ69g9nJe2bueZUTrgU4= root@singlevm1-vm-7cee06de-35e6-40b0-bd91-2772d13c6eac\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.10,24,fe80::f816:3eff:fe8f:6106/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.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-7cee06de-35e6-40b0-bd91-2772d13c6eac\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.99 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-7cee06de-35e6-40b0-bd91-2772d13c6eac login: /dev/root resized successfully [took 0.29s]\n"} 2018-07-30 17:20:45,906 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0b9b741f-99ea-4925-b434-e36b94751155/action used request id req-05d31d2c-252b-441e-b395-ca7f830d131a 2018-07-30 17:20:45,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.723721981049s 2018-07-30 17:20:45,907 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0b9b741f-99ea-4925-b434-e36b94751155/action used request id req-05d31d2c-252b-441e-b395-ca7f830d131a 2018-07-30 17:20:45,908 - 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 494279224 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.137029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138695] pid_max: default: 32768 minimum: 301 [ 0.139601] ACPI: Core revision 20150930 [ 0.141003] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142323] Security Framework initialized [ 0.143142] Yama: becoming mindful. [ 0.143874] AppArmor: AppArmor initialized [ 0.144736] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.146080] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.147377] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148592] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150014] Initializing cgroup subsys io [ 0.150833] Initializing cgroup subsys memory [ 0.151694] Initializing cgroup subsys devices [ 0.152583] Initializing cgroup subsys freezer [ 0.153459] Initializing cgroup subsys net_cls [ 0.154333] Initializing cgroup subsys perf_event [ 0.155247] Initializing cgroup subsys net_prio [ 0.156152] Initializing cgroup subsys hugetlb [ 0.157031] Initializing cgroup subsys pids [ 0.157912] CPU: Physical Processor ID: 0 [ 0.159412] mce: CPU supports 10 MCE banks [ 0.160278] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161283] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.177163] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.183214] ftrace: allocating 31920 entries in 125 pages [ 0.208091] smpboot: Max logical packages: 1 [ 0.208951] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.210310] x2apic enabled [ 0.211118] Switched APIC routing to physical x2apic. [ 0.212867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.213992] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.216069] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.217867] KVM setup paravirtual spinlock [ 0.219167] x86: Booted up 1 node, 1 CPUs [ 0.219981] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.221376] devtmpfs: initialized [ 0.223106] evm: security.selinux [ 0.223813] evm: security.SMACK64 [ 0.224504] evm: security.SMACK64EXEC [ 0.225252] evm: security.SMACK64TRANSMUTE [ 0.226061] evm: security.SMACK64MMAP [ 0.226809] evm: security.ima [ 0.227450] evm: security.capability [ 0.228256] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.230116] pinctrl core: initialized pinctrl subsystem [ 0.231226] RTC time: 17:20:39, date: 07/30/18 [ 0.232198] NET: Registered protocol family 16 [ 0.233186] cpuidle: using governor ladder [ 0.234007] cpuidle: using governor menu [ 0.234794] PCCT header not found. [ 0.235550] ACPI: bus type PCI registered [ 0.236359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.237609] PCI: Using configuration type 1 for base access [ 0.239380] ACPI: Added _OSI(Module Device) [ 0.240230] ACPI: Added _OSI(Processor Device) [ 0.241100] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.241999] ACPI: Added _OSI(Processor Aggregator Device) [ 0.243737] ACPI: Interpreter enabled [ 0.244514] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.246373] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.248221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.250085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251932] ACPI: (supports S0 S5) [ 0.252639] ACPI: Using IOAPIC for interrupt routing [ 0.253592] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256724] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257878] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259123] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260318] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262551] acpiphp: Slot [3] registered [ 0.263359] acpiphp: Slot [4] registered [ 0.264163] acpiphp: Slot [5] registered [ 0.264965] acpiphp: Slot [6] registered [ 0.265764] acpiphp: Slot [7] registered [ 0.266569] acpiphp: Slot [8] registered [ 0.267383] acpiphp: Slot [9] registered [ 0.268184] acpiphp: Slot [10] registered [ 0.269004] acpiphp: Slot [11] registered [ 0.269819] acpiphp: Slot [12] registered [ 0.270635] acpiphp: Slot [13] registered [ 0.271452] acpiphp: Slot [14] registered [ 0.272268] acpiphp: Slot [15] registered [ 0.283007] acpiphp: Slot [16] registered [ 0.283828] acpiphp: Slot [17] registered [ 0.284639] acpiphp: Slot [18] registered [ 0.285454] acpiphp: Slot [19] registered [ 0.286269] acpiphp: Slot [20] registered [ 0.287091] acpiphp: Slot [21] registered [ 0.287910] acpiphp: Slot [22] registered [ 0.288723] acpiphp: Slot [23] registered [ 0.289545] acpiphp: Slot [24] registered [ 0.290361] acpiphp: Slot [25] registered [ 0.291179] acpiphp: Slot [26] registered [ 0.291997] acpiphp: Slot [27] registered [ 0.292816] acpiphp: Slot [28] registered [ 0.293632] acpiphp: Slot [29] registered [ 0.294487] acpiphp: Slot [30] registered [ 0.295310] acpiphp: Slot [31] registered [ 0.296125] PCI host bridge to bus 0000:00 [ 0.296938] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299387] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.300843] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302294] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.303792] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.306999] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.308292] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.309479] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.310751] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.314256] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.333969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.335445] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.337215] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.338652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.340062] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.341334] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.342644] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.343720] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.345282] vgaarb: loaded [ 0.345886] vgaarb: bridge control possible 0000:00:02.0 [ 0.347125] SCSI subsystem initialized [ 0.348044] ACPI: bus type USB registered [ 0.348881] usbcore: registered new interface driver usbfs [ 0.349916] usbcore: registered new interface driver hub [ 0.350933] usbcore: registered new device driver usb [ 0.352048] PCI: Using ACPI for IRQ routing [ 0.353168] NetLabel: Initializing [ 0.353895] NetLabel: domain hash size = 128 [ 0.354753] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.355722] NetLabel: unlabeled traffic allowed by default [ 0.356896] clocksource: Switched to clocksource kvm-clock [ 0.365071] AppArmor: AppArmor Filesystem Enabled [ 0.366059] pnp: PnP ACPI init [ 0.367016] pnp: PnP ACPI: found 5 devices [ 0.373373] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.375119] NET: Registered protocol family 2 [ 0.376169] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.377475] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.378691] TCP: Hash tables configured (established 4096 bind 4096) [ 0.379895] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.380991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.382186] NET: Registered protocol family 1 [ 0.383072] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.384174] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.385258] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.399316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.413447] Trying to unpack rootfs image as initramfs... [ 0.469461] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.471139] Scanning for low memory corruption every 60 seconds [ 0.472545] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.473760] audit: initializing netlink subsys (disabled) [ 0.474802] audit: type=2000 audit(1532971240.402:1): initialized [ 0.476147] Initialise system trusted keyring [ 0.477096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.478283] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.480418] zbud: loaded [ 0.481191] VFS: Disk quotas dquot_6.6.0 [ 0.482020] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.483618] fuse init (API version 7.23) [ 0.484534] Key type big_key registered [ 0.485352] Allocating IMA MOK and blacklist keyrings. [ 0.486596] Key type asymmetric registered [ 0.487431] Asymmetric key parser 'x509' registered [ 0.488393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.489895] io scheduler noop registered [ 0.490687] io scheduler deadline registered (default) [ 0.491691] io scheduler cfq registered [ 0.492549] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.493601] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.494890] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.496342] ACPI: Power Button [PWRF] [ 0.497213] GHES: HEST is not enabled! [ 0.510879] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.538436] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.540562] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.564620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569256] Linux agpgart interface v0.103 [ 0.572183] brd: module loaded [ 0.573903] loop: module loaded [ 0.578076] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.579558] GPT:90111 != 2097151 [ 0.580236] GPT:Alternate GPT header not at the end of the disk. [ 0.581336] GPT:90111 != 2097151 [ 0.582022] GPT: Use GNU Parted to correct GPT errors. [ 0.582997] vda: vda1 vda15 [ 0.584366] scsi host0: ata_piix [ 0.585176] scsi host1: ata_piix [ 0.585910] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.587136] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.588624] libphy: Fixed MDIO Bus: probed [ 0.589467] tun: Universal TUN/TAP device driver, 1.6 [ 0.590434] tun: (C) 1999-2004 Max Krasnyansky [ 0.592724] PPP generic driver version 2.4.2 [ 0.593687] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.594914] ehci-pci: EHCI PCI platform driver [ 0.595801] ehci-platform: EHCI generic platform driver [ 0.596804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.597957] ohci-pci: OHCI PCI platform driver [ 0.598848] ohci-platform: OHCI generic platform driver [ 0.599854] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614044] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615063] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.616534] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.617553] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.618721] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619969] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621408] usb usb1: Product: UHCI Host Controller [ 0.622349] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.623495] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624493] hub 1-0:1.0: USB hub found [ 0.625298] hub 1-0:1.0: 2 ports detected [ 0.626262] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628418] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629391] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630460] mousedev: PS/2 mouse device common for all mice [ 0.631751] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633627] rtc_cmos 00:00: RTC can wake from S4 [ 0.634762] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.636094] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637328] i2c /dev entries driver [ 0.638123] device-mapper: uevent: version 1.0.3 [ 0.639100] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.640761] ledtrig-cpu: registered to indicate activity on CPUs [ 0.642217] NET: Registered protocol family 10 [ 0.643385] NET: Registered protocol family 17 [ 0.644306] Key type dns_resolver registered [ 0.645339] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.646467] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.648314] registered taskstats version 1 [ 0.649189] Loading compiled-in X.509 certificates [ 0.650675] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.652568] zswap: loaded using pool lzo/zbud [ 0.654232] Key type trusted registered [ 0.656029] Key type encrypted registered [ 0.656866] AppArmor: AppArmor sha1 policy hashing enabled [ 0.657922] ima: No TPM chip found, activating TPM-bypass! [ 0.658990] evm: HMAC attrs: 0x1 [ 0.659964] Magic number: 10:336:341 [ 0.660835] rtc_cmos 00:00: setting system clock to 2018-07-30 17:20:39 UTC (1532971239) [ 0.662493] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.663616] EDD information not available. [ 0.746262] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.758042] Write protecting the kernel read-only data: 14336k [ 0.760189] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.762080] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.807639] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.81. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCx4FSSQ7aJvssT1IXuu1XCRrmVTWjls7mFHTCaUZycIR/BSM3kxc6n3/oT0ero2HJ37whAuSGp0PTc/5PcznFKNETNCrLHGB/i6MRFV07Dm2aWz6JOxQ0yW3MhwUz0oUrkv9c2scDdSWls6/w3WcPRbXUp31V5Zjp5gJw3roNcmi6Cm7roWK5Hvk63x9RDKn+4Jc//KVmR3Tq0B1n+7ZIinBdDxyzsEm2yIB3PXLr5J0b1+36qPnlbYRdleKqP5x4K1EY92v1E9fJblLTjvp4RLl8ZbIgH/VyFs+sVIl0G0POa5RlATMG4wnLlpn2kAh3neCJm7JhssL4hgz6kJRsZ root@singlevm1-vm-7cee06de-35e6-40b0-bd91-2772d13c6eac ssh-dss AAAAB3NzaC1kc3MAAACBAOF0pA9CjRGFnKHHxpZ7OLhiHbgRVSqdRTjwoTA/ddV8zSlvTHqrrPaXTaRUtbtb+O45kPwL1rTP8eUzm2/rspF63O3Jo2RV0rF0D0s4Yg+isDOUX35sQzBmTESFRJcjhAnfcQnO7Uth7bmbqQ2kTWjwuRWC6YvMryqHePeC3xmVAAAAFQCnI4w8qbbyYZFD3xFhwgsyumXj2wAAAIAfjZHyBqndISQoXUmVTX5BfkzrUtydbfe00tutGB3G88RB7S/YKD/KTHoU1eKyu4yX+VJ+aLUDTbwv0F10GUhwcGyKBJzxje8IZQMUgGQJeRCMvs+PnaunFCc58XXkinAYQODBPVGAGm40J5/L+bxyr6sijRtYRW/9WQl4kbKU6wAAAIEA0nX1vgW/EAjcECwMgkyKL0vgNFaEaT8eF4lSzbvYbVFWH1c4+G3N65+y77UyNELVEJ5opfTZV3CZ+cHLfoArBttysHNlHORkiBZeBFIClZCpyJq3oidM9NLsSj3qt3pJ5u3b+gmrmmg5iX8x4Dmph1zkZ69g9nJe2bueZUTrgU4= root@singlevm1-vm-7cee06de-35e6-40b0-bd91-2772d13c6eac -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe8f:6106/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.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-7cee06de-35e6-40b0-bd91-2772d13c6eac launch-index: 0 === cirros: current=0.4.0 uptime=3.99 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-7cee06de-35e6-40b0-bd91-2772d13c6eac login: /dev/root resized successfully [took 0.29s] 2018-07-30 17:20:46,912 - paramiko.transport - DEBUG - starting thread (client mode): 0x8b8c3d0L 2018-07-30 17:20:46,913 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-30 17:20:46,913 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-30 17:20:46,913 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-30 17:20:46,915 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-30 17:20:46,915 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-30 17:20:46,915 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-30 17:20:46,915 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-30 17:20:46,915 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-30 17:20:46,915 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-30 17:20:46,935 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-30 17:20:46,936 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-30 17:20:46,945 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.206: 62133a01b745a0ebb8c1e4091f5250de 2018-07-30 17:20:46,946 - paramiko.transport - DEBUG - Trying discovered key 65b66719f0c59a9e419f4f2b3c11187f in /tmp/tmp_MhE_v 2018-07-30 17:20:46,975 - paramiko.transport - DEBUG - userauth is OK 2018-07-30 17:20:46,981 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-30 17:20:47,011 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-30 17:20:47,012 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-30 17:20:47,012 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-30 17:20:47,013 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-30 17:20:47,014 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-30 17:20:47,015 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-30 17:20:47,020 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-30 17:20:47,130 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 17:20:47,131 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:38 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-30 17:20:47,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-30 17:20:47,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/edfe0ec8-32c1-4dfa-9872-a131b6b6fb53.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:47,768 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-434d42ff-e4ed-48ac-8da9-7bf6a15111fb Content-Length: 0 Date: Mon, 30 Jul 2018 17:20:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:20:47,768 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/edfe0ec8-32c1-4dfa-9872-a131b6b6fb53.json used request id req-434d42ff-e4ed-48ac-8da9-7bf6a15111fb 2018-07-30 17:20:47,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.630434989929s 2018-07-30 17:20:47,769 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/edfe0ec8-32c1-4dfa-9872-a131b6b6fb53.json used request id req-434d42ff-e4ed-48ac-8da9-7bf6a15111fb 2018-07-30 17:20:47,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:20:47,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:47,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5e5761c4-2d0d-485e-aea1-0631dde40482 Date: Mon, 30 Jul 2018 17:20:47 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:20:47,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5e5761c4-2d0d-485e-aea1-0631dde40482 2018-07-30 17:20:47,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.023873090744s 2018-07-30 17:20:47,798 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5e5761c4-2d0d-485e-aea1-0631dde40482 2018-07-30 17:20:47,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-30 17:20:47,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/0b9b741f-99ea-4925-b434-e36b94751155 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:48,247 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:20:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d7923991-b9e5-46d5-97d9-341a5a6133dd x-compute-request-id: req-d7923991-b9e5-46d5-97d9-341a5a6133dd Content-Type: application/json 2018-07-30 17:20:48,247 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/0b9b741f-99ea-4925-b434-e36b94751155 used request id req-d7923991-b9e5-46d5-97d9-341a5a6133dd 2018-07-30 17:20:48,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.447818994522s 2018-07-30 17:20:48,248 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/0b9b741f-99ea-4925-b434-e36b94751155 used request id req-d7923991-b9e5-46d5-97d9-341a5a6133dd 2018-07-30 17:20:48,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:20:48,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:49,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20: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-1a7e8ca6-38cb-429e-8aa9-59221ab9b9b2 x-compute-request-id: req-1a7e8ca6-38cb-429e-8aa9-59221ab9b9b2 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_7cee06de-35e6-40b0-bd91-2772d13c6eac": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:61:06", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:61:06", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0b9b741f-99ea-4925-b434-e36b94751155", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0b9b741f-99ea-4925-b434-e36b94751155", "rel": "bookmark"}], "image": {"id": "2493a39d-378b-44f6-8a2d-be05d34eb123", "links": [{"href": "http://172.30.9.21:8774/images/2493a39d-378b-44f6-8a2d-be05d34eb123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-30T17:20:39.000000", "flavor": {"id": "3b327c25-c6bc-4756-831c-c60d5eeed5f9", "links": [{"href": "http://172.30.9.21:8774/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9", "rel": "bookmark"}]}, "id": "0b9b741f-99ea-4925-b434-e36b94751155", "security_groups": [{"name": "singlevm1-sg_7cee06de-35e6-40b0-bd91-2772d13c6eac"}], "user_id": "3d82804d95aa4fd1bfc17877fcdf7354", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:20:48Z", "hostId": "21dab5f20650920f83ecfcc4b638191063b04ba072512e7155e3222e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7cee06de-35e6-40b0-bd91-2772d13c6eac", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7cee06de-35e6-40b0-bd91-2772d13c6eac", "created": "2018-07-30T17:20:27Z", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:20:49,091 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a7e8ca6-38cb-429e-8aa9-59221ab9b9b2 2018-07-30 17:20:49,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.8429479599s 2018-07-30 17:20:49,091 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a7e8ca6-38cb-429e-8aa9-59221ab9b9b2 2018-07-30 17:20:49,093 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:20:51,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:20:51,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:51,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:20:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0e7a4021-e930-4862-9c0b-ef24fcecf2a6 x-compute-request-id: req-0e7a4021-e930-4862-9c0b-ef24fcecf2a6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-30 17:20:51,201 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0e7a4021-e930-4862-9c0b-ef24fcecf2a6 2018-07-30 17:20:51,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.105273008347s 2018-07-30 17:20:51,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0e7a4021-e930-4862-9c0b-ef24fcecf2a6 2018-07-30 17:20:51,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-30 17:20:51,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:52,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-670e06fe-b138-4915-87f2-c94cf75de7ff Date: Mon, 30 Jul 2018 17:20:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:18:40Z", "updated_at": "2018-07-30T17:18:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:40Z", "revision_number": 0, "id": "7f455b59-8db9-4954-9018-22c94da4ff0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:40Z", "security_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5c443b661124ecdb463f917c180f6c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:40Z", "revision_number": 0, "id": "a3e3db10-598f-4f73-9f46-1f407332c4a0", "remote_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:40Z", "security_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5c443b661124ecdb463f917c180f6c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:40Z", "revision_number": 0, "id": "a44bc0b4-3ac0-4503-a336-726e30bc4069", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:40Z", "security_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5c443b661124ecdb463f917c180f6c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:40Z", "revision_number": 0, "id": "e67c3527-aaa3-444b-9f28-8e31f4f4c379", "remote_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:40Z", "security_group_id": "168a0949-4b86-467b-98a8-00a0197c014c", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5c443b661124ecdb463f917c180f6c2"}], "revision_number": 4, "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "168a0949-4b86-467b-98a8-00a0197c014c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "created_at": "2018-07-30T17:19:02Z", "updated_at": "2018-07-30T17:19:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:02Z", "revision_number": 0, "id": "09844292-49b1-4bd7-a79e-36e96f02205b", "remote_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:02Z", "security_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87e90a64c0174b0583dacd2c7a3253f1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:02Z", "revision_number": 0, "id": "34684bf6-08f0-44c8-aa28-571bbd0dacc7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:02Z", "security_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87e90a64c0174b0583dacd2c7a3253f1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:02Z", "revision_number": 0, "id": "99eaeb42-a8db-4630-9f5e-aad0ca919566", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:02Z", "security_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "port_range_min": null, "ethertype": "IPv6", "project_id": "87e90a64c0174b0583dacd2c7a3253f1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:02Z", "revision_number": 0, "id": "acb85ef3-2210-401b-8814-e5417182513b", "remote_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:02Z", "security_group_id": "35376989-b321-4606-ab10-c7e23ad24c0b", "tenant_id": "87e90a64c0174b0583dacd2c7a3253f1", "port_range_min": null, "ethertype": "IPv4", "project_id": "87e90a64c0174b0583dacd2c7a3253f1"}], "revision_number": 4, "project_id": "87e90a64c0174b0583dacd2c7a3253f1", "id": "35376989-b321-4606-ab10-c7e23ad24c0b", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:20:19Z", "updated_at": "2018-07-30T17:20:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:20:19Z", "revision_number": 0, "id": "4842b7ad-3238-467c-ad98-8635ea28c5b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:20:19Z", "security_group_id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a5c443b661124ecdb463f917c180f6c2"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:20:21Z", "revision_number": 0, "id": "85708547-90cb-43c6-8b33-a097e186b3d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:20:21Z", "security_group_id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5c443b661124ecdb463f917c180f6c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:20:19Z", "revision_number": 0, "id": "a334b151-6a67-4edb-a9aa-72030dc987fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:20:19Z", "security_group_id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a5c443b661124ecdb463f917c180f6c2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-30T17:20:21Z", "revision_number": 0, "id": "f9b12a51-3217-4aba-8bac-d71ef2f84152", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:20:21Z", "security_group_id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a5c443b661124ecdb463f917c180f6c2"}], "revision_number": 4, "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "3d042bfa-bc06-43b0-b968-2dcc18578f43", "name": "singlevm1-sg_7cee06de-35e6-40b0-bd91-2772d13c6eac"}, {"description": "Default security group", "tags": [], "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "created_at": "2018-07-30T17:19:47Z", "updated_at": "2018-07-30T17:19:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:47Z", "revision_number": 0, "id": "219a888e-a7cf-4c98-8528-3674ae925821", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:47Z", "security_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:47Z", "revision_number": 0, "id": "95153e02-6b7b-4347-b120-89e8db2068d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:47Z", "security_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:47Z", "revision_number": 0, "id": "c095ea14-1b25-4747-a067-8f07c821681f", "remote_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:47Z", "security_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:19:47Z", "revision_number": 0, "id": "ff602a01-2352-4637-8a4e-d074d929930e", "remote_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "remote_ip_prefix": null, "created_at": "2018-07-30T17:19:47Z", "security_group_id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "tenant_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b"}], "revision_number": 4, "project_id": "bf4d3d8c76d54b3fa916bdcacc36cc1b", "id": "42282476-3198-4cb8-ae94-34c9ab27ab41", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bbb29370cb064c718b72faa5c6748440", "created_at": "2018-07-30T17:14:48Z", "updated_at": "2018-07-30T17:14:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:14:48Z", "revision_number": 0, "id": "2ae5cfdb-682a-4d62-8ccf-bfd6e87aad2b", "remote_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "remote_ip_prefix": null, "created_at": "2018-07-30T17:14:48Z", "security_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "tenant_id": "bbb29370cb064c718b72faa5c6748440", "port_range_min": null, "ethertype": "IPv6", "project_id": "bbb29370cb064c718b72faa5c6748440"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:14:48Z", "revision_number": 0, "id": "4e5becf8-90ee-41d5-9f22-1f5d7be2054b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:14:48Z", "security_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "tenant_id": "bbb29370cb064c718b72faa5c6748440", "port_range_min": null, "ethertype": "IPv6", "project_id": "bbb29370cb064c718b72faa5c6748440"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:14:48Z", "revision_number": 0, "id": "9d695035-c37f-436e-a9b2-d2f906c96283", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:14:48Z", "security_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "tenant_id": "bbb29370cb064c718b72faa5c6748440", "port_range_min": null, "ethertype": "IPv4", "project_id": "bbb29370cb064c718b72faa5c6748440"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:14:48Z", "revision_number": 0, "id": "fc57bc18-8d10-4c0c-ba48-7def6b2c3229", "remote_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "remote_ip_prefix": null, "created_at": "2018-07-30T17:14:48Z", "security_group_id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "tenant_id": "bbb29370cb064c718b72faa5c6748440", "port_range_min": null, "ethertype": "IPv4", "project_id": "bbb29370cb064c718b72faa5c6748440"}], "revision_number": 4, "project_id": "bbb29370cb064c718b72faa5c6748440", "id": "d079c8f5-9cfa-442d-84f7-ac381ae03325", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-30T17:18:45Z", "updated_at": "2018-07-30T17:18:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:45Z", "revision_number": 0, "id": "2858ec49-9260-48f8-9cfd-866bca15a12b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:45Z", "security_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:45Z", "revision_number": 0, "id": "355d91e2-3b21-46e5-b19c-7567192a0c8b", "remote_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:45Z", "security_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:45Z", "revision_number": 0, "id": "74ad40c3-6991-4907-adf8-655906d2fe80", "remote_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:45Z", "security_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:18:45Z", "revision_number": 0, "id": "8fac806b-53ef-4693-a2e7-7730feb330a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:18:45Z", "security_group_id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "e9ad34f1-88e2-46c8-9c76-3638b350e7d5", "name": "default"}]} 2018-07-30 17:20:52,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-670e06fe-b138-4915-87f2-c94cf75de7ff 2018-07-30 17:20:52,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.873710870743s 2018-07-30 17:20:52,079 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-670e06fe-b138-4915-87f2-c94cf75de7ff 2018-07-30 17:20:52,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-30 17:20:52,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/3d042bfa-bc06-43b0-b968-2dcc18578f43.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:52,265 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-056f3114-3ccb-4d92-81cb-97d9b49d6b55 Content-Length: 0 Date: Mon, 30 Jul 2018 17:20:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:20:52,265 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/3d042bfa-bc06-43b0-b968-2dcc18578f43.json used request id req-056f3114-3ccb-4d92-81cb-97d9b49d6b55 2018-07-30 17:20:52,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.1821808815s 2018-07-30 17:20:52,265 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/3d042bfa-bc06-43b0-b968-2dcc18578f43.json used request id req-056f3114-3ccb-4d92-81cb-97d9b49d6b55 2018-07-30 17:20:52,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-30 17:20:52,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/singlevm1-kp_7cee06de-35e6-40b0-bd91-2772d13c6eac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:52,432 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:20: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 x-openstack-request-id: req-99a8af03-a883-427b-8da7-6c66b0a5ba70 x-compute-request-id: req-99a8af03-a883-427b-8da7-6c66b0a5ba70 Content-Length: 0 Content-Type: application/json 2018-07-30 17:20:52,432 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm1-kp_7cee06de-35e6-40b0-bd91-2772d13c6eac used request id req-99a8af03-a883-427b-8da7-6c66b0a5ba70 2018-07-30 17:20:52,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.166493177414s 2018-07-30 17:20:52,433 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm1-kp_7cee06de-35e6-40b0-bd91-2772d13c6eac used request id req-99a8af03-a883-427b-8da7-6c66b0a5ba70 2018-07-30 17:20:52,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-30 17:20:52,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/4d3dec29-e1ba-40bf-abfa-675a2f9be984/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" -d '{"subnet_id": "5394f0dc-8037-4ac0-bfef-ab5d04d4880e"}' 2018-07-30 17:20:53,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b7aa4ae2-879d-408a-8d78-b96d00cb998f Date: Mon, 30 Jul 2018 17:20:53 GMT RESP BODY: {"network_id": "c7200c4e-7c1d-4b50-9573-69a16f6e8602", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "subnet_id": "5394f0dc-8037-4ac0-bfef-ab5d04d4880e", "subnet_ids": ["5394f0dc-8037-4ac0-bfef-ab5d04d4880e"], "port_id": "79a829ae-60a8-4ff3-8319-7f2314dd1142", "id": "4d3dec29-e1ba-40bf-abfa-675a2f9be984"} 2018-07-30 17:20:53,940 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4d3dec29-e1ba-40bf-abfa-675a2f9be984/remove_router_interface.json used request id req-b7aa4ae2-879d-408a-8d78-b96d00cb998f 2018-07-30 17:20:53,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.50663089752s 2018-07-30 17:20:53,940 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4d3dec29-e1ba-40bf-abfa-675a2f9be984/remove_router_interface.json used request id req-b7aa4ae2-879d-408a-8d78-b96d00cb998f returning object 4d3dec29-e1ba-40bf-abfa-675a2f9be984 2018-07-30 17:20:53,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-30 17:20:53,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:54,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-70e44d3b-84ee-4e65-9a73-fce59816463c Date: Mon, 30 Jul 2018 17:20:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:20:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-30T17:20:53Z", "revision_number": 4, "routes": [], "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "4d3dec29-e1ba-40bf-abfa-675a2f9be984", "name": "singlevm1-router_7cee06de-35e6-40b0-bd91-2772d13c6eac"}]} 2018-07-30 17:20:54,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-70e44d3b-84ee-4e65-9a73-fce59816463c 2018-07-30 17:20:54,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.278863191605s 2018-07-30 17:20:54,220 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-70e44d3b-84ee-4e65-9a73-fce59816463c 2018-07-30 17:20:54,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-30 17:20:54,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/4d3dec29-e1ba-40bf-abfa-675a2f9be984.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:55,567 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f9607026-3d16-40f2-b92e-063277eccbb5 Content-Length: 0 Date: Mon, 30 Jul 2018 17:20:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:20:55,567 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/4d3dec29-e1ba-40bf-abfa-675a2f9be984.json used request id req-f9607026-3d16-40f2-b92e-063277eccbb5 2018-07-30 17:20:55,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.34622788429s 2018-07-30 17:20:55,568 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/4d3dec29-e1ba-40bf-abfa-675a2f9be984.json used request id req-f9607026-3d16-40f2-b92e-063277eccbb5 2018-07-30 17:20:55,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 17:20:55,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:55,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-b1be997f-0bb3-434c-a0c3-c7d3ac207b93 Date: Mon, 30 Jul 2018 17:20:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7200c4e-7c1d-4b50-9573-69a16f6e8602","tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:20:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:20:11Z","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":"a5c443b661124ecdb463f917c180f6c2","id":"5394f0dc-8037-4ac0-bfef-ab5d04d4880e","subnetpool_id":null,"name":"singlevm1-subnet_7cee06de-35e6-40b0-bd91-2772d13c6eac"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6cded11f-6a6d-475c-8684-92fd679f2832","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:56Z","dns_nameservers":[],"updated_at":"2018-07-30T17:14:56Z","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":"bbb29370cb064c718b72faa5c6748440","id":"60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-30 17:20:55,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b1be997f-0bb3-434c-a0c3-c7d3ac207b93 2018-07-30 17:20:55,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0485010147095s 2018-07-30 17:20:55,617 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b1be997f-0bb3-434c-a0c3-c7d3ac207b93 2018-07-30 17:20:55,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-30 17:20:55,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/5394f0dc-8037-4ac0-bfef-ab5d04d4880e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:57,940 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1aa1f312-7f20-46b0-afa6-f8b827d21f81 Date: Mon, 30 Jul 2018 17:20:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:20:57,941 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/5394f0dc-8037-4ac0-bfef-ab5d04d4880e.json used request id req-1aa1f312-7f20-46b0-afa6-f8b827d21f81 2018-07-30 17:20:57,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.32228207588s 2018-07-30 17:20:57,941 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/5394f0dc-8037-4ac0-bfef-ab5d04d4880e.json used request id req-1aa1f312-7f20-46b0-afa6-f8b827d21f81 2018-07-30 17:20:57,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:20:57,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:58,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-b13ea099-d2c4-48af-a02c-c0b4a44050e9 Date: Mon, 30 Jul 2018 17:20:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c7200c4e-7c1d-4b50-9573-69a16f6e8602","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T17:20:57Z","provider:segmentation_id":51,"name":"singlevm1-net_7cee06de-35e6-40b0-bd91-2772d13c6eac","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:20:10Z","provider:network_type":"vxlan"}]} 2018-07-30 17:20:58,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b13ea099-d2c4-48af-a02c-c0b4a44050e9 2018-07-30 17:20:58,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.091705083847s 2018-07-30 17:20:58,034 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b13ea099-d2c4-48af-a02c-c0b4a44050e9 2018-07-30 17:20:58,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-30 17:20:58,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/c7200c4e-7c1d-4b50-9573-69a16f6e8602.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:20:59,515 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e0bb756a-2c9b-4ee0-b981-a9d65a8e9256 Date: Mon, 30 Jul 2018 17:20:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:20:59,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/c7200c4e-7c1d-4b50-9573-69a16f6e8602.json used request id req-e0bb756a-2c9b-4ee0-b981-a9d65a8e9256 2018-07-30 17:20:59,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.48068499565s 2018-07-30 17:20:59,516 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/c7200c4e-7c1d-4b50-9573-69a16f6e8602.json used request id req-e0bb756a-2c9b-4ee0-b981-a9d65a8e9256 2018-07-30 17:20:59,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:20:59,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:21:00,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-cb274053-ad8d-487c-a53a-edf0f50adc15 Date: Mon, 30 Jul 2018 17:21:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/2493a39d-378b-44f6-8a2d-be05d34eb123/snap", "metadata": {}}], "file": "/v2/images/2493a39d-378b-44f6-8a2d-be05d34eb123/file", "owner": "a5c443b661124ecdb463f917c180f6c2", "id": "2493a39d-378b-44f6-8a2d-be05d34eb123", "size": 12716032, "self": "/v2/images/2493a39d-378b-44f6-8a2d-be05d34eb123", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/2493a39d-378b-44f6-8a2d-be05d34eb123/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:20:17Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_7cee06de-35e6-40b0-bd91-2772d13c6eac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_7cee06de-35e6-40b0-bd91-2772d13c6eac", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:20:16Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:21:00,196 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-cb274053-ad8d-487c-a53a-edf0f50adc15 2018-07-30 17:21:00,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.676645994186s 2018-07-30 17:21:00,197 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-cb274053-ad8d-487c-a53a-edf0f50adc15 2018-07-30 17:21:00,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-30 17:21:00,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/2493a39d-378b-44f6-8a2d-be05d34eb123 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:21:00,809 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a7fffbc7-e933-4936-9655-6248f99ca489 Date: Mon, 30 Jul 2018 17:21:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:21:00,810 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/2493a39d-378b-44f6-8a2d-be05d34eb123 used request id req-a7fffbc7-e933-4936-9655-6248f99ca489 2018-07-30 17:21:00,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.611043930054s 2018-07-30 17:21:00,810 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/2493a39d-378b-44f6-8a2d-be05d34eb123 used request id req-a7fffbc7-e933-4936-9655-6248f99ca489 2018-07-30 17:21:00,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:21:00,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:21:00,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21: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-915f812f-278c-468a-b603-78a395339600 x-compute-request-id: req-915f812f-278c-468a-b603-78a395339600 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_7cee06de-35e6-40b0-bd91-2772d13c6eac", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9", "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": "3b327c25-c6bc-4756-831c-c60d5eeed5f9"}]} 2018-07-30 17:21:00,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-915f812f-278c-468a-b603-78a395339600 2018-07-30 17:21:00,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0263378620148s 2018-07-30 17:21:00,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-915f812f-278c-468a-b603-78a395339600 2018-07-30 17:21:00,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-30 17:21:00,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c63219d5e1e28c5cba5af4281df081dc230aeaa" 2018-07-30 17:21:01,001 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:21: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-75502fa4-ac68-4601-a8fc-0fea340ec119 x-compute-request-id: req-75502fa4-ac68-4601-a8fc-0fea340ec119 Content-Length: 0 Content-Type: application/json 2018-07-30 17:21:01,001 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9 used request id req-75502fa4-ac68-4601-a8fc-0fea340ec119 2018-07-30 17:21:01,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.162583112717s 2018-07-30 17:21:01,001 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/3b327c25-c6bc-4756-831c-c60d5eeed5f9 used request id req-75502fa4-ac68-4601-a8fc-0fea340ec119 2018-07-30 17:21:01,054 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-07-30 17:21:01,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:21:01,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:21:01,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:21:01,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:21:01,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:21:01,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:21:01,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:21:01,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:21:01,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:21:01,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:21:01,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:21:01,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:21:01,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:21:01,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:21:01,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:21:01,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:21:01,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:21:01,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:21:01,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:21:01,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:21:01,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:21:01,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:21:01,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:21:01,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24c56149-2fdc-403c-b122-67b8d149abd3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:21:01,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-24c56149-2fdc-403c-b122-67b8d149abd3 2018-07-30 17:21:01,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:21:01,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb37427ee864bbead4b2c672b5c6b7d", "name": "admin"}], "expires_at": "2018-07-30T18:21:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5c443b661124ecdb463f917c180f6c2", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "audit_ids": ["eZ3vMebpTjWAVdIvX0X6hg"], "issued_at": "2018-07-30T17:21:01.000000Z"}} 2018-07-30 17:21:01,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:21:01,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:01,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-60fe2384-ce48-470e-9eb5-f098a3801baa Date: Mon, 30 Jul 2018 17:21:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 17:21:01,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-60fe2384-ce48-470e-9eb5-f098a3801baa 2018-07-30 17:21:01,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.303834199905s 2018-07-30 17:21:01,790 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-60fe2384-ce48-470e-9eb5-f098a3801baa 2018-07-30 17:21:01,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:21:01,800 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 30 Jul 2018 17:21:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-30 17:21:01,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 17:21:01,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:01,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14065341-a337-427d-ad5b-fe4ddca9e341 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/4476b8ce97754bddbc8c57708e295eeb"}, "tags": [], "enabled": true, "id": "4476b8ce97754bddbc8c57708e295eeb", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-07-30 17:21:01,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-14065341-a337-427d-ad5b-fe4ddca9e341 2018-07-30 17:21:01,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.104871034622s 2018-07-30 17:21:01,906 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-14065341-a337-427d-ad5b-fe4ddca9e341 2018-07-30 17:21:01,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-30 17:21:01,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_57a6c89e-8535-4d69-9c95-603bf75b4b56"}}' 2018-07-30 17:21:02,045 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:21:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1edcda9-1db1-4abd-ae4f-19236d2e45f9 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.21:5000/v3/projects/b79bee3c8f9f4723887f6dcbdc98f113"}, "tags": [], "enabled": true, "id": "b79bee3c8f9f4723887f6dcbdc98f113", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_57a6c89e-8535-4d69-9c95-603bf75b4b56"}} 2018-07-30 17:21:02,045 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a1edcda9-1db1-4abd-ae4f-19236d2e45f9 2018-07-30 17:21:02,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.131437778473s 2018-07-30 17:21:02,045 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a1edcda9-1db1-4abd-ae4f-19236d2e45f9 2018-07-30 17:21:02,046 - 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'b79bee3c8f9f4723887f6dcbdc98f113', '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_57a6c89e-8535-4d69-9c95-603bf75b4b56'}) 2018-07-30 17:21:02,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-30 17:21:02,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "89aca5d4-8586-4ea1-aa83-61673387dba3", "email": null, "name": "singlevm2-user_57a6c89e-8535-4d69-9c95-603bf75b4b56"}}' 2018-07-30 17:21:02,487 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:21:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1106aab1-a27e-4276-af88-5c902a6ef057 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_57a6c89e-8535-4d69-9c95-603bf75b4b56", "links": {"self": "http://172.30.9.21:5000/v3/users/1408d768c60042c3883168136a3a3cfa"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1408d768c60042c3883168136a3a3cfa", "domain_id": "default", "password_expires_at": null}} 2018-07-30 17:21:02,487 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-1106aab1-a27e-4276-af88-5c902a6ef057 2018-07-30 17:21:02,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.435189962387s 2018-07-30 17:21:02,487 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-1106aab1-a27e-4276-af88-5c902a6ef057 2018-07-30 17:21:02,488 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1408d768c60042c3883168136a3a3cfa', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_57a6c89e-8535-4d69-9c95-603bf75b4b56'}) 2018-07-30 17:21:02,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:21:02,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:02,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd75aece-3eac-4231-b362-d599c1183c15 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:21:02,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bd75aece-3eac-4231-b362-d599c1183c15 2018-07-30 17:21:02,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102796077728s 2018-07-30 17:21:02,595 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bd75aece-3eac-4231-b362-d599c1183c15 2018-07-30 17:21:02,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:21:02,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:02,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-623dc486-7651-4867-a042-550d43803912 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:21:02,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-623dc486-7651-4867-a042-550d43803912 2018-07-30 17:21:02,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0939519405365s 2018-07-30 17:21:02,693 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-623dc486-7651-4867-a042-550d43803912 2018-07-30 17:21:02,695 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-30 17:21:02,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-30 17:21:02,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" -d '{"role": {"name": "Member"}}' 2018-07-30 17:21:02,957 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:21:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1dd05094-3fa2-4a2a-925d-de5cd51fb75c Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1ab2c9fe55a34934a5e48fcb0371bf22", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ab2c9fe55a34934a5e48fcb0371bf22"}, "name": "Member"}} 2018-07-30 17:21:02,958 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-1dd05094-3fa2-4a2a-925d-de5cd51fb75c 2018-07-30 17:21:02,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.259348154068s 2018-07-30 17:21:02,958 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-1dd05094-3fa2-4a2a-925d-de5cd51fb75c 2018-07-30 17:21:02,958 - functest.core.tenantnetwork - DEBUG - role: 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'1ab2c9fe55a34934a5e48fcb0371bf22'}) 2018-07-30 17:21:02,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:21:02,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:03,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fbe7949-213c-4c6b-b5e0-f50eef280031 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1ab2c9fe55a34934a5e48fcb0371bf22", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ab2c9fe55a34934a5e48fcb0371bf22"}, "name": "Member"}, {"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:21:03,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7fbe7949-213c-4c6b-b5e0-f50eef280031 2018-07-30 17:21:03,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0985028743744s 2018-07-30 17:21:03,061 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7fbe7949-213c-4c6b-b5e0-f50eef280031 2018-07-30 17:21:03,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 17:21:03,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:03,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-557f7271-055f-4bf5-b6f4-6c86beecca48 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-30 17:21:03,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-557f7271-055f-4bf5-b6f4-6c86beecca48 2018-07-30 17:21:03,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0942850112915s 2018-07-30 17:21:03,160 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-557f7271-055f-4bf5-b6f4-6c86beecca48 2018-07-30 17:21:03,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:21:03,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:03,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-945d3c66-0a27-4bd1-ba63-a64e08fc0a67 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/007c651792db418193688c10d843d637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "007c651792db418193688c10d843d637", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "singlevm2-user_57a6c89e-8535-4d69-9c95-603bf75b4b56", "links": {"self": "http://172.30.9.21:5000/v3/users/1408d768c60042c3883168136a3a3cfa"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1408d768c60042c3883168136a3a3cfa", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/244dcd30c06d4384961fa64d49c3e41c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "244dcd30c06d4384961fa64d49c3e41c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2a5230a6efdb4a64a4b00fb62e23cfea"}, "domain_id": "4476b8ce97754bddbc8c57708e295eeb", "enabled": true, "options": {}, "id": "2a5230a6efdb4a64a4b00fb62e23cfea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/3d82804d95aa4fd1bfc17877fcdf7354"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d82804d95aa4fd1bfc17877fcdf7354", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/656ce29b237b48409909716a40fce1c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "656ce29b237b48409909716a40fce1c7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/6e6a16503d3c4934b5b61073aba8b08c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6e6a16503d3c4934b5b61073aba8b08c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/766202d20652431a9855034c09964e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "766202d20652431a9855034c09964e9e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7908f48045ad430c8bb89bc94876adee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7908f48045ad430c8bb89bc94876adee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/857e0417e4494e29b92ccbb6e2e75992"}, "domain_id": "default", "enabled": true, "options": {}, "id": "857e0417e4494e29b92ccbb6e2e75992", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a699b948ffba4770a3e60d35294751c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a699b948ffba4770a3e60d35294751c3", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/aaa8224c76a3484bbac84a74b4ba8b3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aaa8224c76a3484bbac84a74b4ba8b3f", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1e29c6e158e46b79cb6db3144213a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e29c6e158e46b79cb6db3144213a17", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d4319e1f77ec4d80b169bc61bdac9efc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4319e1f77ec4d80b169bc61bdac9efc", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/d4889590909945f088a965d003206189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4889590909945f088a965d003206189", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-30 17:21:03,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-945d3c66-0a27-4bd1-ba63-a64e08fc0a67 2018-07-30 17:21:03,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.127460956573s 2018-07-30 17:21:03,289 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-945d3c66-0a27-4bd1-ba63-a64e08fc0a67 2018-07-30 17:21:03,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-30 17:21:03,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:03,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49aba0f7-df03-49b2-9b88-64d406aec49d Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a5c443b661124ecdb463f917c180f6c2"}, "tags": [], "enabled": true, "id": "a5c443b661124ecdb463f917c180f6c2", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.21:5000/v3/projects/b79bee3c8f9f4723887f6dcbdc98f113"}, "tags": [], "enabled": true, "id": "b79bee3c8f9f4723887f6dcbdc98f113", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_57a6c89e-8535-4d69-9c95-603bf75b4b56"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440"}, "tags": [], "enabled": true, "id": "bbb29370cb064c718b72faa5c6748440", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-30 17:21:03,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-49aba0f7-df03-49b2-9b88-64d406aec49d 2018-07-30 17:21:03,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102652072906s 2018-07-30 17:21:03,403 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-49aba0f7-df03-49b2-9b88-64d406aec49d 2018-07-30 17:21:03,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-30 17:21:03,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=1408d768c60042c3883168136a3a3cfa&role.id=1ab2c9fe55a34934a5e48fcb0371bf22&scope.project.id=b79bee3c8f9f4723887f6dcbdc98f113" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:03,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5207d63-2b5e-4ecb-a1d8-3a32b3740da8 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=1408d768c60042c3883168136a3a3cfa&role.id=1ab2c9fe55a34934a5e48fcb0371bf22&scope.project.id=b79bee3c8f9f4723887f6dcbdc98f113", "previous": null, "next": null}} 2018-07-30 17:21:03,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=1408d768c60042c3883168136a3a3cfa&role.id=1ab2c9fe55a34934a5e48fcb0371bf22&scope.project.id=b79bee3c8f9f4723887f6dcbdc98f113 used request id req-d5207d63-2b5e-4ecb-a1d8-3a32b3740da8 2018-07-30 17:21:03,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0846199989319s 2018-07-30 17:21:03,495 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=1408d768c60042c3883168136a3a3cfa&role.id=1ab2c9fe55a34934a5e48fcb0371bf22&scope.project.id=b79bee3c8f9f4723887f6dcbdc98f113 used request id req-d5207d63-2b5e-4ecb-a1d8-3a32b3740da8 2018-07-30 17:21:03,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-30 17:21:03,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/b79bee3c8f9f4723887f6dcbdc98f113/users/1408d768c60042c3883168136a3a3cfa/roles/1ab2c9fe55a34934a5e48fcb0371bf22 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:03,687 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:21:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b8dec2d-5190-4182-87cc-173cf63acfa8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:21:03,687 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b79bee3c8f9f4723887f6dcbdc98f113/users/1408d768c60042c3883168136a3a3cfa/roles/1ab2c9fe55a34934a5e48fcb0371bf22 used request id req-8b8dec2d-5190-4182-87cc-173cf63acfa8 2018-07-30 17:21:03,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.188436031342s 2018-07-30 17:21:03,687 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b79bee3c8f9f4723887f6dcbdc98f113/users/1408d768c60042c3883168136a3a3cfa/roles/1ab2c9fe55a34934a5e48fcb0371bf22 used request id req-8b8dec2d-5190-4182-87cc-173cf63acfa8 2018-07-30 17:21:03,688 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_57a6c89e-8535-4d69-9c95-603bf75b4b56', 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'b79bee3c8f9f4723887f6dcbdc98f113', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '89aca5d4-8586-4ea1-aa83-61673387dba3', 'username': u'singlevm2-user_57a6c89e-8535-4d69-9c95-603bf75b4b56', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-30 17:21:03,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:21:03,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:21:03,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:21:03,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:21:03,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:21:03,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:21:03,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:21:03,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:21:03,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:21:03,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:21:03,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:21:03,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:21:03,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:21:03,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:21:03,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:21:03,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:21:03,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:21:03,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:21:03,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:21:03,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:21:03,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:21:03,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:21:03,693 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_57a6c89e-8535-4d69-9c95-603bf75b4b56', 'password': '89aca5d4-8586-4ea1-aa83-61673387dba3', 'project_name': 'singlevm2-project_57a6c89e-8535-4d69-9c95-603bf75b4b56', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': 'b79bee3c8f9f4723887f6dcbdc98f113', 'project_domain_name': 'Default'} 2018-07-30 17:21:03,694 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-07-30 17:21:03,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:21:03,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75a309a7-2042-4f49-b8bc-2390b9e335bc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:21:03,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-75a309a7-2042-4f49-b8bc-2390b9e335bc 2018-07-30 17:21:03,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:21:04,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1ab2c9fe55a34934a5e48fcb0371bf22", "name": "Member"}], "expires_at": "2018-07-30T18:21:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b79bee3c8f9f4723887f6dcbdc98f113", "name": "singlevm2-project_57a6c89e-8535-4d69-9c95-603bf75b4b56"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/b79bee3c8f9f4723887f6dcbdc98f113", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/b79bee3c8f9f4723887f6dcbdc98f113", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/b79bee3c8f9f4723887f6dcbdc98f113", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_b79bee3c8f9f4723887f6dcbdc98f113", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_b79bee3c8f9f4723887f6dcbdc98f113", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/b79bee3c8f9f4723887f6dcbdc98f113", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/b79bee3c8f9f4723887f6dcbdc98f113", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/b79bee3c8f9f4723887f6dcbdc98f113", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/b79bee3c8f9f4723887f6dcbdc98f113", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/b79bee3c8f9f4723887f6dcbdc98f113", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/b79bee3c8f9f4723887f6dcbdc98f113", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/b79bee3c8f9f4723887f6dcbdc98f113", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/b79bee3c8f9f4723887f6dcbdc98f113", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/b79bee3c8f9f4723887f6dcbdc98f113", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_57a6c89e-8535-4d69-9c95-603bf75b4b56", "id": "1408d768c60042c3883168136a3a3cfa"}, "audit_ids": ["k7uBTD0fTgGecVCWsaoq_Q"], "issued_at": "2018-07-30T17:21:04.000000Z"}} 2018-07-30 17:21:04,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-30 17:21:04,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" -d '{"network": {"name": "singlevm2-net_57a6c89e-8535-4d69-9c95-603bf75b4b56", "admin_state_up": true}}' 2018-07-30 17:21:04,910 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-895f43cf-774d-4301-807c-6241f1da1d60 Date: Mon, 30 Jul 2018 17:21:04 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b79bee3c8f9f4723887f6dcbdc98f113","created_at":"2018-07-30T17:21:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-30T17:21:04Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b79bee3c8f9f4723887f6dcbdc98f113","id":"e56d9b7a-65cf-445b-80b2-40c225370694","name":"singlevm2-net_57a6c89e-8535-4d69-9c95-603bf75b4b56"}} 2018-07-30 17:21:04,910 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-895f43cf-774d-4301-807c-6241f1da1d60 2018-07-30 17:21:04,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.822885036469s 2018-07-30 17:21:04,911 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-895f43cf-774d-4301-807c-6241f1da1d60 2018-07-30 17:21:04,911 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:21:04Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'e56d9b7a-65cf-445b-80b2-40c225370694', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_57a6c89e-8535-4d69-9c95-603bf75b4b56', u'admin_state_up': True, u'tenant_id': u'b79bee3c8f9f4723887f6dcbdc98f113', u'created_at': u'2018-07-30T17:21:04Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b79bee3c8f9f4723887f6dcbdc98f113'}) 2018-07-30 17:21:04,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:21:04,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:05,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-f7ad6c7f-a275-4418-a494-6ea3dc19d998 Date: Mon, 30 Jul 2018 17:21:05 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":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-30T17:21:04Z","tenant_id":"b79bee3c8f9f4723887f6dcbdc98f113","created_at":"2018-07-30T17:21:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b79bee3c8f9f4723887f6dcbdc98f113","id":"e56d9b7a-65cf-445b-80b2-40c225370694","name":"singlevm2-net_57a6c89e-8535-4d69-9c95-603bf75b4b56"}]} 2018-07-30 17:21:05,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f7ad6c7f-a275-4418-a494-6ea3dc19d998 2018-07-30 17:21:05,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.30824303627s 2018-07-30 17:21:05,220 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f7ad6c7f-a275-4418-a494-6ea3dc19d998 2018-07-30 17:21:05,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-30 17:21:05,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" -d '{"subnet": {"name": "singlevm2-subnet_57a6c89e-8535-4d69-9c95-603bf75b4b56", "enable_dhcp": true, "network_id": "e56d9b7a-65cf-445b-80b2-40c225370694", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-30 17:21:06,101 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-05858429-9208-48fe-9acc-9957321a71fa Date: Mon, 30 Jul 2018 17:21:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e56d9b7a-65cf-445b-80b2-40c225370694","tenant_id":"b79bee3c8f9f4723887f6dcbdc98f113","created_at":"2018-07-30T17:21:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:21:05Z","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":"b79bee3c8f9f4723887f6dcbdc98f113","id":"edfae1e5-e0f6-4dfd-b090-6f4dc759158a","subnetpool_id":null,"name":"singlevm2-subnet_57a6c89e-8535-4d69-9c95-603bf75b4b56"}} 2018-07-30 17:21:06,101 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-05858429-9208-48fe-9acc-9957321a71fa 2018-07-30 17:21:06,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.879731893539s 2018-07-30 17:21:06,102 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-05858429-9208-48fe-9acc-9957321a71fa 2018-07-30 17:21:06,102 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:21:05Z', 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'edfae1e5-e0f6-4dfd-b090-6f4dc759158a', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_57a6c89e-8535-4d69-9c95-603bf75b4b56', u'enable_dhcp': True, u'network_id': u'e56d9b7a-65cf-445b-80b2-40c225370694', u'tenant_id': u'b79bee3c8f9f4723887f6dcbdc98f113', u'created_at': u'2018-07-30T17:21:05Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b79bee3c8f9f4723887f6dcbdc98f113'}) 2018-07-30 17:21:06,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-30 17:21:06,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" -d '{"router": {"external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832"}, "name": "singlevm2-router_57a6c89e-8535-4d69-9c95-603bf75b4b56", "admin_state_up": true}}' 2018-07-30 17:21:07,571 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-4b440a46-bd18-44cb-8d61-a6ccd1a04ec7 Date: Mon, 30 Jul 2018 17:21:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "created_at": "2018-07-30T17:21:06Z", "admin_state_up": true, "updated_at": "2018-07-30T17:21:07Z", "revision_number": 2, "routes": [], "project_id": "b79bee3c8f9f4723887f6dcbdc98f113", "id": "8e89438f-33db-4565-a246-2224ba1955cf", "name": "singlevm2-router_57a6c89e-8535-4d69-9c95-603bf75b4b56"}} 2018-07-30 17:21:07,571 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-4b440a46-bd18-44cb-8d61-a6ccd1a04ec7 2018-07-30 17:21:07,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.46797084808s 2018-07-30 17:21:07,571 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-4b440a46-bd18-44cb-8d61-a6ccd1a04ec7 2018-07-30 17:21:07,572 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b79bee3c8f9f4723887f6dcbdc98f113', u'created_at': u'2018-07-30T17:21:06Z', u'admin_state_up': True, u'updated_at': u'2018-07-30T17:21:07Z', u'revision_number': 2, u'routes': [], u'project_id': u'b79bee3c8f9f4723887f6dcbdc98f113', u'id': u'8e89438f-33db-4565-a246-2224ba1955cf', u'name': u'singlevm2-router_57a6c89e-8535-4d69-9c95-603bf75b4b56'}) 2018-07-30 17:21:07,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-30 17:21:07,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/8e89438f-33db-4565-a246-2224ba1955cf/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" -d '{"subnet_id": "edfae1e5-e0f6-4dfd-b090-6f4dc759158a"}' 2018-07-30 17:21:09,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-170cb57c-aebb-4aa0-80f7-bb5d339f0797 Date: Mon, 30 Jul 2018 17:21:09 GMT RESP BODY: {"network_id": "e56d9b7a-65cf-445b-80b2-40c225370694", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "subnet_id": "edfae1e5-e0f6-4dfd-b090-6f4dc759158a", "subnet_ids": ["edfae1e5-e0f6-4dfd-b090-6f4dc759158a"], "port_id": "43203957-9d76-4b3b-9c41-60a778e1efb0", "id": "8e89438f-33db-4565-a246-2224ba1955cf"} 2018-07-30 17:21:09,746 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8e89438f-33db-4565-a246-2224ba1955cf/add_router_interface.json used request id req-170cb57c-aebb-4aa0-80f7-bb5d339f0797 2018-07-30 17:21:09,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.1736330986s 2018-07-30 17:21:09,747 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8e89438f-33db-4565-a246-2224ba1955cf/add_router_interface.json used request id req-170cb57c-aebb-4aa0-80f7-bb5d339f0797 returning object 8e89438f-33db-4565-a246-2224ba1955cf 2018-07-30 17:21:09,747 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-30 17:21:09,872 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-30 17:21:09,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:21:09,878 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 30 Jul 2018 17:21:09 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-30 17:21:09,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:21:09,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:10,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7c541e0c-39d2-43b1-854f-05de395c7b93 Date: Mon, 30 Jul 2018 17:21:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:21:10,070 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7c541e0c-39d2-43b1-854f-05de395c7b93 2018-07-30 17:21:10,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.189416885376s 2018-07-30 17:21:10,070 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7c541e0c-39d2-43b1-854f-05de395c7b93 2018-07-30 17:21:10,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-30 17:21:10,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_57a6c89e-8535-4d69-9c95-603bf75b4b56", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_57a6c89e-8535-4d69-9c95-603bf75b4b56"}' 2018-07-30 17:21:10,804 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a896139c-9a62-479e-8e77-c47341155b34 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-236316cf-9655-4115-bcc4-19393e8f7d98 Date: Mon, 30 Jul 2018 17:21:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a896139c-9a62-479e-8e77-c47341155b34/file", "owner": "b79bee3c8f9f4723887f6dcbdc98f113", "id": "a896139c-9a62-479e-8e77-c47341155b34", "size": null, "self": "/v2/images/a896139c-9a62-479e-8e77-c47341155b34", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:21:10Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_57a6c89e-8535-4d69-9c95-603bf75b4b56", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_57a6c89e-8535-4d69-9c95-603bf75b4b56", "checksum": null, "created_at": "2018-07-30T17:21:10Z", "protected": false} 2018-07-30 17:21:10,804 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-236316cf-9655-4115-bcc4-19393e8f7d98 2018-07-30 17:21:10,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.726114988327s 2018-07-30 17:21:10,805 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-236316cf-9655-4115-bcc4-19393e8f7d98 returning object a896139c-9a62-479e-8e77-c47341155b34 2018-07-30 17:21:10,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-30 17:21:10,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/a896139c-9a62-479e-8e77-c47341155b34/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" -d '' 2018-07-30 17:21:12,060 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-64409f6d-efd7-4b3b-a0ad-d2dd1149c4fc Date: Mon, 30 Jul 2018 17:21:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:21:12,061 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a896139c-9a62-479e-8e77-c47341155b34/file used request id req-64409f6d-efd7-4b3b-a0ad-d2dd1149c4fc 2018-07-30 17:21:12,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.25524806976s 2018-07-30 17:21:12,061 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a896139c-9a62-479e-8e77-c47341155b34/file used request id req-64409f6d-efd7-4b3b-a0ad-d2dd1149c4fc 2018-07-30 17:21:12,061 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm2-img_57a6c89e-8535-4d69-9c95-603bf75b4b56', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-30T17:21:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/a896139c-9a62-479e-8e77-c47341155b34/file', u'owner': u'b79bee3c8f9f4723887f6dcbdc98f113', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'a896139c-9a62-479e-8e77-c47341155b34', u'size': None, u'name': u'singlevm2-img_57a6c89e-8535-4d69-9c95-603bf75b4b56', u'checksum': None, u'self': u'/v2/images/a896139c-9a62-479e-8e77-c47341155b34', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-30T17:21:10Z', u'schema': u'/v2/schemas/image'}) 2018-07-30 17:21:12,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-30 17:21:12,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_57a6c89e-8535-4d69-9c95-603bf75b4b56", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-30 17:21:12,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21: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-9b40fa5c-5117-434b-8a66-39e1b9cec383 x-compute-request-id: req-9b40fa5c-5117-434b-8a66-39e1b9cec383 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_57a6c89e-8535-4d69-9c95-603bf75b4b56", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27", "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": "7ba403d3-7b80-49a8-8900-dd43a457ee27"}} 2018-07-30 17:21:12,824 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9b40fa5c-5117-434b-8a66-39e1b9cec383 2018-07-30 17:21:12,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.762014865875s 2018-07-30 17:21:12,825 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9b40fa5c-5117-434b-8a66-39e1b9cec383 2018-07-30 17:21:12,825 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_57a6c89e-8535-4d69-9c95-603bf75b4b56', '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'a5c443b661124ecdb463f917c180f6c2', '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'7ba403d3-7b80-49a8-8900-dd43a457ee27', 'swap': 0}) 2018-07-30 17:21:12,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-30 17:21:12,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" -d '{"extra_specs": {}}' 2018-07-30 17:21:12,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21: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-708e953a-6a01-44f0-a7ea-9ce445b39ef0 x-compute-request-id: req-708e953a-6a01-44f0-a7ea-9ce445b39ef0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-30 17:21:12,850 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27/os-extra_specs used request id req-708e953a-6a01-44f0-a7ea-9ce445b39ef0 2018-07-30 17:21:12,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0239360332489s 2018-07-30 17:21:12,850 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27/os-extra_specs used request id req-708e953a-6a01-44f0-a7ea-9ce445b39ef0 2018-07-30 17:21:12,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-30 17:21:12,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" -d '{"keypair": {"name": "singlevm2-kp_57a6c89e-8535-4d69-9c95-603bf75b4b56"}}' 2018-07-30 17:21:13,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21: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-cee2f1f1-8419-463e-87a8-e9ef2f1d5238 x-compute-request-id: req-cee2f1f1-8419-463e-87a8-e9ef2f1d5238 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4L81qAMVBgbDNQw+M6EPgvtB5lFKF8i8u02Vi+BxUP++ny+gAz0xFcVxU7Z4RVtbvUb13AItb1uJ+iSlU9bF6qC6kBLOPEF02zYVy9kSLmk384ifIwpcFeTOvIJBNHx9J87oZkcERJf3xzuVf0FdQekaoU7qJvEdF/90kblKbe1Yf04I6YNaBjdFBobEYmdTRJqCn1MzuLh2TbCKdHdcFlu8Zkw7i8fAplB7cn9hD+kHh3v0gUh7/4Ufj66EMNellXdkvyN0PYmmqgx43OgtnHb/znGCewacfwjfs4sSGpo98O7TT1Lc1VZRdLuZqpcOv0XmMjGAHlTlf7EnLPPI/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuC/NagDFQYGwzUMPjOhD4L7QeZRShfIvLtNlYvgcVD/vp8vo\nAM9MRXFcVO2eEVbW71G9dwCLW9bifokpVPWxeqgupASzjxBdNs2FcvZEi5pN/OIn\nyMKXBXkzryCQTR8fSfO6GZHBESX98c7lX9BXUHpGqFO6ibxHRf/dJG5Sm3tWH9OC\nOmDWgY3RQaGxGJnU0Sagp9TM7i4dk2winR3XBZbvGZMO4vHwKZQe3J/YQ/pB4d79\nIFIe/+FH4+uhDDXpZV3ZL8jdD2JpqoMeNzoLZx2/85xgnsGnH8I37OLEhqaPfDu0\n09S3NVWUXS7maqXDr9F5jIxgB5U5X+xJyzzyPwIDAQABAoIBAAXe+DQ9zAvXf3Q7\ng/5g1PEQBAMsGClO2/QpJt0tvXFuDEyT8lQ8R1kbUO8gF97DntxIBbsKWGbYBaY0\n5w1fO4YGYF44DCUuR1pc2LkeYnb0tzGtX8lFcpzpDR2y8waSTGQGEdOI0teiF2Mi\nzirssCvPifsJmDOVvcvcaQclQRrVmLQck2lW7BBSnuwsaS4XTVdNQs3nq2eqtdeq\nCXfCXRNSNhT5n+pC+JzZ4EmA9eNSaK/vNNQQpM5KM1jM+GSj39c/I2R4nzi1ZxL4\nI896dlyrit45IkvXi3tXyrXWtxaa5XI89HME2VhTMwCN8pBSSoCxm632YywIf8Q9\nYWwQ9MkCgYEA7u51z3bgHKet1881C1sycekz4HWz6K8xm0BjboL1z4ew6hweL85M\nOGHAuctesK5+CCaWH++dKSyldmRWXWB35BKqNOBH7eX7Q+XoIH3+QrTPFm7knIrV\nzVLieA2+JsN62IWR5GQVGjAwXhGq96XJstWMtJFr4fcI/2/vAnJQBqUCgYEAxVgt\n10r/oomF316nTc/4y9rDES3IAdxx2KyCAjB7A3yD7slJoDpn2OPUPFXZrV7LBZtv\nfsvLCNP32Xa4iLZe/Pmc5HNJFzGo2/MGPxZ1RyYAx3LTZdel1kKbm2XkaSaO2UKX\n1pEqzA6DxyzihjQmWcUN8gIal/40wKX0Aa+kZBMCgYEAwXcgua5d5ZX4c8h6AQoF\nHKthsBxeYsiI+Fb4rCEqfLI4lDfUUY1Ptk+gyFBeCd4geuUTpiRVM2PNTsIMFGvq\naCic3VfFpmIURHRCsxyR5t2U2WtNfVwFps24RtGJ6MVcETqGWVKYq63dXC4eK4x4\nd2/nEMa3fi6TgJHYDDkXh2kCgYEApuIb2e2NYmkDsdI8jxvpXJLB1PwvIAvIpp+z\nTaCr1lXsx/imb34UpaB8sQ00iF0aOMKqNcKnDu8ZsGeqQ8pdZ3a6y6IGVDvlfSL1\nzFH0mVc033Vl+cC0eA1Zw78VuiomMOoUtxmJ5If9vmhho3XkXJO8aESJMrGA8M0m\nHGrpDMsCgYAyB9RxNWsvlm+jtq18XNOkz+X0FWtcLkLsumRNQCzFOEOtgH55C2Pu\n7UNQWdjWVw/Rt6b+OKGPwCx1k6HVJlQGLSTPisX9gV0rd2hnWq/p1j6pYeB8vuL1\nU+Msb2kwEMkqrK5o8ZM81/h38rQKglcsJejpa8vVdSIHJs3oPKDHlw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "1408d768c60042c3883168136a3a3cfa", "name": "singlevm2-kp_57a6c89e-8535-4d69-9c95-603bf75b4b56", "fingerprint": "48:9c:ad:8c:92:99:61:12:40:4b:cf:81:0a:2f:f8:30"}} 2018-07-30 17:21:13,692 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-cee2f1f1-8419-463e-87a8-e9ef2f1d5238 2018-07-30 17:21:13,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.841490030289s 2018-07-30 17:21:13,693 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-cee2f1f1-8419-463e-87a8-e9ef2f1d5238 2018-07-30 17:21:13,694 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4L81qAMVBgbDNQw+M6EPgvtB5lFKF8i8u02Vi+BxUP++ny+gAz0xFcVxU7Z4RVtbvUb13AItb1uJ+iSlU9bF6qC6kBLOPEF02zYVy9kSLmk384ifIwpcFeTOvIJBNHx9J87oZkcERJf3xzuVf0FdQekaoU7qJvEdF/90kblKbe1Yf04I6YNaBjdFBobEYmdTRJqCn1MzuLh2TbCKdHdcFlu8Zkw7i8fAplB7cn9hD+kHh3v0gUh7/4Ufj66EMNellXdkvyN0PYmmqgx43OgtnHb/znGCewacfwjfs4sSGpo98O7TT1Lc1VZRdLuZqpcOv0XmMjGAHlTlf7EnLPPI/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuC/NagDFQYGwzUMPjOhD4L7QeZRShfIvLtNlYvgcVD/vp8vo\nAM9MRXFcVO2eEVbW71G9dwCLW9bifokpVPWxeqgupASzjxBdNs2FcvZEi5pN/OIn\nyMKXBXkzryCQTR8fSfO6GZHBESX98c7lX9BXUHpGqFO6ibxHRf/dJG5Sm3tWH9OC\nOmDWgY3RQaGxGJnU0Sagp9TM7i4dk2winR3XBZbvGZMO4vHwKZQe3J/YQ/pB4d79\nIFIe/+FH4+uhDDXpZV3ZL8jdD2JpqoMeNzoLZx2/85xgnsGnH8I37OLEhqaPfDu0\n09S3NVWUXS7maqXDr9F5jIxgB5U5X+xJyzzyPwIDAQABAoIBAAXe+DQ9zAvXf3Q7\ng/5g1PEQBAMsGClO2/QpJt0tvXFuDEyT8lQ8R1kbUO8gF97DntxIBbsKWGbYBaY0\n5w1fO4YGYF44DCUuR1pc2LkeYnb0tzGtX8lFcpzpDR2y8waSTGQGEdOI0teiF2Mi\nzirssCvPifsJmDOVvcvcaQclQRrVmLQck2lW7BBSnuwsaS4XTVdNQs3nq2eqtdeq\nCXfCXRNSNhT5n+pC+JzZ4EmA9eNSaK/vNNQQpM5KM1jM+GSj39c/I2R4nzi1ZxL4\nI896dlyrit45IkvXi3tXyrXWtxaa5XI89HME2VhTMwCN8pBSSoCxm632YywIf8Q9\nYWwQ9MkCgYEA7u51z3bgHKet1881C1sycekz4HWz6K8xm0BjboL1z4ew6hweL85M\nOGHAuctesK5+CCaWH++dKSyldmRWXWB35BKqNOBH7eX7Q+XoIH3+QrTPFm7knIrV\nzVLieA2+JsN62IWR5GQVGjAwXhGq96XJstWMtJFr4fcI/2/vAnJQBqUCgYEAxVgt\n10r/oomF316nTc/4y9rDES3IAdxx2KyCAjB7A3yD7slJoDpn2OPUPFXZrV7LBZtv\nfsvLCNP32Xa4iLZe/Pmc5HNJFzGo2/MGPxZ1RyYAx3LTZdel1kKbm2XkaSaO2UKX\n1pEqzA6DxyzihjQmWcUN8gIal/40wKX0Aa+kZBMCgYEAwXcgua5d5ZX4c8h6AQoF\nHKthsBxeYsiI+Fb4rCEqfLI4lDfUUY1Ptk+gyFBeCd4geuUTpiRVM2PNTsIMFGvq\naCic3VfFpmIURHRCsxyR5t2U2WtNfVwFps24RtGJ6MVcETqGWVKYq63dXC4eK4x4\nd2/nEMa3fi6TgJHYDDkXh2kCgYEApuIb2e2NYmkDsdI8jxvpXJLB1PwvIAvIpp+z\nTaCr1lXsx/imb34UpaB8sQ00iF0aOMKqNcKnDu8ZsGeqQ8pdZ3a6y6IGVDvlfSL1\nzFH0mVc033Vl+cC0eA1Zw78VuiomMOoUtxmJ5If9vmhho3XkXJO8aESJMrGA8M0m\nHGrpDMsCgYAyB9RxNWsvlm+jtq18XNOkz+X0FWtcLkLsumRNQCzFOEOtgH55C2Pu\n7UNQWdjWVw/Rt6b+OKGPwCx1k6HVJlQGLSTPisX9gV0rd2hnWq/p1j6pYeB8vuL1\nU+Msb2kwEMkqrK5o8ZM81/h38rQKglcsJejpa8vVdSIHJs3oPKDHlw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'1408d768c60042c3883168136a3a3cfa', 'name': u'singlevm2-kp_57a6c89e-8535-4d69-9c95-603bf75b4b56', 'created_at': '2018-07-30T17:21:13.694052', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b79bee3c8f9f4723887f6dcbdc98f113', 'name': 'singlevm2-project_57a6c89e-8535-4d69-9c95-603bf75b4b56', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'48:9c:ad:8c:92:99:61:12:40:4b:cf:81:0a:2f:f8:30', 'type': 'ssh', 'id': u'singlevm2-kp_57a6c89e-8535-4d69-9c95-603bf75b4b56'}) 2018-07-30 17:21:13,694 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAuC/NagDFQYGwzUMPjOhD4L7QeZRShfIvLtNlYvgcVD/vp8vo AM9MRXFcVO2eEVbW71G9dwCLW9bifokpVPWxeqgupASzjxBdNs2FcvZEi5pN/OIn yMKXBXkzryCQTR8fSfO6GZHBESX98c7lX9BXUHpGqFO6ibxHRf/dJG5Sm3tWH9OC OmDWgY3RQaGxGJnU0Sagp9TM7i4dk2winR3XBZbvGZMO4vHwKZQe3J/YQ/pB4d79 IFIe/+FH4+uhDDXpZV3ZL8jdD2JpqoMeNzoLZx2/85xgnsGnH8I37OLEhqaPfDu0 09S3NVWUXS7maqXDr9F5jIxgB5U5X+xJyzzyPwIDAQABAoIBAAXe+DQ9zAvXf3Q7 g/5g1PEQBAMsGClO2/QpJt0tvXFuDEyT8lQ8R1kbUO8gF97DntxIBbsKWGbYBaY0 5w1fO4YGYF44DCUuR1pc2LkeYnb0tzGtX8lFcpzpDR2y8waSTGQGEdOI0teiF2Mi zirssCvPifsJmDOVvcvcaQclQRrVmLQck2lW7BBSnuwsaS4XTVdNQs3nq2eqtdeq CXfCXRNSNhT5n+pC+JzZ4EmA9eNSaK/vNNQQpM5KM1jM+GSj39c/I2R4nzi1ZxL4 I896dlyrit45IkvXi3tXyrXWtxaa5XI89HME2VhTMwCN8pBSSoCxm632YywIf8Q9 YWwQ9MkCgYEA7u51z3bgHKet1881C1sycekz4HWz6K8xm0BjboL1z4ew6hweL85M OGHAuctesK5+CCaWH++dKSyldmRWXWB35BKqNOBH7eX7Q+XoIH3+QrTPFm7knIrV zVLieA2+JsN62IWR5GQVGjAwXhGq96XJstWMtJFr4fcI/2/vAnJQBqUCgYEAxVgt 10r/oomF316nTc/4y9rDES3IAdxx2KyCAjB7A3yD7slJoDpn2OPUPFXZrV7LBZtv fsvLCNP32Xa4iLZe/Pmc5HNJFzGo2/MGPxZ1RyYAx3LTZdel1kKbm2XkaSaO2UKX 1pEqzA6DxyzihjQmWcUN8gIal/40wKX0Aa+kZBMCgYEAwXcgua5d5ZX4c8h6AQoF HKthsBxeYsiI+Fb4rCEqfLI4lDfUUY1Ptk+gyFBeCd4geuUTpiRVM2PNTsIMFGvq aCic3VfFpmIURHRCsxyR5t2U2WtNfVwFps24RtGJ6MVcETqGWVKYq63dXC4eK4x4 d2/nEMa3fi6TgJHYDDkXh2kCgYEApuIb2e2NYmkDsdI8jxvpXJLB1PwvIAvIpp+z TaCr1lXsx/imb34UpaB8sQ00iF0aOMKqNcKnDu8ZsGeqQ8pdZ3a6y6IGVDvlfSL1 zFH0mVc033Vl+cC0eA1Zw78VuiomMOoUtxmJ5If9vmhho3XkXJO8aESJMrGA8M0m HGrpDMsCgYAyB9RxNWsvlm+jtq18XNOkz+X0FWtcLkLsumRNQCzFOEOtgH55C2Pu 7UNQWdjWVw/Rt6b+OKGPwCx1k6HVJlQGLSTPisX9gV0rd2hnWq/p1j6pYeB8vuL1 U+Msb2kwEMkqrK5o8ZM81/h38rQKglcsJejpa8vVdSIHJs3oPKDHlw== -----END RSA PRIVATE KEY----- 2018-07-30 17:21:13,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-30 17:21:13,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" -d '{"security_group": {"name": "singlevm2-sg_57a6c89e-8535-4d69-9c95-603bf75b4b56", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-07-30 17:21:14,121 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-fd30df45-4660-428e-95d3-834d43a4a80f Date: Mon, 30 Jul 2018 17:21:14 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "created_at": "2018-07-30T17:21:13Z", "updated_at": "2018-07-30T17:21:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:13Z", "revision_number": 0, "id": "07db5bec-b06b-42ff-a718-ef0ca1cba95d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:13Z", "security_group_id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv6", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:13Z", "revision_number": 0, "id": "aab899df-b73a-4ec8-874e-eb1822a25d70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:13Z", "security_group_id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv4", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}], "revision_number": 2, "project_id": "b79bee3c8f9f4723887f6dcbdc98f113", "id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "name": "singlevm2-sg_57a6c89e-8535-4d69-9c95-603bf75b4b56"}} 2018-07-30 17:21:14,122 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-fd30df45-4660-428e-95d3-834d43a4a80f 2018-07-30 17:21:14,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.424581050873s 2018-07-30 17:21:14,122 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-fd30df45-4660-428e-95d3-834d43a4a80f 2018-07-30 17:21:14,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-30 17:21:14,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:14,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-db1007da-2b9b-43b8-9899-47626fc1e67e Date: Mon, 30 Jul 2018 17:21:14 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "created_at": "2018-07-30T17:21:13Z", "updated_at": "2018-07-30T17:21:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:13Z", "revision_number": 0, "id": "07db5bec-b06b-42ff-a718-ef0ca1cba95d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:13Z", "security_group_id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv6", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:13Z", "revision_number": 0, "id": "aab899df-b73a-4ec8-874e-eb1822a25d70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:13Z", "security_group_id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv4", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}], "revision_number": 2, "project_id": "b79bee3c8f9f4723887f6dcbdc98f113", "id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "name": "singlevm2-sg_57a6c89e-8535-4d69-9c95-603bf75b4b56"}, {"description": "Default security group", "tags": [], "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "created_at": "2018-07-30T17:21:04Z", "updated_at": "2018-07-30T17:21:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:04Z", "revision_number": 0, "id": "290d9c0e-fcc6-4191-81a4-302cd8aaf243", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:04Z", "security_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv6", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:04Z", "revision_number": 0, "id": "3c7fbfdd-af90-4688-b894-010713f2b0c0", "remote_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:04Z", "security_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv4", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:04Z", "revision_number": 0, "id": "48118037-6290-40b2-a26c-cd62dbdc17fd", "remote_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:04Z", "security_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv6", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:04Z", "revision_number": 0, "id": "a9827760-0f2c-4786-b465-850b41417546", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:04Z", "security_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv4", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}], "revision_number": 4, "project_id": "b79bee3c8f9f4723887f6dcbdc98f113", "id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "name": "default"}]} 2018-07-30 17:21:14,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-db1007da-2b9b-43b8-9899-47626fc1e67e 2018-07-30 17:21:14,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.232356071472s 2018-07-30 17:21:14,359 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-db1007da-2b9b-43b8-9899-47626fc1e67e 2018-07-30 17:21:14,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-30 17:21:14,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" -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": "3ed215ae-d78e-4037-affa-ca94b341ad20"}}' 2018-07-30 17:21:14,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-8d7d5ed4-fdf0-4156-a5c9-e258e89fec0d Date: Mon, 30 Jul 2018 17:21:14 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-30T17:21:14Z", "security_group_id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "port_range_min": 22, "revision_number": 0, "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "created_at": "2018-07-30T17:21:14Z", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113", "id": "aa77f4eb-e55c-4d7b-935d-50c7e8877077"}} 2018-07-30 17:21:14,695 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-8d7d5ed4-fdf0-4156-a5c9-e258e89fec0d 2018-07-30 17:21:14,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.332449913025s 2018-07-30 17:21:14,696 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-8d7d5ed4-fdf0-4156-a5c9-e258e89fec0d 2018-07-30 17:21:14,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-30 17:21:14,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:14,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-68cf673d-11c4-4b3c-a24f-70eb3b938458 Date: Mon, 30 Jul 2018 17:21:14 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "created_at": "2018-07-30T17:21:13Z", "updated_at": "2018-07-30T17:21:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:13Z", "revision_number": 0, "id": "07db5bec-b06b-42ff-a718-ef0ca1cba95d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:13Z", "security_group_id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv6", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-30T17:21:14Z", "revision_number": 0, "id": "aa77f4eb-e55c-4d7b-935d-50c7e8877077", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:14Z", "security_group_id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:13Z", "revision_number": 0, "id": "aab899df-b73a-4ec8-874e-eb1822a25d70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:13Z", "security_group_id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv4", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}], "revision_number": 3, "project_id": "b79bee3c8f9f4723887f6dcbdc98f113", "id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "name": "singlevm2-sg_57a6c89e-8535-4d69-9c95-603bf75b4b56"}, {"description": "Default security group", "tags": [], "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "created_at": "2018-07-30T17:21:04Z", "updated_at": "2018-07-30T17:21:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:04Z", "revision_number": 0, "id": "290d9c0e-fcc6-4191-81a4-302cd8aaf243", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:04Z", "security_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv6", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:04Z", "revision_number": 0, "id": "3c7fbfdd-af90-4688-b894-010713f2b0c0", "remote_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:04Z", "security_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv4", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:04Z", "revision_number": 0, "id": "48118037-6290-40b2-a26c-cd62dbdc17fd", "remote_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:04Z", "security_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv6", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:04Z", "revision_number": 0, "id": "a9827760-0f2c-4786-b465-850b41417546", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:04Z", "security_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv4", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}], "revision_number": 4, "project_id": "b79bee3c8f9f4723887f6dcbdc98f113", "id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "name": "default"}]} 2018-07-30 17:21:14,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-68cf673d-11c4-4b3c-a24f-70eb3b938458 2018-07-30 17:21:14,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.231184005737s 2018-07-30 17:21:14,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-68cf673d-11c4-4b3c-a24f-70eb3b938458 2018-07-30 17:21:14,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-30 17:21:14,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" -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": "3ed215ae-d78e-4037-affa-ca94b341ad20"}}' 2018-07-30 17:21:15,307 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-da14c824-ed64-4e8a-bf87-c9a122878d52 Date: Mon, 30 Jul 2018 17:21:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-30T17:21:15Z", "security_group_id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "port_range_min": null, "revision_number": 0, "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "created_at": "2018-07-30T17:21:15Z", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113", "id": "a0e8c5a4-0424-4c21-81a7-fde71d3a44f2"}} 2018-07-30 17:21:15,307 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-da14c824-ed64-4e8a-bf87-c9a122878d52 2018-07-30 17:21:15,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.372536897659s 2018-07-30 17:21:15,307 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-da14c824-ed64-4e8a-bf87-c9a122878d52 2018-07-30 17:21:15,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:21:15,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:15,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-f5ea433a-ff44-4755-91f8-57ffef069dbd Date: Mon, 30 Jul 2018 17:21:15 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":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["edfae1e5-e0f6-4dfd-b090-6f4dc759158a"],"updated_at":"2018-07-30T17:21:05Z","tenant_id":"b79bee3c8f9f4723887f6dcbdc98f113","created_at":"2018-07-30T17:21:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b79bee3c8f9f4723887f6dcbdc98f113","id":"e56d9b7a-65cf-445b-80b2-40c225370694","name":"singlevm2-net_57a6c89e-8535-4d69-9c95-603bf75b4b56"}]} 2018-07-30 17:21:15,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f5ea433a-ff44-4755-91f8-57ffef069dbd 2018-07-30 17:21:15,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.125319957733s 2018-07-30 17:21:15,434 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f5ea433a-ff44-4755-91f8-57ffef069dbd 2018-07-30 17:21:15,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:21:15,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:15,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-0f0358b1-44fa-4dce-a597-4adb6cc859b4 Date: Mon, 30 Jul 2018 17:21:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/a896139c-9a62-479e-8e77-c47341155b34/snap", "metadata": {}}], "file": "/v2/images/a896139c-9a62-479e-8e77-c47341155b34/file", "owner": "b79bee3c8f9f4723887f6dcbdc98f113", "id": "a896139c-9a62-479e-8e77-c47341155b34", "size": 12716032, "self": "/v2/images/a896139c-9a62-479e-8e77-c47341155b34", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/a896139c-9a62-479e-8e77-c47341155b34/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:21:11Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_57a6c89e-8535-4d69-9c95-603bf75b4b56", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_57a6c89e-8535-4d69-9c95-603bf75b4b56", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:21:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:21:15,646 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0f0358b1-44fa-4dce-a597-4adb6cc859b4 2018-07-30 17:21:15,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.207584142685s 2018-07-30 17:21:15,647 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0f0358b1-44fa-4dce-a597-4adb6cc859b4 2018-07-30 17:21:15,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:21:15,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:15,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21: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-afb51503-d4a2-4f14-91c0-2444c94bae19 x-compute-request-id: req-afb51503-d4a2-4f14-91c0-2444c94bae19 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_57a6c89e-8535-4d69-9c95-603bf75b4b56", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27", "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": "7ba403d3-7b80-49a8-8900-dd43a457ee27"}]} 2018-07-30 17:21:15,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-afb51503-d4a2-4f14-91c0-2444c94bae19 2018-07-30 17:21:15,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.140519857407s 2018-07-30 17:21:15,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-afb51503-d4a2-4f14-91c0-2444c94bae19 2018-07-30 17:21:15,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-30 17:21:15,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" -d '{"server": {"name": "singlevm2-vm_57a6c89e-8535-4d69-9c95-603bf75b4b56", "imageRef": "a896139c-9a62-479e-8e77-c47341155b34", "key_name": "singlevm2-kp_57a6c89e-8535-4d69-9c95-603bf75b4b56", "flavorRef": "7ba403d3-7b80-49a8-8900-dd43a457ee27", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e56d9b7a-65cf-445b-80b2-40c225370694"}], "security_groups": [{"name": "3ed215ae-d78e-4037-affa-ca94b341ad20"}]}}' 2018-07-30 17:21:19,047 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:21: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-d1d5888d-9742-4a43-bc44-7096bc88190a x-compute-request-id: req-d1d5888d-9742-4a43-bc44-7096bc88190a Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "3ed215ae-d78e-4037-affa-ca94b341ad20"}], "OS-DCF:diskConfig": "MANUAL", "id": "a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "rel": "bookmark"}], "adminPass": "dcR49YneoRaJ"}} 2018-07-30 17:21:19,047 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-d1d5888d-9742-4a43-bc44-7096bc88190a 2018-07-30 17:21:19,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.25585103035s 2018-07-30 17:21:19,047 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-d1d5888d-9742-4a43-bc44-7096bc88190a 2018-07-30 17:21:19,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:21:19,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:20,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21: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-c755f7fb-f9e5-4518-aa12-8ffffe989d4e x-compute-request-id: req-c755f7fb-f9e5-4518-aa12-8ffffe989d4e 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.21:8774/v2.1/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "rel": "bookmark"}], "image": {"id": "a896139c-9a62-479e-8e77-c47341155b34", "links": [{"href": "http://172.30.9.21:8774/images/a896139c-9a62-479e-8e77-c47341155b34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ba403d3-7b80-49a8-8900-dd43a457ee27", "links": [{"href": "http://172.30.9.21:8774/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27", "rel": "bookmark"}]}, "id": "a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "user_id": "1408d768c60042c3883168136a3a3cfa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:21:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_57a6c89e-8535-4d69-9c95-603bf75b4b56", "name": "singlevm2-vm_57a6c89e-8535-4d69-9c95-603bf75b4b56", "created": "2018-07-30T17:21:18Z", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:21:20,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c755f7fb-f9e5-4518-aa12-8ffffe989d4e 2018-07-30 17:21:20,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02523994446s 2018-07-30 17:21:20,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c755f7fb-f9e5-4518-aa12-8ffffe989d4e 2018-07-30 17:21:20,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:21:20,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:20,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-4222bfb0-f8f6-4943-a345-f0e5c9b9a80e Date: Mon, 30 Jul 2018 17:21:20 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":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["edfae1e5-e0f6-4dfd-b090-6f4dc759158a"],"updated_at":"2018-07-30T17:21:05Z","tenant_id":"b79bee3c8f9f4723887f6dcbdc98f113","created_at":"2018-07-30T17:21:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b79bee3c8f9f4723887f6dcbdc98f113","id":"e56d9b7a-65cf-445b-80b2-40c225370694","name":"singlevm2-net_57a6c89e-8535-4d69-9c95-603bf75b4b56"}]} 2018-07-30 17:21:20,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4222bfb0-f8f6-4943-a345-f0e5c9b9a80e 2018-07-30 17:21:20,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.1120429039s 2018-07-30 17:21:20,192 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4222bfb0-f8f6-4943-a345-f0e5c9b9a80e 2018-07-30 17:21:20,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 17:21:20,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:20,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-21a235d7-5515-4db7-84c1-fea9719ea7d8 Date: Mon, 30 Jul 2018 17:21:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e56d9b7a-65cf-445b-80b2-40c225370694","tenant_id":"b79bee3c8f9f4723887f6dcbdc98f113","created_at":"2018-07-30T17:21:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:21:05Z","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":"b79bee3c8f9f4723887f6dcbdc98f113","id":"edfae1e5-e0f6-4dfd-b090-6f4dc759158a","subnetpool_id":null,"name":"singlevm2-subnet_57a6c89e-8535-4d69-9c95-603bf75b4b56"}]} 2018-07-30 17:21:20,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-21a235d7-5515-4db7-84c1-fea9719ea7d8 2018-07-30 17:21:20,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0505840778351s 2018-07-30 17:21:20,244 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-21a235d7-5515-4db7-84c1-fea9719ea7d8 2018-07-30 17:21:20,245 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:21:22,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:21:22,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:22,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bae995e3-e1bb-4b91-8c08-7f9e83d0d9af x-compute-request-id: req-bae995e3-e1bb-4b91-8c08-7f9e83d0d9af Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "rel": "bookmark"}], "image": {"id": "a896139c-9a62-479e-8e77-c47341155b34", "links": [{"href": "http://172.30.9.21:8774/images/a896139c-9a62-479e-8e77-c47341155b34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ba403d3-7b80-49a8-8900-dd43a457ee27", "links": [{"href": "http://172.30.9.21:8774/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27", "rel": "bookmark"}]}, "id": "a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "user_id": "1408d768c60042c3883168136a3a3cfa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:21:22Z", "hostId": "3d3a343b2acfb6bab5e5c8a3ffb02be9d5f9c59a78e0d0b6d679f6eb", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_57a6c89e-8535-4d69-9c95-603bf75b4b56", "name": "singlevm2-vm_57a6c89e-8535-4d69-9c95-603bf75b4b56", "created": "2018-07-30T17:21:18Z", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:21:22,549 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bae995e3-e1bb-4b91-8c08-7f9e83d0d9af 2018-07-30 17:21:22,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.300770044327s 2018-07-30 17:21:22,549 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bae995e3-e1bb-4b91-8c08-7f9e83d0d9af 2018-07-30 17:21:22,553 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:21:24,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:21:24,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:25,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21: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-354aedbb-e138-4c96-9ba1-dab38d2a6b13 x-compute-request-id: req-354aedbb-e138-4c96-9ba1-dab38d2a6b13 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.21:8774/v2.1/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "rel": "bookmark"}], "image": {"id": "a896139c-9a62-479e-8e77-c47341155b34", "links": [{"href": "http://172.30.9.21:8774/images/a896139c-9a62-479e-8e77-c47341155b34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ba403d3-7b80-49a8-8900-dd43a457ee27", "links": [{"href": "http://172.30.9.21:8774/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27", "rel": "bookmark"}]}, "id": "a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "security_groups": [{"name": "singlevm2-sg_57a6c89e-8535-4d69-9c95-603bf75b4b56"}], "user_id": "1408d768c60042c3883168136a3a3cfa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:21:22Z", "hostId": "3d3a343b2acfb6bab5e5c8a3ffb02be9d5f9c59a78e0d0b6d679f6eb", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_57a6c89e-8535-4d69-9c95-603bf75b4b56", "name": "singlevm2-vm_57a6c89e-8535-4d69-9c95-603bf75b4b56", "created": "2018-07-30T17:21:18Z", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:21:25,425 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-354aedbb-e138-4c96-9ba1-dab38d2a6b13 2018-07-30 17:21:25,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.868752002716s 2018-07-30 17:21:25,425 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-354aedbb-e138-4c96-9ba1-dab38d2a6b13 2018-07-30 17:21:25,429 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:21:27,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:21:27,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:28,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d0e0aa4-d0e9-44c8-b0ef-f425cf983d7b x-compute-request-id: req-8d0e0aa4-d0e9-44c8-b0ef-f425cf983d7b 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.21:8774/v2.1/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "rel": "bookmark"}], "image": {"id": "a896139c-9a62-479e-8e77-c47341155b34", "links": [{"href": "http://172.30.9.21:8774/images/a896139c-9a62-479e-8e77-c47341155b34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7ba403d3-7b80-49a8-8900-dd43a457ee27", "links": [{"href": "http://172.30.9.21:8774/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27", "rel": "bookmark"}]}, "id": "a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "security_groups": [{"name": "singlevm2-sg_57a6c89e-8535-4d69-9c95-603bf75b4b56"}], "user_id": "1408d768c60042c3883168136a3a3cfa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:21:22Z", "hostId": "3d3a343b2acfb6bab5e5c8a3ffb02be9d5f9c59a78e0d0b6d679f6eb", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_57a6c89e-8535-4d69-9c95-603bf75b4b56", "name": "singlevm2-vm_57a6c89e-8535-4d69-9c95-603bf75b4b56", "created": "2018-07-30T17:21:18Z", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:21:28,363 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8d0e0aa4-d0e9-44c8-b0ef-f425cf983d7b 2018-07-30 17:21:28,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.931621789932s 2018-07-30 17:21:28,364 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8d0e0aa4-d0e9-44c8-b0ef-f425cf983d7b 2018-07-30 17:21:28,368 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:21:30,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:21:30,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:31,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50e65036-94d2-4d3a-8d04-b4895bf1d26b x-compute-request-id: req-50e65036-94d2-4d3a-8d04-b4895bf1d26b Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_57a6c89e-8535-4d69-9c95-603bf75b4b56": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:bf:4a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "rel": "bookmark"}], "image": {"id": "a896139c-9a62-479e-8e77-c47341155b34", "links": [{"href": "http://172.30.9.21:8774/images/a896139c-9a62-479e-8e77-c47341155b34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:21:28.000000", "flavor": {"id": "7ba403d3-7b80-49a8-8900-dd43a457ee27", "links": [{"href": "http://172.30.9.21:8774/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27", "rel": "bookmark"}]}, "id": "a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "security_groups": [{"name": "singlevm2-sg_57a6c89e-8535-4d69-9c95-603bf75b4b56"}], "user_id": "1408d768c60042c3883168136a3a3cfa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:21:28Z", "hostId": "3d3a343b2acfb6bab5e5c8a3ffb02be9d5f9c59a78e0d0b6d679f6eb", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_57a6c89e-8535-4d69-9c95-603bf75b4b56", "name": "singlevm2-vm_57a6c89e-8535-4d69-9c95-603bf75b4b56", "created": "2018-07-30T17:21:18Z", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:21:31,728 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-50e65036-94d2-4d3a-8d04-b4895bf1d26b 2018-07-30 17:21:31,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.3580019474s 2018-07-30 17:21:31,729 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-50e65036-94d2-4d3a-8d04-b4895bf1d26b 2018-07-30 17:21:31,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:21:31,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=a6aa2a94-ea0b-443b-ba1a-862ed2a53731" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:31,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-10eaea61-11d3-4fbe-883e-0e465caec52a Date: Mon, 30 Jul 2018 17:21:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e56d9b7a-65cf-445b-80b2-40c225370694","tenant_id":"b79bee3c8f9f4723887f6dcbdc98f113","created_at":"2018-07-30T17:21:23Z","admin_state_up":true,"updated_at":"2018-07-30T17:21:27Z","binding:vnic_type":"normal","device_id":"a6aa2a94-ea0b-443b-ba1a-862ed2a53731","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d3:bf:4a","id":"18a317a0-f3cb-4bf9-8d57-2e7b948ce8be","port_security_enabled":true,"project_id":"b79bee3c8f9f4723887f6dcbdc98f113","fixed_ips":[{"subnet_id":"edfae1e5-e0f6-4dfd-b090-6f4dc759158a","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["3ed215ae-d78e-4037-affa-ca94b341ad20"],"name":""}]} 2018-07-30 17:21:31,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=a6aa2a94-ea0b-443b-ba1a-862ed2a53731 used request id req-10eaea61-11d3-4fbe-883e-0e465caec52a 2018-07-30 17:21:31,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.232105970383s 2018-07-30 17:21:31,965 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=a6aa2a94-ea0b-443b-ba1a-862ed2a53731 used request id req-10eaea61-11d3-4fbe-883e-0e465caec52a 2018-07-30 17:21:31,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:21:31,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=18a317a0-f3cb-4bf9-8d57-2e7b948ce8be" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:31,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9cab32d8-3d88-45b5-b83c-afd4f50ffc7d Date: Mon, 30 Jul 2018 17:21:31 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:21:31,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=18a317a0-f3cb-4bf9-8d57-2e7b948ce8be used request id req-9cab32d8-3d88-45b5-b83c-afd4f50ffc7d 2018-07-30 17:21:31,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0230989456177s 2018-07-30 17:21:31,994 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=18a317a0-f3cb-4bf9-8d57-2e7b948ce8be used request id req-9cab32d8-3d88-45b5-b83c-afd4f50ffc7d 2018-07-30 17:21:31,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:21:31,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:32,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21: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-519b8a8c-10c8-42a7-a6b0-80517d09fdd3 x-compute-request-id: req-519b8a8c-10c8-42a7-a6b0-80517d09fdd3 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_57a6c89e-8535-4d69-9c95-603bf75b4b56": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:bf:4a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "rel": "bookmark"}], "image": {"id": "a896139c-9a62-479e-8e77-c47341155b34", "links": [{"href": "http://172.30.9.21:8774/images/a896139c-9a62-479e-8e77-c47341155b34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:21:28.000000", "flavor": {"id": "7ba403d3-7b80-49a8-8900-dd43a457ee27", "links": [{"href": "http://172.30.9.21:8774/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27", "rel": "bookmark"}]}, "id": "a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "security_groups": [{"name": "singlevm2-sg_57a6c89e-8535-4d69-9c95-603bf75b4b56"}], "user_id": "1408d768c60042c3883168136a3a3cfa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:21:28Z", "hostId": "3d3a343b2acfb6bab5e5c8a3ffb02be9d5f9c59a78e0d0b6d679f6eb", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_57a6c89e-8535-4d69-9c95-603bf75b4b56", "name": "singlevm2-vm_57a6c89e-8535-4d69-9c95-603bf75b4b56", "created": "2018-07-30T17:21:18Z", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:21:32,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-519b8a8c-10c8-42a7-a6b0-80517d09fdd3 2018-07-30 17:21:32,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543721199036s 2018-07-30 17:21:32,539 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-519b8a8c-10c8-42a7-a6b0-80517d09fdd3 2018-07-30 17:21:32,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:21:32,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=a6aa2a94-ea0b-443b-ba1a-862ed2a53731" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:32,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8ad47cd6-4ea8-47d0-91e9-cc33faba763b Date: Mon, 30 Jul 2018 17:21:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e56d9b7a-65cf-445b-80b2-40c225370694","tenant_id":"b79bee3c8f9f4723887f6dcbdc98f113","created_at":"2018-07-30T17:21:23Z","admin_state_up":true,"updated_at":"2018-07-30T17:21:27Z","binding:vnic_type":"normal","device_id":"a6aa2a94-ea0b-443b-ba1a-862ed2a53731","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d3:bf:4a","id":"18a317a0-f3cb-4bf9-8d57-2e7b948ce8be","port_security_enabled":true,"project_id":"b79bee3c8f9f4723887f6dcbdc98f113","fixed_ips":[{"subnet_id":"edfae1e5-e0f6-4dfd-b090-6f4dc759158a","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["3ed215ae-d78e-4037-affa-ca94b341ad20"],"name":""}]} 2018-07-30 17:21:32,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=a6aa2a94-ea0b-443b-ba1a-862ed2a53731 used request id req-8ad47cd6-4ea8-47d0-91e9-cc33faba763b 2018-07-30 17:21:32,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0687789916992s 2018-07-30 17:21:32,612 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=a6aa2a94-ea0b-443b-ba1a-862ed2a53731 used request id req-8ad47cd6-4ea8-47d0-91e9-cc33faba763b 2018-07-30 17:21:32,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:21:32,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=18a317a0-f3cb-4bf9-8d57-2e7b948ce8be" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:32,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0af22808-d58d-4d29-9a07-6cf37f7a4a0e Date: Mon, 30 Jul 2018 17:21:32 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:21:32,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=18a317a0-f3cb-4bf9-8d57-2e7b948ce8be used request id req-0af22808-d58d-4d29-9a07-6cf37f7a4a0e 2018-07-30 17:21:32,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0251548290253s 2018-07-30 17:21:32,642 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=18a317a0-f3cb-4bf9-8d57-2e7b948ce8be used request id req-0af22808-d58d-4d29-9a07-6cf37f7a4a0e 2018-07-30 17:21:32,643 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_57a6c89e-8535-4d69-9c95-603bf75b4b56': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d3:bf:4a', 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'a896139c-9a62-479e-8e77-c47341155b34'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-30T17:21:28.000000', 'flavor': Munch({u'id': u'7ba403d3-7b80-49a8-8900-dd43a457ee27'}), 'az': u'nova', 'id': u'a6aa2a94-ea0b-443b-ba1a-862ed2a53731', 'security_groups': [Munch({u'name': u'singlevm2-sg_57a6c89e-8535-4d69-9c95-603bf75b4b56'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1408d768c60042c3883168136a3a3cfa', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b79bee3c8f9f4723887f6dcbdc98f113', 'name': 'singlevm2-project_57a6c89e-8535-4d69-9c95-603bf75b4b56', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-30T17:21:28.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-30T17:21:28Z', 'hostId': u'3d3a343b2acfb6bab5e5c8a3ffb02be9d5f9c59a78e0d0b6d679f6eb', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_57a6c89e-8535-4d69-9c95-603bf75b4b56', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'3d3a343b2acfb6bab5e5c8a3ffb02be9d5f9c59a78e0d0b6d679f6eb', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-30T17:21:28.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b79bee3c8f9f4723887f6dcbdc98f113', 'name': u'singlevm2-vm_57a6c89e-8535-4d69-9c95-603bf75b4b56', 'adminPass': None, 'tenant_id': u'b79bee3c8f9f4723887f6dcbdc98f113', 'created_at': u'2018-07-30T17:21:18Z', 'created': u'2018-07-30T17:21:18Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-30 17:21:32,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:21:32,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:32,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-d0392381-4d18-498e-8618-9ca58eefba74 Date: Mon, 30 Jul 2018 17:21:32 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":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["edfae1e5-e0f6-4dfd-b090-6f4dc759158a"],"updated_at":"2018-07-30T17:21:05Z","tenant_id":"b79bee3c8f9f4723887f6dcbdc98f113","created_at":"2018-07-30T17:21:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b79bee3c8f9f4723887f6dcbdc98f113","id":"e56d9b7a-65cf-445b-80b2-40c225370694","name":"singlevm2-net_57a6c89e-8535-4d69-9c95-603bf75b4b56"}]} 2018-07-30 17:21:32,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d0392381-4d18-498e-8618-9ca58eefba74 2018-07-30 17:21:32,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.295292139053s 2018-07-30 17:21:32,941 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d0392381-4d18-498e-8618-9ca58eefba74 2018-07-30 17:21:32,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:21:32,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=a6aa2a94-ea0b-443b-ba1a-862ed2a53731" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:33,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-904a5770-99c4-49d7-8091-13e3272d0647 Date: Mon, 30 Jul 2018 17:21:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e56d9b7a-65cf-445b-80b2-40c225370694","tenant_id":"b79bee3c8f9f4723887f6dcbdc98f113","created_at":"2018-07-30T17:21:23Z","admin_state_up":true,"updated_at":"2018-07-30T17:21:27Z","binding:vnic_type":"normal","device_id":"a6aa2a94-ea0b-443b-ba1a-862ed2a53731","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d3:bf:4a","id":"18a317a0-f3cb-4bf9-8d57-2e7b948ce8be","port_security_enabled":true,"project_id":"b79bee3c8f9f4723887f6dcbdc98f113","fixed_ips":[{"subnet_id":"edfae1e5-e0f6-4dfd-b090-6f4dc759158a","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["3ed215ae-d78e-4037-affa-ca94b341ad20"],"name":""}]} 2018-07-30 17:21:33,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=a6aa2a94-ea0b-443b-ba1a-862ed2a53731 used request id req-904a5770-99c4-49d7-8091-13e3272d0647 2018-07-30 17:21:33,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0642650127411s 2018-07-30 17:21:33,007 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=a6aa2a94-ea0b-443b-ba1a-862ed2a53731 used request id req-904a5770-99c4-49d7-8091-13e3272d0647 2018-07-30 17:21:33,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-30 17:21:33,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" -d '{"floatingip": {"floating_network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "fixed_ip_address": "192.168.120.5", "port_id": "18a317a0-f3cb-4bf9-8d57-2e7b948ce8be"}}' 2018-07-30 17:21:35,040 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-0815a98e-f035-4dc7-a03f-4f740be3ce87 Date: Mon, 30 Jul 2018 17:21:35 GMT RESP BODY: {"floatingip": {"router_id": "8e89438f-33db-4565-a246-2224ba1955cf", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-30T17:21:34Z", "floating_network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "18a317a0-f3cb-4bf9-8d57-2e7b948ce8be", "id": "64806d81-0f14-4581-8bb9-1e02cc63499f", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "created_at": "2018-07-30T17:21:34Z", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}} 2018-07-30 17:21:35,040 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-0815a98e-f035-4dc7-a03f-4f740be3ce87 2018-07-30 17:21:35,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.03220891953s 2018-07-30 17:21:35,040 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-0815a98e-f035-4dc7-a03f-4f740be3ce87 2018-07-30 17:21:35,044 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'8e89438f-33db-4565-a246-2224ba1955cf', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'b79bee3c8f9f4723887f6dcbdc98f113', 'created_at': u'2018-07-30T17:21:34Z', 'attached': True, 'updated_at': u'2018-07-30T17:21:34Z', 'id': u'64806d81-0f14-4581-8bb9-1e02cc63499f', 'floating_network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b79bee3c8f9f4723887f6dcbdc98f113', 'name': 'singlevm2-project_57a6c89e-8535-4d69-9c95-603bf75b4b56', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'8e89438f-33db-4565-a246-2224ba1955cf', 'project_id': u'b79bee3c8f9f4723887f6dcbdc98f113', 'port_id': u'18a317a0-f3cb-4bf9-8d57-2e7b948ce8be', 'port': u'18a317a0-f3cb-4bf9-8d57-2e7b948ce8be', 'network': u'6cded11f-6a6d-475c-8684-92fd679f2832'}) 2018-07-30 17:21:35,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-30 17:21:35,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-30 17:21:35,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21: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-e9994ecc-e9c5-4123-978c-f5590eaa8f63 x-compute-request-id: req-e9994ecc-e9c5-4123-978c-f5590eaa8f63 Content-Encoding: gzip Content-Length: 9579 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 458714381 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.156071] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157830] pid_max: default: 32768 minimum: 301\n[ 0.158855] ACPI: Core revision 20150930\n[ 0.160251] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161734] Security Framework initialized\n[ 0.162559] Yama: becoming mindful.\n[ 0.163375] AppArmor: AppArmor initialized\n[ 0.164282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165616] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.166909] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168105] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169548] Initializing cgroup subsys io\n[ 0.170369] Initializing cgroup subsys memory\n[ 0.171244] Initializing cgroup subsys devices\n[ 0.172114] Initializing cgroup subsys freezer\n[ 0.172975] Initializing cgroup subsys net_cls\n[ 0.173837] Initializing cgroup subsys perf_event\n[ 0.174737] Initializing cgroup subsys net_prio\n[ 0.175630] Initializing cgroup subsys hugetlb\n[ 0.176498] Initializing cgroup subsys pids\n[ 0.177368] CPU: Physical Processor ID: 0\n[ 0.178891] mce: CPU supports 10 MCE banks\n[ 0.180015] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.195850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202107] ftrace: allocating 31920 entries in 125 pages\n[ 0.228161] smpboot: Max logical packages: 1\n[ 0.229040] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.230411] x2apic enabled\n[ 0.231227] Switched APIC routing to physical x2apic.\n[ 0.232961] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234067] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236132] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237911] KVM setup paravirtual spinlock\n[ 0.239253] x86: Booted up 1 node, 1 CPUs\n[ 0.240058] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241451] devtmpfs: initialized\n[ 0.243186] evm: security.selinux\n[ 0.243884] evm: security.SMACK64\n[ 0.244565] evm: security.SMACK64EXEC\n[ 0.245313] evm: security.SMACK64TRANSMUTE\n[ 0.246112] evm: security.SMACK64MMAP\n[ 0.246849] evm: security.ima\n[ 0.247482] evm: security.capability\n[ 0.248285] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250138] pinctrl core: initialized pinctrl subsystem\n[ 0.251249] RTC time: 17:21:28, date: 07/30/18\n[ 0.252217] NET: Registered protocol family 16\n[ 0.253215] cpuidle: using governor ladder\n[ 0.254029] cpuidle: using governor menu\n[ 0.254809] PCCT header not found.\n[ 0.255562] ACPI: bus type PCI registered\n[ 0.256363] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.257608] PCI: Using configuration type 1 for base access\n[ 0.259387] ACPI: Added _OSI(Module Device)\n[ 0.260244] ACPI: Added _OSI(Processor Device)\n[ 0.261109] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264130] ACPI: Interpreter enabled\n[ 0.264902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268561] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272220] ACPI: (supports S0 S5)\n[ 0.272918] ACPI: Using IOAPIC for interrupt routing\n[ 0.273857] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276977] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278128] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279361] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280545] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282754] acpiphp: Slot [3] registered\n[ 0.283556] acpiphp: Slot [4] registered\n[ 0.284367] acpiphp: Slot [5] registered\n[ 0.285165] acpiphp: Slot [6] registered\n[ 0.285958] acpiphp: Slot [7] registered\n[ 0.286752] acpiphp: Slot [8] registered\n[ 0.287555] acpiphp: Slot [9] registered\n[ 0.288350] acpiphp: Slot [10] registered\n[ 0.289171] acpiphp: Slot [11] registered\n[ 0.289979] acpiphp: Slot [12] registered\n[ 0.290795] acpiphp: Slot [13] registered\n[ 0.291600] acpiphp: Slot [14] registered\n[ 0.292404] acpiphp: Slot [15] registered\n[ 0.303229] acpiphp: Slot [16] registered\n[ 0.304039] acpiphp: Slot [17] registered\n[ 0.304857] acpiphp: Slot [18] registered\n[ 0.305659] acpiphp: Slot [19] registered\n[ 0.306461] acpiphp: Slot [20] registered\n[ 0.307273] acpiphp: Slot [21] registered\n[ 0.308080] acpiphp: Slot [22] registered\n[ 0.308883] acpiphp: Slot [23] registered\n[ 0.309684] acpiphp: Slot [24] registered\n[ 0.310514] acpiphp: Slot [25] registered\n[ 0.311331] acpiphp: Slot [26] registered\n[ 0.312139] acpiphp: Slot [27] registered\n[ 0.312945] acpiphp: Slot [28] registered\n[ 0.313747] acpiphp: Slot [29] registered\n[ 0.314589] acpiphp: Slot [30] registered\n[ 0.315404] acpiphp: Slot [31] registered\n[ 0.316215] PCI host bridge to bus 0000:00\n[ 0.317025] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318225] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319433] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320867] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322302] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.323767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327125] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329561] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.335842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354285] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355767] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357520] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358939] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360346] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361617] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362942] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364013] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365556] vgaarb: loaded\n[ 0.366151] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367386] SCSI subsystem initialized\n[ 0.368309] ACPI: bus type USB registered\n[ 0.369133] usbcore: registered new interface driver usbfs\n[ 0.370156] usbcore: registered new interface driver hub\n[ 0.371174] usbcore: registered new device driver usb\n[ 0.372288] PCI: Using ACPI for IRQ routing\n[ 0.373407] NetLabel: Initializing\n[ 0.374128] NetLabel: domain hash size = 128\n[ 0.374967] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375922] NetLabel: unlabeled traffic allowed by default\n[ 0.377279] clocksource: Switched to clocksource kvm-clock\n[ 0.386150] AppArmor: AppArmor Filesystem Enabled\n[ 0.387127] pnp: PnP ACPI init\n[ 0.388090] pnp: PnP ACPI: found 5 devices\n[ 0.394472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396191] NET: Registered protocol family 2\n[ 0.397243] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398527] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399723] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400912] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401988] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403165] NET: Registered protocol family 1\n[ 0.404040] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405129] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406211] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420275] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434406] Trying to unpack rootfs image as initramfs...\n[ 0.491643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493326] Scanning for low memory corruption every 60 seconds\n[ 0.494684] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495869] audit: initializing netlink subsys (disabled)\n[ 0.496887] audit: type=2000 audit(1532971288.817:1): initialized\n[ 0.498256] Initialise system trusted keyring\n[ 0.499202] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500368] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502513] zbud: loaded\n[ 0.503258] VFS: Disk quotas dquot_6.6.0\n[ 0.504079] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505677] fuse init (API version 7.23)\n[ 0.506581] Key type big_key registered\n[ 0.507391] Allocating IMA MOK and blacklist keyrings.\n[ 0.508629] Key type asymmetric registered\n[ 0.509466] Asymmetric key parser 'x509' registered\n[ 0.510436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511918] io scheduler noop registered\n[ 0.512700] io scheduler deadline registered (default)\n[ 0.513696] io scheduler cfq registered\n[ 0.514546] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515576] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516834] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518279] ACPI: Power Button [PWRF]\n[ 0.519133] GHES: HEST is not enabled!\n[ 0.532813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560643] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562758] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586676] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589131] Linux agpgart interface v0.103\n[ 0.591787] brd: module loaded\n[ 0.593473] loop: module loaded\n[ 0.597671] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599174] GPT:90111 != 2097151\n[ 0.599843] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600923] GPT:90111 != 2097151\n[ 0.601599] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602656] vda: vda1 vda15\n[ 0.603908] scsi host0: ata_piix\n[ 0.604681] scsi host1: ata_piix\n[ 0.605410] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.606618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.612011] libphy: Fixed MDIO Bus: probed\n[ 0.613038] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613992] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617580] PPP generic driver version 2.4.2\n[ 0.618672] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619980] ehci-pci: EHCI PCI platform driver\n[ 0.620912] ehci-platform: EHCI generic platform driver\n[ 0.622192] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623339] ohci-pci: OHCI PCI platform driver\n[ 0.624239] ohci-platform: OHCI generic platform driver\n[ 0.625238] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643773] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.645067] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646389] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647908] usb usb1: Product: UHCI Host Controller\n[ 0.648907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650170] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651241] hub 1-0:1.0: USB hub found\n[ 0.652072] hub 1-0:1.0: 2 ports detected\n[ 0.653167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655642] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656707] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657876] mousedev: PS/2 mouse device common for all mice\n[ 0.659294] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661339] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662580] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665160] i2c /dev entries driver\n[ 0.666036] device-mapper: uevent: version 1.0.3\n[ 0.667070] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668909] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670726] NET: Registered protocol family 10\n[ 0.672221] NET: Registered protocol family 17\n[ 0.673187] Key type dns_resolver registered\n[ 0.674473] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675674] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677695] registered taskstats version 1\n[ 0.678666] Loading compiled-in X.509 certificates\n[ 0.680327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682491] zswap: loaded using pool lzo/zbud\n[ 0.684711] Key type trusted registered\n[ 0.686592] Key type encrypted registered\n[ 0.687486] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688612] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689777] evm: HMAC attrs: 0x1\n[ 0.690906] Magic number: 10:886:391\n[ 0.691877] rtc_cmos 00:00: setting system clock to 2018-07-30 17:21:28 UTC (1532971288)\n[ 0.693657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694828] EDD information not available.\n[ 0.767782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779725] Write protecting the kernel read-only data: 14336k\n[ 0.783327] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785355] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.831010] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.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.82. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\n/dev/root resized successfully [took 0.18s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCX8FZHeyR3F5viwNZxMSfvIpnPJMt+yRheitLpMjuAQ1OD8zxy0ZUYp3GeaUUTHw6+9uVjaNXqgnZoNINGa/nY3vb9+9CTteLuC6dWr8hCYg7EsURuK2uyyUlEa2+CrSRRDPHoeY/+t/pwPxVBlCH6AY1hupKFhFKtBzHkBVXZKMbeAbE4VIPg0k06uDFmpB11mUnTADLlwRTiKaOiolUtWlJg1iN4tm/5UN3MhNFyZoIccS1fXUs0X5zH7xEI3bQonXUHSaPffYW6peYf16UD2ryN7xRbIcIhLL08um6MC+lu54I80l3+6sgKE96MfGdhzOUZHxlX1APV5fVIq6Vj root@singlevm2-vm-57a6c89e-8535-4d69-9c95-603bf75b4b56\nssh-dss AAAAB3NzaC1kc3MAAACBALYuDkVJbAqGPkOTjpsDFSHfNQlFfFmgwxSbX0sP5Wp3GmZ8cHTkBamWlDldj2oh1GP07ZPXsQqNx5Yw/ODzk+5vpjnQ9mtmzH/4dRrLJ4ZnU8RovCQ1wGhc5Bd52LS91gszjJhdShFT02G5OU9Ya69ZZDkpZTF+Xbhdaa/76AZHAAAAFQDPOgGdHCGTj8/7K5lpo8IxAZKAUwAAAIEAlroPJUsUjAKgBvTJLUBr2BTba/IB3ey3UYpztd68duIV8EMw/o0s/vWxoA8QeGho+1iWY0BIYKUncQx3GKJNGOmrleuyfyVaIPZGYKUrtqLjLNm+TaYzG7aYnnquHWb1sMFhKJmPSMRUea6+27ecGZP6RFie+03bp3M+HV9eerMAAACBAJzUgulIjQyFPVKwL3hBBkM27scHvhWtMB7THEEFTIceXHqeOsxSNgBZgsCdihXfZ5j4ZcixgEh3KE/w2r1XqxptbQFg0Mu7IRapk3+a/uyQzaCbhipu2mMRRzFWfhB15pcMzAvHU9/Ptx+RSAPaK2jdBajdnV4gKvmqS5LBqE3M root@singlevm2-vm-57a6c89e-8535-4d69-9c95-603bf75b4b56\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:fed3:bf4a/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.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-57a6c89e-8535-4d69-9c95-603bf75b4b56\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.16 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-57a6c89e-8535-4d69-9c95-603bf75b4b56 login: "} 2018-07-30 17:21:35,284 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731/action used request id req-e9994ecc-e9c5-4123-978c-f5590eaa8f63 2018-07-30 17:21:35,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.239208936691s 2018-07-30 17:21:35,285 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731/action used request id req-e9994ecc-e9c5-4123-978c-f5590eaa8f63 2018-07-30 17:21:35,285 - 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 458714381 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.156071] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.157830] pid_max: default: 32768 minimum: 301 [ 0.158855] ACPI: Core revision 20150930 [ 0.160251] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.161734] Security Framework initialized [ 0.162559] Yama: becoming mindful. [ 0.163375] AppArmor: AppArmor initialized [ 0.164282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.165616] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.166909] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.168105] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.169548] Initializing cgroup subsys io [ 0.170369] Initializing cgroup subsys memory [ 0.171244] Initializing cgroup subsys devices [ 0.172114] Initializing cgroup subsys freezer [ 0.172975] Initializing cgroup subsys net_cls [ 0.173837] Initializing cgroup subsys perf_event [ 0.174737] Initializing cgroup subsys net_prio [ 0.175630] Initializing cgroup subsys hugetlb [ 0.176498] Initializing cgroup subsys pids [ 0.177368] CPU: Physical Processor ID: 0 [ 0.178891] mce: CPU supports 10 MCE banks [ 0.180015] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.181108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.195850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.202107] ftrace: allocating 31920 entries in 125 pages [ 0.228161] smpboot: Max logical packages: 1 [ 0.229040] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.230411] x2apic enabled [ 0.231227] Switched APIC routing to physical x2apic. [ 0.232961] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.234067] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.236132] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.237911] KVM setup paravirtual spinlock [ 0.239253] x86: Booted up 1 node, 1 CPUs [ 0.240058] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.241451] devtmpfs: initialized [ 0.243186] evm: security.selinux [ 0.243884] evm: security.SMACK64 [ 0.244565] evm: security.SMACK64EXEC [ 0.245313] evm: security.SMACK64TRANSMUTE [ 0.246112] evm: security.SMACK64MMAP [ 0.246849] evm: security.ima [ 0.247482] evm: security.capability [ 0.248285] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.250138] pinctrl core: initialized pinctrl subsystem [ 0.251249] RTC time: 17:21:28, date: 07/30/18 [ 0.252217] NET: Registered protocol family 16 [ 0.253215] cpuidle: using governor ladder [ 0.254029] cpuidle: using governor menu [ 0.254809] PCCT header not found. [ 0.255562] ACPI: bus type PCI registered [ 0.256363] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.257608] PCI: Using configuration type 1 for base access [ 0.259387] ACPI: Added _OSI(Module Device) [ 0.260244] ACPI: Added _OSI(Processor Device) [ 0.261109] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.262015] ACPI: Added _OSI(Processor Aggregator Device) [ 0.264130] ACPI: Interpreter enabled [ 0.264902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.268561] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.270389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.272220] ACPI: (supports S0 S5) [ 0.272918] ACPI: Using IOAPIC for interrupt routing [ 0.273857] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.276977] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.278128] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.279361] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.280545] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.282754] acpiphp: Slot [3] registered [ 0.283556] acpiphp: Slot [4] registered [ 0.284367] acpiphp: Slot [5] registered [ 0.285165] acpiphp: Slot [6] registered [ 0.285958] acpiphp: Slot [7] registered [ 0.286752] acpiphp: Slot [8] registered [ 0.287555] acpiphp: Slot [9] registered [ 0.288350] acpiphp: Slot [10] registered [ 0.289171] acpiphp: Slot [11] registered [ 0.289979] acpiphp: Slot [12] registered [ 0.290795] acpiphp: Slot [13] registered [ 0.291600] acpiphp: Slot [14] registered [ 0.292404] acpiphp: Slot [15] registered [ 0.303229] acpiphp: Slot [16] registered [ 0.304039] acpiphp: Slot [17] registered [ 0.304857] acpiphp: Slot [18] registered [ 0.305659] acpiphp: Slot [19] registered [ 0.306461] acpiphp: Slot [20] registered [ 0.307273] acpiphp: Slot [21] registered [ 0.308080] acpiphp: Slot [22] registered [ 0.308883] acpiphp: Slot [23] registered [ 0.309684] acpiphp: Slot [24] registered [ 0.310514] acpiphp: Slot [25] registered [ 0.311331] acpiphp: Slot [26] registered [ 0.312139] acpiphp: Slot [27] registered [ 0.312945] acpiphp: Slot [28] registered [ 0.313747] acpiphp: Slot [29] registered [ 0.314589] acpiphp: Slot [30] registered [ 0.315404] acpiphp: Slot [31] registered [ 0.316215] PCI host bridge to bus 0000:00 [ 0.317025] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.318225] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.319433] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.320867] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.322302] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.323767] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.327125] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.328395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.329561] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.330815] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.334340] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.335842] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354285] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.355767] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357520] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358939] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360346] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361617] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362942] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.364013] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365556] vgaarb: loaded [ 0.366151] vgaarb: bridge control possible 0000:00:02.0 [ 0.367386] SCSI subsystem initialized [ 0.368309] ACPI: bus type USB registered [ 0.369133] usbcore: registered new interface driver usbfs [ 0.370156] usbcore: registered new interface driver hub [ 0.371174] usbcore: registered new device driver usb [ 0.372288] PCI: Using ACPI for IRQ routing [ 0.373407] NetLabel: Initializing [ 0.374128] NetLabel: domain hash size = 128 [ 0.374967] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375922] NetLabel: unlabeled traffic allowed by default [ 0.377279] clocksource: Switched to clocksource kvm-clock [ 0.386150] AppArmor: AppArmor Filesystem Enabled [ 0.387127] pnp: PnP ACPI init [ 0.388090] pnp: PnP ACPI: found 5 devices [ 0.394472] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396191] NET: Registered protocol family 2 [ 0.397243] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398527] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.399723] TCP: Hash tables configured (established 4096 bind 4096) [ 0.400912] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.401988] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403165] NET: Registered protocol family 1 [ 0.404040] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405129] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406211] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420275] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.434406] Trying to unpack rootfs image as initramfs... [ 0.491643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.493326] Scanning for low memory corruption every 60 seconds [ 0.494684] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495869] audit: initializing netlink subsys (disabled) [ 0.496887] audit: type=2000 audit(1532971288.817:1): initialized [ 0.498256] Initialise system trusted keyring [ 0.499202] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.500368] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.502513] zbud: loaded [ 0.503258] VFS: Disk quotas dquot_6.6.0 [ 0.504079] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.505677] fuse init (API version 7.23) [ 0.506581] Key type big_key registered [ 0.507391] Allocating IMA MOK and blacklist keyrings. [ 0.508629] Key type asymmetric registered [ 0.509466] Asymmetric key parser 'x509' registered [ 0.510436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511918] io scheduler noop registered [ 0.512700] io scheduler deadline registered (default) [ 0.513696] io scheduler cfq registered [ 0.514546] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515576] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516834] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518279] ACPI: Power Button [PWRF] [ 0.519133] GHES: HEST is not enabled! [ 0.532813] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.560643] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.562758] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.586676] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.589131] Linux agpgart interface v0.103 [ 0.591787] brd: module loaded [ 0.593473] loop: module loaded [ 0.597671] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599174] GPT:90111 != 2097151 [ 0.599843] GPT:Alternate GPT header not at the end of the disk. [ 0.600923] GPT:90111 != 2097151 [ 0.601599] GPT: Use GNU Parted to correct GPT errors. [ 0.602656] vda: vda1 vda15 [ 0.603908] scsi host0: ata_piix [ 0.604681] scsi host1: ata_piix [ 0.605410] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.606618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.612011] libphy: Fixed MDIO Bus: probed [ 0.613038] tun: Universal TUN/TAP device driver, 1.6 [ 0.613992] tun: (C) 1999-2004 Max Krasnyansky [ 0.617580] PPP generic driver version 2.4.2 [ 0.618672] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619980] ehci-pci: EHCI PCI platform driver [ 0.620912] ehci-platform: EHCI generic platform driver [ 0.622192] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623339] ohci-pci: OHCI PCI platform driver [ 0.624239] ohci-platform: OHCI generic platform driver [ 0.625238] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639928] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642681] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643773] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.645067] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646389] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647908] usb usb1: Product: UHCI Host Controller [ 0.648907] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.650170] usb usb1: SerialNumber: 0000:00:01.2 [ 0.651241] hub 1-0:1.0: USB hub found [ 0.652072] hub 1-0:1.0: 2 ports detected [ 0.653167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655642] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656707] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657876] mousedev: PS/2 mouse device common for all mice [ 0.659294] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661339] rtc_cmos 00:00: RTC can wake from S4 [ 0.662580] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.663862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665160] i2c /dev entries driver [ 0.666036] device-mapper: uevent: version 1.0.3 [ 0.667070] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.668909] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670726] NET: Registered protocol family 10 [ 0.672221] NET: Registered protocol family 17 [ 0.673187] Key type dns_resolver registered [ 0.674473] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.675674] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.677695] registered taskstats version 1 [ 0.678666] Loading compiled-in X.509 certificates [ 0.680327] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.682491] zswap: loaded using pool lzo/zbud [ 0.684711] Key type trusted registered [ 0.686592] Key type encrypted registered [ 0.687486] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688612] ima: No TPM chip found, activating TPM-bypass! [ 0.689777] evm: HMAC attrs: 0x1 [ 0.690906] Magic number: 10:886:391 [ 0.691877] rtc_cmos 00:00: setting system clock to 2018-07-30 17:21:28 UTC (1532971288) [ 0.693657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694828] EDD information not available. [ 0.767782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.779725] Write protecting the kernel read-only data: 14336k [ 0.783327] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785355] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.831010] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.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.82. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- /dev/root resized successfully [took 0.18s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCX8FZHeyR3F5viwNZxMSfvIpnPJMt+yRheitLpMjuAQ1OD8zxy0ZUYp3GeaUUTHw6+9uVjaNXqgnZoNINGa/nY3vb9+9CTteLuC6dWr8hCYg7EsURuK2uyyUlEa2+CrSRRDPHoeY/+t/pwPxVBlCH6AY1hupKFhFKtBzHkBVXZKMbeAbE4VIPg0k06uDFmpB11mUnTADLlwRTiKaOiolUtWlJg1iN4tm/5UN3MhNFyZoIccS1fXUs0X5zH7xEI3bQonXUHSaPffYW6peYf16UD2ryN7xRbIcIhLL08um6MC+lu54I80l3+6sgKE96MfGdhzOUZHxlX1APV5fVIq6Vj root@singlevm2-vm-57a6c89e-8535-4d69-9c95-603bf75b4b56 ssh-dss AAAAB3NzaC1kc3MAAACBALYuDkVJbAqGPkOTjpsDFSHfNQlFfFmgwxSbX0sP5Wp3GmZ8cHTkBamWlDldj2oh1GP07ZPXsQqNx5Yw/ODzk+5vpjnQ9mtmzH/4dRrLJ4ZnU8RovCQ1wGhc5Bd52LS91gszjJhdShFT02G5OU9Ya69ZZDkpZTF+Xbhdaa/76AZHAAAAFQDPOgGdHCGTj8/7K5lpo8IxAZKAUwAAAIEAlroPJUsUjAKgBvTJLUBr2BTba/IB3ey3UYpztd68duIV8EMw/o0s/vWxoA8QeGho+1iWY0BIYKUncQx3GKJNGOmrleuyfyVaIPZGYKUrtqLjLNm+TaYzG7aYnnquHWb1sMFhKJmPSMRUea6+27ecGZP6RFie+03bp3M+HV9eerMAAACBAJzUgulIjQyFPVKwL3hBBkM27scHvhWtMB7THEEFTIceXHqeOsxSNgBZgsCdihXfZ5j4ZcixgEh3KE/w2r1XqxptbQFg0Mu7IRapk3+a/uyQzaCbhipu2mMRRzFWfhB15pcMzAvHU9/Ptx+RSAPaK2jdBajdnV4gKvmqS5LBqE3M root@singlevm2-vm-57a6c89e-8535-4d69-9c95-603bf75b4b56 -----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:fed3:bf4a/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.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-57a6c89e-8535-4d69-9c95-603bf75b4b56 launch-index: 0 === cirros: current=0.4.0 uptime=4.16 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-57a6c89e-8535-4d69-9c95-603bf75b4b56 login: 2018-07-30 17:21:36,288 - paramiko.transport - DEBUG - starting thread (client mode): 0x89c8fd0L 2018-07-30 17:21:36,289 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-30 17:21:36,289 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-30 17:21:36,289 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-30 17:21:36,290 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-30 17:21:36,290 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-30 17:21:36,291 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-30 17:21:36,291 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-30 17:21:36,291 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-30 17:21:36,291 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-30 17:21:36,308 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-30 17:21:36,309 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-30 17:21:36,321 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: 33554cf27f24030479d844eedfbba0bf 2018-07-30 17:21:36,322 - paramiko.transport - DEBUG - Trying discovered key 489cad8c92996112404bcf810a2ff830 in /tmp/tmpfSdieb 2018-07-30 17:21:36,347 - paramiko.transport - DEBUG - userauth is OK 2018-07-30 17:21:36,353 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-30 17:21:36,354 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-30 17:21:36,355 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-30 17:21:36,355 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-30 17:21:36,356 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-30 17:21:36,357 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-30 17:21:36,358 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-30 17:21:36,361 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-30 17:21:36,473 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 17:21:36,473 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:33 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-30 17:21:36,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-30 17:21:36,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/64806d81-0f14-4581-8bb9-1e02cc63499f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:37,114 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-38c51f83-0d27-4f35-87f6-4ef1f63d2455 Content-Length: 0 Date: Mon, 30 Jul 2018 17:21:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:21:37,114 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/64806d81-0f14-4581-8bb9-1e02cc63499f.json used request id req-38c51f83-0d27-4f35-87f6-4ef1f63d2455 2018-07-30 17:21:37,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.633687973022s 2018-07-30 17:21:37,115 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/64806d81-0f14-4581-8bb9-1e02cc63499f.json used request id req-38c51f83-0d27-4f35-87f6-4ef1f63d2455 2018-07-30 17:21:37,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:21:37,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:37,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7b0b41dd-7873-4aa0-acd7-0630568c5996 Date: Mon, 30 Jul 2018 17:21:37 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:21:37,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-7b0b41dd-7873-4aa0-acd7-0630568c5996 2018-07-30 17:21:37,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0261309146881s 2018-07-30 17:21:37,147 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-7b0b41dd-7873-4aa0-acd7-0630568c5996 2018-07-30 17:21:37,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-30 17:21:37,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:37,285 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:21: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-33e21c6a-71bf-4483-930c-ffbf97bab078 x-compute-request-id: req-33e21c6a-71bf-4483-930c-ffbf97bab078 Content-Type: application/json 2018-07-30 17:21:37,285 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731 used request id req-33e21c6a-71bf-4483-930c-ffbf97bab078 2018-07-30 17:21:37,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.137540102005s 2018-07-30 17:21:37,286 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731 used request id req-33e21c6a-71bf-4483-930c-ffbf97bab078 2018-07-30 17:21:37,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:21:37,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:37,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21: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-5834015b-a6ca-41fc-9a92-e6a6a14d93c2 x-compute-request-id: req-5834015b-a6ca-41fc-9a92-e6a6a14d93c2 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_57a6c89e-8535-4d69-9c95-603bf75b4b56": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:bf:4a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:bf:4a", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "rel": "bookmark"}], "image": {"id": "a896139c-9a62-479e-8e77-c47341155b34", "links": [{"href": "http://172.30.9.21:8774/images/a896139c-9a62-479e-8e77-c47341155b34", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:21:28.000000", "flavor": {"id": "7ba403d3-7b80-49a8-8900-dd43a457ee27", "links": [{"href": "http://172.30.9.21:8774/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27", "rel": "bookmark"}]}, "id": "a6aa2a94-ea0b-443b-ba1a-862ed2a53731", "security_groups": [{"name": "singlevm2-sg_57a6c89e-8535-4d69-9c95-603bf75b4b56"}], "user_id": "1408d768c60042c3883168136a3a3cfa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:21:37Z", "hostId": "3d3a343b2acfb6bab5e5c8a3ffb02be9d5f9c59a78e0d0b6d679f6eb", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_57a6c89e-8535-4d69-9c95-603bf75b4b56", "name": "singlevm2-vm_57a6c89e-8535-4d69-9c95-603bf75b4b56", "created": "2018-07-30T17:21:18Z", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:21:37,838 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5834015b-a6ca-41fc-9a92-e6a6a14d93c2 2018-07-30 17:21:37,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.551916837692s 2018-07-30 17:21:37,838 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5834015b-a6ca-41fc-9a92-e6a6a14d93c2 2018-07-30 17:21:37,840 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:21:39,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:21:39,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:40,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5ed1329d-4880-4891-993e-0d456c6cc490 x-compute-request-id: req-5ed1329d-4880-4891-993e-0d456c6cc490 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-30 17:21:40,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5ed1329d-4880-4891-993e-0d456c6cc490 2018-07-30 17:21:40,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.216426134109s 2018-07-30 17:21:40,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5ed1329d-4880-4891-993e-0d456c6cc490 2018-07-30 17:21:40,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-30 17:21:40,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:40,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-1574c0b7-cd1e-4704-88d8-2cb4464bc8e1 Date: Mon, 30 Jul 2018 17:21:40 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "created_at": "2018-07-30T17:21:13Z", "updated_at": "2018-07-30T17:21:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:13Z", "revision_number": 0, "id": "07db5bec-b06b-42ff-a718-ef0ca1cba95d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:13Z", "security_group_id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv6", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:15Z", "revision_number": 0, "id": "a0e8c5a4-0424-4c21-81a7-fde71d3a44f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:15Z", "security_group_id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv4", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-30T17:21:14Z", "revision_number": 0, "id": "aa77f4eb-e55c-4d7b-935d-50c7e8877077", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:14Z", "security_group_id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:13Z", "revision_number": 0, "id": "aab899df-b73a-4ec8-874e-eb1822a25d70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:13Z", "security_group_id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv4", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}], "revision_number": 4, "project_id": "b79bee3c8f9f4723887f6dcbdc98f113", "id": "3ed215ae-d78e-4037-affa-ca94b341ad20", "name": "singlevm2-sg_57a6c89e-8535-4d69-9c95-603bf75b4b56"}, {"description": "Default security group", "tags": [], "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "created_at": "2018-07-30T17:21:04Z", "updated_at": "2018-07-30T17:21:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:04Z", "revision_number": 0, "id": "290d9c0e-fcc6-4191-81a4-302cd8aaf243", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:04Z", "security_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv6", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:04Z", "revision_number": 0, "id": "3c7fbfdd-af90-4688-b894-010713f2b0c0", "remote_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:04Z", "security_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv4", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:04Z", "revision_number": 0, "id": "48118037-6290-40b2-a26c-cd62dbdc17fd", "remote_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:04Z", "security_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv6", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:04Z", "revision_number": 0, "id": "a9827760-0f2c-4786-b465-850b41417546", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:04Z", "security_group_id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "port_range_min": null, "ethertype": "IPv4", "project_id": "b79bee3c8f9f4723887f6dcbdc98f113"}], "revision_number": 4, "project_id": "b79bee3c8f9f4723887f6dcbdc98f113", "id": "74581515-cf3e-445f-a9a5-fb380d4dfd4b", "name": "default"}]} 2018-07-30 17:21:40,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-1574c0b7-cd1e-4704-88d8-2cb4464bc8e1 2018-07-30 17:21:40,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0544099807739s 2018-07-30 17:21:40,118 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-1574c0b7-cd1e-4704-88d8-2cb4464bc8e1 2018-07-30 17:21:40,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-30 17:21:40,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/3ed215ae-d78e-4037-affa-ca94b341ad20.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:40,326 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88fde14d-eae5-45aa-80b4-e782839f297d Content-Length: 0 Date: Mon, 30 Jul 2018 17:21:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:21:40,326 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/3ed215ae-d78e-4037-affa-ca94b341ad20.json used request id req-88fde14d-eae5-45aa-80b4-e782839f297d 2018-07-30 17:21:40,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.205156803131s 2018-07-30 17:21:40,326 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/3ed215ae-d78e-4037-affa-ca94b341ad20.json used request id req-88fde14d-eae5-45aa-80b4-e782839f297d 2018-07-30 17:21:40,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-30 17:21:40,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/singlevm2-kp_57a6c89e-8535-4d69-9c95-603bf75b4b56 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:40,402 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:21:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-532bd21b-8a61-456b-a18e-9a510081a546 x-compute-request-id: req-532bd21b-8a61-456b-a18e-9a510081a546 Content-Length: 0 Content-Type: application/json 2018-07-30 17:21:40,403 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm2-kp_57a6c89e-8535-4d69-9c95-603bf75b4b56 used request id req-532bd21b-8a61-456b-a18e-9a510081a546 2018-07-30 17:21:40,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0756509304047s 2018-07-30 17:21:40,403 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm2-kp_57a6c89e-8535-4d69-9c95-603bf75b4b56 used request id req-532bd21b-8a61-456b-a18e-9a510081a546 2018-07-30 17:21:40,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-30 17:21:40,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/8e89438f-33db-4565-a246-2224ba1955cf/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" -d '{"subnet_id": "edfae1e5-e0f6-4dfd-b090-6f4dc759158a"}' 2018-07-30 17:21:42,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-417f3c2a-2362-4c80-bc92-2e02135bcc8c Date: Mon, 30 Jul 2018 17:21:42 GMT RESP BODY: {"network_id": "e56d9b7a-65cf-445b-80b2-40c225370694", "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "subnet_id": "edfae1e5-e0f6-4dfd-b090-6f4dc759158a", "subnet_ids": ["edfae1e5-e0f6-4dfd-b090-6f4dc759158a"], "port_id": "43203957-9d76-4b3b-9c41-60a778e1efb0", "id": "8e89438f-33db-4565-a246-2224ba1955cf"} 2018-07-30 17:21:42,015 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8e89438f-33db-4565-a246-2224ba1955cf/remove_router_interface.json used request id req-417f3c2a-2362-4c80-bc92-2e02135bcc8c 2018-07-30 17:21:42,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.6114730835s 2018-07-30 17:21:42,015 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8e89438f-33db-4565-a246-2224ba1955cf/remove_router_interface.json used request id req-417f3c2a-2362-4c80-bc92-2e02135bcc8c returning object 8e89438f-33db-4565-a246-2224ba1955cf 2018-07-30 17:21:42,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-30 17:21:42,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:42,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-8cf860d2-29d7-4fed-9cb3-71edf4e8b8f8 Date: Mon, 30 Jul 2018 17:21:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "b79bee3c8f9f4723887f6dcbdc98f113", "created_at": "2018-07-30T17:21:06Z", "admin_state_up": true, "updated_at": "2018-07-30T17:21:41Z", "revision_number": 4, "routes": [], "project_id": "b79bee3c8f9f4723887f6dcbdc98f113", "id": "8e89438f-33db-4565-a246-2224ba1955cf", "name": "singlevm2-router_57a6c89e-8535-4d69-9c95-603bf75b4b56"}]} 2018-07-30 17:21:42,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-8cf860d2-29d7-4fed-9cb3-71edf4e8b8f8 2018-07-30 17:21:42,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.1186439991s 2018-07-30 17:21:42,135 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-8cf860d2-29d7-4fed-9cb3-71edf4e8b8f8 2018-07-30 17:21:42,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-30 17:21:42,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/8e89438f-33db-4565-a246-2224ba1955cf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:43,468 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5f4f68aa-50fd-4bf6-9efa-076cdff674ef Content-Length: 0 Date: Mon, 30 Jul 2018 17:21:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:21:43,469 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/8e89438f-33db-4565-a246-2224ba1955cf.json used request id req-5f4f68aa-50fd-4bf6-9efa-076cdff674ef 2018-07-30 17:21:43,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.33251309395s 2018-07-30 17:21:43,469 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/8e89438f-33db-4565-a246-2224ba1955cf.json used request id req-5f4f68aa-50fd-4bf6-9efa-076cdff674ef 2018-07-30 17:21:43,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 17:21:43,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:43,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-36c2cd34-19d5-4f71-91f9-bd95430e5f48 Date: Mon, 30 Jul 2018 17:21:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e56d9b7a-65cf-445b-80b2-40c225370694","tenant_id":"b79bee3c8f9f4723887f6dcbdc98f113","created_at":"2018-07-30T17:21:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:21:05Z","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":"b79bee3c8f9f4723887f6dcbdc98f113","id":"edfae1e5-e0f6-4dfd-b090-6f4dc759158a","subnetpool_id":null,"name":"singlevm2-subnet_57a6c89e-8535-4d69-9c95-603bf75b4b56"}]} 2018-07-30 17:21:43,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-36c2cd34-19d5-4f71-91f9-bd95430e5f48 2018-07-30 17:21:43,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0486509799957s 2018-07-30 17:21:43,519 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-36c2cd34-19d5-4f71-91f9-bd95430e5f48 2018-07-30 17:21:43,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-30 17:21:43,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/edfae1e5-e0f6-4dfd-b090-6f4dc759158a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:46,387 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c7bd5ea6-d495-4dfa-9504-891d2f223670 Date: Mon, 30 Jul 2018 17:21:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:21:46,387 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/edfae1e5-e0f6-4dfd-b090-6f4dc759158a.json used request id req-c7bd5ea6-d495-4dfa-9504-891d2f223670 2018-07-30 17:21:46,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.86731886864s 2018-07-30 17:21:46,388 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/edfae1e5-e0f6-4dfd-b090-6f4dc759158a.json used request id req-c7bd5ea6-d495-4dfa-9504-891d2f223670 2018-07-30 17:21:46,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:21:46,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:46,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-0861b25e-9ab6-4a95-b237-ba161257503c Date: Mon, 30 Jul 2018 17:21: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":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-30T17:21:46Z","tenant_id":"b79bee3c8f9f4723887f6dcbdc98f113","created_at":"2018-07-30T17:21:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b79bee3c8f9f4723887f6dcbdc98f113","id":"e56d9b7a-65cf-445b-80b2-40c225370694","name":"singlevm2-net_57a6c89e-8535-4d69-9c95-603bf75b4b56"}]} 2018-07-30 17:21:46,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0861b25e-9ab6-4a95-b237-ba161257503c 2018-07-30 17:21:46,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.1165599823s 2018-07-30 17:21:46,505 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0861b25e-9ab6-4a95-b237-ba161257503c 2018-07-30 17:21:46,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-30 17:21:46,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/e56d9b7a-65cf-445b-80b2-40c225370694.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:47,920 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-840612b9-720c-4a40-af66-008e43417178 Date: Mon, 30 Jul 2018 17:21:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:21:47,920 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e56d9b7a-65cf-445b-80b2-40c225370694.json used request id req-840612b9-720c-4a40-af66-008e43417178 2018-07-30 17:21:47,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.41422891617s 2018-07-30 17:21:47,921 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e56d9b7a-65cf-445b-80b2-40c225370694.json used request id req-840612b9-720c-4a40-af66-008e43417178 2018-07-30 17:21:47,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:21:47,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:47,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-3cfe15c5-45f2-4f3d-8921-b9a312ba8398 Date: Mon, 30 Jul 2018 17:21:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/a896139c-9a62-479e-8e77-c47341155b34/snap", "metadata": {}}], "file": "/v2/images/a896139c-9a62-479e-8e77-c47341155b34/file", "owner": "b79bee3c8f9f4723887f6dcbdc98f113", "id": "a896139c-9a62-479e-8e77-c47341155b34", "size": 12716032, "self": "/v2/images/a896139c-9a62-479e-8e77-c47341155b34", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/a896139c-9a62-479e-8e77-c47341155b34/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:21:11Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_57a6c89e-8535-4d69-9c95-603bf75b4b56", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_57a6c89e-8535-4d69-9c95-603bf75b4b56", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:21:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:21:47,973 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3cfe15c5-45f2-4f3d-8921-b9a312ba8398 2018-07-30 17:21:47,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0469241142273s 2018-07-30 17:21:47,974 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3cfe15c5-45f2-4f3d-8921-b9a312ba8398 2018-07-30 17:21:47,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-30 17:21:47,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/a896139c-9a62-479e-8e77-c47341155b34 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}103b16f989c1f2cb6cdce09299281d86928e8b2b" 2018-07-30 17:21:48,546 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a5748a75-711b-49a5-97e6-f694ea7a9b2c Date: Mon, 30 Jul 2018 17:21:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:21:48,546 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a896139c-9a62-479e-8e77-c47341155b34 used request id req-a5748a75-711b-49a5-97e6-f694ea7a9b2c 2018-07-30 17:21:48,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.57048201561s 2018-07-30 17:21:48,546 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a896139c-9a62-479e-8e77-c47341155b34 used request id req-a5748a75-711b-49a5-97e6-f694ea7a9b2c 2018-07-30 17:21:48,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:21:48,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:48,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21: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-0db0322e-6997-4bad-b3f4-9aad7b7830b8 x-compute-request-id: req-0db0322e-6997-4bad-b3f4-9aad7b7830b8 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_57a6c89e-8535-4d69-9c95-603bf75b4b56", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27", "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": "7ba403d3-7b80-49a8-8900-dd43a457ee27"}]} 2018-07-30 17:21:48,708 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0db0322e-6997-4bad-b3f4-9aad7b7830b8 2018-07-30 17:21:48,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.160820007324s 2018-07-30 17:21:48,708 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0db0322e-6997-4bad-b3f4-9aad7b7830b8 2018-07-30 17:21:48,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-30 17:21:48,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:48,767 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:21:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-03f12466-6596-4bcf-bbd5-302e100af227 x-compute-request-id: req-03f12466-6596-4bcf-bbd5-302e100af227 Content-Length: 0 Content-Type: application/json 2018-07-30 17:21:48,767 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27 used request id req-03f12466-6596-4bcf-bbd5-302e100af227 2018-07-30 17:21:48,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0580620765686s 2018-07-30 17:21:48,768 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7ba403d3-7b80-49a8-8900-dd43a457ee27 used request id req-03f12466-6596-4bcf-bbd5-302e100af227 2018-07-30 17:21:48,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:21:48,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:48,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9e3a16d-0677-43f3-891c-b2e2554fc594 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/007c651792db418193688c10d843d637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "007c651792db418193688c10d843d637", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "singlevm2-user_57a6c89e-8535-4d69-9c95-603bf75b4b56", "links": {"self": "http://172.30.9.21:5000/v3/users/1408d768c60042c3883168136a3a3cfa"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1408d768c60042c3883168136a3a3cfa", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/244dcd30c06d4384961fa64d49c3e41c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "244dcd30c06d4384961fa64d49c3e41c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2a5230a6efdb4a64a4b00fb62e23cfea"}, "domain_id": "4476b8ce97754bddbc8c57708e295eeb", "enabled": true, "options": {}, "id": "2a5230a6efdb4a64a4b00fb62e23cfea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/3d82804d95aa4fd1bfc17877fcdf7354"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d82804d95aa4fd1bfc17877fcdf7354", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/656ce29b237b48409909716a40fce1c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "656ce29b237b48409909716a40fce1c7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/6e6a16503d3c4934b5b61073aba8b08c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6e6a16503d3c4934b5b61073aba8b08c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/766202d20652431a9855034c09964e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "766202d20652431a9855034c09964e9e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7908f48045ad430c8bb89bc94876adee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7908f48045ad430c8bb89bc94876adee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/857e0417e4494e29b92ccbb6e2e75992"}, "domain_id": "default", "enabled": true, "options": {}, "id": "857e0417e4494e29b92ccbb6e2e75992", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a699b948ffba4770a3e60d35294751c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a699b948ffba4770a3e60d35294751c3", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/aaa8224c76a3484bbac84a74b4ba8b3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aaa8224c76a3484bbac84a74b4ba8b3f", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1e29c6e158e46b79cb6db3144213a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e29c6e158e46b79cb6db3144213a17", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d4319e1f77ec4d80b169bc61bdac9efc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4319e1f77ec4d80b169bc61bdac9efc", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/d4889590909945f088a965d003206189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4889590909945f088a965d003206189", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-30 17:21:48,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c9e3a16d-0677-43f3-891c-b2e2554fc594 2018-07-30 17:21:48,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115531921387s 2018-07-30 17:21:48,884 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c9e3a16d-0677-43f3-891c-b2e2554fc594 2018-07-30 17:21:48,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:21:48,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/1408d768c60042c3883168136a3a3cfa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:48,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bca4b785-0010-409b-bb81-474d04b9c76c Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_57a6c89e-8535-4d69-9c95-603bf75b4b56", "links": {"self": "http://172.30.9.21:5000/v3/users/1408d768c60042c3883168136a3a3cfa"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "1408d768c60042c3883168136a3a3cfa", "description": null}} 2018-07-30 17:21:48,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/1408d768c60042c3883168136a3a3cfa used request id req-bca4b785-0010-409b-bb81-474d04b9c76c 2018-07-30 17:21:48,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107552051544s 2018-07-30 17:21:48,998 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/1408d768c60042c3883168136a3a3cfa used request id req-bca4b785-0010-409b-bb81-474d04b9c76c 2018-07-30 17:21:48,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-30 17:21:49,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/1408d768c60042c3883168136a3a3cfa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:49,251 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:21:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23690141-4cd7-456e-b641-034c5e43619b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:21:49,251 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/1408d768c60042c3883168136a3a3cfa used request id req-23690141-4cd7-456e-b641-034c5e43619b 2018-07-30 17:21:49,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.251753091812s 2018-07-30 17:21:49,251 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/1408d768c60042c3883168136a3a3cfa used request id req-23690141-4cd7-456e-b641-034c5e43619b 2018-07-30 17:21:49,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-30 17:21:49,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:49,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23eeb100-7a52-434d-adc5-8de0bbf00c8b Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a5c443b661124ecdb463f917c180f6c2"}, "tags": [], "enabled": true, "id": "a5c443b661124ecdb463f917c180f6c2", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.21:5000/v3/projects/b79bee3c8f9f4723887f6dcbdc98f113"}, "tags": [], "enabled": true, "id": "b79bee3c8f9f4723887f6dcbdc98f113", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_57a6c89e-8535-4d69-9c95-603bf75b4b56"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440"}, "tags": [], "enabled": true, "id": "bbb29370cb064c718b72faa5c6748440", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-30 17:21:49,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-23eeb100-7a52-434d-adc5-8de0bbf00c8b 2018-07-30 17:21:49,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101490020752s 2018-07-30 17:21:49,359 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-23eeb100-7a52-434d-adc5-8de0bbf00c8b 2018-07-30 17:21:49,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-30 17:21:49,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/b79bee3c8f9f4723887f6dcbdc98f113 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:49,563 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:21:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37e4aa4c-a3c1-48f0-a1f5-6619d5d5ffe2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:21:49,564 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b79bee3c8f9f4723887f6dcbdc98f113 used request id req-37e4aa4c-a3c1-48f0-a1f5-6619d5d5ffe2 2018-07-30 17:21:49,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.200202941895s 2018-07-30 17:21:49,564 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b79bee3c8f9f4723887f6dcbdc98f113 used request id req-37e4aa4c-a3c1-48f0-a1f5-6619d5d5ffe2 2018-07-30 17:21:49,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:21:49,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:49,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62afc61b-6e3a-4677-a572-0537510b65e2 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1ab2c9fe55a34934a5e48fcb0371bf22", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ab2c9fe55a34934a5e48fcb0371bf22"}, "name": "Member"}, {"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:21:49,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-62afc61b-6e3a-4677-a572-0537510b65e2 2018-07-30 17:21:49,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0930571556091s 2018-07-30 17:21:49,661 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-62afc61b-6e3a-4677-a572-0537510b65e2 2018-07-30 17:21:49,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-30 17:21:49,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/1ab2c9fe55a34934a5e48fcb0371bf22 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b04244b91e8ce52280c027ac18e01811534a1ad7" 2018-07-30 17:21:49,861 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:21:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d130802a-f994-4321-b23c-d555456037ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:21:49,861 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/1ab2c9fe55a34934a5e48fcb0371bf22 used request id req-d130802a-f994-4321-b23c-d555456037ea 2018-07-30 17:21:49,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.194766044617s 2018-07-30 17:21:49,861 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/1ab2c9fe55a34934a5e48fcb0371bf22 used request id req-d130802a-f994-4321-b23c-d555456037ea 2018-07-30 17:21:49,916 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-07-30 17:21:49,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:21:49,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:21:49,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:21:49,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:21:49,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:21:49,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:21:49,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:21:49,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:21:49,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:21:49,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:21:49,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:21:49,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:21:49,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:21:49,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:21:49,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:21:49,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:21:49,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:21:49,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:21:49,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:21:49,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:21:49,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:21:49,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:21:49,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:21:49,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f7680a1-31ab-47d3-990b-98b568996683 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:21:49,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5f7680a1-31ab-47d3-990b-98b568996683 2018-07-30 17:21:49,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:21:50,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb37427ee864bbead4b2c672b5c6b7d", "name": "admin"}], "expires_at": "2018-07-30T18:21:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5c443b661124ecdb463f917c180f6c2", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "audit_ids": ["lB66QORTTWu7-FPrB9bgAg"], "issued_at": "2018-07-30T17:21:50.000000Z"}} 2018-07-30 17:21:50,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:21:50,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:21:50,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b7a0ffad-669d-45b3-83a3-cfdd04c2ab62 Date: Mon, 30 Jul 2018 17:21:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 17:21:50,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b7a0ffad-669d-45b3-83a3-cfdd04c2ab62 2018-07-30 17:21:50,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.293219089508s 2018-07-30 17:21:50,648 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b7a0ffad-669d-45b3-83a3-cfdd04c2ab62 2018-07-30 17:21:50,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:21:50,657 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 30 Jul 2018 17:21:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-30 17:21:50,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 17:21:50,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:21:50,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfd99ee4-4096-44c9-bb08-e7689d7c1c68 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/4476b8ce97754bddbc8c57708e295eeb"}, "tags": [], "enabled": true, "id": "4476b8ce97754bddbc8c57708e295eeb", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-07-30 17:21:50,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-dfd99ee4-4096-44c9-bb08-e7689d7c1c68 2018-07-30 17:21:50,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101571798325s 2018-07-30 17:21:50,760 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-dfd99ee4-4096-44c9-bb08-e7689d7c1c68 2018-07-30 17:21:50,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-30 17:21:50,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_e05bc248-4acd-424e-a2b7-dd9760769526"}}' 2018-07-30 17:21:50,905 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:21:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e50d44d-2471-4259-9970-b85780ac187f Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/e28b4165ddc544dfa0a80bbad5d1b7ef"}, "tags": [], "enabled": true, "id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_e05bc248-4acd-424e-a2b7-dd9760769526"}} 2018-07-30 17:21:50,905 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-6e50d44d-2471-4259-9970-b85780ac187f 2018-07-30 17:21:50,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.137602090836s 2018-07-30 17:21:50,906 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-6e50d44d-2471-4259-9970-b85780ac187f 2018-07-30 17:21:50,906 - 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'e28b4165ddc544dfa0a80bbad5d1b7ef', '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_e05bc248-4acd-424e-a2b7-dd9760769526'}) 2018-07-30 17:21:50,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-30 17:21:50,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "e48ca16b-dadb-4337-ad6d-f5ed863213ac", "email": null, "name": "vping_ssh-user_e05bc248-4acd-424e-a2b7-dd9760769526"}}' 2018-07-30 17:21:51,288 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:21:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca8c5639-13f5-45a5-b750-208153b01c12 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_e05bc248-4acd-424e-a2b7-dd9760769526", "links": {"self": "http://172.30.9.21:5000/v3/users/6b53202f0cc24e7482f1eee090f7fa5b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6b53202f0cc24e7482f1eee090f7fa5b", "domain_id": "default", "password_expires_at": null}} 2018-07-30 17:21:51,289 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-ca8c5639-13f5-45a5-b750-208153b01c12 2018-07-30 17:21:51,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.376060009003s 2018-07-30 17:21:51,289 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-ca8c5639-13f5-45a5-b750-208153b01c12 2018-07-30 17:21:51,290 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6b53202f0cc24e7482f1eee090f7fa5b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_e05bc248-4acd-424e-a2b7-dd9760769526'}) 2018-07-30 17:21:51,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:21:51,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:21:51,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd331bc5-7397-4e7d-aa40-01ea1d72f924 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:21:51,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dd331bc5-7397-4e7d-aa40-01ea1d72f924 2018-07-30 17:21:51,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0954210758209s 2018-07-30 17:21:51,389 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dd331bc5-7397-4e7d-aa40-01ea1d72f924 2018-07-30 17:21:51,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:21:51,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:21:51,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c1e2586-6a11-4d73-a3c8-dc4c1d5fce5d Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:21:51,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0c1e2586-6a11-4d73-a3c8-dc4c1d5fce5d 2018-07-30 17:21:51,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0916719436646s 2018-07-30 17:21:51,486 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0c1e2586-6a11-4d73-a3c8-dc4c1d5fce5d 2018-07-30 17:21:51,487 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-30 17:21:51,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-30 17:21:51,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" -d '{"role": {"name": "Member"}}' 2018-07-30 17:21:51,612 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:21:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7439505-29b6-4226-8bd8-fcc119fa6aab Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8adf1839fafa410eb1cf0d2bf709de7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/8adf1839fafa410eb1cf0d2bf709de7d"}, "name": "Member"}} 2018-07-30 17:21:51,612 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d7439505-29b6-4226-8bd8-fcc119fa6aab 2018-07-30 17:21:51,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.121511936188s 2018-07-30 17:21:51,612 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d7439505-29b6-4226-8bd8-fcc119fa6aab 2018-07-30 17:21:51,613 - functest.core.tenantnetwork - DEBUG - role: 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'8adf1839fafa410eb1cf0d2bf709de7d'}) 2018-07-30 17:21:51,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:21:51,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:21:51,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ddc1df2-2674-437b-8a90-a63855f266a5 Content-Encoding: gzip Content-Length: 355 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8adf1839fafa410eb1cf0d2bf709de7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/8adf1839fafa410eb1cf0d2bf709de7d"}, "name": "Member"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:21:51,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8ddc1df2-2674-437b-8a90-a63855f266a5 2018-07-30 17:21:51,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104782104492s 2018-07-30 17:21:51,722 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8ddc1df2-2674-437b-8a90-a63855f266a5 2018-07-30 17:21:51,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 17:21:51,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:21:51,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e078b39-4b39-4090-8dd4-f38bba3f16fe Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-30 17:21:51,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-0e078b39-4b39-4090-8dd4-f38bba3f16fe 2018-07-30 17:21:51,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0223178863525s 2018-07-30 17:21:51,749 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-0e078b39-4b39-4090-8dd4-f38bba3f16fe 2018-07-30 17:21:51,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:21:51,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:21:51,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fe8d15b-423c-4cc0-8bfe-6e9ae5c7bc13 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/007c651792db418193688c10d843d637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "007c651792db418193688c10d843d637", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/244dcd30c06d4384961fa64d49c3e41c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "244dcd30c06d4384961fa64d49c3e41c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2a5230a6efdb4a64a4b00fb62e23cfea"}, "domain_id": "4476b8ce97754bddbc8c57708e295eeb", "enabled": true, "options": {}, "id": "2a5230a6efdb4a64a4b00fb62e23cfea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/3d82804d95aa4fd1bfc17877fcdf7354"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d82804d95aa4fd1bfc17877fcdf7354", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/656ce29b237b48409909716a40fce1c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "656ce29b237b48409909716a40fce1c7", "email": "nova@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_e05bc248-4acd-424e-a2b7-dd9760769526", "links": {"self": "http://172.30.9.21:5000/v3/users/6b53202f0cc24e7482f1eee090f7fa5b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6b53202f0cc24e7482f1eee090f7fa5b", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/6e6a16503d3c4934b5b61073aba8b08c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6e6a16503d3c4934b5b61073aba8b08c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/766202d20652431a9855034c09964e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "766202d20652431a9855034c09964e9e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7908f48045ad430c8bb89bc94876adee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7908f48045ad430c8bb89bc94876adee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/857e0417e4494e29b92ccbb6e2e75992"}, "domain_id": "default", "enabled": true, "options": {}, "id": "857e0417e4494e29b92ccbb6e2e75992", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a699b948ffba4770a3e60d35294751c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a699b948ffba4770a3e60d35294751c3", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/aaa8224c76a3484bbac84a74b4ba8b3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aaa8224c76a3484bbac84a74b4ba8b3f", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1e29c6e158e46b79cb6db3144213a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e29c6e158e46b79cb6db3144213a17", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d4319e1f77ec4d80b169bc61bdac9efc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4319e1f77ec4d80b169bc61bdac9efc", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/d4889590909945f088a965d003206189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4889590909945f088a965d003206189", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-30 17:21:51,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5fe8d15b-423c-4cc0-8bfe-6e9ae5c7bc13 2018-07-30 17:21:51,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117895126343s 2018-07-30 17:21:51,868 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5fe8d15b-423c-4cc0-8bfe-6e9ae5c7bc13 2018-07-30 17:21:51,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-30 17:21:51,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:21:51,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-566d1a16-f8a7-4cb9-9137-4515cdbced6f Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a5c443b661124ecdb463f917c180f6c2"}, "tags": [], "enabled": true, "id": "a5c443b661124ecdb463f917c180f6c2", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440"}, "tags": [], "enabled": true, "id": "bbb29370cb064c718b72faa5c6748440", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/e28b4165ddc544dfa0a80bbad5d1b7ef"}, "tags": [], "enabled": true, "id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_e05bc248-4acd-424e-a2b7-dd9760769526"}]} 2018-07-30 17:21:51,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-566d1a16-f8a7-4cb9-9137-4515cdbced6f 2018-07-30 17:21:51,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.093964099884s 2018-07-30 17:21:51,973 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-566d1a16-f8a7-4cb9-9137-4515cdbced6f 2018-07-30 17:21:51,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-30 17:21:51,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=6b53202f0cc24e7482f1eee090f7fa5b&role.id=8adf1839fafa410eb1cf0d2bf709de7d&scope.project.id=e28b4165ddc544dfa0a80bbad5d1b7ef" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:21:52,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c47e028a-203e-4717-bbf3-ee4f651751a6 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=6b53202f0cc24e7482f1eee090f7fa5b&role.id=8adf1839fafa410eb1cf0d2bf709de7d&scope.project.id=e28b4165ddc544dfa0a80bbad5d1b7ef", "previous": null, "next": null}} 2018-07-30 17:21:52,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=6b53202f0cc24e7482f1eee090f7fa5b&role.id=8adf1839fafa410eb1cf0d2bf709de7d&scope.project.id=e28b4165ddc544dfa0a80bbad5d1b7ef used request id req-c47e028a-203e-4717-bbf3-ee4f651751a6 2018-07-30 17:21:52,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0893969535828s 2018-07-30 17:21:52,071 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=6b53202f0cc24e7482f1eee090f7fa5b&role.id=8adf1839fafa410eb1cf0d2bf709de7d&scope.project.id=e28b4165ddc544dfa0a80bbad5d1b7ef used request id req-c47e028a-203e-4717-bbf3-ee4f651751a6 2018-07-30 17:21:52,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-30 17:21:52,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/e28b4165ddc544dfa0a80bbad5d1b7ef/users/6b53202f0cc24e7482f1eee090f7fa5b/roles/8adf1839fafa410eb1cf0d2bf709de7d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:21:52,219 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:21:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2299dca4-1e51-4f39-bfb4-494dee2cf44a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:21:52,219 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e28b4165ddc544dfa0a80bbad5d1b7ef/users/6b53202f0cc24e7482f1eee090f7fa5b/roles/8adf1839fafa410eb1cf0d2bf709de7d used request id req-2299dca4-1e51-4f39-bfb4-494dee2cf44a 2018-07-30 17:21:52,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.144608974457s 2018-07-30 17:21:52,219 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e28b4165ddc544dfa0a80bbad5d1b7ef/users/6b53202f0cc24e7482f1eee090f7fa5b/roles/8adf1839fafa410eb1cf0d2bf709de7d used request id req-2299dca4-1e51-4f39-bfb4-494dee2cf44a 2018-07-30 17:21:52,220 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_e05bc248-4acd-424e-a2b7-dd9760769526', 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'e28b4165ddc544dfa0a80bbad5d1b7ef', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'e48ca16b-dadb-4337-ad6d-f5ed863213ac', 'username': u'vping_ssh-user_e05bc248-4acd-424e-a2b7-dd9760769526', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-30 17:21:52,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:21:52,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:21:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:21:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:21:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:21:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:21:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:21:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:21:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:21:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:21:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:21:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:21:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:21:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:21:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:21:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:21:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:21:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:21:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:21:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:21:52,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:21:52,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:21:52,225 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_e05bc248-4acd-424e-a2b7-dd9760769526', 'password': 'e48ca16b-dadb-4337-ad6d-f5ed863213ac', 'project_name': 'vping_ssh-project_e05bc248-4acd-424e-a2b7-dd9760769526', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': 'e28b4165ddc544dfa0a80bbad5d1b7ef', 'project_domain_name': 'Default'} 2018-07-30 17:21:52,225 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-07-30 17:21:52,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:21:52,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:21:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e438f690-4aac-4694-a14e-04f103c55a8c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:21:52,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-e438f690-4aac-4694-a14e-04f103c55a8c 2018-07-30 17:21:52,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:21:52,713 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8adf1839fafa410eb1cf0d2bf709de7d", "name": "Member"}], "expires_at": "2018-07-30T18:21:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "name": "vping_ssh-project_e05bc248-4acd-424e-a2b7-dd9760769526"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/e28b4165ddc544dfa0a80bbad5d1b7ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/e28b4165ddc544dfa0a80bbad5d1b7ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/e28b4165ddc544dfa0a80bbad5d1b7ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_e28b4165ddc544dfa0a80bbad5d1b7ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_e28b4165ddc544dfa0a80bbad5d1b7ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e28b4165ddc544dfa0a80bbad5d1b7ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/e28b4165ddc544dfa0a80bbad5d1b7ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/e28b4165ddc544dfa0a80bbad5d1b7ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e28b4165ddc544dfa0a80bbad5d1b7ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/e28b4165ddc544dfa0a80bbad5d1b7ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/e28b4165ddc544dfa0a80bbad5d1b7ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e28b4165ddc544dfa0a80bbad5d1b7ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/e28b4165ddc544dfa0a80bbad5d1b7ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/e28b4165ddc544dfa0a80bbad5d1b7ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_e05bc248-4acd-424e-a2b7-dd9760769526", "id": "6b53202f0cc24e7482f1eee090f7fa5b"}, "audit_ids": ["HyK3itNdTDqV0XL8CXlS6w"], "issued_at": "2018-07-30T17:21:52.000000Z"}} 2018-07-30 17:21:52,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-30 17:21:52,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" -d '{"network": {"name": "vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526", "admin_state_up": true}}' 2018-07-30 17:21:53,334 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-9700dde6-64be-40e1-bac1-bfd5c5eeb922 Date: Mon, 30 Jul 2018 17:21:53 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","created_at":"2018-07-30T17:21:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-30T17:21:53Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","id":"bc1dc788-b260-417c-8d80-56cf39896b79","name":"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526"}} 2018-07-30 17:21:53,335 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9700dde6-64be-40e1-bac1-bfd5c5eeb922 2018-07-30 17:21:53,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.618794202805s 2018-07-30 17:21:53,335 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9700dde6-64be-40e1-bac1-bfd5c5eeb922 2018-07-30 17:21:53,335 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:21:53Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'bc1dc788-b260-417c-8d80-56cf39896b79', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526', u'admin_state_up': True, u'tenant_id': u'e28b4165ddc544dfa0a80bbad5d1b7ef', u'created_at': u'2018-07-30T17:21:53Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e28b4165ddc544dfa0a80bbad5d1b7ef'}) 2018-07-30 17:21:53,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:21:53,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:21:53,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-25121153-51d0-47f3-aee4-338be7d5b02b Date: Mon, 30 Jul 2018 17:21:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-30T17:21:53Z","tenant_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","created_at":"2018-07-30T17:21:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","id":"bc1dc788-b260-417c-8d80-56cf39896b79","name":"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526"}]} 2018-07-30 17:21:53,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-25121153-51d0-47f3-aee4-338be7d5b02b 2018-07-30 17:21:53,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.28783416748s 2018-07-30 17:21:53,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-25121153-51d0-47f3-aee4-338be7d5b02b 2018-07-30 17:21:53,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-30 17:21:53,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" -d '{"subnet": {"name": "vping_ssh-subnet_e05bc248-4acd-424e-a2b7-dd9760769526", "enable_dhcp": true, "network_id": "bc1dc788-b260-417c-8d80-56cf39896b79", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-30 17:21:54,533 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-8615ec11-e9dc-4285-9e5e-cf5116fc7210 Date: Mon, 30 Jul 2018 17:21:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc1dc788-b260-417c-8d80-56cf39896b79","tenant_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","created_at":"2018-07-30T17:21:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:21:54Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","id":"eeb2004c-7d62-45fb-b869-ede233cba730","subnetpool_id":null,"name":"vping_ssh-subnet_e05bc248-4acd-424e-a2b7-dd9760769526"}} 2018-07-30 17:21:54,533 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-8615ec11-e9dc-4285-9e5e-cf5116fc7210 2018-07-30 17:21:54,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.907264947891s 2018-07-30 17:21:54,533 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-8615ec11-e9dc-4285-9e5e-cf5116fc7210 2018-07-30 17:21:54,534 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:21:54Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'eeb2004c-7d62-45fb-b869-ede233cba730', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_e05bc248-4acd-424e-a2b7-dd9760769526', u'enable_dhcp': True, u'network_id': u'bc1dc788-b260-417c-8d80-56cf39896b79', u'tenant_id': u'e28b4165ddc544dfa0a80bbad5d1b7ef', u'created_at': u'2018-07-30T17:21:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e28b4165ddc544dfa0a80bbad5d1b7ef'}) 2018-07-30 17:21:54,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-30 17:21:54,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" -d '{"router": {"external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832"}, "name": "vping_ssh-router_e05bc248-4acd-424e-a2b7-dd9760769526", "admin_state_up": true}}' 2018-07-30 17:21:56,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-16fb4762-c6e3-4c98-bf3a-6226f7b0bb20 Date: Mon, 30 Jul 2018 17:21:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "created_at": "2018-07-30T17:21:54Z", "admin_state_up": true, "updated_at": "2018-07-30T17:21:55Z", "revision_number": 2, "routes": [], "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "id": "508ef709-16ef-4639-84fc-36ee0c379662", "name": "vping_ssh-router_e05bc248-4acd-424e-a2b7-dd9760769526"}} 2018-07-30 17:21:56,002 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-16fb4762-c6e3-4c98-bf3a-6226f7b0bb20 2018-07-30 17:21:56,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.46777319908s 2018-07-30 17:21:56,003 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-16fb4762-c6e3-4c98-bf3a-6226f7b0bb20 2018-07-30 17:21:56,003 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e28b4165ddc544dfa0a80bbad5d1b7ef', u'created_at': u'2018-07-30T17:21:54Z', u'admin_state_up': True, u'updated_at': u'2018-07-30T17:21:55Z', u'revision_number': 2, u'routes': [], u'project_id': u'e28b4165ddc544dfa0a80bbad5d1b7ef', u'id': u'508ef709-16ef-4639-84fc-36ee0c379662', u'name': u'vping_ssh-router_e05bc248-4acd-424e-a2b7-dd9760769526'}) 2018-07-30 17:21:56,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-30 17:21:56,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/508ef709-16ef-4639-84fc-36ee0c379662/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" -d '{"subnet_id": "eeb2004c-7d62-45fb-b869-ede233cba730"}' 2018-07-30 17:21:58,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-58accf03-4782-462f-8bdc-44979fb93320 Date: Mon, 30 Jul 2018 17:21:58 GMT RESP BODY: {"network_id": "bc1dc788-b260-417c-8d80-56cf39896b79", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "subnet_id": "eeb2004c-7d62-45fb-b869-ede233cba730", "subnet_ids": ["eeb2004c-7d62-45fb-b869-ede233cba730"], "port_id": "d2781b26-364a-4cd4-a332-f2316387e28c", "id": "508ef709-16ef-4639-84fc-36ee0c379662"} 2018-07-30 17:21:58,208 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/508ef709-16ef-4639-84fc-36ee0c379662/add_router_interface.json used request id req-58accf03-4782-462f-8bdc-44979fb93320 2018-07-30 17:21:58,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.20402812958s 2018-07-30 17:21:58,208 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/508ef709-16ef-4639-84fc-36ee0c379662/add_router_interface.json used request id req-58accf03-4782-462f-8bdc-44979fb93320 returning object 508ef709-16ef-4639-84fc-36ee0c379662 2018-07-30 17:21:58,208 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-30 17:21:58,341 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-30 17:21:58,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:21:58,347 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 30 Jul 2018 17:21:58 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-30 17:21:58,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:21:58,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:21:59,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b9336c68-1faa-4b25-be38-73a0a06ef842 Date: Mon, 30 Jul 2018 17:21:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:21:59,016 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b9336c68-1faa-4b25-be38-73a0a06ef842 2018-07-30 17:21:59,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.667151212692s 2018-07-30 17:21:59,017 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b9336c68-1faa-4b25-be38-73a0a06ef842 2018-07-30 17:21:59,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-30 17:21:59,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_e05bc248-4acd-424e-a2b7-dd9760769526", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_e05bc248-4acd-424e-a2b7-dd9760769526"}' 2018-07-30 17:21:59,256 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b0493ee1-507a-47b6-bc50-97db18e409ae Date: Mon, 30 Jul 2018 17:21:59 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4/file", "owner": "e28b4165ddc544dfa0a80bbad5d1b7ef", "id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "size": null, "self": "/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:21:59Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_e05bc248-4acd-424e-a2b7-dd9760769526", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_e05bc248-4acd-424e-a2b7-dd9760769526", "checksum": null, "created_at": "2018-07-30T17:21:59Z", "protected": false} 2018-07-30 17:21:59,256 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b0493ee1-507a-47b6-bc50-97db18e409ae 2018-07-30 17:21:59,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.231462001801s 2018-07-30 17:21:59,257 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b0493ee1-507a-47b6-bc50-97db18e409ae returning object bae898c6-0d1e-4b53-9a76-973703ed1ba4 2018-07-30 17:21:59,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-30 17:21:59,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" -d '' 2018-07-30 17:22:00,467 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2a966bf5-f28e-4756-ae3f-75f9125063f2 Date: Mon, 30 Jul 2018 17:22:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:22:00,467 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4/file used request id req-2a966bf5-f28e-4756-ae3f-75f9125063f2 2018-07-30 17:22:00,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.20986914635s 2018-07-30 17:22:00,467 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4/file used request id req-2a966bf5-f28e-4756-ae3f-75f9125063f2 2018-07-30 17:22:00,468 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_ssh-img_e05bc248-4acd-424e-a2b7-dd9760769526', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-30T17:21:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4/file', u'owner': u'e28b4165ddc544dfa0a80bbad5d1b7ef', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'bae898c6-0d1e-4b53-9a76-973703ed1ba4', u'size': None, u'name': u'vping_ssh-img_e05bc248-4acd-424e-a2b7-dd9760769526', u'checksum': None, u'self': u'/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-30T17:21:59Z', u'schema': u'/v2/schemas/image'}) 2018-07-30 17:22:00,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-30 17:22:00,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_e05bc248-4acd-424e-a2b7-dd9760769526", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-30 17:22:01,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-bf936303-2403-4874-81d9-3ccf00b2dc53 x-compute-request-id: req-bf936303-2403-4874-81d9-3ccf00b2dc53 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_e05bc248-4acd-424e-a2b7-dd9760769526", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "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": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee"}} 2018-07-30 17:22:01,163 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-bf936303-2403-4874-81d9-3ccf00b2dc53 2018-07-30 17:22:01,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.694896936417s 2018-07-30 17:22:01,164 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-bf936303-2403-4874-81d9-3ccf00b2dc53 2018-07-30 17:22:01,165 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_e05bc248-4acd-424e-a2b7-dd9760769526', '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'a5c443b661124ecdb463f917c180f6c2', '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'8d60d6e9-b4b0-4679-9678-edad2ba4a0ee', 'swap': 0}) 2018-07-30 17:22:01,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-30 17:22:01,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" -d '{"extra_specs": {}}' 2018-07-30 17:22:01,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-22731f7a-8df2-47fd-af90-f3d73352384f x-compute-request-id: req-22731f7a-8df2-47fd-af90-f3d73352384f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-30 17:22:01,193 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee/os-extra_specs used request id req-22731f7a-8df2-47fd-af90-f3d73352384f 2018-07-30 17:22:01,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0279440879822s 2018-07-30 17:22:01,194 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee/os-extra_specs used request id req-22731f7a-8df2-47fd-af90-f3d73352384f 2018-07-30 17:22:01,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-30 17:22:01,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" -d '{"keypair": {"name": "vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526"}}' 2018-07-30 17:22:01,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-cb44aee8-0d06-4938-8301-8b1102d7e366 x-compute-request-id: req-cb44aee8-0d06-4938-8301-8b1102d7e366 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTyVtkzimf5NkAUOtKccCOe0tU/3jHMtapalzzQl3fCBuV7nvZjQzMSPwTi/3pS6nqAIbGpu67w9fVBHi9+W+n0LWSDr+kDF7fLn5MlfqH/TfKCowq8qnC0xPL/f+v/8CkDP2M7jxdScVWSbvTVc6P12SWZvV5kx96m/EYlikvsgavJsaqsVuhNiBI4woDXXiELOR62t9/GoMFKGiBXqX6eAn1WxQZEXcluLze2WjLbVtPkPcmk7O2yMApD7O5Wxn/Qh/8ChUOg8ghM7uVhsxygAjAHkVPrA1+klylq6kklA4Hf8iSBmjvSsSg8nvfCbI0gRRu5GpOm0x3PpEErCYr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA08lbZM4pn+TZAFDrSnHAjntLVP94xzLWqWpc80Jd3wgble57\n2Y0MzEj8E4v96Uup6gCGxqbuu8PX1QR4vflvp9C1kg6/pAxe3y5+TJX6h/03ygqM\nKvKpwtMTy/3/r//ApAz9jO48XUnFVkm701XOj9dklmb1eZMfepvxGJYpL7IGrybG\nqrFboTYgSOMKA114hCzketrffxqDBShogV6l+ngJ9VsUGRF3Jbi83tloy21bT5D3\nJpOztsjAKQ+zuVsZ/0If/AoVDoPIITO7lYbMcoAIwB5FT6wNfpJcpaupJJQOB3/I\nkgZo70rEoPJ73wmyNIEUbuRqTptMdz6RBKwmKwIDAQABAoIBAQCkBwG380ydwBqp\negKh57QhJjDUJgEfFqrXD7/pz+7wPFFRMCHP/sR4u9YwNW50b9urlrjLxqKD3kyd\neRci27u0l5rpAm8+2S3pYRMEsewVwvKgksa4xLTiZaShi5mqcER9Smpd6m3qOqaS\nDA1iwsR293W6XwekH2R0C68RQcuoWapZf4rgZCnSlhNjDs1oTEFC9JcSohuxjRts\nNb4lkCAtuHl0F15m77Y0vFggScDEHUlwUHuL3g834h97houuClsA+A6uGzXVtL7Z\nWjVA4f4OF0MFjsofHe065gIGto0+ifkY77PudxXzqAVw8nDGmVRdbFijORvNHtcN\nvDm0VUnBAoGBAPUCDYLlE5c3ayKuFsqyt2fyusoK7gavTHkBhhQtRdy8G8FYPtwU\nbwHKI6jt6MxFB/5ZG17s5UVPVs8MFZXtPD4xMPs7h3k3Evg0A5nVPs6DY6COAq82\nG7L9xrowBqLnCEApdp5RAzvzl9HpqkpOG2FHFTedzqWOMxRmBPCaWKMRAoGBAN1J\nwGffufrPINTyshlpji5Eu/XyMaEKv+whLvEGUvWoZH+qiDA9SwxRl+XeyzkwJrHB\nuXimp3IOTxLycI2E1cCVVPX1C1RPOMkoV+mHwcx8mxrvRY9uyhSDyPofateh8l8W\nIEKVSOpqMWoU4XAcYl+KMO78WYxvLDCewB7YDv17AoGALmfWIU28OS8A9s+cd4YE\nIQcjg/MwBEodpOm5+IZeriFe7G8HcO3Z3K/psyxkpJQKoI1GFuOtxUPywEKcsAoA\nGBN/IIa08SuSRzqq1+9A9yKBsz5SmdcYxf01L7y69Q3nTSfNVM0pXKiVv+ePHoXO\nv80T4rXcFxVo7VspYl0JntECgYALl3Ztuol6eukkXoY30JCzGcSi0IoK/o4pJ1/X\nHlawKZ8CFQPHSx6oSYnkb7RDjaMpQpWdnVU+I0O/IVYGA8RSrz/hFnH+e5vk5akd\nQZBETu6tDYWeStZpFrIrcAPfwcr5ciZEdp94MBHglbFtdv8sNAf2LN/f/F7bOSWl\nN/opCwKBgQCaIESvnhkb+LzabvZKW8UEEMTTI58I1jX4tkvX12qVjnUAOgLBFyJ2\ndPETSMFc/GAVQUtQVE78iBItFTmqlhFw/whGPz7tV+r7ENeL0eaUcyPgqMLJVDHX\nR2/gXlAxXC+On1PoSBro7IXfRNxq2Z0xki3Laq/66dYev82fexec7w==\n-----END RSA PRIVATE KEY-----\n", "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "name": "vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526", "fingerprint": "d4:23:30:d0:0f:23:64:39:3f:21:d5:93:a2:4b:38:b2"}} 2018-07-30 17:22:01,519 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-cb44aee8-0d06-4938-8301-8b1102d7e366 2018-07-30 17:22:01,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.325052976608s 2018-07-30 17:22:01,520 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-cb44aee8-0d06-4938-8301-8b1102d7e366 2018-07-30 17:22:01,520 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTyVtkzimf5NkAUOtKccCOe0tU/3jHMtapalzzQl3fCBuV7nvZjQzMSPwTi/3pS6nqAIbGpu67w9fVBHi9+W+n0LWSDr+kDF7fLn5MlfqH/TfKCowq8qnC0xPL/f+v/8CkDP2M7jxdScVWSbvTVc6P12SWZvV5kx96m/EYlikvsgavJsaqsVuhNiBI4woDXXiELOR62t9/GoMFKGiBXqX6eAn1WxQZEXcluLze2WjLbVtPkPcmk7O2yMApD7O5Wxn/Qh/8ChUOg8ghM7uVhsxygAjAHkVPrA1+klylq6kklA4Hf8iSBmjvSsSg8nvfCbI0gRRu5GpOm0x3PpEErCYr Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA08lbZM4pn+TZAFDrSnHAjntLVP94xzLWqWpc80Jd3wgble57\n2Y0MzEj8E4v96Uup6gCGxqbuu8PX1QR4vflvp9C1kg6/pAxe3y5+TJX6h/03ygqM\nKvKpwtMTy/3/r//ApAz9jO48XUnFVkm701XOj9dklmb1eZMfepvxGJYpL7IGrybG\nqrFboTYgSOMKA114hCzketrffxqDBShogV6l+ngJ9VsUGRF3Jbi83tloy21bT5D3\nJpOztsjAKQ+zuVsZ/0If/AoVDoPIITO7lYbMcoAIwB5FT6wNfpJcpaupJJQOB3/I\nkgZo70rEoPJ73wmyNIEUbuRqTptMdz6RBKwmKwIDAQABAoIBAQCkBwG380ydwBqp\negKh57QhJjDUJgEfFqrXD7/pz+7wPFFRMCHP/sR4u9YwNW50b9urlrjLxqKD3kyd\neRci27u0l5rpAm8+2S3pYRMEsewVwvKgksa4xLTiZaShi5mqcER9Smpd6m3qOqaS\nDA1iwsR293W6XwekH2R0C68RQcuoWapZf4rgZCnSlhNjDs1oTEFC9JcSohuxjRts\nNb4lkCAtuHl0F15m77Y0vFggScDEHUlwUHuL3g834h97houuClsA+A6uGzXVtL7Z\nWjVA4f4OF0MFjsofHe065gIGto0+ifkY77PudxXzqAVw8nDGmVRdbFijORvNHtcN\nvDm0VUnBAoGBAPUCDYLlE5c3ayKuFsqyt2fyusoK7gavTHkBhhQtRdy8G8FYPtwU\nbwHKI6jt6MxFB/5ZG17s5UVPVs8MFZXtPD4xMPs7h3k3Evg0A5nVPs6DY6COAq82\nG7L9xrowBqLnCEApdp5RAzvzl9HpqkpOG2FHFTedzqWOMxRmBPCaWKMRAoGBAN1J\nwGffufrPINTyshlpji5Eu/XyMaEKv+whLvEGUvWoZH+qiDA9SwxRl+XeyzkwJrHB\nuXimp3IOTxLycI2E1cCVVPX1C1RPOMkoV+mHwcx8mxrvRY9uyhSDyPofateh8l8W\nIEKVSOpqMWoU4XAcYl+KMO78WYxvLDCewB7YDv17AoGALmfWIU28OS8A9s+cd4YE\nIQcjg/MwBEodpOm5+IZeriFe7G8HcO3Z3K/psyxkpJQKoI1GFuOtxUPywEKcsAoA\nGBN/IIa08SuSRzqq1+9A9yKBsz5SmdcYxf01L7y69Q3nTSfNVM0pXKiVv+ePHoXO\nv80T4rXcFxVo7VspYl0JntECgYALl3Ztuol6eukkXoY30JCzGcSi0IoK/o4pJ1/X\nHlawKZ8CFQPHSx6oSYnkb7RDjaMpQpWdnVU+I0O/IVYGA8RSrz/hFnH+e5vk5akd\nQZBETu6tDYWeStZpFrIrcAPfwcr5ciZEdp94MBHglbFtdv8sNAf2LN/f/F7bOSWl\nN/opCwKBgQCaIESvnhkb+LzabvZKW8UEEMTTI58I1jX4tkvX12qVjnUAOgLBFyJ2\ndPETSMFc/GAVQUtQVE78iBItFTmqlhFw/whGPz7tV+r7ENeL0eaUcyPgqMLJVDHX\nR2/gXlAxXC+On1PoSBro7IXfRNxq2Z0xki3Laq/66dYev82fexec7w==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'6b53202f0cc24e7482f1eee090f7fa5b', 'name': u'vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526', 'created_at': '2018-07-30T17:22:01.520864', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e28b4165ddc544dfa0a80bbad5d1b7ef', 'name': 'vping_ssh-project_e05bc248-4acd-424e-a2b7-dd9760769526', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'd4:23:30:d0:0f:23:64:39:3f:21:d5:93:a2:4b:38:b2', 'type': 'ssh', 'id': u'vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526'}) 2018-07-30 17:22:01,521 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA08lbZM4pn+TZAFDrSnHAjntLVP94xzLWqWpc80Jd3wgble57 2Y0MzEj8E4v96Uup6gCGxqbuu8PX1QR4vflvp9C1kg6/pAxe3y5+TJX6h/03ygqM KvKpwtMTy/3/r//ApAz9jO48XUnFVkm701XOj9dklmb1eZMfepvxGJYpL7IGrybG qrFboTYgSOMKA114hCzketrffxqDBShogV6l+ngJ9VsUGRF3Jbi83tloy21bT5D3 JpOztsjAKQ+zuVsZ/0If/AoVDoPIITO7lYbMcoAIwB5FT6wNfpJcpaupJJQOB3/I kgZo70rEoPJ73wmyNIEUbuRqTptMdz6RBKwmKwIDAQABAoIBAQCkBwG380ydwBqp egKh57QhJjDUJgEfFqrXD7/pz+7wPFFRMCHP/sR4u9YwNW50b9urlrjLxqKD3kyd eRci27u0l5rpAm8+2S3pYRMEsewVwvKgksa4xLTiZaShi5mqcER9Smpd6m3qOqaS DA1iwsR293W6XwekH2R0C68RQcuoWapZf4rgZCnSlhNjDs1oTEFC9JcSohuxjRts Nb4lkCAtuHl0F15m77Y0vFggScDEHUlwUHuL3g834h97houuClsA+A6uGzXVtL7Z WjVA4f4OF0MFjsofHe065gIGto0+ifkY77PudxXzqAVw8nDGmVRdbFijORvNHtcN vDm0VUnBAoGBAPUCDYLlE5c3ayKuFsqyt2fyusoK7gavTHkBhhQtRdy8G8FYPtwU bwHKI6jt6MxFB/5ZG17s5UVPVs8MFZXtPD4xMPs7h3k3Evg0A5nVPs6DY6COAq82 G7L9xrowBqLnCEApdp5RAzvzl9HpqkpOG2FHFTedzqWOMxRmBPCaWKMRAoGBAN1J wGffufrPINTyshlpji5Eu/XyMaEKv+whLvEGUvWoZH+qiDA9SwxRl+XeyzkwJrHB uXimp3IOTxLycI2E1cCVVPX1C1RPOMkoV+mHwcx8mxrvRY9uyhSDyPofateh8l8W IEKVSOpqMWoU4XAcYl+KMO78WYxvLDCewB7YDv17AoGALmfWIU28OS8A9s+cd4YE IQcjg/MwBEodpOm5+IZeriFe7G8HcO3Z3K/psyxkpJQKoI1GFuOtxUPywEKcsAoA GBN/IIa08SuSRzqq1+9A9yKBsz5SmdcYxf01L7y69Q3nTSfNVM0pXKiVv+ePHoXO v80T4rXcFxVo7VspYl0JntECgYALl3Ztuol6eukkXoY30JCzGcSi0IoK/o4pJ1/X HlawKZ8CFQPHSx6oSYnkb7RDjaMpQpWdnVU+I0O/IVYGA8RSrz/hFnH+e5vk5akd QZBETu6tDYWeStZpFrIrcAPfwcr5ciZEdp94MBHglbFtdv8sNAf2LN/f/F7bOSWl N/opCwKBgQCaIESvnhkb+LzabvZKW8UEEMTTI58I1jX4tkvX12qVjnUAOgLBFyJ2 dPETSMFc/GAVQUtQVE78iBItFTmqlhFw/whGPz7tV+r7ENeL0eaUcyPgqMLJVDHX R2/gXlAxXC+On1PoSBro7IXfRNxq2Z0xki3Laq/66dYev82fexec7w== -----END RSA PRIVATE KEY----- 2018-07-30 17:22:01,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-30 17:22:01,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" -d '{"security_group": {"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-07-30 17:22:01,929 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-2663fe3e-00a5-45f1-9eb9-c37c313a4cdd Date: Mon, 30 Jul 2018 17:22:01 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "created_at": "2018-07-30T17:22:01Z", "updated_at": "2018-07-30T17:22:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:22:01Z", "revision_number": 0, "id": "75787632-71d9-4664-b5a9-bf066c6a3402", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:22:01Z", "security_group_id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:22:01Z", "revision_number": 0, "id": "9865669e-4247-417d-b4fc-1b66015c3ec6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:22:01Z", "security_group_id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}], "revision_number": 2, "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}} 2018-07-30 17:22:01,929 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2663fe3e-00a5-45f1-9eb9-c37c313a4cdd 2018-07-30 17:22:01,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.405463933945s 2018-07-30 17:22:01,930 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2663fe3e-00a5-45f1-9eb9-c37c313a4cdd 2018-07-30 17:22:01,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-30 17:22:01,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:02,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-9cc88eb6-a2ef-437d-9911-d04f98a1a073 Date: Mon, 30 Jul 2018 17:22:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "created_at": "2018-07-30T17:21:52Z", "updated_at": "2018-07-30T17:21:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:53Z", "revision_number": 0, "id": "08515f06-63b1-43f8-bb59-f7ae92fe70d4", "remote_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:53Z", "security_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:52Z", "revision_number": 0, "id": "6699c3cd-bda3-4d89-b931-2ef905310501", "remote_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:52Z", "security_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:53Z", "revision_number": 0, "id": "e554e57b-a9e4-45bc-8365-783f12809e66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:53Z", "security_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:52Z", "revision_number": 0, "id": "e8ddf535-a57d-4593-9eac-5f2e0de08137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:52Z", "security_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}], "revision_number": 4, "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "created_at": "2018-07-30T17:22:01Z", "updated_at": "2018-07-30T17:22:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:22:01Z", "revision_number": 0, "id": "75787632-71d9-4664-b5a9-bf066c6a3402", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:22:01Z", "security_group_id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:22:01Z", "revision_number": 0, "id": "9865669e-4247-417d-b4fc-1b66015c3ec6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:22:01Z", "security_group_id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}], "revision_number": 2, "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}]} 2018-07-30 17:22:02,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-9cc88eb6-a2ef-437d-9911-d04f98a1a073 2018-07-30 17:22:02,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.221519947052s 2018-07-30 17:22:02,156 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-9cc88eb6-a2ef-437d-9911-d04f98a1a073 2018-07-30 17:22:02,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-30 17:22:02,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" -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": "c8208e75-691b-4632-aa7f-76c8e9479ed4"}}' 2018-07-30 17:22:02,583 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ae3dabe2-96ea-4237-9366-da6dd834f04e Date: Mon, 30 Jul 2018 17:22:02 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-30T17:22:02Z", "security_group_id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "port_range_min": 22, "revision_number": 0, "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "created_at": "2018-07-30T17:22:02Z", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "id": "794e8396-e193-4d6c-8fde-0c5710789c81"}} 2018-07-30 17:22:02,584 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-ae3dabe2-96ea-4237-9366-da6dd834f04e 2018-07-30 17:22:02,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.423642873764s 2018-07-30 17:22:02,584 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-ae3dabe2-96ea-4237-9366-da6dd834f04e 2018-07-30 17:22:02,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-30 17:22:02,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:02,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-5757a30f-aac3-44ab-b5c9-d2a1fb10d6bf Date: Mon, 30 Jul 2018 17:22:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "created_at": "2018-07-30T17:21:52Z", "updated_at": "2018-07-30T17:21:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:53Z", "revision_number": 0, "id": "08515f06-63b1-43f8-bb59-f7ae92fe70d4", "remote_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:53Z", "security_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:52Z", "revision_number": 0, "id": "6699c3cd-bda3-4d89-b931-2ef905310501", "remote_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:52Z", "security_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:53Z", "revision_number": 0, "id": "e554e57b-a9e4-45bc-8365-783f12809e66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:53Z", "security_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:52Z", "revision_number": 0, "id": "e8ddf535-a57d-4593-9eac-5f2e0de08137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:52Z", "security_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}], "revision_number": 4, "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "created_at": "2018-07-30T17:22:01Z", "updated_at": "2018-07-30T17:22:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:22:01Z", "revision_number": 0, "id": "75787632-71d9-4664-b5a9-bf066c6a3402", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:22:01Z", "security_group_id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-30T17:22:02Z", "revision_number": 0, "id": "794e8396-e193-4d6c-8fde-0c5710789c81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:22:02Z", "security_group_id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:22:01Z", "revision_number": 0, "id": "9865669e-4247-417d-b4fc-1b66015c3ec6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:22:01Z", "security_group_id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}], "revision_number": 3, "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}]} 2018-07-30 17:22:02,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5757a30f-aac3-44ab-b5c9-d2a1fb10d6bf 2018-07-30 17:22:02,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0840327739716s 2018-07-30 17:22:02,672 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5757a30f-aac3-44ab-b5c9-d2a1fb10d6bf 2018-07-30 17:22:02,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-30 17:22:02,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" -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": "c8208e75-691b-4632-aa7f-76c8e9479ed4"}}' 2018-07-30 17:22:02,905 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-8f460c03-e4ca-4795-bc16-fd9dbe0ffa84 Date: Mon, 30 Jul 2018 17:22:02 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-30T17:22:02Z", "security_group_id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "port_range_min": null, "revision_number": 0, "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "created_at": "2018-07-30T17:22:02Z", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "id": "2696bdae-f3f5-4a8a-8dbc-ebee88b3f600"}} 2018-07-30 17:22:02,905 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-8f460c03-e4ca-4795-bc16-fd9dbe0ffa84 2018-07-30 17:22:02,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.230138063431s 2018-07-30 17:22:02,906 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-8f460c03-e4ca-4795-bc16-fd9dbe0ffa84 2018-07-30 17:22:02,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:22:02,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:03,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-c66eaa09-5c3e-4483-87cf-dd802c8890cb Date: Mon, 30 Jul 2018 17:22:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb2004c-7d62-45fb-b869-ede233cba730"],"updated_at":"2018-07-30T17:21:54Z","tenant_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","created_at":"2018-07-30T17:21:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","id":"bc1dc788-b260-417c-8d80-56cf39896b79","name":"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526"}]} 2018-07-30 17:22:03,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c66eaa09-5c3e-4483-87cf-dd802c8890cb 2018-07-30 17:22:03,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.272634983063s 2018-07-30 17:22:03,180 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c66eaa09-5c3e-4483-87cf-dd802c8890cb 2018-07-30 17:22:03,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:22:03,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:03,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-65075fee-2293-487a-bed0-48f8b54c37ad Date: Mon, 30 Jul 2018 17:22:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4/snap", "metadata": {}}], "file": "/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4/file", "owner": "e28b4165ddc544dfa0a80bbad5d1b7ef", "id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "size": 12716032, "self": "/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:22:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_e05bc248-4acd-424e-a2b7-dd9760769526", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_e05bc248-4acd-424e-a2b7-dd9760769526", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:21:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:22:03,871 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-65075fee-2293-487a-bed0-48f8b54c37ad 2018-07-30 17:22:03,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.686578035355s 2018-07-30 17:22:03,871 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-65075fee-2293-487a-bed0-48f8b54c37ad 2018-07-30 17:22:03,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:22:03,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:03,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-8f937722-c8bd-4546-999b-9a5f2e702c60 x-compute-request-id: req-8f937722-c8bd-4546-999b-9a5f2e702c60 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_e05bc248-4acd-424e-a2b7-dd9760769526", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "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": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee"}]} 2018-07-30 17:22:03,907 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8f937722-c8bd-4546-999b-9a5f2e702c60 2018-07-30 17:22:03,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0333478450775s 2018-07-30 17:22:03,907 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8f937722-c8bd-4546-999b-9a5f2e702c60 2018-07-30 17:22:03,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-30 17:22:03,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" -d '{"server": {"name": "vping_ssh-vm2_e05bc248-4acd-424e-a2b7-dd9760769526", "imageRef": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "flavorRef": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "max_count": 1, "min_count": 1, "networks": [{"uuid": "bc1dc788-b260-417c-8d80-56cf39896b79"}], "security_groups": [{"name": "c8208e75-691b-4632-aa7f-76c8e9479ed4"}]}}' 2018-07-30 17:22:06,672 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:22:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-adee90cc-ed13-4f1a-a34a-bde7f4decccd x-compute-request-id: req-adee90cc-ed13-4f1a-a34a-bde7f4decccd Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "c8208e75-691b-4632-aa7f-76c8e9479ed4"}], "OS-DCF:diskConfig": "MANUAL", "id": "9e8197cf-3a49-40e7-a175-17e682cc2fbc", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "bookmark"}], "adminPass": "VjFom6udcjCU"}} 2018-07-30 17:22:06,672 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-adee90cc-ed13-4f1a-a34a-bde7f4decccd 2018-07-30 17:22:06,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.7635538578s 2018-07-30 17:22:06,673 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-adee90cc-ed13-4f1a-a34a-bde7f4decccd 2018-07-30 17:22:06,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:22:06,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:06,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-7d94ec15-2511-41bb-b897-bbecbee8632a x-compute-request-id: req-7d94ec15-2511-41bb-b897-bbecbee8632a Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "9e8197cf-3a49-40e7-a175-17e682cc2fbc", "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:22:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:06Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:22:06,988 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7d94ec15-2511-41bb-b897-bbecbee8632a 2018-07-30 17:22:06,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.314476966858s 2018-07-30 17:22:06,989 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7d94ec15-2511-41bb-b897-bbecbee8632a 2018-07-30 17:22:06,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:22:06,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:07,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-881c70fd-8254-4308-bcbb-61b1aac3680d Date: Mon, 30 Jul 2018 17:22:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb2004c-7d62-45fb-b869-ede233cba730"],"updated_at":"2018-07-30T17:21:54Z","tenant_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","created_at":"2018-07-30T17:21:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","id":"bc1dc788-b260-417c-8d80-56cf39896b79","name":"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526"}]} 2018-07-30 17:22:07,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-881c70fd-8254-4308-bcbb-61b1aac3680d 2018-07-30 17:22:07,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.292979955673s 2018-07-30 17:22:07,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-881c70fd-8254-4308-bcbb-61b1aac3680d 2018-07-30 17:22:07,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 17:22:07,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:07,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-ac960da6-f664-4d7a-b4ee-c76f32bd2943 Date: Mon, 30 Jul 2018 17:22:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc1dc788-b260-417c-8d80-56cf39896b79","tenant_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","created_at":"2018-07-30T17:21:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:21:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","id":"eeb2004c-7d62-45fb-b869-ede233cba730","subnetpool_id":null,"name":"vping_ssh-subnet_e05bc248-4acd-424e-a2b7-dd9760769526"}]} 2018-07-30 17:22:07,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-ac960da6-f664-4d7a-b4ee-c76f32bd2943 2018-07-30 17:22:07,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.054536819458s 2018-07-30 17:22:07,345 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-ac960da6-f664-4d7a-b4ee-c76f32bd2943 2018-07-30 17:22:07,345 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:22:09,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:22:09,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:09,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-6f706256-a03a-4eff-8ff7-3e7bb4b2c1b4 x-compute-request-id: req-6f706256-a03a-4eff-8ff7-3e7bb4b2c1b4 Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "9e8197cf-3a49-40e7-a175-17e682cc2fbc", "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:22:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:06Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:22:09,773 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6f706256-a03a-4eff-8ff7-3e7bb4b2c1b4 2018-07-30 17:22:09,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.42498588562s 2018-07-30 17:22:09,773 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6f706256-a03a-4eff-8ff7-3e7bb4b2c1b4 2018-07-30 17:22:09,777 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:22:11,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:22:11,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:11,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-42b4d60f-fd33-4280-903d-7c93a6fcf34e x-compute-request-id: req-42b4d60f-fd33-4280-903d-7c93a6fcf34e 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.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "9e8197cf-3a49-40e7-a175-17e682cc2fbc", "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:22:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:06Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:22:11,906 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-42b4d60f-fd33-4280-903d-7c93a6fcf34e 2018-07-30 17:22:11,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.126662015915s 2018-07-30 17:22:11,907 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-42b4d60f-fd33-4280-903d-7c93a6fcf34e 2018-07-30 17:22:11,911 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:22:13,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:22:13,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:15,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-134814bc-443e-4a48-8d0b-fe9d23bb1ba8 x-compute-request-id: req-134814bc-443e-4a48-8d0b-fe9d23bb1ba8 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.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "9e8197cf-3a49-40e7-a175-17e682cc2fbc", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:22:12Z", "hostId": "e343928797825ae89d9040dd33f40297333e5c34143ad680febe477a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:06Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:22:15,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-134814bc-443e-4a48-8d0b-fe9d23bb1ba8 2018-07-30 17:22:15,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.49485611916s 2018-07-30 17:22:15,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-134814bc-443e-4a48-8d0b-fe9d23bb1ba8 2018-07-30 17:22:15,413 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:22:17,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:22:17,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:18,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-6222e35f-f548-4fcf-9dfa-425dcaf5e326 x-compute-request-id: req-6222e35f-f548-4fcf-9dfa-425dcaf5e326 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.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "9e8197cf-3a49-40e7-a175-17e682cc2fbc", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:22:12Z", "hostId": "e343928797825ae89d9040dd33f40297333e5c34143ad680febe477a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:06Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:22:18,365 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6222e35f-f548-4fcf-9dfa-425dcaf5e326 2018-07-30 17:22:18,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.949260950089s 2018-07-30 17:22:18,365 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6222e35f-f548-4fcf-9dfa-425dcaf5e326 2018-07-30 17:22:18,369 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:22:20,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:22:20,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:20,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-54deaf3f-9e56-4383-9e8a-9ac1ae061255 x-compute-request-id: req-54deaf3f-9e56-4383-9e8a-9ac1ae061255 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:91:aa", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:22:18.000000", "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "9e8197cf-3a49-40e7-a175-17e682cc2fbc", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:22:18Z", "hostId": "e343928797825ae89d9040dd33f40297333e5c34143ad680febe477a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:06Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:22:20,951 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-54deaf3f-9e56-4383-9e8a-9ac1ae061255 2018-07-30 17:22:20,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579346179962s 2018-07-30 17:22:20,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-54deaf3f-9e56-4383-9e8a-9ac1ae061255 2018-07-30 17:22:20,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:22:20,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=9e8197cf-3a49-40e7-a175-17e682cc2fbc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:21,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f4938880-1e4e-4df5-9979-a785eee9bfd6 Date: Mon, 30 Jul 2018 17:22:21 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bc1dc788-b260-417c-8d80-56cf39896b79","tenant_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","created_at":"2018-07-30T17:22:13Z","admin_state_up":true,"updated_at":"2018-07-30T17:22:18Z","binding:vnic_type":"normal","device_id":"9e8197cf-3a49-40e7-a175-17e682cc2fbc","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:f1:91:aa","id":"b7cf33b8-92e0-4be5-864f-6e7285b8fc17","port_security_enabled":true,"project_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","fixed_ips":[{"subnet_id":"eeb2004c-7d62-45fb-b869-ede233cba730","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["c8208e75-691b-4632-aa7f-76c8e9479ed4"],"name":""}]} 2018-07-30 17:22:21,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=9e8197cf-3a49-40e7-a175-17e682cc2fbc used request id req-f4938880-1e4e-4df5-9979-a785eee9bfd6 2018-07-30 17:22:21,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.103679895401s 2018-07-30 17:22:21,060 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=9e8197cf-3a49-40e7-a175-17e682cc2fbc used request id req-f4938880-1e4e-4df5-9979-a785eee9bfd6 2018-07-30 17:22:21,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:22:21,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b7cf33b8-92e0-4be5-864f-6e7285b8fc17" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:21,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3931aa3a-126d-4ecb-88fd-866432289eaf Date: Mon, 30 Jul 2018 17:22:21 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:22:21,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b7cf33b8-92e0-4be5-864f-6e7285b8fc17 used request id req-3931aa3a-126d-4ecb-88fd-866432289eaf 2018-07-30 17:22:21,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.021332025528s 2018-07-30 17:22:21,087 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b7cf33b8-92e0-4be5-864f-6e7285b8fc17 used request id req-3931aa3a-126d-4ecb-88fd-866432289eaf 2018-07-30 17:22:21,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:22:21,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:21,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-54314a97-4ef8-4577-984b-4821a85fbfe3 x-compute-request-id: req-54314a97-4ef8-4577-984b-4821a85fbfe3 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:91:aa", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:22:18.000000", "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "9e8197cf-3a49-40e7-a175-17e682cc2fbc", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:22:18Z", "hostId": "e343928797825ae89d9040dd33f40297333e5c34143ad680febe477a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:06Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:22:21,631 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-54314a97-4ef8-4577-984b-4821a85fbfe3 2018-07-30 17:22:21,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544152021408s 2018-07-30 17:22:21,632 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-54314a97-4ef8-4577-984b-4821a85fbfe3 2018-07-30 17:22:21,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:22:21,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=9e8197cf-3a49-40e7-a175-17e682cc2fbc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:21,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3c389a22-1712-48fc-b991-5941b0222dc1 Date: Mon, 30 Jul 2018 17:22:21 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bc1dc788-b260-417c-8d80-56cf39896b79","tenant_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","created_at":"2018-07-30T17:22:13Z","admin_state_up":true,"updated_at":"2018-07-30T17:22:18Z","binding:vnic_type":"normal","device_id":"9e8197cf-3a49-40e7-a175-17e682cc2fbc","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:f1:91:aa","id":"b7cf33b8-92e0-4be5-864f-6e7285b8fc17","port_security_enabled":true,"project_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","fixed_ips":[{"subnet_id":"eeb2004c-7d62-45fb-b869-ede233cba730","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["c8208e75-691b-4632-aa7f-76c8e9479ed4"],"name":""}]} 2018-07-30 17:22:21,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=9e8197cf-3a49-40e7-a175-17e682cc2fbc used request id req-3c389a22-1712-48fc-b991-5941b0222dc1 2018-07-30 17:22:21,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0619909763336s 2018-07-30 17:22:21,697 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=9e8197cf-3a49-40e7-a175-17e682cc2fbc used request id req-3c389a22-1712-48fc-b991-5941b0222dc1 2018-07-30 17:22:21,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:22:21,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b7cf33b8-92e0-4be5-864f-6e7285b8fc17" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:21,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bf0f57d4-3b66-4e81-bc75-ea0dc3fe414b Date: Mon, 30 Jul 2018 17:22:21 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:22:21,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b7cf33b8-92e0-4be5-864f-6e7285b8fc17 used request id req-bf0f57d4-3b66-4e81-bc75-ea0dc3fe414b 2018-07-30 17:22:21,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0250630378723s 2018-07-30 17:22:21,727 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b7cf33b8-92e0-4be5-864f-6e7285b8fc17 used request id req-bf0f57d4-3b66-4e81-bc75-ea0dc3fe414b 2018-07-30 17:22:21,727 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f1:91:aa', 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'bae898c6-0d1e-4b53-9a76-973703ed1ba4'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-30T17:22:18.000000', 'flavor': Munch({u'id': u'8d60d6e9-b4b0-4679-9678-edad2ba4a0ee'}), 'az': u'nova', 'id': u'9e8197cf-3a49-40e7-a175-17e682cc2fbc', 'security_groups': [Munch({u'name': u'vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6b53202f0cc24e7482f1eee090f7fa5b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e28b4165ddc544dfa0a80bbad5d1b7ef', 'name': 'vping_ssh-project_e05bc248-4acd-424e-a2b7-dd9760769526', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-30T17:22:18.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-30T17:22:18Z', 'hostId': u'e343928797825ae89d9040dd33f40297333e5c34143ad680febe477a', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'e343928797825ae89d9040dd33f40297333e5c34143ad680febe477a', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-30T17:22:18.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'e28b4165ddc544dfa0a80bbad5d1b7ef', 'name': u'vping_ssh-vm2_e05bc248-4acd-424e-a2b7-dd9760769526', 'adminPass': None, 'tenant_id': u'e28b4165ddc544dfa0a80bbad5d1b7ef', 'created_at': u'2018-07-30T17:22:06Z', 'created': u'2018-07-30T17:22:06Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-30 17:22:21,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:22:21,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:21,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0c1e1512-c2ad-46e6-a536-de5145451fb6 Date: Mon, 30 Jul 2018 17:22:21 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":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb2004c-7d62-45fb-b869-ede233cba730"],"updated_at":"2018-07-30T17:21:54Z","tenant_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","created_at":"2018-07-30T17:21:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","id":"bc1dc788-b260-417c-8d80-56cf39896b79","name":"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526"}]} 2018-07-30 17:22:21,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0c1e1512-c2ad-46e6-a536-de5145451fb6 2018-07-30 17:22:21,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.223351955414s 2018-07-30 17:22:21,952 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0c1e1512-c2ad-46e6-a536-de5145451fb6 2018-07-30 17:22:21,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:22:21,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:22,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-8a0737a7-d6ad-412e-bbcb-2c84f271c93e Date: Mon, 30 Jul 2018 17:22:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4/snap", "metadata": {}}], "file": "/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4/file", "owner": "e28b4165ddc544dfa0a80bbad5d1b7ef", "id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "size": 12716032, "self": "/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:22:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_e05bc248-4acd-424e-a2b7-dd9760769526", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_e05bc248-4acd-424e-a2b7-dd9760769526", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:21:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:22:22,611 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8a0737a7-d6ad-412e-bbcb-2c84f271c93e 2018-07-30 17:22:22,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.655936002731s 2018-07-30 17:22:22,612 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8a0737a7-d6ad-412e-bbcb-2c84f271c93e 2018-07-30 17:22:22,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:22:22,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:22,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b376bbb-0eee-46d6-b43a-ec6e7e35e971 x-compute-request-id: req-5b376bbb-0eee-46d6-b43a-ec6e7e35e971 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_e05bc248-4acd-424e-a2b7-dd9760769526", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "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": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee"}]} 2018-07-30 17:22:22,642 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-5b376bbb-0eee-46d6-b43a-ec6e7e35e971 2018-07-30 17:22:22,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0278971195221s 2018-07-30 17:22:22,642 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-5b376bbb-0eee-46d6-b43a-ec6e7e35e971 2018-07-30 17:22:22,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-30 17:22:22,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" -d '{"server": {"name": "vping_ssh-vm_e05bc248-4acd-424e-a2b7-dd9760769526", "imageRef": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "key_name": "vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526", "flavorRef": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "max_count": 1, "min_count": 1, "networks": [{"uuid": "bc1dc788-b260-417c-8d80-56cf39896b79"}], "security_groups": [{"name": "c8208e75-691b-4632-aa7f-76c8e9479ed4"}]}}' 2018-07-30 17:22:25,861 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:22:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-96f8c026-0745-47ff-939a-7afc916f7da5 x-compute-request-id: req-96f8c026-0745-47ff-939a-7afc916f7da5 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/316bd59a-8b93-4c1e-9efb-102df62fea06 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "c8208e75-691b-4632-aa7f-76c8e9479ed4"}], "OS-DCF:diskConfig": "MANUAL", "id": "316bd59a-8b93-4c1e-9efb-102df62fea06", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "bookmark"}], "adminPass": "mk5QXEYsCL5i"}} 2018-07-30 17:22:25,862 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-96f8c026-0745-47ff-939a-7afc916f7da5 2018-07-30 17:22:25,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.21817803383s 2018-07-30 17:22:25,862 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-96f8c026-0745-47ff-939a-7afc916f7da5 2018-07-30 17:22:25,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:22:25,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:27,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-d685a37d-c075-450b-a4da-19a855294ce9 x-compute-request-id: req-d685a37d-c075-450b-a4da-19a855294ce9 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.21:8774/v2.1/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "316bd59a-8b93-4c1e-9efb-102df62fea06", "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:22:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526", "name": "vping_ssh-vm_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:25Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:91:aa", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:22:18.000000", "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "9e8197cf-3a49-40e7-a175-17e682cc2fbc", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:22:18Z", "hostId": "e343928797825ae89d9040dd33f40297333e5c34143ad680febe477a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:06Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:22:27,188 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d685a37d-c075-450b-a4da-19a855294ce9 2018-07-30 17:22:27,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32496881485s 2018-07-30 17:22:27,188 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d685a37d-c075-450b-a4da-19a855294ce9 2018-07-30 17:22:27,193 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:22:29,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:22:29,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:29,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-17781cf4-71fe-45b1-aada-720fd5bbdc15 x-compute-request-id: req-17781cf4-71fe-45b1-aada-720fd5bbdc15 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "316bd59a-8b93-4c1e-9efb-102df62fea06", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:22:27Z", "hostId": "7b05aaf6460d21e61525edcad0ca15851020aa10ac28ca2766d511ee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526", "name": "vping_ssh-vm_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:25Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:91:aa", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:22:18.000000", "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "9e8197cf-3a49-40e7-a175-17e682cc2fbc", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:22:18Z", "hostId": "e343928797825ae89d9040dd33f40297333e5c34143ad680febe477a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:06Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:22:29,890 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-17781cf4-71fe-45b1-aada-720fd5bbdc15 2018-07-30 17:22:29,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.693896055222s 2018-07-30 17:22:29,890 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-17781cf4-71fe-45b1-aada-720fd5bbdc15 2018-07-30 17:22:29,895 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:22:31,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:22:31,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:32,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-8e253deb-4fb8-4b3c-9f16-e6e93478c3a8 x-compute-request-id: req-8e253deb-4fb8-4b3c-9f16-e6e93478c3a8 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "316bd59a-8b93-4c1e-9efb-102df62fea06", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:22:27Z", "hostId": "7b05aaf6460d21e61525edcad0ca15851020aa10ac28ca2766d511ee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526", "name": "vping_ssh-vm_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:25Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:91:aa", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:22:18.000000", "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "9e8197cf-3a49-40e7-a175-17e682cc2fbc", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:22:18Z", "hostId": "e343928797825ae89d9040dd33f40297333e5c34143ad680febe477a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:06Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:22:32,654 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8e253deb-4fb8-4b3c-9f16-e6e93478c3a8 2018-07-30 17:22:32,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.756141901016s 2018-07-30 17:22:32,654 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8e253deb-4fb8-4b3c-9f16-e6e93478c3a8 2018-07-30 17:22:32,659 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:22:34,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:22:34,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:35,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-e0df091c-5f5d-4d14-a8e8-20969bacaf90 x-compute-request-id: req-e0df091c-5f5d-4d14-a8e8-20969bacaf90 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:08:93", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:22:32.000000", "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "316bd59a-8b93-4c1e-9efb-102df62fea06", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:22:32Z", "hostId": "7b05aaf6460d21e61525edcad0ca15851020aa10ac28ca2766d511ee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526", "name": "vping_ssh-vm_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:25Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:91:aa", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:22:18.000000", "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "9e8197cf-3a49-40e7-a175-17e682cc2fbc", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:22:18Z", "hostId": "e343928797825ae89d9040dd33f40297333e5c34143ad680febe477a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:06Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:22:35,217 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e0df091c-5f5d-4d14-a8e8-20969bacaf90 2018-07-30 17:22:35,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.555646181107s 2018-07-30 17:22:35,217 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e0df091c-5f5d-4d14-a8e8-20969bacaf90 2018-07-30 17:22:35,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:22:35,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=316bd59a-8b93-4c1e-9efb-102df62fea06" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:35,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c4a82aa2-fca3-41d8-a8a7-1d23d3059cad Date: Mon, 30 Jul 2018 17:22:35 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bc1dc788-b260-417c-8d80-56cf39896b79","tenant_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","created_at":"2018-07-30T17:22:27Z","admin_state_up":true,"updated_at":"2018-07-30T17:22:32Z","binding:vnic_type":"normal","device_id":"316bd59a-8b93-4c1e-9efb-102df62fea06","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5e:08:93","id":"667eef9d-e7ed-4717-aac4-b80372c47986","port_security_enabled":true,"project_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","fixed_ips":[{"subnet_id":"eeb2004c-7d62-45fb-b869-ede233cba730","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["c8208e75-691b-4632-aa7f-76c8e9479ed4"],"name":""}]} 2018-07-30 17:22:35,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=316bd59a-8b93-4c1e-9efb-102df62fea06 used request id req-c4a82aa2-fca3-41d8-a8a7-1d23d3059cad 2018-07-30 17:22:35,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0671668052673s 2018-07-30 17:22:35,290 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=316bd59a-8b93-4c1e-9efb-102df62fea06 used request id req-c4a82aa2-fca3-41d8-a8a7-1d23d3059cad 2018-07-30 17:22:35,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:22:35,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=667eef9d-e7ed-4717-aac4-b80372c47986" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:35,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-382beb5a-2f53-4694-9d99-3123d805826c Date: Mon, 30 Jul 2018 17:22:35 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:22:35,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=667eef9d-e7ed-4717-aac4-b80372c47986 used request id req-382beb5a-2f53-4694-9d99-3123d805826c 2018-07-30 17:22:35,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0282280445099s 2018-07-30 17:22:35,323 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=667eef9d-e7ed-4717-aac4-b80372c47986 used request id req-382beb5a-2f53-4694-9d99-3123d805826c 2018-07-30 17:22:35,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:22:35,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:36,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-42025e08-f15c-4218-971e-acf3ccbbecb5 x-compute-request-id: req-42025e08-f15c-4218-971e-acf3ccbbecb5 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:08:93", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:22:32.000000", "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "316bd59a-8b93-4c1e-9efb-102df62fea06", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:22:32Z", "hostId": "7b05aaf6460d21e61525edcad0ca15851020aa10ac28ca2766d511ee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526", "name": "vping_ssh-vm_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:25Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:91:aa", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:22:18.000000", "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "9e8197cf-3a49-40e7-a175-17e682cc2fbc", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:22:18Z", "hostId": "e343928797825ae89d9040dd33f40297333e5c34143ad680febe477a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:06Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:22:36,577 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-42025e08-f15c-4218-971e-acf3ccbbecb5 2018-07-30 17:22:36,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.25311088562s 2018-07-30 17:22:36,578 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-42025e08-f15c-4218-971e-acf3ccbbecb5 2018-07-30 17:22:36,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:22:36,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=316bd59a-8b93-4c1e-9efb-102df62fea06" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:36,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-3fffe3cb-a651-45d0-97b9-249ea3eb3c5b Date: Mon, 30 Jul 2018 17:22:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bc1dc788-b260-417c-8d80-56cf39896b79","tenant_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","created_at":"2018-07-30T17:22:27Z","admin_state_up":true,"updated_at":"2018-07-30T17:22:32Z","binding:vnic_type":"normal","device_id":"316bd59a-8b93-4c1e-9efb-102df62fea06","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5e:08:93","id":"667eef9d-e7ed-4717-aac4-b80372c47986","port_security_enabled":true,"project_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","fixed_ips":[{"subnet_id":"eeb2004c-7d62-45fb-b869-ede233cba730","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["c8208e75-691b-4632-aa7f-76c8e9479ed4"],"name":""}]} 2018-07-30 17:22:36,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=316bd59a-8b93-4c1e-9efb-102df62fea06 used request id req-3fffe3cb-a651-45d0-97b9-249ea3eb3c5b 2018-07-30 17:22:36,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0591640472412s 2018-07-30 17:22:36,643 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=316bd59a-8b93-4c1e-9efb-102df62fea06 used request id req-3fffe3cb-a651-45d0-97b9-249ea3eb3c5b 2018-07-30 17:22:36,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:22:36,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=667eef9d-e7ed-4717-aac4-b80372c47986" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:36,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3d56818b-8778-432c-99d9-e524253bb6e5 Date: Mon, 30 Jul 2018 17:22:36 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:22:36,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=667eef9d-e7ed-4717-aac4-b80372c47986 used request id req-3d56818b-8778-432c-99d9-e524253bb6e5 2018-07-30 17:22:36,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0292270183563s 2018-07-30 17:22:36,677 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=667eef9d-e7ed-4717-aac4-b80372c47986 used request id req-3d56818b-8778-432c-99d9-e524253bb6e5 2018-07-30 17:22:36,678 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5e:08:93', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'bae898c6-0d1e-4b53-9a76-973703ed1ba4'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-30T17:22:32.000000', 'flavor': Munch({u'id': u'8d60d6e9-b4b0-4679-9678-edad2ba4a0ee'}), 'az': u'nova', 'id': u'316bd59a-8b93-4c1e-9efb-102df62fea06', 'security_groups': [Munch({u'name': u'vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6b53202f0cc24e7482f1eee090f7fa5b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e28b4165ddc544dfa0a80bbad5d1b7ef', 'name': 'vping_ssh-project_e05bc248-4acd-424e-a2b7-dd9760769526', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-30T17:22:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-30T17:22:32Z', 'hostId': u'7b05aaf6460d21e61525edcad0ca15851020aa10ac28ca2766d511ee', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'7b05aaf6460d21e61525edcad0ca15851020aa10ac28ca2766d511ee', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-30T17:22:32.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'e28b4165ddc544dfa0a80bbad5d1b7ef', 'name': u'vping_ssh-vm_e05bc248-4acd-424e-a2b7-dd9760769526', 'adminPass': None, 'tenant_id': u'e28b4165ddc544dfa0a80bbad5d1b7ef', 'created_at': u'2018-07-30T17:22:25Z', 'created': u'2018-07-30T17:22:25Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-30 17:22:36,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:22:36,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:36,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-315d0b2f-2dd3-4cb3-b890-fafd3365842d Date: Mon, 30 Jul 2018 17:22:36 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":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eeb2004c-7d62-45fb-b869-ede233cba730"],"updated_at":"2018-07-30T17:21:54Z","tenant_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","created_at":"2018-07-30T17:21:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","id":"bc1dc788-b260-417c-8d80-56cf39896b79","name":"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526"}]} 2018-07-30 17:22:36,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-315d0b2f-2dd3-4cb3-b890-fafd3365842d 2018-07-30 17:22:36,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119534015656s 2018-07-30 17:22:36,801 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-315d0b2f-2dd3-4cb3-b890-fafd3365842d 2018-07-30 17:22:36,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:22:36,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=316bd59a-8b93-4c1e-9efb-102df62fea06" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:36,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d3a7a675-6c4a-4e90-83d2-6c5332bacac4 Date: Mon, 30 Jul 2018 17:22:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bc1dc788-b260-417c-8d80-56cf39896b79","tenant_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","created_at":"2018-07-30T17:22:27Z","admin_state_up":true,"updated_at":"2018-07-30T17:22:32Z","binding:vnic_type":"normal","device_id":"316bd59a-8b93-4c1e-9efb-102df62fea06","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5e:08:93","id":"667eef9d-e7ed-4717-aac4-b80372c47986","port_security_enabled":true,"project_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","fixed_ips":[{"subnet_id":"eeb2004c-7d62-45fb-b869-ede233cba730","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["c8208e75-691b-4632-aa7f-76c8e9479ed4"],"name":""}]} 2018-07-30 17:22:36,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=316bd59a-8b93-4c1e-9efb-102df62fea06 used request id req-d3a7a675-6c4a-4e90-83d2-6c5332bacac4 2018-07-30 17:22:36,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0830078125s 2018-07-30 17:22:36,885 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=316bd59a-8b93-4c1e-9efb-102df62fea06 used request id req-d3a7a675-6c4a-4e90-83d2-6c5332bacac4 2018-07-30 17:22:36,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-30 17:22:36,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" -d '{"floatingip": {"floating_network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "fixed_ip_address": "192.168.120.10", "port_id": "667eef9d-e7ed-4717-aac4-b80372c47986"}}' 2018-07-30 17:22:38,412 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-bf7c504b-73ef-4865-b989-3064512c4651 Date: Mon, 30 Jul 2018 17:22:38 GMT RESP BODY: {"floatingip": {"router_id": "508ef709-16ef-4639-84fc-36ee0c379662", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-30T17:22:37Z", "floating_network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "667eef9d-e7ed-4717-aac4-b80372c47986", "id": "8dd0320f-e134-4585-bbbb-5d7a41f0cea5", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "created_at": "2018-07-30T17:22:37Z", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}} 2018-07-30 17:22:38,413 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-bf7c504b-73ef-4865-b989-3064512c4651 2018-07-30 17:22:38,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.5267059803s 2018-07-30 17:22:38,413 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-bf7c504b-73ef-4865-b989-3064512c4651 2018-07-30 17:22:38,416 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'508ef709-16ef-4639-84fc-36ee0c379662', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'e28b4165ddc544dfa0a80bbad5d1b7ef', 'created_at': u'2018-07-30T17:22:37Z', 'attached': True, 'updated_at': u'2018-07-30T17:22:37Z', 'id': u'8dd0320f-e134-4585-bbbb-5d7a41f0cea5', 'floating_network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e28b4165ddc544dfa0a80bbad5d1b7ef', 'name': 'vping_ssh-project_e05bc248-4acd-424e-a2b7-dd9760769526', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'508ef709-16ef-4639-84fc-36ee0c379662', 'project_id': u'e28b4165ddc544dfa0a80bbad5d1b7ef', 'port_id': u'667eef9d-e7ed-4717-aac4-b80372c47986', 'port': u'667eef9d-e7ed-4717-aac4-b80372c47986', 'network': u'6cded11f-6a6d-475c-8684-92fd679f2832'}) 2018-07-30 17:22:38,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-30 17:22:38,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/316bd59a-8b93-4c1e-9efb-102df62fea06/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-30 17:22:39,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7b7256e-d096-4df0-8590-927e7924f69e x-compute-request-id: req-e7b7256e-d096-4df0-8590-927e7924f69e Content-Encoding: gzip Content-Length: 9569 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 462490058 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.147009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149411] pid_max: default: 32768 minimum: 301\n[ 0.150719] ACPI: Core revision 20150930\n[ 0.152447] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154350] Security Framework initialized\n[ 0.155530] Yama: becoming mindful.\n[ 0.156569] AppArmor: AppArmor initialized\n[ 0.157803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161663] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163450] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165491] Initializing cgroup subsys io\n[ 0.166670] Initializing cgroup subsys memory\n[ 0.167932] Initializing cgroup subsys devices\n[ 0.169206] Initializing cgroup subsys freezer\n[ 0.170478] Initializing cgroup subsys net_cls\n[ 0.171744] Initializing cgroup subsys perf_event\n[ 0.173082] Initializing cgroup subsys net_prio\n[ 0.174395] Initializing cgroup subsys hugetlb\n[ 0.175628] Initializing cgroup subsys pids\n[ 0.176842] CPU: Physical Processor ID: 0\n[ 0.178723] mce: CPU supports 10 MCE banks\n[ 0.179915] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.197901] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.204664] ftrace: allocating 31920 entries in 125 pages\n[ 0.229775] smpboot: Max logical packages: 1\n[ 0.231012] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.232903] x2apic enabled\n[ 0.233971] Switched APIC routing to physical x2apic.\n[ 0.236119] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.237740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240684] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243196] KVM setup paravirtual spinlock\n[ 0.244815] x86: Booted up 1 node, 1 CPUs\n[ 0.245956] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247872] devtmpfs: initialized\n[ 0.249825] evm: security.selinux\n[ 0.250843] evm: security.SMACK64\n[ 0.251833] evm: security.SMACK64EXEC\n[ 0.252898] evm: security.SMACK64TRANSMUTE\n[ 0.254063] evm: security.SMACK64MMAP\n[ 0.255121] evm: security.ima\n[ 0.256022] evm: security.capability\n[ 0.257151] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.259404] pinctrl core: initialized pinctrl subsystem\n[ 0.260553] RTC time: 17:22:32, date: 07/30/18\n[ 0.261565] NET: Registered protocol family 16\n[ 0.262596] cpuidle: using governor ladder\n[ 0.263456] cpuidle: using governor menu\n[ 0.264275] PCCT header not found.\n[ 0.265064] ACPI: bus type PCI registered\n[ 0.265901] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.267198] PCI: Using configuration type 1 for base access\n[ 0.269026] ACPI: Added _OSI(Module Device)\n[ 0.269893] ACPI: Added _OSI(Processor Device)\n[ 0.270791] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271731] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273523] ACPI: Interpreter enabled\n[ 0.274323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.281983] ACPI: (supports S0 S5)\n[ 0.282716] ACPI: Using IOAPIC for interrupt routing\n[ 0.283699] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286893] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.288093] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289394] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290644] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.292974] acpiphp: Slot [3] registered\n[ 0.293810] acpiphp: Slot [4] registered\n[ 0.294656] acpiphp: Slot [5] registered\n[ 0.295492] acpiphp: Slot [6] registered\n[ 0.296323] acpiphp: Slot [7] registered\n[ 0.297155] acpiphp: Slot [8] registered\n[ 0.297991] acpiphp: Slot [9] registered\n[ 0.298826] acpiphp: Slot [10] registered\n[ 0.299675] acpiphp: Slot [11] registered\n[ 0.300526] acpiphp: Slot [12] registered\n[ 0.301374] acpiphp: Slot [13] registered\n[ 0.302220] acpiphp: Slot [14] registered\n[ 0.303090] acpiphp: Slot [15] registered\n[ 0.313857] acpiphp: Slot [16] registered\n[ 0.314718] acpiphp: Slot [17] registered\n[ 0.315569] acpiphp: Slot [18] registered\n[ 0.316418] acpiphp: Slot [19] registered\n[ 0.317276] acpiphp: Slot [20] registered\n[ 0.318129] acpiphp: Slot [21] registered\n[ 0.318980] acpiphp: Slot [22] registered\n[ 0.319826] acpiphp: Slot [23] registered\n[ 0.320676] acpiphp: Slot [24] registered\n[ 0.321532] acpiphp: Slot [25] registered\n[ 0.322383] acpiphp: Slot [26] registered\n[ 0.323231] acpiphp: Slot [27] registered\n[ 0.324118] acpiphp: Slot [28] registered\n[ 0.324971] acpiphp: Slot [29] registered\n[ 0.325817] acpiphp: Slot [30] registered\n[ 0.326670] acpiphp: Slot [31] registered\n[ 0.327518] PCI host bridge to bus 0000:00\n[ 0.328373] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.329637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330903] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332412] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.333919] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.335455] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338839] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341417] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346317] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347790] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365771] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367334] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369156] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372115] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373424] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374776] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375875] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377488] vgaarb: loaded\n[ 0.378109] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379374] SCSI subsystem initialized\n[ 0.380316] ACPI: bus type USB registered\n[ 0.381177] usbcore: registered new interface driver usbfs\n[ 0.382249] usbcore: registered new interface driver hub\n[ 0.383307] usbcore: registered new device driver usb\n[ 0.384458] PCI: Using ACPI for IRQ routing\n[ 0.385605] NetLabel: Initializing\n[ 0.386356] NetLabel: domain hash size = 128\n[ 0.387242] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388246] NetLabel: unlabeled traffic allowed by default\n[ 0.389452] clocksource: Switched to clocksource kvm-clock\n[ 0.397660] AppArmor: AppArmor Filesystem Enabled\n[ 0.398674] pnp: PnP ACPI init\n[ 0.399659] pnp: PnP ACPI: found 5 devices\n[ 0.406146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407931] NET: Registered protocol family 2\n[ 0.409016] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410366] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411619] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412861] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415240] NET: Registered protocol family 1\n[ 0.416157] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418432] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432528] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446695] Trying to unpack rootfs image as initramfs...\n[ 0.502892] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504638] Scanning for low memory corruption every 60 seconds\n[ 0.506063] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507293] audit: initializing netlink subsys (disabled)\n[ 0.508366] audit: type=2000 audit(1532971353.623:1): initialized\n[ 0.509787] Initialise system trusted keyring\n[ 0.510776] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514182] zbud: loaded\n[ 0.514946] VFS: Disk quotas dquot_6.6.0\n[ 0.515795] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517468] fuse init (API version 7.23)\n[ 0.518412] Key type big_key registered\n[ 0.519249] Allocating IMA MOK and blacklist keyrings.\n[ 0.520526] Key type asymmetric registered\n[ 0.521387] Asymmetric key parser 'x509' registered\n[ 0.522403] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523942] io scheduler noop registered\n[ 0.524760] io scheduler deadline registered (default)\n[ 0.525801] io scheduler cfq registered\n[ 0.526691] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529090] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530605] ACPI: Power Button [PWRF]\n[ 0.531496] GHES: HEST is not enabled!\n[ 0.545115] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575093] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600425] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603293] Linux agpgart interface v0.103\n[ 0.606355] brd: module loaded\n[ 0.608138] loop: module loaded\n[ 0.612245] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613768] GPT:90111 != 2097151\n[ 0.614477] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615617] GPT:90111 != 2097151\n[ 0.616322] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617334] vda: vda1 vda15\n[ 0.618749] scsi host0: ata_piix\n[ 0.619577] scsi host1: ata_piix\n[ 0.620339] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.621622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.623186] libphy: Fixed MDIO Bus: probed\n[ 0.624051] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625049] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627420] PPP generic driver version 2.4.2\n[ 0.628397] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629655] ehci-pci: EHCI PCI platform driver\n[ 0.630577] ehci-platform: EHCI generic platform driver\n[ 0.631616] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632805] ohci-pci: OHCI PCI platform driver\n[ 0.633727] ohci-platform: OHCI generic platform driver\n[ 0.634776] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649040] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650102] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651630] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.653889] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655197] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656677] usb usb1: Product: UHCI Host Controller\n[ 0.657657] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658858] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659893] hub 1-0:1.0: USB hub found\n[ 0.660710] hub 1-0:1.0: 2 ports detected\n[ 0.661710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663945] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664948] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666053] mousedev: PS/2 mouse device common for all mice\n[ 0.667383] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669328] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670511] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671773] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673035] i2c /dev entries driver\n[ 0.673851] device-mapper: uevent: version 1.0.3\n[ 0.674870] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678108] NET: Registered protocol family 10\n[ 0.679295] NET: Registered protocol family 17\n[ 0.680238] Key type dns_resolver registered\n[ 0.681286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682451] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684345] registered taskstats version 1\n[ 0.685241] Loading compiled-in X.509 certificates\n[ 0.686769] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688736] zswap: loaded using pool lzo/zbud\n[ 0.690468] Key type trusted registered\n[ 0.692347] Key type encrypted registered\n[ 0.693212] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694310] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695419] evm: HMAC attrs: 0x1\n[ 0.696432] Magic number: 10:886:391\n[ 0.697332] rtc_cmos 00:00: setting system clock to 2018-07-30 17:22:33 UTC (1532971353)\n[ 0.699044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700216] EDD information not available.\n[ 0.782760] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794563] Write protecting the kernel read-only data: 14336k\n[ 0.796783] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798697] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.843396] 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.78\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.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.89. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrG+cZL/0GMpB3zXO3gkgE5RO/E4G9knQ554mJt1Yda2VMFVzUGiBsVwtWl3jFGfReNTLeNcO4rpJqyLrJSqbFrEnxVerar4g9od+zdApDA25KqO6jmMOnOJVPEzsfcqwKqu3dIMijUNeAaKBH54YtoHjKsLPWcYbCI2py5nSTI2bGZKY58eCwogNRhhHUhH/JHWYyT0kM9988b7/62AqRVIUdKQzdkAp+biKChMFGqFQfHTU8d4nhYTAGbF6Mtm1Gb74t/DeV6eYpFhIE0Yh1MTl4c+vJ0d47AuYzMafoS/4PApdUuMPeU6S4HkoPlY22X5O7IYQt9YwLkA/73EM1 root@vping-ssh-vm-e05bc248-4acd-424e-a2b7-dd9760769526\nssh-dss AAAAB3NzaC1kc3MAAACBAJFxLt5AoqfNAsl3DsS79h0LN0d3GpiCr95U12A3/D6pW1TqPQwY6XZCLHvKT9pSzD0ZT6PLtHEnvhvL17pY8/yVvf8wy9r0Y79ysy/aInm5oddTLPUDo2JHAGDv+CSLxmSek68q6tmuwz8juqE6QPOV5V+7Pm7vYqIAMHQnqh1zAAAAFQCWlUBIOyilT737LV7XwV/lhXKQoQAAAIBCQT3UtLo9ivgFXEvJdKsV6vB+5KnCI5UakVnZoKm4FgDcXxvfBix1znc3g9wDuBPeOtc4ZhLK5utBwFLObFy5uaRKDOAEw9KMxxUbtjfEdUc/LB7d/AK3otJZ48g5VWCFGjKDqYGR2XgNrdIUEn/iIqz2sTXTJeiFScaMwXBwSQAAAIBYDlbvbeI2XycrKKw3OWZ+vWvP2+R7dXg/PQxqhAFPG6js9HUOiHN4AZbdR74Aimh3c9i4SVfUQnrCSqxM6ujys0Px5w6iT1njs9ozf9rRDZYxXGAMFYZBuZQTr0f+lyM8OelsupVhXqjb+lfPfF3JbvqY1DbVpKY6oCY1MzFqAw== root@vping-ssh-vm-e05bc248-4acd-424e-a2b7-dd9760769526\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.10,24,fe80::f816:3eff:fe5e:893/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-e05bc248-4acd-424e-a2b7-dd9760769526\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.70 ===\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-e05bc248-4acd-424e-a2b7-dd9760769526 login: "} 2018-07-30 17:22:39,135 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/316bd59a-8b93-4c1e-9efb-102df62fea06/action used request id req-e7b7256e-d096-4df0-8590-927e7924f69e 2018-07-30 17:22:39,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.717783212662s 2018-07-30 17:22:39,136 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/316bd59a-8b93-4c1e-9efb-102df62fea06/action used request id req-e7b7256e-d096-4df0-8590-927e7924f69e 2018-07-30 17:22:39,136 - 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 462490058 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.147009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149411] pid_max: default: 32768 minimum: 301 [ 0.150719] ACPI: Core revision 20150930 [ 0.152447] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154350] Security Framework initialized [ 0.155530] Yama: becoming mindful. [ 0.156569] AppArmor: AppArmor initialized [ 0.157803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161663] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163450] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.165491] Initializing cgroup subsys io [ 0.166670] Initializing cgroup subsys memory [ 0.167932] Initializing cgroup subsys devices [ 0.169206] Initializing cgroup subsys freezer [ 0.170478] Initializing cgroup subsys net_cls [ 0.171744] Initializing cgroup subsys perf_event [ 0.173082] Initializing cgroup subsys net_prio [ 0.174395] Initializing cgroup subsys hugetlb [ 0.175628] Initializing cgroup subsys pids [ 0.176842] CPU: Physical Processor ID: 0 [ 0.178723] mce: CPU supports 10 MCE banks [ 0.179915] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.181352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.197901] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.204664] ftrace: allocating 31920 entries in 125 pages [ 0.229775] smpboot: Max logical packages: 1 [ 0.231012] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.232903] x2apic enabled [ 0.233971] Switched APIC routing to physical x2apic. [ 0.236119] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.237740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.240684] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.243196] KVM setup paravirtual spinlock [ 0.244815] x86: Booted up 1 node, 1 CPUs [ 0.245956] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.247872] devtmpfs: initialized [ 0.249825] evm: security.selinux [ 0.250843] evm: security.SMACK64 [ 0.251833] evm: security.SMACK64EXEC [ 0.252898] evm: security.SMACK64TRANSMUTE [ 0.254063] evm: security.SMACK64MMAP [ 0.255121] evm: security.ima [ 0.256022] evm: security.capability [ 0.257151] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.259404] pinctrl core: initialized pinctrl subsystem [ 0.260553] RTC time: 17:22:32, date: 07/30/18 [ 0.261565] NET: Registered protocol family 16 [ 0.262596] cpuidle: using governor ladder [ 0.263456] cpuidle: using governor menu [ 0.264275] PCCT header not found. [ 0.265064] ACPI: bus type PCI registered [ 0.265901] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.267198] PCI: Using configuration type 1 for base access [ 0.269026] ACPI: Added _OSI(Module Device) [ 0.269893] ACPI: Added _OSI(Processor Device) [ 0.270791] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.271731] ACPI: Added _OSI(Processor Aggregator Device) [ 0.273523] ACPI: Interpreter enabled [ 0.274323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.276238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.278154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.280068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.281983] ACPI: (supports S0 S5) [ 0.282716] ACPI: Using IOAPIC for interrupt routing [ 0.283699] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.286893] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.288093] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.289394] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.290644] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.292974] acpiphp: Slot [3] registered [ 0.293810] acpiphp: Slot [4] registered [ 0.294656] acpiphp: Slot [5] registered [ 0.295492] acpiphp: Slot [6] registered [ 0.296323] acpiphp: Slot [7] registered [ 0.297155] acpiphp: Slot [8] registered [ 0.297991] acpiphp: Slot [9] registered [ 0.298826] acpiphp: Slot [10] registered [ 0.299675] acpiphp: Slot [11] registered [ 0.300526] acpiphp: Slot [12] registered [ 0.301374] acpiphp: Slot [13] registered [ 0.302220] acpiphp: Slot [14] registered [ 0.303090] acpiphp: Slot [15] registered [ 0.313857] acpiphp: Slot [16] registered [ 0.314718] acpiphp: Slot [17] registered [ 0.315569] acpiphp: Slot [18] registered [ 0.316418] acpiphp: Slot [19] registered [ 0.317276] acpiphp: Slot [20] registered [ 0.318129] acpiphp: Slot [21] registered [ 0.318980] acpiphp: Slot [22] registered [ 0.319826] acpiphp: Slot [23] registered [ 0.320676] acpiphp: Slot [24] registered [ 0.321532] acpiphp: Slot [25] registered [ 0.322383] acpiphp: Slot [26] registered [ 0.323231] acpiphp: Slot [27] registered [ 0.324118] acpiphp: Slot [28] registered [ 0.324971] acpiphp: Slot [29] registered [ 0.325817] acpiphp: Slot [30] registered [ 0.326670] acpiphp: Slot [31] registered [ 0.327518] PCI host bridge to bus 0000:00 [ 0.328373] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.329637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.330903] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.332412] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.333919] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.335455] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.338839] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.340183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.341417] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.342741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.346317] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.347790] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365771] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367334] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369156] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372115] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373424] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374776] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375875] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377488] vgaarb: loaded [ 0.378109] vgaarb: bridge control possible 0000:00:02.0 [ 0.379374] SCSI subsystem initialized [ 0.380316] ACPI: bus type USB registered [ 0.381177] usbcore: registered new interface driver usbfs [ 0.382249] usbcore: registered new interface driver hub [ 0.383307] usbcore: registered new device driver usb [ 0.384458] PCI: Using ACPI for IRQ routing [ 0.385605] NetLabel: Initializing [ 0.386356] NetLabel: domain hash size = 128 [ 0.387242] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388246] NetLabel: unlabeled traffic allowed by default [ 0.389452] clocksource: Switched to clocksource kvm-clock [ 0.397660] AppArmor: AppArmor Filesystem Enabled [ 0.398674] pnp: PnP ACPI init [ 0.399659] pnp: PnP ACPI: found 5 devices [ 0.406146] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.407931] NET: Registered protocol family 2 [ 0.409016] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.410366] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.411619] TCP: Hash tables configured (established 4096 bind 4096) [ 0.412861] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.414001] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.415240] NET: Registered protocol family 1 [ 0.416157] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.417305] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.418432] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432528] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446695] Trying to unpack rootfs image as initramfs... [ 0.502892] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.504638] Scanning for low memory corruption every 60 seconds [ 0.506063] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507293] audit: initializing netlink subsys (disabled) [ 0.508366] audit: type=2000 audit(1532971353.623:1): initialized [ 0.509787] Initialise system trusted keyring [ 0.510776] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.511989] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514182] zbud: loaded [ 0.514946] VFS: Disk quotas dquot_6.6.0 [ 0.515795] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517468] fuse init (API version 7.23) [ 0.518412] Key type big_key registered [ 0.519249] Allocating IMA MOK and blacklist keyrings. [ 0.520526] Key type asymmetric registered [ 0.521387] Asymmetric key parser 'x509' registered [ 0.522403] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523942] io scheduler noop registered [ 0.524760] io scheduler deadline registered (default) [ 0.525801] io scheduler cfq registered [ 0.526691] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529090] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530605] ACPI: Power Button [PWRF] [ 0.531496] GHES: HEST is not enabled! [ 0.545115] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572930] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.575093] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600425] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603293] Linux agpgart interface v0.103 [ 0.606355] brd: module loaded [ 0.608138] loop: module loaded [ 0.612245] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613768] GPT:90111 != 2097151 [ 0.614477] GPT:Alternate GPT header not at the end of the disk. [ 0.615617] GPT:90111 != 2097151 [ 0.616322] GPT: Use GNU Parted to correct GPT errors. [ 0.617334] vda: vda1 vda15 [ 0.618749] scsi host0: ata_piix [ 0.619577] scsi host1: ata_piix [ 0.620339] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.621622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.623186] libphy: Fixed MDIO Bus: probed [ 0.624051] tun: Universal TUN/TAP device driver, 1.6 [ 0.625049] tun: (C) 1999-2004 Max Krasnyansky [ 0.627420] PPP generic driver version 2.4.2 [ 0.628397] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.629655] ehci-pci: EHCI PCI platform driver [ 0.630577] ehci-platform: EHCI generic platform driver [ 0.631616] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.632805] ohci-pci: OHCI PCI platform driver [ 0.633727] ohci-platform: OHCI generic platform driver [ 0.634776] uhci_hcd: USB Universal Host Controller Interface driver [ 0.649040] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.650102] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.651630] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.652678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.653889] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.655197] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.656677] usb usb1: Product: UHCI Host Controller [ 0.657657] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.658858] usb usb1: SerialNumber: 0000:00:01.2 [ 0.659893] hub 1-0:1.0: USB hub found [ 0.660710] hub 1-0:1.0: 2 ports detected [ 0.661710] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.663945] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.664948] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.666053] mousedev: PS/2 mouse device common for all mice [ 0.667383] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.669328] rtc_cmos 00:00: RTC can wake from S4 [ 0.670511] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.671773] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.673035] i2c /dev entries driver [ 0.673851] device-mapper: uevent: version 1.0.3 [ 0.674870] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.676599] ledtrig-cpu: registered to indicate activity on CPUs [ 0.678108] NET: Registered protocol family 10 [ 0.679295] NET: Registered protocol family 17 [ 0.680238] Key type dns_resolver registered [ 0.681286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682451] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684345] registered taskstats version 1 [ 0.685241] Loading compiled-in X.509 certificates [ 0.686769] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688736] zswap: loaded using pool lzo/zbud [ 0.690468] Key type trusted registered [ 0.692347] Key type encrypted registered [ 0.693212] AppArmor: AppArmor sha1 policy hashing enabled [ 0.694310] ima: No TPM chip found, activating TPM-bypass! [ 0.695419] evm: HMAC attrs: 0x1 [ 0.696432] Magic number: 10:886:391 [ 0.697332] rtc_cmos 00:00: setting system clock to 2018-07-30 17:22:33 UTC (1532971353) [ 0.699044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.700216] EDD information not available. [ 0.782760] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.794563] Write protecting the kernel read-only data: 14336k [ 0.796783] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798697] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.843396] 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.78 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.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.89. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrG+cZL/0GMpB3zXO3gkgE5RO/E4G9knQ554mJt1Yda2VMFVzUGiBsVwtWl3jFGfReNTLeNcO4rpJqyLrJSqbFrEnxVerar4g9od+zdApDA25KqO6jmMOnOJVPEzsfcqwKqu3dIMijUNeAaKBH54YtoHjKsLPWcYbCI2py5nSTI2bGZKY58eCwogNRhhHUhH/JHWYyT0kM9988b7/62AqRVIUdKQzdkAp+biKChMFGqFQfHTU8d4nhYTAGbF6Mtm1Gb74t/DeV6eYpFhIE0Yh1MTl4c+vJ0d47AuYzMafoS/4PApdUuMPeU6S4HkoPlY22X5O7IYQt9YwLkA/73EM1 root@vping-ssh-vm-e05bc248-4acd-424e-a2b7-dd9760769526 ssh-dss AAAAB3NzaC1kc3MAAACBAJFxLt5AoqfNAsl3DsS79h0LN0d3GpiCr95U12A3/D6pW1TqPQwY6XZCLHvKT9pSzD0ZT6PLtHEnvhvL17pY8/yVvf8wy9r0Y79ysy/aInm5oddTLPUDo2JHAGDv+CSLxmSek68q6tmuwz8juqE6QPOV5V+7Pm7vYqIAMHQnqh1zAAAAFQCWlUBIOyilT737LV7XwV/lhXKQoQAAAIBCQT3UtLo9ivgFXEvJdKsV6vB+5KnCI5UakVnZoKm4FgDcXxvfBix1znc3g9wDuBPeOtc4ZhLK5utBwFLObFy5uaRKDOAEw9KMxxUbtjfEdUc/LB7d/AK3otJZ48g5VWCFGjKDqYGR2XgNrdIUEn/iIqz2sTXTJeiFScaMwXBwSQAAAIBYDlbvbeI2XycrKKw3OWZ+vWvP2+R7dXg/PQxqhAFPG6js9HUOiHN4AZbdR74Aimh3c9i4SVfUQnrCSqxM6ujys0Px5w6iT1njs9ozf9rRDZYxXGAMFYZBuZQTr0f+lyM8OelsupVhXqjb+lfPfF3JbvqY1DbVpKY6oCY1MzFqAw== root@vping-ssh-vm-e05bc248-4acd-424e-a2b7-dd9760769526 -----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.10,24,fe80::f816:3eff:fe5e:893/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-e05bc248-4acd-424e-a2b7-dd9760769526 launch-index: 0 === cirros: current=0.4.0 uptime=3.70 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-e05bc248-4acd-424e-a2b7-dd9760769526 login: 2018-07-30 17:22:40,137 - paramiko.transport - DEBUG - starting thread (client mode): 0x881be50L 2018-07-30 17:22:40,138 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-30 17:22:40,138 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-30 17:22:40,138 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-30 17:22:40,139 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-30 17:22:40,140 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-30 17:22:40,140 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-30 17:22:40,140 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-30 17:22:40,140 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-30 17:22:40,140 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-30 17:22:40,157 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-30 17:22:40,158 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-30 17:22:40,169 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: 1d8a0043c1747e5dafe754fc5629835b 2018-07-30 17:22:40,170 - paramiko.transport - DEBUG - Trying discovered key d42330d00f2364393f21d593a24b38b2 in /tmp/tmp6rAIJG 2018-07-30 17:22:40,196 - paramiko.transport - DEBUG - userauth is OK 2018-07-30 17:22:40,202 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-30 17:22:40,203 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-30 17:22:40,204 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-30 17:22:40,204 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-30 17:22:40,205 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-30 17:22:40,208 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-30 17:22:40,209 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - output: PING 192.168.120.9 (192.168.120.9): 56 data bytes 64 bytes from 192.168.120.9: seq=0 ttl=64 time=1.477 ms --- 192.168.120.9 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.477/1.477/1.477 ms 2018-07-30 17:22:40,213 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-30 17:22:40,318 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 17:22:40,318 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:48 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-30 17:22:40,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-30 17:22:40,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:40,476 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:22:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-98141a76-f048-439d-a442-021bd1d612c9 x-compute-request-id: req-98141a76-f048-439d-a442-021bd1d612c9 Content-Type: application/json 2018-07-30 17:22:40,476 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc used request id req-98141a76-f048-439d-a442-021bd1d612c9 2018-07-30 17:22:40,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.152849912643s 2018-07-30 17:22:40,476 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc used request id req-98141a76-f048-439d-a442-021bd1d612c9 2018-07-30 17:22:40,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:22:40,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:41,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-ed374d38-32df-427b-a8cd-ee13a2d51975 x-compute-request-id: req-ed374d38-32df-427b-a8cd-ee13a2d51975 Content-Encoding: gzip Content-Length: 896 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:08:93", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:08:93", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:22:32.000000", "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "316bd59a-8b93-4c1e-9efb-102df62fea06", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:22:32Z", "hostId": "7b05aaf6460d21e61525edcad0ca15851020aa10ac28ca2766d511ee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526", "name": "vping_ssh-vm_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:25Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:91:aa", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9e8197cf-3a49-40e7-a175-17e682cc2fbc", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:22:18.000000", "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "9e8197cf-3a49-40e7-a175-17e682cc2fbc", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:22:40Z", "hostId": "e343928797825ae89d9040dd33f40297333e5c34143ad680febe477a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:06Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:22:41,474 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ed374d38-32df-427b-a8cd-ee13a2d51975 2018-07-30 17:22:41,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.996766805649s 2018-07-30 17:22:41,474 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ed374d38-32df-427b-a8cd-ee13a2d51975 2018-07-30 17:22:41,477 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:22:43,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:22:43,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:44,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-94b356ef-d3a7-423b-a704-cb75dcbf9133 x-compute-request-id: req-94b356ef-d3a7-423b-a704-cb75dcbf9133 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:08:93", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:08:93", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:22:32.000000", "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "316bd59a-8b93-4c1e-9efb-102df62fea06", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:22:32Z", "hostId": "7b05aaf6460d21e61525edcad0ca15851020aa10ac28ca2766d511ee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526", "name": "vping_ssh-vm_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:25Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:22:44,007 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-94b356ef-d3a7-423b-a704-cb75dcbf9133 2018-07-30 17:22:44,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527624845505s 2018-07-30 17:22:44,008 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-94b356ef-d3a7-423b-a704-cb75dcbf9133 2018-07-30 17:22:44,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-30 17:22:44,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/8dd0320f-e134-4585-bbbb-5d7a41f0cea5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:44,761 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-418c01b3-97cd-44aa-a5a5-ef3f17db4186 Content-Length: 0 Date: Mon, 30 Jul 2018 17:22:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:22:44,761 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/8dd0320f-e134-4585-bbbb-5d7a41f0cea5.json used request id req-418c01b3-97cd-44aa-a5a5-ef3f17db4186 2018-07-30 17:22:44,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.749624967575s 2018-07-30 17:22:44,762 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/8dd0320f-e134-4585-bbbb-5d7a41f0cea5.json used request id req-418c01b3-97cd-44aa-a5a5-ef3f17db4186 2018-07-30 17:22:44,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:22:44,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:44,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-265f510c-b174-40eb-b511-417f566f2586 Date: Mon, 30 Jul 2018 17:22:44 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:22:44,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-265f510c-b174-40eb-b511-417f566f2586 2018-07-30 17:22:44,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0230441093445s 2018-07-30 17:22:44,791 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-265f510c-b174-40eb-b511-417f566f2586 2018-07-30 17:22:44,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-30 17:22:44,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/316bd59a-8b93-4c1e-9efb-102df62fea06 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:45,145 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:22:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e1b6d8c9-c2ac-48e2-bc1f-43707db79ac5 x-compute-request-id: req-e1b6d8c9-c2ac-48e2-bc1f-43707db79ac5 Content-Type: application/json 2018-07-30 17:22:45,145 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/316bd59a-8b93-4c1e-9efb-102df62fea06 used request id req-e1b6d8c9-c2ac-48e2-bc1f-43707db79ac5 2018-07-30 17:22:45,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.353451013565s 2018-07-30 17:22:45,146 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/316bd59a-8b93-4c1e-9efb-102df62fea06 used request id req-e1b6d8c9-c2ac-48e2-bc1f-43707db79ac5 2018-07-30 17:22:45,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:22:45,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:46,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-28e2c09d-aa92-4172-b1b9-8ed4c2adcde2 x-compute-request-id: req-28e2c09d-aa92-4172-b1b9-8ed4c2adcde2 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:08:93", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:08:93", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316bd59a-8b93-4c1e-9efb-102df62fea06", "rel": "bookmark"}], "image": {"id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "links": [{"href": "http://172.30.9.21:8774/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:22:32.000000", "flavor": {"id": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "links": [{"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "bookmark"}]}, "id": "316bd59a-8b93-4c1e-9efb-102df62fea06", "security_groups": [{"name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}], "user_id": "6b53202f0cc24e7482f1eee090f7fa5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:22:44Z", "hostId": "7b05aaf6460d21e61525edcad0ca15851020aa10ac28ca2766d511ee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526", "name": "vping_ssh-vm_e05bc248-4acd-424e-a2b7-dd9760769526", "created": "2018-07-30T17:22:25Z", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:22:46,049 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-28e2c09d-aa92-4172-b1b9-8ed4c2adcde2 2018-07-30 17:22:46,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.902094841003s 2018-07-30 17:22:46,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-28e2c09d-aa92-4172-b1b9-8ed4c2adcde2 2018-07-30 17:22:46,051 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:22:48,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:22:48,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:48,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7c628a07-5801-4528-988b-a56669228f36 x-compute-request-id: req-7c628a07-5801-4528-988b-a56669228f36 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-30 17:22:48,274 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7c628a07-5801-4528-988b-a56669228f36 2018-07-30 17:22:48,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.221597909927s 2018-07-30 17:22:48,274 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7c628a07-5801-4528-988b-a56669228f36 2018-07-30 17:22:48,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-30 17:22:48,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:48,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-acfd35eb-2aee-4074-8385-768c4fa279d8 Date: Mon, 30 Jul 2018 17:22:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "created_at": "2018-07-30T17:21:52Z", "updated_at": "2018-07-30T17:21:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:53Z", "revision_number": 0, "id": "08515f06-63b1-43f8-bb59-f7ae92fe70d4", "remote_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:53Z", "security_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:52Z", "revision_number": 0, "id": "6699c3cd-bda3-4d89-b931-2ef905310501", "remote_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:52Z", "security_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:53Z", "revision_number": 0, "id": "e554e57b-a9e4-45bc-8365-783f12809e66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:53Z", "security_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:21:52Z", "revision_number": 0, "id": "e8ddf535-a57d-4593-9eac-5f2e0de08137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:21:52Z", "security_group_id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}], "revision_number": 4, "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "id": "803847ab-0e96-4b8c-99c5-11ddb9aef055", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "created_at": "2018-07-30T17:22:01Z", "updated_at": "2018-07-30T17:22:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:22:02Z", "revision_number": 0, "id": "2696bdae-f3f5-4a8a-8dbc-ebee88b3f600", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:22:02Z", "security_group_id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:22:01Z", "revision_number": 0, "id": "75787632-71d9-4664-b5a9-bf066c6a3402", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:22:01Z", "security_group_id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-30T17:22:02Z", "revision_number": 0, "id": "794e8396-e193-4d6c-8fde-0c5710789c81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:22:02Z", "security_group_id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:22:01Z", "revision_number": 0, "id": "9865669e-4247-417d-b4fc-1b66015c3ec6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:22:01Z", "security_group_id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef"}], "revision_number": 4, "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "id": "c8208e75-691b-4632-aa7f-76c8e9479ed4", "name": "vping_ssh-sg_e05bc248-4acd-424e-a2b7-dd9760769526"}]} 2018-07-30 17:22:48,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-acfd35eb-2aee-4074-8385-768c4fa279d8 2018-07-30 17:22:48,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.05575299263s 2018-07-30 17:22:48,334 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-acfd35eb-2aee-4074-8385-768c4fa279d8 2018-07-30 17:22:48,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-30 17:22:48,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/c8208e75-691b-4632-aa7f-76c8e9479ed4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:48,588 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cb4f1001-dc51-4be4-842c-23ad7ea387d0 Content-Length: 0 Date: Mon, 30 Jul 2018 17:22:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:22:48,588 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c8208e75-691b-4632-aa7f-76c8e9479ed4.json used request id req-cb4f1001-dc51-4be4-842c-23ad7ea387d0 2018-07-30 17:22:48,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.25075006485s 2018-07-30 17:22:48,589 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c8208e75-691b-4632-aa7f-76c8e9479ed4.json used request id req-cb4f1001-dc51-4be4-842c-23ad7ea387d0 2018-07-30 17:22:48,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-30 17:22:48,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:48,673 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:22:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-320e0241-c0b0-4909-b19f-31d623e963f4 x-compute-request-id: req-320e0241-c0b0-4909-b19f-31d623e963f4 Content-Length: 0 Content-Type: application/json 2018-07-30 17:22:48,673 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526 used request id req-320e0241-c0b0-4909-b19f-31d623e963f4 2018-07-30 17:22:48,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0837819576263s 2018-07-30 17:22:48,673 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_e05bc248-4acd-424e-a2b7-dd9760769526 used request id req-320e0241-c0b0-4909-b19f-31d623e963f4 2018-07-30 17:22:48,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-30 17:22:48,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/508ef709-16ef-4639-84fc-36ee0c379662/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" -d '{"subnet_id": "eeb2004c-7d62-45fb-b869-ede233cba730"}' 2018-07-30 17:22:50,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eb7e7a1a-19be-44ac-a46d-d639bb8d3ad6 Date: Mon, 30 Jul 2018 17:22:50 GMT RESP BODY: {"network_id": "bc1dc788-b260-417c-8d80-56cf39896b79", "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "subnet_id": "eeb2004c-7d62-45fb-b869-ede233cba730", "subnet_ids": ["eeb2004c-7d62-45fb-b869-ede233cba730"], "port_id": "d2781b26-364a-4cd4-a332-f2316387e28c", "id": "508ef709-16ef-4639-84fc-36ee0c379662"} 2018-07-30 17:22:50,330 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/508ef709-16ef-4639-84fc-36ee0c379662/remove_router_interface.json used request id req-eb7e7a1a-19be-44ac-a46d-d639bb8d3ad6 2018-07-30 17:22:50,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.65614295006s 2018-07-30 17:22:50,330 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/508ef709-16ef-4639-84fc-36ee0c379662/remove_router_interface.json used request id req-eb7e7a1a-19be-44ac-a46d-d639bb8d3ad6 returning object 508ef709-16ef-4639-84fc-36ee0c379662 2018-07-30 17:22:50,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-30 17:22:50,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:50,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-354ca8bc-ed1a-4627-a22f-4aea90524163 Date: Mon, 30 Jul 2018 17:22:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "created_at": "2018-07-30T17:21:54Z", "admin_state_up": true, "updated_at": "2018-07-30T17:22:49Z", "revision_number": 4, "routes": [], "project_id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "id": "508ef709-16ef-4639-84fc-36ee0c379662", "name": "vping_ssh-router_e05bc248-4acd-424e-a2b7-dd9760769526"}]} 2018-07-30 17:22:50,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-354ca8bc-ed1a-4627-a22f-4aea90524163 2018-07-30 17:22:50,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.272887945175s 2018-07-30 17:22:50,604 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-354ca8bc-ed1a-4627-a22f-4aea90524163 2018-07-30 17:22:50,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-30 17:22:50,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/508ef709-16ef-4639-84fc-36ee0c379662.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:51,996 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ecfb93e7-edde-4526-b8f6-8668691893d7 Content-Length: 0 Date: Mon, 30 Jul 2018 17:22:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:22:51,996 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/508ef709-16ef-4639-84fc-36ee0c379662.json used request id req-ecfb93e7-edde-4526-b8f6-8668691893d7 2018-07-30 17:22:51,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.39084005356s 2018-07-30 17:22:51,996 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/508ef709-16ef-4639-84fc-36ee0c379662.json used request id req-ecfb93e7-edde-4526-b8f6-8668691893d7 2018-07-30 17:22:51,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 17:22:51,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:52,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-88da308e-1ed0-43d0-9efb-e074fb542113 Date: Mon, 30 Jul 2018 17:22:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc1dc788-b260-417c-8d80-56cf39896b79","tenant_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","created_at":"2018-07-30T17:21:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:21:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","id":"eeb2004c-7d62-45fb-b869-ede233cba730","subnetpool_id":null,"name":"vping_ssh-subnet_e05bc248-4acd-424e-a2b7-dd9760769526"}]} 2018-07-30 17:22:52,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-88da308e-1ed0-43d0-9efb-e074fb542113 2018-07-30 17:22:52,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0484039783478s 2018-07-30 17:22:52,046 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-88da308e-1ed0-43d0-9efb-e074fb542113 2018-07-30 17:22:52,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-30 17:22:52,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/eeb2004c-7d62-45fb-b869-ede233cba730.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:54,394 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-af530ac9-3c40-49b0-bf12-1cca2c4bd0fc Date: Mon, 30 Jul 2018 17:22:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:22:54,394 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/eeb2004c-7d62-45fb-b869-ede233cba730.json used request id req-af530ac9-3c40-49b0-bf12-1cca2c4bd0fc 2018-07-30 17:22:54,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.34704494476s 2018-07-30 17:22:54,394 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/eeb2004c-7d62-45fb-b869-ede233cba730.json used request id req-af530ac9-3c40-49b0-bf12-1cca2c4bd0fc 2018-07-30 17:22:54,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:22:54,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:54,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-1f85fc4c-efc0-4094-8a97-eb2c443ea2d9 Date: Mon, 30 Jul 2018 17:22:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-30T17:22:54Z","tenant_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","created_at":"2018-07-30T17:21:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e28b4165ddc544dfa0a80bbad5d1b7ef","id":"bc1dc788-b260-417c-8d80-56cf39896b79","name":"vping_ssh-net_e05bc248-4acd-424e-a2b7-dd9760769526"}]} 2018-07-30 17:22:54,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1f85fc4c-efc0-4094-8a97-eb2c443ea2d9 2018-07-30 17:22:54,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.141124010086s 2018-07-30 17:22:54,536 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1f85fc4c-efc0-4094-8a97-eb2c443ea2d9 2018-07-30 17:22:54,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-30 17:22:54,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/bc1dc788-b260-417c-8d80-56cf39896b79.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:55,895 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2689bfdc-6cc3-4e4b-877c-b3e88ebcdf7c Date: Mon, 30 Jul 2018 17:22:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:22:55,895 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/bc1dc788-b260-417c-8d80-56cf39896b79.json used request id req-2689bfdc-6cc3-4e4b-877c-b3e88ebcdf7c 2018-07-30 17:22:55,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.35749077797s 2018-07-30 17:22:55,895 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/bc1dc788-b260-417c-8d80-56cf39896b79.json used request id req-2689bfdc-6cc3-4e4b-877c-b3e88ebcdf7c 2018-07-30 17:22:55,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:22:55,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:56,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-8eff4388-2530-4797-ba56-f8c3f8eea4d9 Date: Mon, 30 Jul 2018 17:22:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4/snap", "metadata": {}}], "file": "/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4/file", "owner": "e28b4165ddc544dfa0a80bbad5d1b7ef", "id": "bae898c6-0d1e-4b53-9a76-973703ed1ba4", "size": 12716032, "self": "/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:22:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_e05bc248-4acd-424e-a2b7-dd9760769526", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_e05bc248-4acd-424e-a2b7-dd9760769526", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:21:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:22:56,107 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8eff4388-2530-4797-ba56-f8c3f8eea4d9 2018-07-30 17:22:56,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.208009004593s 2018-07-30 17:22:56,108 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8eff4388-2530-4797-ba56-f8c3f8eea4d9 2018-07-30 17:22:56,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-30 17:22:56,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9880696eb75944f799cb7dd0376048df85f2fc61" 2018-07-30 17:22:56,654 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-37d841fe-f449-4415-b103-32d8f32cc8e6 Date: Mon, 30 Jul 2018 17:22:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:22:56,654 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4 used request id req-37d841fe-f449-4415-b103-32d8f32cc8e6 2018-07-30 17:22:56,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.545211076736s 2018-07-30 17:22:56,655 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/bae898c6-0d1e-4b53-9a76-973703ed1ba4 used request id req-37d841fe-f449-4415-b103-32d8f32cc8e6 2018-07-30 17:22:56,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:22:56,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:22:56,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22: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-e45d95ca-66ad-457c-aed0-ea467e974027 x-compute-request-id: req-e45d95ca-66ad-457c-aed0-ea467e974027 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_e05bc248-4acd-424e-a2b7-dd9760769526", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee", "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": "8d60d6e9-b4b0-4679-9678-edad2ba4a0ee"}]} 2018-07-30 17:22:56,682 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e45d95ca-66ad-457c-aed0-ea467e974027 2018-07-30 17:22:56,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0271739959717s 2018-07-30 17:22:56,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e45d95ca-66ad-457c-aed0-ea467e974027 2018-07-30 17:22:56,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-30 17:22:56,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:22:56,743 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:22: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-c398f783-38aa-4edf-944f-da237b28aae0 x-compute-request-id: req-c398f783-38aa-4edf-944f-da237b28aae0 Content-Length: 0 Content-Type: application/json 2018-07-30 17:22:56,743 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee used request id req-c398f783-38aa-4edf-944f-da237b28aae0 2018-07-30 17:22:56,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0589439868927s 2018-07-30 17:22:56,743 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8d60d6e9-b4b0-4679-9678-edad2ba4a0ee used request id req-c398f783-38aa-4edf-944f-da237b28aae0 2018-07-30 17:22:56,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:22:56,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:22:56,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c89b36de-6088-4c1e-99dc-92f04363dd97 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/007c651792db418193688c10d843d637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "007c651792db418193688c10d843d637", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/244dcd30c06d4384961fa64d49c3e41c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "244dcd30c06d4384961fa64d49c3e41c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2a5230a6efdb4a64a4b00fb62e23cfea"}, "domain_id": "4476b8ce97754bddbc8c57708e295eeb", "enabled": true, "options": {}, "id": "2a5230a6efdb4a64a4b00fb62e23cfea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/3d82804d95aa4fd1bfc17877fcdf7354"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d82804d95aa4fd1bfc17877fcdf7354", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/656ce29b237b48409909716a40fce1c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "656ce29b237b48409909716a40fce1c7", "email": "nova@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_e05bc248-4acd-424e-a2b7-dd9760769526", "links": {"self": "http://172.30.9.21:5000/v3/users/6b53202f0cc24e7482f1eee090f7fa5b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6b53202f0cc24e7482f1eee090f7fa5b", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/6e6a16503d3c4934b5b61073aba8b08c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6e6a16503d3c4934b5b61073aba8b08c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/766202d20652431a9855034c09964e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "766202d20652431a9855034c09964e9e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7908f48045ad430c8bb89bc94876adee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7908f48045ad430c8bb89bc94876adee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/857e0417e4494e29b92ccbb6e2e75992"}, "domain_id": "default", "enabled": true, "options": {}, "id": "857e0417e4494e29b92ccbb6e2e75992", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a699b948ffba4770a3e60d35294751c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a699b948ffba4770a3e60d35294751c3", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/aaa8224c76a3484bbac84a74b4ba8b3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aaa8224c76a3484bbac84a74b4ba8b3f", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1e29c6e158e46b79cb6db3144213a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e29c6e158e46b79cb6db3144213a17", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d4319e1f77ec4d80b169bc61bdac9efc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4319e1f77ec4d80b169bc61bdac9efc", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/d4889590909945f088a965d003206189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4889590909945f088a965d003206189", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-30 17:22:56,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c89b36de-6088-4c1e-99dc-92f04363dd97 2018-07-30 17:22:56,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122648000717s 2018-07-30 17:22:56,867 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c89b36de-6088-4c1e-99dc-92f04363dd97 2018-07-30 17:22:56,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:22:56,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/6b53202f0cc24e7482f1eee090f7fa5b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:22:56,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ba282e4-9e68-49dd-9080-d053bd86e95e Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_e05bc248-4acd-424e-a2b7-dd9760769526", "links": {"self": "http://172.30.9.21:5000/v3/users/6b53202f0cc24e7482f1eee090f7fa5b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "6b53202f0cc24e7482f1eee090f7fa5b", "description": null}} 2018-07-30 17:22:56,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/6b53202f0cc24e7482f1eee090f7fa5b used request id req-6ba282e4-9e68-49dd-9080-d053bd86e95e 2018-07-30 17:22:56,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110888004303s 2018-07-30 17:22:56,984 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/6b53202f0cc24e7482f1eee090f7fa5b used request id req-6ba282e4-9e68-49dd-9080-d053bd86e95e 2018-07-30 17:22:56,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-30 17:22:56,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/6b53202f0cc24e7482f1eee090f7fa5b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:22:57,162 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:22:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6953a86c-a5d5-412a-b46e-4c268c623649 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:22:57,163 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/6b53202f0cc24e7482f1eee090f7fa5b used request id req-6953a86c-a5d5-412a-b46e-4c268c623649 2018-07-30 17:22:57,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.177942037582s 2018-07-30 17:22:57,163 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/6b53202f0cc24e7482f1eee090f7fa5b used request id req-6953a86c-a5d5-412a-b46e-4c268c623649 2018-07-30 17:22:57,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-30 17:22:57,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:22:57,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8a02d6e-c494-4aee-a081-81910bc4ec6e Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a5c443b661124ecdb463f917c180f6c2"}, "tags": [], "enabled": true, "id": "a5c443b661124ecdb463f917c180f6c2", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440"}, "tags": [], "enabled": true, "id": "bbb29370cb064c718b72faa5c6748440", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/e28b4165ddc544dfa0a80bbad5d1b7ef"}, "tags": [], "enabled": true, "id": "e28b4165ddc544dfa0a80bbad5d1b7ef", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_e05bc248-4acd-424e-a2b7-dd9760769526"}]} 2018-07-30 17:22:57,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-f8a02d6e-c494-4aee-a081-81910bc4ec6e 2018-07-30 17:22:57,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0978050231934s 2018-07-30 17:22:57,268 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-f8a02d6e-c494-4aee-a081-81910bc4ec6e 2018-07-30 17:22:57,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-30 17:22:57,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/e28b4165ddc544dfa0a80bbad5d1b7ef -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:22:57,469 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:22:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b399fa3d-3ed1-43c4-bccf-9254a8ff3d9a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:22:57,469 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e28b4165ddc544dfa0a80bbad5d1b7ef used request id req-b399fa3d-3ed1-43c4-bccf-9254a8ff3d9a 2018-07-30 17:22:57,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.198444128036s 2018-07-30 17:22:57,469 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e28b4165ddc544dfa0a80bbad5d1b7ef used request id req-b399fa3d-3ed1-43c4-bccf-9254a8ff3d9a 2018-07-30 17:22:57,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:22:57,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:22:57,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06e074b9-0258-4261-9a38-875fbdf69696 Content-Encoding: gzip Content-Length: 355 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8adf1839fafa410eb1cf0d2bf709de7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/8adf1839fafa410eb1cf0d2bf709de7d"}, "name": "Member"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:22:57,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-06e074b9-0258-4261-9a38-875fbdf69696 2018-07-30 17:22:57,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106796979904s 2018-07-30 17:22:57,580 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-06e074b9-0258-4261-9a38-875fbdf69696 2018-07-30 17:22:57,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-30 17:22:57,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/8adf1839fafa410eb1cf0d2bf709de7d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a966df5033b55190840ac7c6f40ef6eb38d08da4" 2018-07-30 17:22:57,719 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:22:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bd7e30f-9bfd-40b2-a3c0-9c47d835300f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:22:57,719 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8adf1839fafa410eb1cf0d2bf709de7d used request id req-5bd7e30f-9bfd-40b2-a3c0-9c47d835300f 2018-07-30 17:22:57,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.134387969971s 2018-07-30 17:22:57,720 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8adf1839fafa410eb1cf0d2bf709de7d used request id req-5bd7e30f-9bfd-40b2-a3c0-9c47d835300f 2018-07-30 17:22:57,776 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-07-30 17:22:57,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:22:57,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:22:57,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:22:57,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:22:57,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:22:57,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:22:57,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:22:57,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:22:57,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:22:57,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:22:57,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:22:57,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:22:57,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:22:57,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:22:57,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:22:57,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:22:57,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:22:57,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:22:57,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:22:57,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:22:57,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:22:57,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:22:57,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:22:57,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c717559-ec62-4d8b-bdd8-f177b616614d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:22:57,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7c717559-ec62-4d8b-bdd8-f177b616614d 2018-07-30 17:22:57,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:22:58,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb37427ee864bbead4b2c672b5c6b7d", "name": "admin"}], "expires_at": "2018-07-30T18:22:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5c443b661124ecdb463f917c180f6c2", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "audit_ids": ["nH_gVbuhSQqWd488wYEMiA"], "issued_at": "2018-07-30T17:22:58.000000Z"}} 2018-07-30 17:22:58,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:22:58,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:22:58,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-275df297-3d2e-48fd-afc7-587b6c563001 Date: Mon, 30 Jul 2018 17:22:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 17:22:58,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-275df297-3d2e-48fd-afc7-587b6c563001 2018-07-30 17:22:58,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.263375043869s 2018-07-30 17:22:58,476 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-275df297-3d2e-48fd-afc7-587b6c563001 2018-07-30 17:22:58,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:22:58,484 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 30 Jul 2018 17:22:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-30 17:22:58,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 17:22:58,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:22:58,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30719844-0c32-429d-bc7a-22da82d85516 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/4476b8ce97754bddbc8c57708e295eeb"}, "tags": [], "enabled": true, "id": "4476b8ce97754bddbc8c57708e295eeb", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-07-30 17:22:58,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-30719844-0c32-429d-bc7a-22da82d85516 2018-07-30 17:22:58,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0992059707642s 2018-07-30 17:22:58,585 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-30719844-0c32-429d-bc7a-22da82d85516 2018-07-30 17:22:58,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-30 17:22:58,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}}' 2018-07-30 17:22:58,726 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:22:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6cfe867-699e-4685-85cd-dfe02c7019be Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/44e22f6e11c64e4686e4bb462e51ff1a"}, "tags": [], "enabled": true, "id": "44e22f6e11c64e4686e4bb462e51ff1a", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}} 2018-07-30 17:22:58,726 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c6cfe867-699e-4685-85cd-dfe02c7019be 2018-07-30 17:22:58,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.134211778641s 2018-07-30 17:22:58,727 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c6cfe867-699e-4685-85cd-dfe02c7019be 2018-07-30 17:22:58,727 - 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'44e22f6e11c64e4686e4bb462e51ff1a', '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_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464'}) 2018-07-30 17:22:58,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-30 17:22:58,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "7283739f-c3ee-4653-a827-8321937f9ff8", "email": null, "name": "vping_userdata-user_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}}' 2018-07-30 17:22:59,115 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:22:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fcd2a72-7190-4f9a-8c59-f861669a60cb Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "links": {"self": "http://172.30.9.21:5000/v3/users/9582aed4dbb24c5bb64ad24b8c16b2aa"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "domain_id": "default", "password_expires_at": null}} 2018-07-30 17:22:59,115 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-2fcd2a72-7190-4f9a-8c59-f861669a60cb 2018-07-30 17:22:59,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.381620883942s 2018-07-30 17:22:59,116 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-2fcd2a72-7190-4f9a-8c59-f861669a60cb 2018-07-30 17:22:59,116 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9582aed4dbb24c5bb64ad24b8c16b2aa', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464'}) 2018-07-30 17:22:59,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:22:59,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:22:59,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b368dc79-25cf-4f10-936c-b1d5989dd020 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:22:59,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b368dc79-25cf-4f10-936c-b1d5989dd020 2018-07-30 17:22:59,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0984749794006s 2018-07-30 17:22:59,219 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b368dc79-25cf-4f10-936c-b1d5989dd020 2018-07-30 17:22:59,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:22:59,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:22:59,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e8e0e8f-615f-40dc-a537-378cbf794dc2 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:22:59,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9e8e0e8f-615f-40dc-a537-378cbf794dc2 2018-07-30 17:22:59,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0918900966644s 2018-07-30 17:22:59,315 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9e8e0e8f-615f-40dc-a537-378cbf794dc2 2018-07-30 17:22:59,317 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-30 17:22:59,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-30 17:22:59,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" -d '{"role": {"name": "Member"}}' 2018-07-30 17:22:59,444 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:22:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4fe61ff-4270-49b7-b4e5-117f00160a8c Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5e959798c6674d18a3f71c0c4ab695c9", "links": {"self": "http://172.30.9.21:5000/v3/roles/5e959798c6674d18a3f71c0c4ab695c9"}, "name": "Member"}} 2018-07-30 17:22:59,444 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c4fe61ff-4270-49b7-b4e5-117f00160a8c 2018-07-30 17:22:59,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.124211788177s 2018-07-30 17:22:59,445 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c4fe61ff-4270-49b7-b4e5-117f00160a8c 2018-07-30 17:22:59,445 - functest.core.tenantnetwork - DEBUG - role: 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'5e959798c6674d18a3f71c0c4ab695c9'}) 2018-07-30 17:22:59,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:22:59,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:22:59,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47f4bdba-f92a-484e-bc32-a81493502060 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5e959798c6674d18a3f71c0c4ab695c9", "links": {"self": "http://172.30.9.21:5000/v3/roles/5e959798c6674d18a3f71c0c4ab695c9"}, "name": "Member"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:22:59,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-47f4bdba-f92a-484e-bc32-a81493502060 2018-07-30 17:22:59,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100701808929s 2018-07-30 17:22:59,550 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-47f4bdba-f92a-484e-bc32-a81493502060 2018-07-30 17:22:59,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 17:22:59,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:22:59,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-627a84fd-f249-444d-9277-adc4093e66e2 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-30 17:22:59,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-627a84fd-f249-444d-9277-adc4093e66e2 2018-07-30 17:22:59,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0891687870026s 2018-07-30 17:22:59,644 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-627a84fd-f249-444d-9277-adc4093e66e2 2018-07-30 17:22:59,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:22:59,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:22:59,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52d0277b-2cc9-4db8-941e-3561785ad64c Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/007c651792db418193688c10d843d637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "007c651792db418193688c10d843d637", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/244dcd30c06d4384961fa64d49c3e41c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "244dcd30c06d4384961fa64d49c3e41c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2a5230a6efdb4a64a4b00fb62e23cfea"}, "domain_id": "4476b8ce97754bddbc8c57708e295eeb", "enabled": true, "options": {}, "id": "2a5230a6efdb4a64a4b00fb62e23cfea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/3d82804d95aa4fd1bfc17877fcdf7354"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d82804d95aa4fd1bfc17877fcdf7354", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/656ce29b237b48409909716a40fce1c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "656ce29b237b48409909716a40fce1c7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/6e6a16503d3c4934b5b61073aba8b08c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6e6a16503d3c4934b5b61073aba8b08c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/766202d20652431a9855034c09964e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "766202d20652431a9855034c09964e9e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7908f48045ad430c8bb89bc94876adee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7908f48045ad430c8bb89bc94876adee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/857e0417e4494e29b92ccbb6e2e75992"}, "domain_id": "default", "enabled": true, "options": {}, "id": "857e0417e4494e29b92ccbb6e2e75992", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "links": {"self": "http://172.30.9.21:5000/v3/users/9582aed4dbb24c5bb64ad24b8c16b2aa"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a699b948ffba4770a3e60d35294751c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a699b948ffba4770a3e60d35294751c3", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/aaa8224c76a3484bbac84a74b4ba8b3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aaa8224c76a3484bbac84a74b4ba8b3f", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1e29c6e158e46b79cb6db3144213a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e29c6e158e46b79cb6db3144213a17", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d4319e1f77ec4d80b169bc61bdac9efc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4319e1f77ec4d80b169bc61bdac9efc", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/d4889590909945f088a965d003206189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4889590909945f088a965d003206189", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-30 17:22:59,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-52d0277b-2cc9-4db8-941e-3561785ad64c 2018-07-30 17:22:59,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116445064545s 2018-07-30 17:22:59,762 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-52d0277b-2cc9-4db8-941e-3561785ad64c 2018-07-30 17:22:59,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-30 17:22:59,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:22:59,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d64e56a-f35b-46ee-829f-f8b5b3854d52 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/44e22f6e11c64e4686e4bb462e51ff1a"}, "tags": [], "enabled": true, "id": "44e22f6e11c64e4686e4bb462e51ff1a", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a5c443b661124ecdb463f917c180f6c2"}, "tags": [], "enabled": true, "id": "a5c443b661124ecdb463f917c180f6c2", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440"}, "tags": [], "enabled": true, "id": "bbb29370cb064c718b72faa5c6748440", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-30 17:22:59,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-3d64e56a-f35b-46ee-829f-f8b5b3854d52 2018-07-30 17:22:59,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100210905075s 2018-07-30 17:22:59,874 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-3d64e56a-f35b-46ee-829f-f8b5b3854d52 2018-07-30 17:22:59,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-30 17:22:59,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=9582aed4dbb24c5bb64ad24b8c16b2aa&role.id=5e959798c6674d18a3f71c0c4ab695c9&scope.project.id=44e22f6e11c64e4686e4bb462e51ff1a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:22:59,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dcba956-e21e-46b0-bfbd-2a365224b120 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=9582aed4dbb24c5bb64ad24b8c16b2aa&role.id=5e959798c6674d18a3f71c0c4ab695c9&scope.project.id=44e22f6e11c64e4686e4bb462e51ff1a", "previous": null, "next": null}} 2018-07-30 17:22:59,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=9582aed4dbb24c5bb64ad24b8c16b2aa&role.id=5e959798c6674d18a3f71c0c4ab695c9&scope.project.id=44e22f6e11c64e4686e4bb462e51ff1a used request id req-4dcba956-e21e-46b0-bfbd-2a365224b120 2018-07-30 17:22:59,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0888929367065s 2018-07-30 17:22:59,971 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=9582aed4dbb24c5bb64ad24b8c16b2aa&role.id=5e959798c6674d18a3f71c0c4ab695c9&scope.project.id=44e22f6e11c64e4686e4bb462e51ff1a used request id req-4dcba956-e21e-46b0-bfbd-2a365224b120 2018-07-30 17:22:59,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-30 17:22:59,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/44e22f6e11c64e4686e4bb462e51ff1a/users/9582aed4dbb24c5bb64ad24b8c16b2aa/roles/5e959798c6674d18a3f71c0c4ab695c9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:23:00,119 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:22:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e866069-0956-44ae-ba89-2cbb95a1b154 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:23:00,119 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/44e22f6e11c64e4686e4bb462e51ff1a/users/9582aed4dbb24c5bb64ad24b8c16b2aa/roles/5e959798c6674d18a3f71c0c4ab695c9 used request id req-1e866069-0956-44ae-ba89-2cbb95a1b154 2018-07-30 17:23:00,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.144665002823s 2018-07-30 17:23:00,119 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/44e22f6e11c64e4686e4bb462e51ff1a/users/9582aed4dbb24c5bb64ad24b8c16b2aa/roles/5e959798c6674d18a3f71c0c4ab695c9 used request id req-1e866069-0956-44ae-ba89-2cbb95a1b154 2018-07-30 17:23:00,120 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464', 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'44e22f6e11c64e4686e4bb462e51ff1a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '7283739f-c3ee-4653-a827-8321937f9ff8', 'username': u'vping_userdata-user_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-30 17:23:00,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:23:00,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:23:00,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:23:00,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:23:00,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:23:00,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:23:00,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:23:00,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:23:00,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:23:00,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:23:00,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:23:00,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:23:00,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:23:00,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:23:00,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:23:00,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:23:00,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:23:00,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:23:00,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:23:00,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:23:00,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:23:00,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:23:00,125 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464', 'password': '7283739f-c3ee-4653-a827-8321937f9ff8', 'project_name': 'vping_userdata-project_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': '44e22f6e11c64e4686e4bb462e51ff1a', 'project_domain_name': 'Default'} 2018-07-30 17:23:00,126 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-07-30 17:23:00,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:23:00,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20e0a7d9-904c-44b9-9f60-5e7d55e61004 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:23:00,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-20e0a7d9-904c-44b9-9f60-5e7d55e61004 2018-07-30 17:23:00,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:23:00,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5e959798c6674d18a3f71c0c4ab695c9", "name": "Member"}], "expires_at": "2018-07-30T18:23:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "44e22f6e11c64e4686e4bb462e51ff1a", "name": "vping_userdata-project_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/44e22f6e11c64e4686e4bb462e51ff1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/44e22f6e11c64e4686e4bb462e51ff1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/44e22f6e11c64e4686e4bb462e51ff1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_44e22f6e11c64e4686e4bb462e51ff1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_44e22f6e11c64e4686e4bb462e51ff1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/44e22f6e11c64e4686e4bb462e51ff1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/44e22f6e11c64e4686e4bb462e51ff1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/44e22f6e11c64e4686e4bb462e51ff1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/44e22f6e11c64e4686e4bb462e51ff1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/44e22f6e11c64e4686e4bb462e51ff1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/44e22f6e11c64e4686e4bb462e51ff1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/44e22f6e11c64e4686e4bb462e51ff1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/44e22f6e11c64e4686e4bb462e51ff1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/44e22f6e11c64e4686e4bb462e51ff1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "id": "9582aed4dbb24c5bb64ad24b8c16b2aa"}, "audit_ids": ["p9oMYIbsSyiMTCrPlDQr6A"], "issued_at": "2018-07-30T17:23:00.000000Z"}} 2018-07-30 17:23:00,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-30 17:23:00,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" -d '{"network": {"name": "vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "admin_state_up": true}}' 2018-07-30 17:23:01,413 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-c68e8ba8-16ea-4f06-8feb-fd9cd37a9ce6 Date: Mon, 30 Jul 2018 17:23:01 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"44e22f6e11c64e4686e4bb462e51ff1a","created_at":"2018-07-30T17:23:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-30T17:23:01Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"44e22f6e11c64e4686e4bb462e51ff1a","id":"ac5f6ced-afa0-41b4-a698-67720337edce","name":"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}} 2018-07-30 17:23:01,413 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c68e8ba8-16ea-4f06-8feb-fd9cd37a9ce6 2018-07-30 17:23:01,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.792553186417s 2018-07-30 17:23:01,414 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c68e8ba8-16ea-4f06-8feb-fd9cd37a9ce6 2018-07-30 17:23:01,414 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:23:01Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'ac5f6ced-afa0-41b4-a698-67720337edce', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464', u'admin_state_up': True, u'tenant_id': u'44e22f6e11c64e4686e4bb462e51ff1a', u'created_at': u'2018-07-30T17:23:01Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'44e22f6e11c64e4686e4bb462e51ff1a'}) 2018-07-30 17:23:01,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:23:01,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:01,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-21a6d8b1-da1d-4b83-9897-0ab7c45d62a4 Date: Mon, 30 Jul 2018 17:23:01 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":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-30T17:23:01Z","tenant_id":"44e22f6e11c64e4686e4bb462e51ff1a","created_at":"2018-07-30T17:23:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"44e22f6e11c64e4686e4bb462e51ff1a","id":"ac5f6ced-afa0-41b4-a698-67720337edce","name":"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}]} 2018-07-30 17:23:01,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-21a6d8b1-da1d-4b83-9897-0ab7c45d62a4 2018-07-30 17:23:01,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.284982919693s 2018-07-30 17:23:01,700 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-21a6d8b1-da1d-4b83-9897-0ab7c45d62a4 2018-07-30 17:23:01,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-30 17:23:01,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" -d '{"subnet": {"name": "vping_userdata-subnet_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "enable_dhcp": true, "network_id": "ac5f6ced-afa0-41b4-a698-67720337edce", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-30 17:23:02,629 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a52c04f3-78c8-4548-8c5d-b8c51de03a74 Date: Mon, 30 Jul 2018 17:23:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac5f6ced-afa0-41b4-a698-67720337edce","tenant_id":"44e22f6e11c64e4686e4bb462e51ff1a","created_at":"2018-07-30T17:23:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:23:02Z","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":"44e22f6e11c64e4686e4bb462e51ff1a","id":"7ff51c6c-6595-453b-bc25-88b230a93bd0","subnetpool_id":null,"name":"vping_userdata-subnet_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}} 2018-07-30 17:23:02,629 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a52c04f3-78c8-4548-8c5d-b8c51de03a74 2018-07-30 17:23:02,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.927204847336s 2018-07-30 17:23:02,630 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a52c04f3-78c8-4548-8c5d-b8c51de03a74 2018-07-30 17:23:02,630 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:23:02Z', 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'7ff51c6c-6595-453b-bc25-88b230a93bd0', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464', u'enable_dhcp': True, u'network_id': u'ac5f6ced-afa0-41b4-a698-67720337edce', u'tenant_id': u'44e22f6e11c64e4686e4bb462e51ff1a', u'created_at': u'2018-07-30T17:23:02Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'44e22f6e11c64e4686e4bb462e51ff1a'}) 2018-07-30 17:23:02,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-30 17:23:02,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" -d '{"router": {"external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832"}, "name": "vping_userdata-router_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "admin_state_up": true}}' 2018-07-30 17:23:03,816 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-314e111c-7701-4986-b581-4c8105b2c686 Date: Mon, 30 Jul 2018 17:23:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "created_at": "2018-07-30T17:23:02Z", "admin_state_up": true, "updated_at": "2018-07-30T17:23:03Z", "revision_number": 2, "routes": [], "project_id": "44e22f6e11c64e4686e4bb462e51ff1a", "id": "367a189f-5992-47a1-bb77-a590954c091c", "name": "vping_userdata-router_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}} 2018-07-30 17:23:03,816 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-314e111c-7701-4986-b581-4c8105b2c686 2018-07-30 17:23:03,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.18577194214s 2018-07-30 17:23:03,817 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-314e111c-7701-4986-b581-4c8105b2c686 2018-07-30 17:23:03,817 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'44e22f6e11c64e4686e4bb462e51ff1a', u'created_at': u'2018-07-30T17:23:02Z', u'admin_state_up': True, u'updated_at': u'2018-07-30T17:23:03Z', u'revision_number': 2, u'routes': [], u'project_id': u'44e22f6e11c64e4686e4bb462e51ff1a', u'id': u'367a189f-5992-47a1-bb77-a590954c091c', u'name': u'vping_userdata-router_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464'}) 2018-07-30 17:23:03,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-30 17:23:03,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/367a189f-5992-47a1-bb77-a590954c091c/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" -d '{"subnet_id": "7ff51c6c-6595-453b-bc25-88b230a93bd0"}' 2018-07-30 17:23:06,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c67d0302-d79d-4eb9-8091-bbb1525604aa Date: Mon, 30 Jul 2018 17:23:06 GMT RESP BODY: {"network_id": "ac5f6ced-afa0-41b4-a698-67720337edce", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "subnet_id": "7ff51c6c-6595-453b-bc25-88b230a93bd0", "subnet_ids": ["7ff51c6c-6595-453b-bc25-88b230a93bd0"], "port_id": "c471343d-4e47-4839-8953-ac7dcab926ae", "id": "367a189f-5992-47a1-bb77-a590954c091c"} 2018-07-30 17:23:06,089 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/367a189f-5992-47a1-bb77-a590954c091c/add_router_interface.json used request id req-c67d0302-d79d-4eb9-8091-bbb1525604aa 2018-07-30 17:23:06,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.27132296562s 2018-07-30 17:23:06,090 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/367a189f-5992-47a1-bb77-a590954c091c/add_router_interface.json used request id req-c67d0302-d79d-4eb9-8091-bbb1525604aa returning object 367a189f-5992-47a1-bb77-a590954c091c 2018-07-30 17:23:06,090 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-30 17:23:06,217 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-30 17:23:06,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:23:06,223 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 30 Jul 2018 17:23:06 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-30 17:23:06,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:23:06,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:06,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e23038c6-b81c-4725-abf8-52c032c80757 Date: Mon, 30 Jul 2018 17:23:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:23:06,428 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e23038c6-b81c-4725-abf8-52c032c80757 2018-07-30 17:23:06,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.202897071838s 2018-07-30 17:23:06,428 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e23038c6-b81c-4725-abf8-52c032c80757 2018-07-30 17:23:06,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-30 17:23:06,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}' 2018-07-30 17:23:06,661 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/95a783ef-544e-48da-8219-1912d4cc4318 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4cf51d2e-ab79-4340-9c48-a3f63c982cd4 Date: Mon, 30 Jul 2018 17:23:06 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/95a783ef-544e-48da-8219-1912d4cc4318/file", "owner": "44e22f6e11c64e4686e4bb462e51ff1a", "id": "95a783ef-544e-48da-8219-1912d4cc4318", "size": null, "self": "/v2/images/95a783ef-544e-48da-8219-1912d4cc4318", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:23:06Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "checksum": null, "created_at": "2018-07-30T17:23:06Z", "protected": false} 2018-07-30 17:23:06,661 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-4cf51d2e-ab79-4340-9c48-a3f63c982cd4 2018-07-30 17:23:06,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.225295066833s 2018-07-30 17:23:06,662 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-4cf51d2e-ab79-4340-9c48-a3f63c982cd4 returning object 95a783ef-544e-48da-8219-1912d4cc4318 2018-07-30 17:23:06,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-30 17:23:06,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/95a783ef-544e-48da-8219-1912d4cc4318/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" -d '' 2018-07-30 17:23:08,090 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-628fcd17-851e-49dc-9e06-f70775d3d2ef Date: Mon, 30 Jul 2018 17:23:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:23:08,090 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/95a783ef-544e-48da-8219-1912d4cc4318/file used request id req-628fcd17-851e-49dc-9e06-f70775d3d2ef 2018-07-30 17:23:08,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.42756199837s 2018-07-30 17:23:08,090 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/95a783ef-544e-48da-8219-1912d4cc4318/file used request id req-628fcd17-851e-49dc-9e06-f70775d3d2ef 2018-07-30 17:23:08,090 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_userdata-img_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-30T17:23:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/95a783ef-544e-48da-8219-1912d4cc4318/file', u'owner': u'44e22f6e11c64e4686e4bb462e51ff1a', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'95a783ef-544e-48da-8219-1912d4cc4318', u'size': None, u'name': u'vping_userdata-img_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464', u'checksum': None, u'self': u'/v2/images/95a783ef-544e-48da-8219-1912d4cc4318', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-30T17:23:06Z', u'schema': u'/v2/schemas/image'}) 2018-07-30 17:23:08,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-30 17:23:08,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-30 17:23:08,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-e815628c-4c83-482b-8e52-c67604200331 x-compute-request-id: req-e815628c-4c83-482b-8e52-c67604200331 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "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": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f"}} 2018-07-30 17:23:08,453 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e815628c-4c83-482b-8e52-c67604200331 2018-07-30 17:23:08,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.362239122391s 2018-07-30 17:23:08,454 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e815628c-4c83-482b-8e52-c67604200331 2018-07-30 17:23:08,455 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464', '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'a5c443b661124ecdb463f917c180f6c2', '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'5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f', 'swap': 0}) 2018-07-30 17:23:08,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-30 17:23:08,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" -d '{"extra_specs": {}}' 2018-07-30 17:23:08,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-411b1aa6-e459-422a-9480-71abbbad5a2e x-compute-request-id: req-411b1aa6-e459-422a-9480-71abbbad5a2e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-30 17:23:08,857 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f/os-extra_specs used request id req-411b1aa6-e459-422a-9480-71abbbad5a2e 2018-07-30 17:23:08,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.401526927948s 2018-07-30 17:23:08,857 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f/os-extra_specs used request id req-411b1aa6-e459-422a-9480-71abbbad5a2e 2018-07-30 17:23:08,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:23:08,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:09,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-d6bfabfe-590b-45a5-8fba-f6e949c959df Date: Mon, 30 Jul 2018 17:23:09 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":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7ff51c6c-6595-453b-bc25-88b230a93bd0"],"updated_at":"2018-07-30T17:23:02Z","tenant_id":"44e22f6e11c64e4686e4bb462e51ff1a","created_at":"2018-07-30T17:23:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"44e22f6e11c64e4686e4bb462e51ff1a","id":"ac5f6ced-afa0-41b4-a698-67720337edce","name":"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}]} 2018-07-30 17:23:09,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d6bfabfe-590b-45a5-8fba-f6e949c959df 2018-07-30 17:23:09,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.281589031219s 2018-07-30 17:23:09,140 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d6bfabfe-590b-45a5-8fba-f6e949c959df 2018-07-30 17:23:09,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:23:09,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:09,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-ab9e3b4d-3851-49c6-9dea-aabd85e24598 Date: Mon, 30 Jul 2018 17:23:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/95a783ef-544e-48da-8219-1912d4cc4318/snap", "metadata": {}}], "file": "/v2/images/95a783ef-544e-48da-8219-1912d4cc4318/file", "owner": "44e22f6e11c64e4686e4bb462e51ff1a", "id": "95a783ef-544e-48da-8219-1912d4cc4318", "size": 12716032, "self": "/v2/images/95a783ef-544e-48da-8219-1912d4cc4318", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/95a783ef-544e-48da-8219-1912d4cc4318/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:23:08Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:23:06Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:23:09,340 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ab9e3b4d-3851-49c6-9dea-aabd85e24598 2018-07-30 17:23:09,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.195967912674s 2018-07-30 17:23:09,341 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ab9e3b4d-3851-49c6-9dea-aabd85e24598 2018-07-30 17:23:09,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:23:09,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:09,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-9c8b8dc3-0418-4ec4-9228-e4defa42698b x-compute-request-id: req-9c8b8dc3-0418-4ec4-9228-e4defa42698b Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "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": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f"}]} 2018-07-30 17:23:09,550 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-9c8b8dc3-0418-4ec4-9228-e4defa42698b 2018-07-30 17:23:09,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.207195997238s 2018-07-30 17:23:09,551 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-9c8b8dc3-0418-4ec4-9228-e4defa42698b 2018-07-30 17:23:09,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-30 17:23:09,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" -d '{"server": {"name": "vping_userdata-vm_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "imageRef": "95a783ef-544e-48da-8219-1912d4cc4318", "flavorRef": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ac5f6ced-afa0-41b4-a698-67720337edce"}]}}' 2018-07-30 17:23:11,304 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:23: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-6611458d-ff8f-45a1-a433-aa2c5e066f31 x-compute-request-id: req-6611458d-ff8f-45a1-a433-aa2c5e066f31 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "10985d18-c77d-4c95-9514-40111accef14", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "bookmark"}], "adminPass": "4NvSHK7538Ly"}} 2018-07-30 17:23:11,304 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-6611458d-ff8f-45a1-a433-aa2c5e066f31 2018-07-30 17:23:11,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.75134706497s 2018-07-30 17:23:11,304 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-6611458d-ff8f-45a1-a433-aa2c5e066f31 2018-07-30 17:23:11,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:23:11,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:11,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-c6655c73-e32a-4716-98ab-ccf0e47dc848 x-compute-request-id: req-c6655c73-e32a-4716-98ab-ccf0e47dc848 Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "10985d18-c77d-4c95-9514-40111accef14", "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:23:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:11Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:23:11,811 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c6655c73-e32a-4716-98ab-ccf0e47dc848 2018-07-30 17:23:11,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.50629901886s 2018-07-30 17:23:11,812 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c6655c73-e32a-4716-98ab-ccf0e47dc848 2018-07-30 17:23:11,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:23:11,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:11,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-a4c5c91f-4408-42b0-833f-8dbf09e44829 Date: Mon, 30 Jul 2018 17:23:11 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":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7ff51c6c-6595-453b-bc25-88b230a93bd0"],"updated_at":"2018-07-30T17:23:02Z","tenant_id":"44e22f6e11c64e4686e4bb462e51ff1a","created_at":"2018-07-30T17:23:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"44e22f6e11c64e4686e4bb462e51ff1a","id":"ac5f6ced-afa0-41b4-a698-67720337edce","name":"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}]} 2018-07-30 17:23:11,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a4c5c91f-4408-42b0-833f-8dbf09e44829 2018-07-30 17:23:11,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112883090973s 2018-07-30 17:23:11,932 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a4c5c91f-4408-42b0-833f-8dbf09e44829 2018-07-30 17:23:11,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 17:23:11,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:12,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-20157cfe-9ba1-4063-a162-1a2b2769ba7e Date: Mon, 30 Jul 2018 17:23:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac5f6ced-afa0-41b4-a698-67720337edce","tenant_id":"44e22f6e11c64e4686e4bb462e51ff1a","created_at":"2018-07-30T17:23:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:23:02Z","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":"44e22f6e11c64e4686e4bb462e51ff1a","id":"7ff51c6c-6595-453b-bc25-88b230a93bd0","subnetpool_id":null,"name":"vping_userdata-subnet_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}]} 2018-07-30 17:23:12,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-20157cfe-9ba1-4063-a162-1a2b2769ba7e 2018-07-30 17:23:12,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.20574092865s 2018-07-30 17:23:12,139 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-20157cfe-9ba1-4063-a162-1a2b2769ba7e 2018-07-30 17:23:12,139 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:23:14,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:23:14,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:14,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-bfdac4a3-ad36-45e6-ac14-510f23e75bd8 x-compute-request-id: req-bfdac4a3-ad36-45e6-ac14-510f23e75bd8 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "10985d18-c77d-4c95-9514-40111accef14", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:23:12Z", "hostId": "20bd5a653ac698031d0be2d2d48000f401ed7f8e6f3d70a0e6358853", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:11Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:23:14,728 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bfdac4a3-ad36-45e6-ac14-510f23e75bd8 2018-07-30 17:23:14,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.586269140244s 2018-07-30 17:23:14,729 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bfdac4a3-ad36-45e6-ac14-510f23e75bd8 2018-07-30 17:23:14,733 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:23:16,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:23:16,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:17,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-59b9b603-c276-469d-9adf-6424f947216c x-compute-request-id: req-59b9b603-c276-469d-9adf-6424f947216c Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "10985d18-c77d-4c95-9514-40111accef14", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:23:12Z", "hostId": "20bd5a653ac698031d0be2d2d48000f401ed7f8e6f3d70a0e6358853", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:11Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:23:17,410 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-59b9b603-c276-469d-9adf-6424f947216c 2018-07-30 17:23:17,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.674597024918s 2018-07-30 17:23:17,411 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-59b9b603-c276-469d-9adf-6424f947216c 2018-07-30 17:23:17,415 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:23:19,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:23:19,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:20,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-e5bc8b6a-77f1-4d98-b72e-4ecb21bc9901 x-compute-request-id: req-e5bc8b6a-77f1-4d98-b72e-4ecb21bc9901 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:60:ee", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:18.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "10985d18-c77d-4c95-9514-40111accef14", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:18Z", "hostId": "20bd5a653ac698031d0be2d2d48000f401ed7f8e6f3d70a0e6358853", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:11Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:23:20,387 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e5bc8b6a-77f1-4d98-b72e-4ecb21bc9901 2018-07-30 17:23:20,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.969897031784s 2018-07-30 17:23:20,388 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e5bc8b6a-77f1-4d98-b72e-4ecb21bc9901 2018-07-30 17:23:20,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:23:20,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=10985d18-c77d-4c95-9514-40111accef14" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:20,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-32e82bd2-c9c4-40f2-9042-3e4beaf13c96 Date: Mon, 30 Jul 2018 17:23:20 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ac5f6ced-afa0-41b4-a698-67720337edce","tenant_id":"44e22f6e11c64e4686e4bb462e51ff1a","created_at":"2018-07-30T17:23:12Z","admin_state_up":true,"updated_at":"2018-07-30T17:23:17Z","binding:vnic_type":"normal","device_id":"10985d18-c77d-4c95-9514-40111accef14","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8d:60:ee","id":"0be7df9b-6ee8-4fcd-935e-d532989eb759","port_security_enabled":true,"project_id":"44e22f6e11c64e4686e4bb462e51ff1a","fixed_ips":[{"subnet_id":"7ff51c6c-6595-453b-bc25-88b230a93bd0","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["c2bc049e-8ce6-4e2b-ae5d-585a44907b9f"],"name":""}]} 2018-07-30 17:23:20,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=10985d18-c77d-4c95-9514-40111accef14 used request id req-32e82bd2-c9c4-40f2-9042-3e4beaf13c96 2018-07-30 17:23:20,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.21558713913s 2018-07-30 17:23:20,608 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=10985d18-c77d-4c95-9514-40111accef14 used request id req-32e82bd2-c9c4-40f2-9042-3e4beaf13c96 2018-07-30 17:23:20,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:23:20,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=0be7df9b-6ee8-4fcd-935e-d532989eb759" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:20,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2f09f036-919f-4209-84c3-db5ec45f2fcc Date: Mon, 30 Jul 2018 17:23:20 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:23:20,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=0be7df9b-6ee8-4fcd-935e-d532989eb759 used request id req-2f09f036-919f-4209-84c3-db5ec45f2fcc 2018-07-30 17:23:20,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0242111682892s 2018-07-30 17:23:20,637 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=0be7df9b-6ee8-4fcd-935e-d532989eb759 used request id req-2f09f036-919f-4209-84c3-db5ec45f2fcc 2018-07-30 17:23:20,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:23:20,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:21,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-a1fbc153-8428-427c-b6b3-113d22fa7d3a x-compute-request-id: req-a1fbc153-8428-427c-b6b3-113d22fa7d3a Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:60:ee", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:18.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "10985d18-c77d-4c95-9514-40111accef14", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:18Z", "hostId": "20bd5a653ac698031d0be2d2d48000f401ed7f8e6f3d70a0e6358853", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:11Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:23:21,371 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a1fbc153-8428-427c-b6b3-113d22fa7d3a 2018-07-30 17:23:21,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.732963085175s 2018-07-30 17:23:21,371 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a1fbc153-8428-427c-b6b3-113d22fa7d3a 2018-07-30 17:23:21,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:23:21,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=10985d18-c77d-4c95-9514-40111accef14" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:21,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-0f86ff35-89db-439f-ab3e-bf11c2368736 Date: Mon, 30 Jul 2018 17:23:21 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ac5f6ced-afa0-41b4-a698-67720337edce","tenant_id":"44e22f6e11c64e4686e4bb462e51ff1a","created_at":"2018-07-30T17:23:12Z","admin_state_up":true,"updated_at":"2018-07-30T17:23:17Z","binding:vnic_type":"normal","device_id":"10985d18-c77d-4c95-9514-40111accef14","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8d:60:ee","id":"0be7df9b-6ee8-4fcd-935e-d532989eb759","port_security_enabled":true,"project_id":"44e22f6e11c64e4686e4bb462e51ff1a","fixed_ips":[{"subnet_id":"7ff51c6c-6595-453b-bc25-88b230a93bd0","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["c2bc049e-8ce6-4e2b-ae5d-585a44907b9f"],"name":""}]} 2018-07-30 17:23:21,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=10985d18-c77d-4c95-9514-40111accef14 used request id req-0f86ff35-89db-439f-ab3e-bf11c2368736 2018-07-30 17:23:21,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0645349025726s 2018-07-30 17:23:21,440 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=10985d18-c77d-4c95-9514-40111accef14 used request id req-0f86ff35-89db-439f-ab3e-bf11c2368736 2018-07-30 17:23:21,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:23:21,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=0be7df9b-6ee8-4fcd-935e-d532989eb759" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:21,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f546b669-f041-49de-a28f-47061453992c Date: Mon, 30 Jul 2018 17:23:21 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:23:21,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=0be7df9b-6ee8-4fcd-935e-d532989eb759 used request id req-f546b669-f041-49de-a28f-47061453992c 2018-07-30 17:23:21,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0228180885315s 2018-07-30 17:23:21,469 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=0be7df9b-6ee8-4fcd-935e-d532989eb759 used request id req-f546b669-f041-49de-a28f-47061453992c 2018-07-30 17:23:21,469 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:8d:60:ee', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'95a783ef-544e-48da-8219-1912d4cc4318'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-30T17:23:18.000000', 'flavor': Munch({u'id': u'5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f'}), 'az': u'nova', 'id': u'10985d18-c77d-4c95-9514-40111accef14', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'9582aed4dbb24c5bb64ad24b8c16b2aa', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'44e22f6e11c64e4686e4bb462e51ff1a', 'name': 'vping_userdata-project_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-30T17:23:18.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-30T17:23:18Z', 'hostId': u'20bd5a653ac698031d0be2d2d48000f401ed7f8e6f3d70a0e6358853', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'20bd5a653ac698031d0be2d2d48000f401ed7f8e6f3d70a0e6358853', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-30T17:23:18.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'44e22f6e11c64e4686e4bb462e51ff1a', 'name': u'vping_userdata-vm_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464', 'adminPass': None, 'tenant_id': u'44e22f6e11c64e4686e4bb462e51ff1a', 'created_at': u'2018-07-30T17:23:11Z', 'created': u'2018-07-30T17:23:11Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-30 17:23:21,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:23:21,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:21,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-74978321-dac5-4668-8214-87a08a7a8aa7 Date: Mon, 30 Jul 2018 17:23:21 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":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7ff51c6c-6595-453b-bc25-88b230a93bd0"],"updated_at":"2018-07-30T17:23:02Z","tenant_id":"44e22f6e11c64e4686e4bb462e51ff1a","created_at":"2018-07-30T17:23:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"44e22f6e11c64e4686e4bb462e51ff1a","id":"ac5f6ced-afa0-41b4-a698-67720337edce","name":"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}]} 2018-07-30 17:23:21,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-74978321-dac5-4668-8214-87a08a7a8aa7 2018-07-30 17:23:21,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.297092914581s 2018-07-30 17:23:21,768 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-74978321-dac5-4668-8214-87a08a7a8aa7 2018-07-30 17:23:21,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:23:21,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:21,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-74139d5f-dc9c-462b-a358-710f615eb90f Date: Mon, 30 Jul 2018 17:23:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/95a783ef-544e-48da-8219-1912d4cc4318/snap", "metadata": {}}], "file": "/v2/images/95a783ef-544e-48da-8219-1912d4cc4318/file", "owner": "44e22f6e11c64e4686e4bb462e51ff1a", "id": "95a783ef-544e-48da-8219-1912d4cc4318", "size": 12716032, "self": "/v2/images/95a783ef-544e-48da-8219-1912d4cc4318", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/95a783ef-544e-48da-8219-1912d4cc4318/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:23:08Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:23:06Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:23:21,812 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-74139d5f-dc9c-462b-a358-710f615eb90f 2018-07-30 17:23:21,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0402319431305s 2018-07-30 17:23:21,813 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-74139d5f-dc9c-462b-a358-710f615eb90f 2018-07-30 17:23:21,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:23:21,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:21,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-6d52d457-3ef3-4dc5-b0ff-49a908d5ee72 x-compute-request-id: req-6d52d457-3ef3-4dc5-b0ff-49a908d5ee72 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "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": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f"}]} 2018-07-30 17:23:21,842 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-6d52d457-3ef3-4dc5-b0ff-49a908d5ee72 2018-07-30 17:23:21,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0273480415344s 2018-07-30 17:23:21,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-6d52d457-3ef3-4dc5-b0ff-49a908d5ee72 2018-07-30 17:23:21,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-30 17:23:21,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" -d '{"server": {"name": "vping_userdata-vm2_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "imageRef": "95a783ef-544e-48da-8219-1912d4cc4318", "flavorRef": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjExIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ac5f6ced-afa0-41b4-a698-67720337edce"}]}}' 2018-07-30 17:23:24,019 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:23:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-45c385a0-15ad-483e-9f92-fbeeb7a67552 x-compute-request-id: req-45c385a0-15ad-483e-9f92-fbeeb7a67552 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b1a531f5-32f9-4254-8619-788dd8142377", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "bookmark"}], "adminPass": "26qhp4EGcWB5"}} 2018-07-30 17:23:24,019 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-45c385a0-15ad-483e-9f92-fbeeb7a67552 2018-07-30 17:23:24,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.17620801926s 2018-07-30 17:23:24,020 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-45c385a0-15ad-483e-9f92-fbeeb7a67552 2018-07-30 17:23:24,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:23:24,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:24,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-24ae71f7-e2b7-4179-98c0-aa9468f9a8aa x-compute-request-id: req-24ae71f7-e2b7-4179-98c0-aa9468f9a8aa Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "b1a531f5-32f9-4254-8619-788dd8142377", "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:23:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:23Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:60:ee", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:18.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "10985d18-c77d-4c95-9514-40111accef14", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:18Z", "hostId": "20bd5a653ac698031d0be2d2d48000f401ed7f8e6f3d70a0e6358853", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:11Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:23:24,395 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-24ae71f7-e2b7-4179-98c0-aa9468f9a8aa 2018-07-30 17:23:24,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373986959457s 2018-07-30 17:23:24,395 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-24ae71f7-e2b7-4179-98c0-aa9468f9a8aa 2018-07-30 17:23:24,401 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:23:26,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:23:26,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:27,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-d9ef8245-2522-4cb3-bc4c-a513f510d909 x-compute-request-id: req-d9ef8245-2522-4cb3-bc4c-a513f510d909 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "b1a531f5-32f9-4254-8619-788dd8142377", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:23:25Z", "hostId": "0dbfc723f0df604c2176865a338889e767cd45f8e7fc454deac1b67e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:23Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:60:ee", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:18.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "10985d18-c77d-4c95-9514-40111accef14", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:18Z", "hostId": "20bd5a653ac698031d0be2d2d48000f401ed7f8e6f3d70a0e6358853", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:11Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:23:27,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d9ef8245-2522-4cb3-bc4c-a513f510d909 2018-07-30 17:23:27,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.908050060272s 2018-07-30 17:23:27,312 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d9ef8245-2522-4cb3-bc4c-a513f510d909 2018-07-30 17:23:27,316 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:23:29,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:23:29,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:29,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-5765d22e-9f50-40bd-856f-f9d856386a2b x-compute-request-id: req-5765d22e-9f50-40bd-856f-f9d856386a2b Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "b1a531f5-32f9-4254-8619-788dd8142377", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:23:25Z", "hostId": "0dbfc723f0df604c2176865a338889e767cd45f8e7fc454deac1b67e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:23Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:60:ee", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:18.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "10985d18-c77d-4c95-9514-40111accef14", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:18Z", "hostId": "20bd5a653ac698031d0be2d2d48000f401ed7f8e6f3d70a0e6358853", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:11Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:23:29,794 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5765d22e-9f50-40bd-856f-f9d856386a2b 2018-07-30 17:23:29,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.475808858871s 2018-07-30 17:23:29,795 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5765d22e-9f50-40bd-856f-f9d856386a2b 2018-07-30 17:23:29,800 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:23:31,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:23:31,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:32,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-73c08f6b-65e6-472b-ac19-ec10ecf08c1a x-compute-request-id: req-73c08f6b-65e6-472b-ac19-ec10ecf08c1a Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:a0:ab", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:31.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "b1a531f5-32f9-4254-8619-788dd8142377", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:31Z", "hostId": "0dbfc723f0df604c2176865a338889e767cd45f8e7fc454deac1b67e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:23Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:60:ee", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:18.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "10985d18-c77d-4c95-9514-40111accef14", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:18Z", "hostId": "20bd5a653ac698031d0be2d2d48000f401ed7f8e6f3d70a0e6358853", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:11Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:23:32,387 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-73c08f6b-65e6-472b-ac19-ec10ecf08c1a 2018-07-30 17:23:32,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.585324048996s 2018-07-30 17:23:32,388 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-73c08f6b-65e6-472b-ac19-ec10ecf08c1a 2018-07-30 17:23:32,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:23:32,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=b1a531f5-32f9-4254-8619-788dd8142377" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:32,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-aabae594-afdf-4a16-9a0c-2fcf8c151d5f Date: Mon, 30 Jul 2018 17:23:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ac5f6ced-afa0-41b4-a698-67720337edce","tenant_id":"44e22f6e11c64e4686e4bb462e51ff1a","created_at":"2018-07-30T17:23:25Z","admin_state_up":true,"updated_at":"2018-07-30T17:23:30Z","binding:vnic_type":"normal","device_id":"b1a531f5-32f9-4254-8619-788dd8142377","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:09:a0:ab","id":"5ec84051-2993-4c2d-a956-b770e13d77a8","port_security_enabled":true,"project_id":"44e22f6e11c64e4686e4bb462e51ff1a","fixed_ips":[{"subnet_id":"7ff51c6c-6595-453b-bc25-88b230a93bd0","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["c2bc049e-8ce6-4e2b-ae5d-585a44907b9f"],"name":""}]} 2018-07-30 17:23:32,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=b1a531f5-32f9-4254-8619-788dd8142377 used request id req-aabae594-afdf-4a16-9a0c-2fcf8c151d5f 2018-07-30 17:23:32,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0582880973816s 2018-07-30 17:23:32,452 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=b1a531f5-32f9-4254-8619-788dd8142377 used request id req-aabae594-afdf-4a16-9a0c-2fcf8c151d5f 2018-07-30 17:23:32,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:23:32,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=5ec84051-2993-4c2d-a956-b770e13d77a8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:32,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6408235b-91be-4c1e-9ea9-242f4ae884ae Date: Mon, 30 Jul 2018 17:23:32 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:23:32,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=5ec84051-2993-4c2d-a956-b770e13d77a8 used request id req-6408235b-91be-4c1e-9ea9-242f4ae884ae 2018-07-30 17:23:32,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.218773841858s 2018-07-30 17:23:32,677 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=5ec84051-2993-4c2d-a956-b770e13d77a8 used request id req-6408235b-91be-4c1e-9ea9-242f4ae884ae 2018-07-30 17:23:32,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:23:32,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:33,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-1fe7b560-d373-4240-b5e3-3b6cd23bf8b4 x-compute-request-id: req-1fe7b560-d373-4240-b5e3-3b6cd23bf8b4 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:a0:ab", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:31.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "b1a531f5-32f9-4254-8619-788dd8142377", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:31Z", "hostId": "0dbfc723f0df604c2176865a338889e767cd45f8e7fc454deac1b67e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:23Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:60:ee", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:18.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "10985d18-c77d-4c95-9514-40111accef14", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:18Z", "hostId": "20bd5a653ac698031d0be2d2d48000f401ed7f8e6f3d70a0e6358853", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:11Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:23:33,591 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1fe7b560-d373-4240-b5e3-3b6cd23bf8b4 2018-07-30 17:23:33,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.913486003876s 2018-07-30 17:23:33,591 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1fe7b560-d373-4240-b5e3-3b6cd23bf8b4 2018-07-30 17:23:33,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:23:33,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=b1a531f5-32f9-4254-8619-788dd8142377" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:33,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0dcec877-479c-4fcf-97eb-7d4d216fdfc6 Date: Mon, 30 Jul 2018 17:23:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ac5f6ced-afa0-41b4-a698-67720337edce","tenant_id":"44e22f6e11c64e4686e4bb462e51ff1a","created_at":"2018-07-30T17:23:25Z","admin_state_up":true,"updated_at":"2018-07-30T17:23:30Z","binding:vnic_type":"normal","device_id":"b1a531f5-32f9-4254-8619-788dd8142377","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:09:a0:ab","id":"5ec84051-2993-4c2d-a956-b770e13d77a8","port_security_enabled":true,"project_id":"44e22f6e11c64e4686e4bb462e51ff1a","fixed_ips":[{"subnet_id":"7ff51c6c-6595-453b-bc25-88b230a93bd0","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["c2bc049e-8ce6-4e2b-ae5d-585a44907b9f"],"name":""}]} 2018-07-30 17:23:33,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=b1a531f5-32f9-4254-8619-788dd8142377 used request id req-0dcec877-479c-4fcf-97eb-7d4d216fdfc6 2018-07-30 17:23:33,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0599110126495s 2018-07-30 17:23:33,657 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=b1a531f5-32f9-4254-8619-788dd8142377 used request id req-0dcec877-479c-4fcf-97eb-7d4d216fdfc6 2018-07-30 17:23:33,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:23:33,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=5ec84051-2993-4c2d-a956-b770e13d77a8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:33,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-266a1a55-ec97-49e0-afe9-fe855f0eb120 Date: Mon, 30 Jul 2018 17:23:33 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:23:33,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=5ec84051-2993-4c2d-a956-b770e13d77a8 used request id req-266a1a55-ec97-49e0-afe9-fe855f0eb120 2018-07-30 17:23:33,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0206599235535s 2018-07-30 17:23:33,683 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=5ec84051-2993-4c2d-a956-b770e13d77a8 used request id req-266a1a55-ec97-49e0-afe9-fe855f0eb120 2018-07-30 17:23:33,683 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:09:a0:ab', 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'95a783ef-544e-48da-8219-1912d4cc4318'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-30T17:23:31.000000', 'flavor': Munch({u'id': u'5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f'}), 'az': u'nova', 'id': u'b1a531f5-32f9-4254-8619-788dd8142377', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'9582aed4dbb24c5bb64ad24b8c16b2aa', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'44e22f6e11c64e4686e4bb462e51ff1a', 'name': 'vping_userdata-project_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-30T17:23:31.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-30T17:23:31Z', 'hostId': u'0dbfc723f0df604c2176865a338889e767cd45f8e7fc454deac1b67e', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'0dbfc723f0df604c2176865a338889e767cd45f8e7fc454deac1b67e', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-30T17:23:31.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'44e22f6e11c64e4686e4bb462e51ff1a', 'name': u'vping_userdata-vm2_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464', 'adminPass': None, 'tenant_id': u'44e22f6e11c64e4686e4bb462e51ff1a', 'created_at': u'2018-07-30T17:23:23Z', 'created': u'2018-07-30T17:23:23Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-30 17:23:33,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:23:33,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:34,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-df723825-e7e7-4699-98b3-bacccd363c10 x-compute-request-id: req-df723825-e7e7-4699-98b3-bacccd363c10 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:a0:ab", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:31.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "b1a531f5-32f9-4254-8619-788dd8142377", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:31Z", "hostId": "0dbfc723f0df604c2176865a338889e767cd45f8e7fc454deac1b67e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:23Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:60:ee", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:18.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "10985d18-c77d-4c95-9514-40111accef14", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:18Z", "hostId": "20bd5a653ac698031d0be2d2d48000f401ed7f8e6f3d70a0e6358853", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:11Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:23:34,391 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-df723825-e7e7-4699-98b3-bacccd363c10 2018-07-30 17:23:34,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.706594944s 2018-07-30 17:23:34,391 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-df723825-e7e7-4699-98b3-bacccd363c10 2018-07-30 17:23:34,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:23:34,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=b1a531f5-32f9-4254-8619-788dd8142377" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:34,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e59fe3b1-10aa-4214-bd4b-39bd3eb9d8aa Date: Mon, 30 Jul 2018 17:23:34 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ac5f6ced-afa0-41b4-a698-67720337edce","tenant_id":"44e22f6e11c64e4686e4bb462e51ff1a","created_at":"2018-07-30T17:23:25Z","admin_state_up":true,"updated_at":"2018-07-30T17:23:30Z","binding:vnic_type":"normal","device_id":"b1a531f5-32f9-4254-8619-788dd8142377","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:09:a0:ab","id":"5ec84051-2993-4c2d-a956-b770e13d77a8","port_security_enabled":true,"project_id":"44e22f6e11c64e4686e4bb462e51ff1a","fixed_ips":[{"subnet_id":"7ff51c6c-6595-453b-bc25-88b230a93bd0","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["c2bc049e-8ce6-4e2b-ae5d-585a44907b9f"],"name":""}]} 2018-07-30 17:23:34,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=b1a531f5-32f9-4254-8619-788dd8142377 used request id req-e59fe3b1-10aa-4214-bd4b-39bd3eb9d8aa 2018-07-30 17:23:34,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.244307041168s 2018-07-30 17:23:34,641 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=b1a531f5-32f9-4254-8619-788dd8142377 used request id req-e59fe3b1-10aa-4214-bd4b-39bd3eb9d8aa 2018-07-30 17:23:34,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:23:34,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=5ec84051-2993-4c2d-a956-b770e13d77a8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:34,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cdfd0461-a1de-4224-b1e3-cc7c3c999b00 Date: Mon, 30 Jul 2018 17:23:34 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:23:34,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=5ec84051-2993-4c2d-a956-b770e13d77a8 used request id req-cdfd0461-a1de-4224-b1e3-cc7c3c999b00 2018-07-30 17:23:34,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0243258476257s 2018-07-30 17:23:34,671 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=5ec84051-2993-4c2d-a956-b770e13d77a8 used request id req-cdfd0461-a1de-4224-b1e3-cc7c3c999b00 2018-07-30 17:23:34,671 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-07-30 17:23:35,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:23:35,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:36,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-0bb618aa-e62d-4409-9175-e3301c3accd6 x-compute-request-id: req-0bb618aa-e62d-4409-9175-e3301c3accd6 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:a0:ab", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:31.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "b1a531f5-32f9-4254-8619-788dd8142377", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:31Z", "hostId": "0dbfc723f0df604c2176865a338889e767cd45f8e7fc454deac1b67e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:23Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:60:ee", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:18.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "10985d18-c77d-4c95-9514-40111accef14", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:18Z", "hostId": "20bd5a653ac698031d0be2d2d48000f401ed7f8e6f3d70a0e6358853", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:11Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:23:36,157 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0bb618aa-e62d-4409-9175-e3301c3accd6 2018-07-30 17:23:36,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.484792947769s 2018-07-30 17:23:36,158 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0bb618aa-e62d-4409-9175-e3301c3accd6 2018-07-30 17:23:36,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-30 17:23:36,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-30 17:23:36,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-eb3552ba-ebb6-4ca4-b497-1ac4aa78c8f6 x-compute-request-id: req-eb3552ba-ebb6-4ca4-b497-1ac4aa78c8f6 Content-Encoding: gzip Content-Length: 9549 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 480342772 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.166505] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168176] pid_max: default: 32768 minimum: 301\n[ 0.169079] ACPI: Core revision 20150930\n[ 0.170468] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.171791] Security Framework initialized\n[ 0.172614] Yama: becoming mindful.\n[ 0.173350] AppArmor: AppArmor initialized\n[ 0.174222] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.175565] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.176855] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178085] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179516] Initializing cgroup subsys io\n[ 0.180342] Initializing cgroup subsys memory\n[ 0.181208] Initializing cgroup subsys devices\n[ 0.182099] Initializing cgroup subsys freezer\n[ 0.182977] Initializing cgroup subsys net_cls\n[ 0.183846] Initializing cgroup subsys perf_event\n[ 0.184765] Initializing cgroup subsys net_prio\n[ 0.185665] Initializing cgroup subsys hugetlb\n[ 0.186547] Initializing cgroup subsys pids\n[ 0.187423] CPU: Physical Processor ID: 0\n[ 0.188931] mce: CPU supports 10 MCE banks\n[ 0.189794] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.205852] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.211932] ftrace: allocating 31920 entries in 125 pages\n[ 0.236907] smpboot: Max logical packages: 1\n[ 0.237793] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.239163] x2apic enabled\n[ 0.239972] Switched APIC routing to physical x2apic.\n[ 0.241717] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.242851] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246756] KVM setup paravirtual spinlock\n[ 0.248080] x86: Booted up 1 node, 1 CPUs\n[ 0.248895] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250320] devtmpfs: initialized\n[ 0.252050] evm: security.selinux\n[ 0.252757] evm: security.SMACK64\n[ 0.253454] evm: security.SMACK64EXEC\n[ 0.254206] evm: security.SMACK64TRANSMUTE\n[ 0.255017] evm: security.SMACK64MMAP\n[ 0.255764] evm: security.ima\n[ 0.256412] evm: security.capability\n[ 0.257221] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.259106] pinctrl core: initialized pinctrl subsystem\n[ 0.260236] RTC time: 17:23:31, date: 07/30/18\n[ 0.261215] NET: Registered protocol family 16\n[ 0.262219] cpuidle: using governor ladder\n[ 0.263052] cpuidle: using governor menu\n[ 0.263843] PCCT header not found.\n[ 0.264611] ACPI: bus type PCI registered\n[ 0.265427] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266683] PCI: Using configuration type 1 for base access\n[ 0.268470] ACPI: Added _OSI(Module Device)\n[ 0.269328] ACPI: Added _OSI(Processor Device)\n[ 0.270204] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271114] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272946] ACPI: Interpreter enabled\n[ 0.273727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.275599] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.277465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.279336] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.281207] ACPI: (supports S0 S5)\n[ 0.281917] ACPI: Using IOAPIC for interrupt routing\n[ 0.282881] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286017] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287172] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.288421] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.289628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291874] acpiphp: Slot [3] registered\n[ 0.292689] acpiphp: Slot [4] registered\n[ 0.293510] acpiphp: Slot [5] registered\n[ 0.294318] acpiphp: Slot [6] registered\n[ 0.295123] acpiphp: Slot [7] registered\n[ 0.295934] acpiphp: Slot [8] registered\n[ 0.296750] acpiphp: Slot [9] registered\n[ 0.297555] acpiphp: Slot [10] registered\n[ 0.298390] acpiphp: Slot [11] registered\n[ 0.299216] acpiphp: Slot [12] registered\n[ 0.300064] acpiphp: Slot [13] registered\n[ 0.300884] acpiphp: Slot [14] registered\n[ 0.301710] acpiphp: Slot [15] registered\n[ 0.312667] acpiphp: Slot [16] registered\n[ 0.313512] acpiphp: Slot [17] registered\n[ 0.314336] acpiphp: Slot [18] registered\n[ 0.315157] acpiphp: Slot [19] registered\n[ 0.315977] acpiphp: Slot [20] registered\n[ 0.316814] acpiphp: Slot [21] registered\n[ 0.317641] acpiphp: Slot [22] registered\n[ 0.318484] acpiphp: Slot [23] registered\n[ 0.319318] acpiphp: Slot [24] registered\n[ 0.320143] acpiphp: Slot [25] registered\n[ 0.320977] acpiphp: Slot [26] registered\n[ 0.321793] acpiphp: Slot [27] registered\n[ 0.322628] acpiphp: Slot [28] registered\n[ 0.323502] acpiphp: Slot [29] registered\n[ 0.324329] acpiphp: Slot [30] registered\n[ 0.325156] acpiphp: Slot [31] registered\n[ 0.325977] PCI host bridge to bus 0000:00\n[ 0.326794] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328033] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329264] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330727] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332192] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.333693] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337020] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.338317] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339509] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340787] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.344379] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.345965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364408] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367683] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369131] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370540] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371819] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373141] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375775] vgaarb: loaded\n[ 0.376379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377631] SCSI subsystem initialized\n[ 0.378563] ACPI: bus type USB registered\n[ 0.379401] usbcore: registered new interface driver usbfs\n[ 0.380443] usbcore: registered new interface driver hub\n[ 0.381468] usbcore: registered new device driver usb\n[ 0.382592] PCI: Using ACPI for IRQ routing\n[ 0.383720] NetLabel: Initializing\n[ 0.384451] NetLabel: domain hash size = 128\n[ 0.385314] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386286] NetLabel: unlabeled traffic allowed by default\n[ 0.387464] clocksource: Switched to clocksource kvm-clock\n[ 0.395687] AppArmor: AppArmor Filesystem Enabled\n[ 0.396686] pnp: PnP ACPI init\n[ 0.397641] pnp: PnP ACPI: found 5 devices\n[ 0.404009] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405736] NET: Registered protocol family 2\n[ 0.406794] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408118] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409347] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410564] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411669] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412871] NET: Registered protocol family 1\n[ 0.413763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414871] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415957] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430023] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444194] Trying to unpack rootfs image as initramfs...\n[ 0.501039] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502714] Scanning for low memory corruption every 60 seconds\n[ 0.504095] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505275] audit: initializing netlink subsys (disabled)\n[ 0.506318] audit: type=2000 audit(1532971411.884:1): initialized\n[ 0.507710] Initialise system trusted keyring\n[ 0.508673] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509853] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512112] zbud: loaded\n[ 0.512892] VFS: Disk quotas dquot_6.6.0\n[ 0.513739] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515408] fuse init (API version 7.23)\n[ 0.516353] Key type big_key registered\n[ 0.517182] Allocating IMA MOK and blacklist keyrings.\n[ 0.518440] Key type asymmetric registered\n[ 0.519303] Asymmetric key parser 'x509' registered\n[ 0.520302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521812] io scheduler noop registered\n[ 0.522634] io scheduler deadline registered (default)\n[ 0.523664] io scheduler cfq registered\n[ 0.524545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525607] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526900] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528399] ACPI: Power Button [PWRF]\n[ 0.529271] GHES: HEST is not enabled!\n[ 0.542981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571058] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573213] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599147] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601980] Linux agpgart interface v0.103\n[ 0.604972] brd: module loaded\n[ 0.606728] loop: module loaded\n[ 0.612167] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613660] GPT:90111 != 2097151\n[ 0.614348] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615451] GPT:90111 != 2097151\n[ 0.616137] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617122] vda: vda1 vda15\n[ 0.618652] scsi host0: ata_piix\n[ 0.619479] scsi host1: ata_piix\n[ 0.620217] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.621459] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.622959] libphy: Fixed MDIO Bus: probed\n[ 0.623798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624780] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627362] PPP generic driver version 2.4.2\n[ 0.628322] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629556] ehci-pci: EHCI PCI platform driver\n[ 0.630442] ehci-platform: EHCI generic platform driver\n[ 0.631547] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632718] ohci-pci: OHCI PCI platform driver\n[ 0.633607] ohci-platform: OHCI generic platform driver\n[ 0.634615] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648977] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650024] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651517] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652596] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.653768] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655037] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656496] usb usb1: Product: UHCI Host Controller\n[ 0.657456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658639] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659669] hub 1-0:1.0: USB hub found\n[ 0.660481] hub 1-0:1.0: 2 ports detected\n[ 0.661459] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663660] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664661] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665739] mousedev: PS/2 mouse device common for all mice\n[ 0.667067] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669070] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670247] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671484] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672726] i2c /dev entries driver\n[ 0.673533] device-mapper: uevent: version 1.0.3\n[ 0.674540] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676239] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677725] NET: Registered protocol family 10\n[ 0.678921] NET: Registered protocol family 17\n[ 0.679849] Key type dns_resolver registered\n[ 0.680890] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682021] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683888] registered taskstats version 1\n[ 0.684755] Loading compiled-in X.509 certificates\n[ 0.686262] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688184] zswap: loaded using pool lzo/zbud\n[ 0.689844] Key type trusted registered\n[ 0.691669] Key type encrypted registered\n[ 0.692524] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693584] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694651] evm: HMAC attrs: 0x1\n[ 0.695678] Magic number: 10:886:391\n[ 0.696574] rtc_cmos 00:00: setting system clock to 2018-07-30 17:23:31 UTC (1532971411)\n[ 0.698222] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699352] EDD information not available.\n[ 0.780823] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792615] Write protecting the kernel read-only data: 14336k\n[ 0.794811] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796706] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841383] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDwHqtz3clb8x9TtWnM/QABUJaVJz5wRfwd4jGTTnsS2/v4gE+0E6hREq/ry5hrd3cjfdtvmA61ro6ZxJ7AAoPKgoujPA0smrdz3pJ7JBalihPHEgDmWRaEBqwUMbmSj8TlN4d5DxmIywzu1u86+5r8Nfq0IlBlnQtBYsm0934JrXajPbDkL5gA050yrvogcQb06HNlAoGA9BGD7XR7nWOmAY7Udk7thrTLxz/qhEYvv5FhT908wdfdsdot2qGSUJFYamR4iVt/7/NpiSo3Dzb21GengQUoNewtOCPYcPmAFkGC8JlWwJU0nfJpNWoAjIowul1MUGnnHitPOHgyDVZb root@vping-userdata-vm2-67c529a9-d4ff-4ec4-9b0f-a9fb4554e464\nssh-dss AAAAB3NzaC1kc3MAAACBAIjB2fSsHUcpQsv20rzvA+spixlLnYlO5+4iGS3VIv/doLx50HWlgJ53SunqN2HzYw2+juq6AwPzcn8wLPZyxBhZNF40Bh5RngWJnN9qwaG11umgvOFp4bX5v4ilDViJmk58NkA2X+EXS6v2kTQTxOnRfZrNSGsnkrlqfYqFPp7dAAAAFQDE+N2B2RgM56aqf9dVX/nn0+OP/wAAAIAhI+AG1wZPQcmtTDscMb4pO5pijc2LG5GUnydF6qi7SauXdwztdDpY2rFKx7QxGzq/HApaMv5i3R1dlZD00YWejFbhbPoJ+BbCV/Cvw/vQSCqZJ0NNoqtKgGJqkOsNVk74tXRfrMFta95vMVi7GsHYX5LVk5H8wsL/RLM94GAZbwAAAIEAgc01kadx5pvc8TLnJ0rNwOMZmsc70y/y5qZOgfaS2kXvg+VWYe8zcs6TP+Zvmn4ysMTivb6nLsSknCL/i7YAeRwrXx31++EhqTxHq12MHE3/u3+bKgzxh7k6fyxEkBfV+XyL0qkoNmndzh7pAJuOcUFeEUYjFBk0z7Lu5qaOK1Y= root@vping-userdata-vm2-67c529a9-d4ff-4ec4-9b0f-a9fb4554e464\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.8,24,fe80::f816:3eff:fe09:a0ab/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.8 \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-67c529a9-d4ff-4ec4-9b0f-a9fb4554e464\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.27 ===\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-67c529a9-d4ff-4ec4-9b0f-a9fb4554e464 login: "} 2018-07-30 17:23:36,255 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377/action used request id req-eb3552ba-ebb6-4ca4-b497-1ac4aa78c8f6 2018-07-30 17:23:36,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0946929454803s 2018-07-30 17:23:36,256 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377/action used request id req-eb3552ba-ebb6-4ca4-b497-1ac4aa78c8f6 2018-07-30 17:23:36,257 - 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 480342772 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.166505] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.168176] pid_max: default: 32768 minimum: 301 [ 0.169079] ACPI: Core revision 20150930 [ 0.170468] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.171791] Security Framework initialized [ 0.172614] Yama: becoming mindful. [ 0.173350] AppArmor: AppArmor initialized [ 0.174222] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.175565] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.176855] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.178085] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.179516] Initializing cgroup subsys io [ 0.180342] Initializing cgroup subsys memory [ 0.181208] Initializing cgroup subsys devices [ 0.182099] Initializing cgroup subsys freezer [ 0.182977] Initializing cgroup subsys net_cls [ 0.183846] Initializing cgroup subsys perf_event [ 0.184765] Initializing cgroup subsys net_prio [ 0.185665] Initializing cgroup subsys hugetlb [ 0.186547] Initializing cgroup subsys pids [ 0.187423] CPU: Physical Processor ID: 0 [ 0.188931] mce: CPU supports 10 MCE banks [ 0.189794] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.190806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.205852] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.211932] ftrace: allocating 31920 entries in 125 pages [ 0.236907] smpboot: Max logical packages: 1 [ 0.237793] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.239163] x2apic enabled [ 0.239972] Switched APIC routing to physical x2apic. [ 0.241717] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.242851] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.244956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.246756] KVM setup paravirtual spinlock [ 0.248080] x86: Booted up 1 node, 1 CPUs [ 0.248895] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.250320] devtmpfs: initialized [ 0.252050] evm: security.selinux [ 0.252757] evm: security.SMACK64 [ 0.253454] evm: security.SMACK64EXEC [ 0.254206] evm: security.SMACK64TRANSMUTE [ 0.255017] evm: security.SMACK64MMAP [ 0.255764] evm: security.ima [ 0.256412] evm: security.capability [ 0.257221] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.259106] pinctrl core: initialized pinctrl subsystem [ 0.260236] RTC time: 17:23:31, date: 07/30/18 [ 0.261215] NET: Registered protocol family 16 [ 0.262219] cpuidle: using governor ladder [ 0.263052] cpuidle: using governor menu [ 0.263843] PCCT header not found. [ 0.264611] ACPI: bus type PCI registered [ 0.265427] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.266683] PCI: Using configuration type 1 for base access [ 0.268470] ACPI: Added _OSI(Module Device) [ 0.269328] ACPI: Added _OSI(Processor Device) [ 0.270204] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.271114] ACPI: Added _OSI(Processor Aggregator Device) [ 0.272946] ACPI: Interpreter enabled [ 0.273727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.275599] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.277465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.279336] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.281207] ACPI: (supports S0 S5) [ 0.281917] ACPI: Using IOAPIC for interrupt routing [ 0.282881] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.286017] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.287172] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.288421] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.289628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.291874] acpiphp: Slot [3] registered [ 0.292689] acpiphp: Slot [4] registered [ 0.293510] acpiphp: Slot [5] registered [ 0.294318] acpiphp: Slot [6] registered [ 0.295123] acpiphp: Slot [7] registered [ 0.295934] acpiphp: Slot [8] registered [ 0.296750] acpiphp: Slot [9] registered [ 0.297555] acpiphp: Slot [10] registered [ 0.298390] acpiphp: Slot [11] registered [ 0.299216] acpiphp: Slot [12] registered [ 0.300064] acpiphp: Slot [13] registered [ 0.300884] acpiphp: Slot [14] registered [ 0.301710] acpiphp: Slot [15] registered [ 0.312667] acpiphp: Slot [16] registered [ 0.313512] acpiphp: Slot [17] registered [ 0.314336] acpiphp: Slot [18] registered [ 0.315157] acpiphp: Slot [19] registered [ 0.315977] acpiphp: Slot [20] registered [ 0.316814] acpiphp: Slot [21] registered [ 0.317641] acpiphp: Slot [22] registered [ 0.318484] acpiphp: Slot [23] registered [ 0.319318] acpiphp: Slot [24] registered [ 0.320143] acpiphp: Slot [25] registered [ 0.320977] acpiphp: Slot [26] registered [ 0.321793] acpiphp: Slot [27] registered [ 0.322628] acpiphp: Slot [28] registered [ 0.323502] acpiphp: Slot [29] registered [ 0.324329] acpiphp: Slot [30] registered [ 0.325156] acpiphp: Slot [31] registered [ 0.325977] PCI host bridge to bus 0000:00 [ 0.326794] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.328033] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.329264] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.330727] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.332192] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.333693] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.337020] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.338317] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.339509] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.340787] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.344379] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.345965] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364408] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365898] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367683] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.369131] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370540] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371819] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373141] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375775] vgaarb: loaded [ 0.376379] vgaarb: bridge control possible 0000:00:02.0 [ 0.377631] SCSI subsystem initialized [ 0.378563] ACPI: bus type USB registered [ 0.379401] usbcore: registered new interface driver usbfs [ 0.380443] usbcore: registered new interface driver hub [ 0.381468] usbcore: registered new device driver usb [ 0.382592] PCI: Using ACPI for IRQ routing [ 0.383720] NetLabel: Initializing [ 0.384451] NetLabel: domain hash size = 128 [ 0.385314] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386286] NetLabel: unlabeled traffic allowed by default [ 0.387464] clocksource: Switched to clocksource kvm-clock [ 0.395687] AppArmor: AppArmor Filesystem Enabled [ 0.396686] pnp: PnP ACPI init [ 0.397641] pnp: PnP ACPI: found 5 devices [ 0.404009] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405736] NET: Registered protocol family 2 [ 0.406794] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.408118] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409347] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410564] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411669] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412871] NET: Registered protocol family 1 [ 0.413763] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414871] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415957] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.430023] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444194] Trying to unpack rootfs image as initramfs... [ 0.501039] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.502714] Scanning for low memory corruption every 60 seconds [ 0.504095] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.505275] audit: initializing netlink subsys (disabled) [ 0.506318] audit: type=2000 audit(1532971411.884:1): initialized [ 0.507710] Initialise system trusted keyring [ 0.508673] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.509853] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.512112] zbud: loaded [ 0.512892] VFS: Disk quotas dquot_6.6.0 [ 0.513739] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.515408] fuse init (API version 7.23) [ 0.516353] Key type big_key registered [ 0.517182] Allocating IMA MOK and blacklist keyrings. [ 0.518440] Key type asymmetric registered [ 0.519303] Asymmetric key parser 'x509' registered [ 0.520302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.521812] io scheduler noop registered [ 0.522634] io scheduler deadline registered (default) [ 0.523664] io scheduler cfq registered [ 0.524545] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525607] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526900] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528399] ACPI: Power Button [PWRF] [ 0.529271] GHES: HEST is not enabled! [ 0.542981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.571058] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.573213] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.599147] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.601980] Linux agpgart interface v0.103 [ 0.604972] brd: module loaded [ 0.606728] loop: module loaded [ 0.612167] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613660] GPT:90111 != 2097151 [ 0.614348] GPT:Alternate GPT header not at the end of the disk. [ 0.615451] GPT:90111 != 2097151 [ 0.616137] GPT: Use GNU Parted to correct GPT errors. [ 0.617122] vda: vda1 vda15 [ 0.618652] scsi host0: ata_piix [ 0.619479] scsi host1: ata_piix [ 0.620217] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.621459] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.622959] libphy: Fixed MDIO Bus: probed [ 0.623798] tun: Universal TUN/TAP device driver, 1.6 [ 0.624780] tun: (C) 1999-2004 Max Krasnyansky [ 0.627362] PPP generic driver version 2.4.2 [ 0.628322] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.629556] ehci-pci: EHCI PCI platform driver [ 0.630442] ehci-platform: EHCI generic platform driver [ 0.631547] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.632718] ohci-pci: OHCI PCI platform driver [ 0.633607] ohci-platform: OHCI generic platform driver [ 0.634615] uhci_hcd: USB Universal Host Controller Interface driver [ 0.648977] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.650024] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.651517] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.652596] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.653768] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.655037] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.656496] usb usb1: Product: UHCI Host Controller [ 0.657456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.658639] usb usb1: SerialNumber: 0000:00:01.2 [ 0.659669] hub 1-0:1.0: USB hub found [ 0.660481] hub 1-0:1.0: 2 ports detected [ 0.661459] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.663660] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.664661] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.665739] mousedev: PS/2 mouse device common for all mice [ 0.667067] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.669070] rtc_cmos 00:00: RTC can wake from S4 [ 0.670247] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.671484] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.672726] i2c /dev entries driver [ 0.673533] device-mapper: uevent: version 1.0.3 [ 0.674540] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.676239] ledtrig-cpu: registered to indicate activity on CPUs [ 0.677725] NET: Registered protocol family 10 [ 0.678921] NET: Registered protocol family 17 [ 0.679849] Key type dns_resolver registered [ 0.680890] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682021] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.683888] registered taskstats version 1 [ 0.684755] Loading compiled-in X.509 certificates [ 0.686262] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688184] zswap: loaded using pool lzo/zbud [ 0.689844] Key type trusted registered [ 0.691669] Key type encrypted registered [ 0.692524] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693584] ima: No TPM chip found, activating TPM-bypass! [ 0.694651] evm: HMAC attrs: 0x1 [ 0.695678] Magic number: 10:886:391 [ 0.696574] rtc_cmos 00:00: setting system clock to 2018-07-30 17:23:31 UTC (1532971411) [ 0.698222] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699352] EDD information not available. [ 0.780823] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792615] Write protecting the kernel read-only data: 14336k [ 0.794811] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.796706] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841383] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.81. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDwHqtz3clb8x9TtWnM/QABUJaVJz5wRfwd4jGTTnsS2/v4gE+0E6hREq/ry5hrd3cjfdtvmA61ro6ZxJ7AAoPKgoujPA0smrdz3pJ7JBalihPHEgDmWRaEBqwUMbmSj8TlN4d5DxmIywzu1u86+5r8Nfq0IlBlnQtBYsm0934JrXajPbDkL5gA050yrvogcQb06HNlAoGA9BGD7XR7nWOmAY7Udk7thrTLxz/qhEYvv5FhT908wdfdsdot2qGSUJFYamR4iVt/7/NpiSo3Dzb21GengQUoNewtOCPYcPmAFkGC8JlWwJU0nfJpNWoAjIowul1MUGnnHitPOHgyDVZb root@vping-userdata-vm2-67c529a9-d4ff-4ec4-9b0f-a9fb4554e464 ssh-dss AAAAB3NzaC1kc3MAAACBAIjB2fSsHUcpQsv20rzvA+spixlLnYlO5+4iGS3VIv/doLx50HWlgJ53SunqN2HzYw2+juq6AwPzcn8wLPZyxBhZNF40Bh5RngWJnN9qwaG11umgvOFp4bX5v4ilDViJmk58NkA2X+EXS6v2kTQTxOnRfZrNSGsnkrlqfYqFPp7dAAAAFQDE+N2B2RgM56aqf9dVX/nn0+OP/wAAAIAhI+AG1wZPQcmtTDscMb4pO5pijc2LG5GUnydF6qi7SauXdwztdDpY2rFKx7QxGzq/HApaMv5i3R1dlZD00YWejFbhbPoJ+BbCV/Cvw/vQSCqZJ0NNoqtKgGJqkOsNVk74tXRfrMFta95vMVi7GsHYX5LVk5H8wsL/RLM94GAZbwAAAIEAgc01kadx5pvc8TLnJ0rNwOMZmsc70y/y5qZOgfaS2kXvg+VWYe8zcs6TP+Zvmn4ysMTivb6nLsSknCL/i7YAeRwrXx31++EhqTxHq12MHE3/u3+bKgzxh7k6fyxEkBfV+XyL0qkoNmndzh7pAJuOcUFeEUYjFBk0z7Lu5qaOK1Y= root@vping-userdata-vm2-67c529a9-d4ff-4ec4-9b0f-a9fb4554e464 -----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.8,24,fe80::f816:3eff:fe09:a0ab/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.8 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-67c529a9-d4ff-4ec4-9b0f-a9fb4554e464 launch-index: 0 === cirros: current=0.4.0 uptime=3.27 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-67c529a9-d4ff-4ec4-9b0f-a9fb4554e464 login: 2018-07-30 17:23:36,258 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-07-30 17:23:36,364 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 17:23:36,365 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:36 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-30 17:23:36,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-30 17:23:36,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:36,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:23:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b460d266-5560-42e9-ae5d-ac17418614b8 x-compute-request-id: req-b460d266-5560-42e9-ae5d-ac17418614b8 Content-Type: application/json 2018-07-30 17:23:36,577 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14 used request id req-b460d266-5560-42e9-ae5d-ac17418614b8 2018-07-30 17:23:36,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.206935882568s 2018-07-30 17:23:36,577 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14 used request id req-b460d266-5560-42e9-ae5d-ac17418614b8 2018-07-30 17:23:36,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:23:36,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:37,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-e135c94e-8c92-40ec-8c64-8a3559f8e9ce x-compute-request-id: req-e135c94e-8c92-40ec-8c64-8a3559f8e9ce Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:a0:ab", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:31.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "b1a531f5-32f9-4254-8619-788dd8142377", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:31Z", "hostId": "0dbfc723f0df604c2176865a338889e767cd45f8e7fc454deac1b67e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:23Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:60:ee", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10985d18-c77d-4c95-9514-40111accef14", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:18.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "10985d18-c77d-4c95-9514-40111accef14", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:36Z", "hostId": "20bd5a653ac698031d0be2d2d48000f401ed7f8e6f3d70a0e6358853", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:11Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:23:37,175 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e135c94e-8c92-40ec-8c64-8a3559f8e9ce 2018-07-30 17:23:37,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.597671031952s 2018-07-30 17:23:37,176 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e135c94e-8c92-40ec-8c64-8a3559f8e9ce 2018-07-30 17:23:37,178 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:23:39,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:23:39,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:39,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-45462e41-3c1d-4886-b48d-a1d8d9d7770f x-compute-request-id: req-45462e41-3c1d-4886-b48d-a1d8d9d7770f Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:a0:ab", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:31.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "b1a531f5-32f9-4254-8619-788dd8142377", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:31Z", "hostId": "0dbfc723f0df604c2176865a338889e767cd45f8e7fc454deac1b67e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:23Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:23:39,865 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-45462e41-3c1d-4886-b48d-a1d8d9d7770f 2018-07-30 17:23:39,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683855056763s 2018-07-30 17:23:39,865 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-45462e41-3c1d-4886-b48d-a1d8d9d7770f 2018-07-30 17:23:39,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-30 17:23:39,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:40,054 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:23:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e92037f7-02b6-458a-9c70-630ef7103781 x-compute-request-id: req-e92037f7-02b6-458a-9c70-630ef7103781 Content-Type: application/json 2018-07-30 17:23:40,054 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377 used request id req-e92037f7-02b6-458a-9c70-630ef7103781 2018-07-30 17:23:40,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.187424898148s 2018-07-30 17:23:40,055 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377 used request id req-e92037f7-02b6-458a-9c70-630ef7103781 2018-07-30 17:23:40,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:23:40,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:40,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23: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-aa850dc9-ee9e-4705-8821-df5e3cb7b56b x-compute-request-id: req-aa850dc9-ee9e-4705-8821-df5e3cb7b56b Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:a0:ab", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b1a531f5-32f9-4254-8619-788dd8142377", "rel": "bookmark"}], "image": {"id": "95a783ef-544e-48da-8219-1912d4cc4318", "links": [{"href": "http://172.30.9.21:8774/images/95a783ef-544e-48da-8219-1912d4cc4318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:23:31.000000", "flavor": {"id": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "links": [{"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "bookmark"}]}, "id": "b1a531f5-32f9-4254-8619-788dd8142377", "security_groups": [{"name": "default"}], "user_id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:23:39Z", "hostId": "0dbfc723f0df604c2176865a338889e767cd45f8e7fc454deac1b67e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "created": "2018-07-30T17:23:23Z", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:23:40,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aa850dc9-ee9e-4705-8821-df5e3cb7b56b 2018-07-30 17:23:40,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.838892936707s 2018-07-30 17:23:40,895 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aa850dc9-ee9e-4705-8821-df5e3cb7b56b 2018-07-30 17:23:40,896 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:23:42,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:23:42,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:43,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-af117818-382d-49ec-908f-442665a24573 x-compute-request-id: req-af117818-382d-49ec-908f-442665a24573 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-30 17:23:43,101 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-af117818-382d-49ec-908f-442665a24573 2018-07-30 17:23:43,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.201750040054s 2018-07-30 17:23:43,101 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-af117818-382d-49ec-908f-442665a24573 2018-07-30 17:23:43,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-30 17:23:43,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/367a189f-5992-47a1-bb77-a590954c091c/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" -d '{"subnet_id": "7ff51c6c-6595-453b-bc25-88b230a93bd0"}' 2018-07-30 17:23:44,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a1e4ee09-51fd-4da2-a7cb-b57671363690 Date: Mon, 30 Jul 2018 17:23:44 GMT RESP BODY: {"network_id": "ac5f6ced-afa0-41b4-a698-67720337edce", "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "subnet_id": "7ff51c6c-6595-453b-bc25-88b230a93bd0", "subnet_ids": ["7ff51c6c-6595-453b-bc25-88b230a93bd0"], "port_id": "c471343d-4e47-4839-8953-ac7dcab926ae", "id": "367a189f-5992-47a1-bb77-a590954c091c"} 2018-07-30 17:23:44,705 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/367a189f-5992-47a1-bb77-a590954c091c/remove_router_interface.json used request id req-a1e4ee09-51fd-4da2-a7cb-b57671363690 2018-07-30 17:23:44,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.60272598267s 2018-07-30 17:23:44,705 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/367a189f-5992-47a1-bb77-a590954c091c/remove_router_interface.json used request id req-a1e4ee09-51fd-4da2-a7cb-b57671363690 returning object 367a189f-5992-47a1-bb77-a590954c091c 2018-07-30 17:23:44,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-30 17:23:44,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:44,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b2416eb9-c976-4d85-9471-06a58e47ac64 Date: Mon, 30 Jul 2018 17:23:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "44e22f6e11c64e4686e4bb462e51ff1a", "created_at": "2018-07-30T17:23:02Z", "admin_state_up": true, "updated_at": "2018-07-30T17:23:43Z", "revision_number": 4, "routes": [], "project_id": "44e22f6e11c64e4686e4bb462e51ff1a", "id": "367a189f-5992-47a1-bb77-a590954c091c", "name": "vping_userdata-router_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}]} 2018-07-30 17:23:44,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-b2416eb9-c976-4d85-9471-06a58e47ac64 2018-07-30 17:23:44,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.116153001785s 2018-07-30 17:23:44,822 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-b2416eb9-c976-4d85-9471-06a58e47ac64 2018-07-30 17:23:44,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-30 17:23:44,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/367a189f-5992-47a1-bb77-a590954c091c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:46,085 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-330ec5be-7631-4420-8a48-cfff4d4a1585 Content-Length: 0 Date: Mon, 30 Jul 2018 17:23:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:23:46,086 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/367a189f-5992-47a1-bb77-a590954c091c.json used request id req-330ec5be-7631-4420-8a48-cfff4d4a1585 2018-07-30 17:23:46,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.26187205315s 2018-07-30 17:23:46,086 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/367a189f-5992-47a1-bb77-a590954c091c.json used request id req-330ec5be-7631-4420-8a48-cfff4d4a1585 2018-07-30 17:23:46,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 17:23:46,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:46,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2e85f27d-dcc3-4402-aa85-322f43747f69 Date: Mon, 30 Jul 2018 17:23:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac5f6ced-afa0-41b4-a698-67720337edce","tenant_id":"44e22f6e11c64e4686e4bb462e51ff1a","created_at":"2018-07-30T17:23:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:23:02Z","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":"44e22f6e11c64e4686e4bb462e51ff1a","id":"7ff51c6c-6595-453b-bc25-88b230a93bd0","subnetpool_id":null,"name":"vping_userdata-subnet_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}]} 2018-07-30 17:23:46,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2e85f27d-dcc3-4402-aa85-322f43747f69 2018-07-30 17:23:46,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0565719604492s 2018-07-30 17:23:46,144 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2e85f27d-dcc3-4402-aa85-322f43747f69 2018-07-30 17:23:46,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-30 17:23:46,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/7ff51c6c-6595-453b-bc25-88b230a93bd0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:48,532 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6a453bb9-bcc1-4c25-96b9-5d624d70e769 Date: Mon, 30 Jul 2018 17:23:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:23:48,532 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/7ff51c6c-6595-453b-bc25-88b230a93bd0.json used request id req-6a453bb9-bcc1-4c25-96b9-5d624d70e769 2018-07-30 17:23:48,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.38731598854s 2018-07-30 17:23:48,533 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/7ff51c6c-6595-453b-bc25-88b230a93bd0.json used request id req-6a453bb9-bcc1-4c25-96b9-5d624d70e769 2018-07-30 17:23:48,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:23:48,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:48,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-be47f62a-fe96-4c13-935d-7d5baeb32025 Date: Mon, 30 Jul 2018 17:23:48 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":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-30T17:23:48Z","tenant_id":"44e22f6e11c64e4686e4bb462e51ff1a","created_at":"2018-07-30T17:23:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"44e22f6e11c64e4686e4bb462e51ff1a","id":"ac5f6ced-afa0-41b4-a698-67720337edce","name":"vping_userdata-net_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}]} 2018-07-30 17:23:48,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-be47f62a-fe96-4c13-935d-7d5baeb32025 2018-07-30 17:23:48,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.271636009216s 2018-07-30 17:23:48,805 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-be47f62a-fe96-4c13-935d-7d5baeb32025 2018-07-30 17:23:48,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-30 17:23:48,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/ac5f6ced-afa0-41b4-a698-67720337edce.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:50,005 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-97576c53-8497-4751-b36d-56f3b3419b3a Date: Mon, 30 Jul 2018 17:23:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:23:50,005 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/ac5f6ced-afa0-41b4-a698-67720337edce.json used request id req-97576c53-8497-4751-b36d-56f3b3419b3a 2018-07-30 17:23:50,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.19867110252s 2018-07-30 17:23:50,005 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/ac5f6ced-afa0-41b4-a698-67720337edce.json used request id req-97576c53-8497-4751-b36d-56f3b3419b3a 2018-07-30 17:23:50,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:23:50,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:50,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-d3c670a5-cdcb-4f1c-967a-fa936ddc343e Date: Mon, 30 Jul 2018 17:23:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/95a783ef-544e-48da-8219-1912d4cc4318/snap", "metadata": {}}], "file": "/v2/images/95a783ef-544e-48da-8219-1912d4cc4318/file", "owner": "44e22f6e11c64e4686e4bb462e51ff1a", "id": "95a783ef-544e-48da-8219-1912d4cc4318", "size": 12716032, "self": "/v2/images/95a783ef-544e-48da-8219-1912d4cc4318", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/95a783ef-544e-48da-8219-1912d4cc4318/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:23:08Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:23:06Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:23:50,050 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d3c670a5-cdcb-4f1c-967a-fa936ddc343e 2018-07-30 17:23:50,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0388948917389s 2018-07-30 17:23:50,051 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d3c670a5-cdcb-4f1c-967a-fa936ddc343e 2018-07-30 17:23:50,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-30 17:23:50,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/95a783ef-544e-48da-8219-1912d4cc4318 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c57d40d9dba03fd3ad7ad8e7336fe905257ed587" 2018-07-30 17:23:50,540 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e0577d4c-45b3-4c77-ae90-1d68a1488cd2 Date: Mon, 30 Jul 2018 17:23:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:23:50,541 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/95a783ef-544e-48da-8219-1912d4cc4318 used request id req-e0577d4c-45b3-4c77-ae90-1d68a1488cd2 2018-07-30 17:23:50,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.488436937332s 2018-07-30 17:23:50,541 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/95a783ef-544e-48da-8219-1912d4cc4318 used request id req-e0577d4c-45b3-4c77-ae90-1d68a1488cd2 2018-07-30 17:23:50,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:23:50,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:23:50,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-382e81a5-50c8-419a-b189-37291d754993 x-compute-request-id: req-382e81a5-50c8-419a-b189-37291d754993 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f", "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": "5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f"}]} 2018-07-30 17:23:50,569 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-382e81a5-50c8-419a-b189-37291d754993 2018-07-30 17:23:50,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0272879600525s 2018-07-30 17:23:50,569 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-382e81a5-50c8-419a-b189-37291d754993 2018-07-30 17:23:50,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-30 17:23:50,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:23:50,605 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:23: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-293e03a9-1b1d-4d58-9cd3-87e65e914f83 x-compute-request-id: req-293e03a9-1b1d-4d58-9cd3-87e65e914f83 Content-Length: 0 Content-Type: application/json 2018-07-30 17:23:50,605 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f used request id req-293e03a9-1b1d-4d58-9cd3-87e65e914f83 2018-07-30 17:23:50,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0349099636078s 2018-07-30 17:23:50,606 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/5f1ed186-1a3b-4dd9-9a1c-3dcc960b891f used request id req-293e03a9-1b1d-4d58-9cd3-87e65e914f83 2018-07-30 17:23:50,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:23:50,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:23:50,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60d64092-5af2-49a4-9a25-0759183281a1 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/007c651792db418193688c10d843d637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "007c651792db418193688c10d843d637", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/244dcd30c06d4384961fa64d49c3e41c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "244dcd30c06d4384961fa64d49c3e41c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2a5230a6efdb4a64a4b00fb62e23cfea"}, "domain_id": "4476b8ce97754bddbc8c57708e295eeb", "enabled": true, "options": {}, "id": "2a5230a6efdb4a64a4b00fb62e23cfea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/3d82804d95aa4fd1bfc17877fcdf7354"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d82804d95aa4fd1bfc17877fcdf7354", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/656ce29b237b48409909716a40fce1c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "656ce29b237b48409909716a40fce1c7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/6e6a16503d3c4934b5b61073aba8b08c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6e6a16503d3c4934b5b61073aba8b08c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/766202d20652431a9855034c09964e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "766202d20652431a9855034c09964e9e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7908f48045ad430c8bb89bc94876adee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7908f48045ad430c8bb89bc94876adee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/857e0417e4494e29b92ccbb6e2e75992"}, "domain_id": "default", "enabled": true, "options": {}, "id": "857e0417e4494e29b92ccbb6e2e75992", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "links": {"self": "http://172.30.9.21:5000/v3/users/9582aed4dbb24c5bb64ad24b8c16b2aa"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a699b948ffba4770a3e60d35294751c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a699b948ffba4770a3e60d35294751c3", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/aaa8224c76a3484bbac84a74b4ba8b3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aaa8224c76a3484bbac84a74b4ba8b3f", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1e29c6e158e46b79cb6db3144213a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e29c6e158e46b79cb6db3144213a17", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d4319e1f77ec4d80b169bc61bdac9efc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4319e1f77ec4d80b169bc61bdac9efc", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/d4889590909945f088a965d003206189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4889590909945f088a965d003206189", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-30 17:23:50,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-60d64092-5af2-49a4-9a25-0759183281a1 2018-07-30 17:23:50,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119473934174s 2018-07-30 17:23:50,726 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-60d64092-5af2-49a4-9a25-0759183281a1 2018-07-30 17:23:50,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:23:50,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/9582aed4dbb24c5bb64ad24b8c16b2aa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:23:50,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8277c642-0edb-411c-b0cd-a3a6a13218ee Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464", "links": {"self": "http://172.30.9.21:5000/v3/users/9582aed4dbb24c5bb64ad24b8c16b2aa"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "9582aed4dbb24c5bb64ad24b8c16b2aa", "description": null}} 2018-07-30 17:23:50,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/9582aed4dbb24c5bb64ad24b8c16b2aa used request id req-8277c642-0edb-411c-b0cd-a3a6a13218ee 2018-07-30 17:23:50,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111948013306s 2018-07-30 17:23:50,844 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/9582aed4dbb24c5bb64ad24b8c16b2aa used request id req-8277c642-0edb-411c-b0cd-a3a6a13218ee 2018-07-30 17:23:50,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-30 17:23:50,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/9582aed4dbb24c5bb64ad24b8c16b2aa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:23:51,124 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:23:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31ce7413-5328-4a98-8016-d32aee76ea29 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:23:51,124 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/9582aed4dbb24c5bb64ad24b8c16b2aa used request id req-31ce7413-5328-4a98-8016-d32aee76ea29 2018-07-30 17:23:51,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.279256105423s 2018-07-30 17:23:51,125 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/9582aed4dbb24c5bb64ad24b8c16b2aa used request id req-31ce7413-5328-4a98-8016-d32aee76ea29 2018-07-30 17:23:51,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-30 17:23:51,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:23:51,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf61e578-e5e0-46fb-9905-98278b6c7dee Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/44e22f6e11c64e4686e4bb462e51ff1a"}, "tags": [], "enabled": true, "id": "44e22f6e11c64e4686e4bb462e51ff1a", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_67c529a9-d4ff-4ec4-9b0f-a9fb4554e464"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a5c443b661124ecdb463f917c180f6c2"}, "tags": [], "enabled": true, "id": "a5c443b661124ecdb463f917c180f6c2", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440"}, "tags": [], "enabled": true, "id": "bbb29370cb064c718b72faa5c6748440", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-30 17:23:51,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-cf61e578-e5e0-46fb-9905-98278b6c7dee 2018-07-30 17:23:51,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0962018966675s 2018-07-30 17:23:51,228 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-cf61e578-e5e0-46fb-9905-98278b6c7dee 2018-07-30 17:23:51,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-30 17:23:51,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/44e22f6e11c64e4686e4bb462e51ff1a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:23:51,467 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:23:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05ae80a5-5557-4695-a35c-ca2a7fdf4031 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:23:51,467 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/44e22f6e11c64e4686e4bb462e51ff1a used request id req-05ae80a5-5557-4695-a35c-ca2a7fdf4031 2018-07-30 17:23:51,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.234928846359s 2018-07-30 17:23:51,468 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/44e22f6e11c64e4686e4bb462e51ff1a used request id req-05ae80a5-5557-4695-a35c-ca2a7fdf4031 2018-07-30 17:23:51,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:23:51,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:23:51,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3ffb8a3-0141-4552-8d17-9ed3ad4e0b28 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5e959798c6674d18a3f71c0c4ab695c9", "links": {"self": "http://172.30.9.21:5000/v3/roles/5e959798c6674d18a3f71c0c4ab695c9"}, "name": "Member"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:23:51,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a3ffb8a3-0141-4552-8d17-9ed3ad4e0b28 2018-07-30 17:23:51,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0876388549805s 2018-07-30 17:23:51,559 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a3ffb8a3-0141-4552-8d17-9ed3ad4e0b28 2018-07-30 17:23:51,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-30 17:23:51,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/5e959798c6674d18a3f71c0c4ab695c9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2518a8706ed8a2885086bcdf4db425b0347ef63c" 2018-07-30 17:23:51,738 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:23:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-babb8255-a134-4591-8f0a-502a0396422c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:23:51,738 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/5e959798c6674d18a3f71c0c4ab695c9 used request id req-babb8255-a134-4591-8f0a-502a0396422c 2018-07-30 17:23:51,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.173032999039s 2018-07-30 17:23:51,739 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/5e959798c6674d18a3f71c0c4ab695c9 used request id req-babb8255-a134-4591-8f0a-502a0396422c 2018-07-30 17:23:51,798 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-07-30 17:23:51,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:23:51,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:23:51,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:23:51,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:23:51,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:23:51,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:23:51,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:23:51,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:23:51,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:23:51,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:23:51,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:23:51,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:23:51,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:23:51,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:23:51,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:23:51,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:23:51,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:23:51,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:23:51,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:23:51,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:23:51,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:23:51,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:23:51,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:23:51,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36afc944-4c17-42e2-9e19-dcc1fee601eb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:23:51,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-36afc944-4c17-42e2-9e19-dcc1fee601eb 2018-07-30 17:23:51,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:23:52,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb37427ee864bbead4b2c672b5c6b7d", "name": "admin"}], "expires_at": "2018-07-30T18:23:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5c443b661124ecdb463f917c180f6c2", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "audit_ids": ["MnM1ozRvSjGzJTJ5KmxvDA"], "issued_at": "2018-07-30T17:23:52.000000Z"}} 2018-07-30 17:23:52,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:23:52,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:23:52,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7984e8fa-cc06-426c-915f-c2d210190dab Date: Mon, 30 Jul 2018 17:23:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 17:23:52,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7984e8fa-cc06-426c-915f-c2d210190dab 2018-07-30 17:23:52,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.25922203064s 2018-07-30 17:23:52,502 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7984e8fa-cc06-426c-915f-c2d210190dab 2018-07-30 17:23:52,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:23:52,511 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 30 Jul 2018 17:23:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-30 17:23:52,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 17:23:52,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:23:52,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-627834b7-a928-4a77-bcef-516d75709b56 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/4476b8ce97754bddbc8c57708e295eeb"}, "tags": [], "enabled": true, "id": "4476b8ce97754bddbc8c57708e295eeb", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-07-30 17:23:52,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-627834b7-a928-4a77-bcef-516d75709b56 2018-07-30 17:23:52,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.127784967422s 2018-07-30 17:23:52,640 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-627834b7-a928-4a77-bcef-516d75709b56 2018-07-30 17:23:52,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-30 17:23:52,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_284cc624-a988-49b8-a384-62df495ebd2a"}}' 2018-07-30 17:23:52,786 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:23:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-297d5db5-8ca1-4114-acb4-9332a2be3b05 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.21:5000/v3/projects/5c43f6c35de0402e9b45ebebab7165d1"}, "tags": [], "enabled": true, "id": "5c43f6c35de0402e9b45ebebab7165d1", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_284cc624-a988-49b8-a384-62df495ebd2a"}} 2018-07-30 17:23:52,787 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-297d5db5-8ca1-4114-acb4-9332a2be3b05 2018-07-30 17:23:52,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.140084028244s 2018-07-30 17:23:52,787 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-297d5db5-8ca1-4114-acb4-9332a2be3b05 2018-07-30 17:23:52,788 - 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'5c43f6c35de0402e9b45ebebab7165d1', '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_284cc624-a988-49b8-a384-62df495ebd2a'}) 2018-07-30 17:23:52,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-30 17:23:52,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "97bf9b5d-007a-4f98-b576-2cdd6c3d51f6", "email": null, "name": "cinder_test-user_284cc624-a988-49b8-a384-62df495ebd2a"}}' 2018-07-30 17:23:53,170 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:23:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-474ac308-368c-4779-8384-a56f5f75d2d6 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_284cc624-a988-49b8-a384-62df495ebd2a", "links": {"self": "http://172.30.9.21:5000/v3/users/509b705fef7d4d2cbe5c17609136ee5b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "509b705fef7d4d2cbe5c17609136ee5b", "domain_id": "default", "password_expires_at": null}} 2018-07-30 17:23:53,170 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-474ac308-368c-4779-8384-a56f5f75d2d6 2018-07-30 17:23:53,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.375857114792s 2018-07-30 17:23:53,170 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-474ac308-368c-4779-8384-a56f5f75d2d6 2018-07-30 17:23:53,171 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'509b705fef7d4d2cbe5c17609136ee5b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_284cc624-a988-49b8-a384-62df495ebd2a'}) 2018-07-30 17:23:53,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:23:53,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:23:53,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39e3d611-1f38-4231-88ee-51cbef0f8ba9 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:23:53,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-39e3d611-1f38-4231-88ee-51cbef0f8ba9 2018-07-30 17:23:53,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0971219539642s 2018-07-30 17:23:53,272 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-39e3d611-1f38-4231-88ee-51cbef0f8ba9 2018-07-30 17:23:53,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:23:53,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:23:53,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-625ea1c9-c49f-4d02-bb71-07202c4633d0 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:23:53,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-625ea1c9-c49f-4d02-bb71-07202c4633d0 2018-07-30 17:23:53,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0192058086395s 2018-07-30 17:23:53,296 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-625ea1c9-c49f-4d02-bb71-07202c4633d0 2018-07-30 17:23:53,297 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-30 17:23:53,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-30 17:23:53,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" -d '{"role": {"name": "Member"}}' 2018-07-30 17:23:53,458 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 17:23:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51ef9b89-240a-47fd-8dcb-5ae97e342618 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "56ac7d51ec9a45578dfaa13cff4b938d", "links": {"self": "http://172.30.9.21:5000/v3/roles/56ac7d51ec9a45578dfaa13cff4b938d"}, "name": "Member"}} 2018-07-30 17:23:53,458 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-51ef9b89-240a-47fd-8dcb-5ae97e342618 2018-07-30 17:23:53,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.157238006592s 2018-07-30 17:23:53,459 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-51ef9b89-240a-47fd-8dcb-5ae97e342618 2018-07-30 17:23:53,459 - functest.core.tenantnetwork - DEBUG - role: 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'56ac7d51ec9a45578dfaa13cff4b938d'}) 2018-07-30 17:23:53,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:23:53,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:23:53,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab1acf6f-b470-45f8-9c93-183551d143f3 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "56ac7d51ec9a45578dfaa13cff4b938d", "links": {"self": "http://172.30.9.21:5000/v3/roles/56ac7d51ec9a45578dfaa13cff4b938d"}, "name": "Member"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:23:53,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ab1acf6f-b470-45f8-9c93-183551d143f3 2018-07-30 17:23:53,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108630180359s 2018-07-30 17:23:53,572 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ab1acf6f-b470-45f8-9c93-183551d143f3 2018-07-30 17:23:53,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 17:23:53,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:23:53,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81c4cfc9-6511-4007-86a4-1aab38f48873 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-30 17:23:53,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-81c4cfc9-6511-4007-86a4-1aab38f48873 2018-07-30 17:23:53,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.090576171875s 2018-07-30 17:23:53,668 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-81c4cfc9-6511-4007-86a4-1aab38f48873 2018-07-30 17:23:53,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:23:53,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:23:53,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae7d7757-f77a-48d3-aca5-fbfbfad077ec Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/007c651792db418193688c10d843d637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "007c651792db418193688c10d843d637", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/244dcd30c06d4384961fa64d49c3e41c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "244dcd30c06d4384961fa64d49c3e41c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2a5230a6efdb4a64a4b00fb62e23cfea"}, "domain_id": "4476b8ce97754bddbc8c57708e295eeb", "enabled": true, "options": {}, "id": "2a5230a6efdb4a64a4b00fb62e23cfea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/3d82804d95aa4fd1bfc17877fcdf7354"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d82804d95aa4fd1bfc17877fcdf7354", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder_test-user_284cc624-a988-49b8-a384-62df495ebd2a", "links": {"self": "http://172.30.9.21:5000/v3/users/509b705fef7d4d2cbe5c17609136ee5b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "509b705fef7d4d2cbe5c17609136ee5b", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/656ce29b237b48409909716a40fce1c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "656ce29b237b48409909716a40fce1c7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/6e6a16503d3c4934b5b61073aba8b08c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6e6a16503d3c4934b5b61073aba8b08c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/766202d20652431a9855034c09964e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "766202d20652431a9855034c09964e9e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7908f48045ad430c8bb89bc94876adee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7908f48045ad430c8bb89bc94876adee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/857e0417e4494e29b92ccbb6e2e75992"}, "domain_id": "default", "enabled": true, "options": {}, "id": "857e0417e4494e29b92ccbb6e2e75992", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a699b948ffba4770a3e60d35294751c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a699b948ffba4770a3e60d35294751c3", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/aaa8224c76a3484bbac84a74b4ba8b3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aaa8224c76a3484bbac84a74b4ba8b3f", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1e29c6e158e46b79cb6db3144213a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e29c6e158e46b79cb6db3144213a17", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d4319e1f77ec4d80b169bc61bdac9efc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4319e1f77ec4d80b169bc61bdac9efc", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/d4889590909945f088a965d003206189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4889590909945f088a965d003206189", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-30 17:23:53,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ae7d7757-f77a-48d3-aca5-fbfbfad077ec 2018-07-30 17:23:53,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.128648996353s 2018-07-30 17:23:53,798 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ae7d7757-f77a-48d3-aca5-fbfbfad077ec 2018-07-30 17:23:53,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-30 17:23:53,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:23:53,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b4a3a2b-3f24-4f73-a390-f3b4b4aa2f14 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.21:5000/v3/projects/5c43f6c35de0402e9b45ebebab7165d1"}, "tags": [], "enabled": true, "id": "5c43f6c35de0402e9b45ebebab7165d1", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_284cc624-a988-49b8-a384-62df495ebd2a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a5c443b661124ecdb463f917c180f6c2"}, "tags": [], "enabled": true, "id": "a5c443b661124ecdb463f917c180f6c2", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440"}, "tags": [], "enabled": true, "id": "bbb29370cb064c718b72faa5c6748440", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-30 17:23:53,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-3b4a3a2b-3f24-4f73-a390-f3b4b4aa2f14 2018-07-30 17:23:53,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10135602951s 2018-07-30 17:23:53,911 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-3b4a3a2b-3f24-4f73-a390-f3b4b4aa2f14 2018-07-30 17:23:53,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-30 17:23:53,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=509b705fef7d4d2cbe5c17609136ee5b&role.id=56ac7d51ec9a45578dfaa13cff4b938d&scope.project.id=5c43f6c35de0402e9b45ebebab7165d1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:23:54,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a230768-2f3b-4eb9-9b0a-e5041daad870 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=509b705fef7d4d2cbe5c17609136ee5b&role.id=56ac7d51ec9a45578dfaa13cff4b938d&scope.project.id=5c43f6c35de0402e9b45ebebab7165d1", "previous": null, "next": null}} 2018-07-30 17:23:54,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=509b705fef7d4d2cbe5c17609136ee5b&role.id=56ac7d51ec9a45578dfaa13cff4b938d&scope.project.id=5c43f6c35de0402e9b45ebebab7165d1 used request id req-5a230768-2f3b-4eb9-9b0a-e5041daad870 2018-07-30 17:23:54,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0874478816986s 2018-07-30 17:23:54,007 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=509b705fef7d4d2cbe5c17609136ee5b&role.id=56ac7d51ec9a45578dfaa13cff4b938d&scope.project.id=5c43f6c35de0402e9b45ebebab7165d1 used request id req-5a230768-2f3b-4eb9-9b0a-e5041daad870 2018-07-30 17:23:54,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-30 17:23:54,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/5c43f6c35de0402e9b45ebebab7165d1/users/509b705fef7d4d2cbe5c17609136ee5b/roles/56ac7d51ec9a45578dfaa13cff4b938d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:23:54,175 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:23:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a2a7400-5257-477c-b92a-d5eebcffca58 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:23:54,175 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5c43f6c35de0402e9b45ebebab7165d1/users/509b705fef7d4d2cbe5c17609136ee5b/roles/56ac7d51ec9a45578dfaa13cff4b938d used request id req-8a2a7400-5257-477c-b92a-d5eebcffca58 2018-07-30 17:23:54,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.164508104324s 2018-07-30 17:23:54,175 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5c43f6c35de0402e9b45ebebab7165d1/users/509b705fef7d4d2cbe5c17609136ee5b/roles/56ac7d51ec9a45578dfaa13cff4b938d used request id req-8a2a7400-5257-477c-b92a-d5eebcffca58 2018-07-30 17:23:54,176 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_284cc624-a988-49b8-a384-62df495ebd2a', 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'5c43f6c35de0402e9b45ebebab7165d1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '97bf9b5d-007a-4f98-b576-2cdd6c3d51f6', 'username': u'cinder_test-user_284cc624-a988-49b8-a384-62df495ebd2a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-30 17:23:54,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:23:54,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:23:54,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:23:54,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:23:54,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:23:54,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:23:54,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:23:54,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:23:54,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:23:54,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:23:54,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:23:54,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:23:54,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:23:54,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:23:54,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:23:54,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:23:54,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:23:54,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:23:54,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:23:54,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:23:54,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:23:54,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:23:54,182 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_284cc624-a988-49b8-a384-62df495ebd2a', 'password': '97bf9b5d-007a-4f98-b576-2cdd6c3d51f6', 'project_name': 'cinder_test-project_284cc624-a988-49b8-a384-62df495ebd2a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': '5c43f6c35de0402e9b45ebebab7165d1', 'project_domain_name': 'Default'} 2018-07-30 17:23:54,182 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-07-30 17:23:54,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:23:54,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:23:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74e49e91-da66-47f3-9fd4-e97f30ceb26c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:23:54,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-74e49e91-da66-47f3-9fd4-e97f30ceb26c 2018-07-30 17:23:54,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:23:54,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "56ac7d51ec9a45578dfaa13cff4b938d", "name": "Member"}], "expires_at": "2018-07-30T18:23:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5c43f6c35de0402e9b45ebebab7165d1", "name": "cinder_test-project_284cc624-a988-49b8-a384-62df495ebd2a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/5c43f6c35de0402e9b45ebebab7165d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/5c43f6c35de0402e9b45ebebab7165d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/5c43f6c35de0402e9b45ebebab7165d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_5c43f6c35de0402e9b45ebebab7165d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_5c43f6c35de0402e9b45ebebab7165d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/5c43f6c35de0402e9b45ebebab7165d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/5c43f6c35de0402e9b45ebebab7165d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/5c43f6c35de0402e9b45ebebab7165d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5c43f6c35de0402e9b45ebebab7165d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/5c43f6c35de0402e9b45ebebab7165d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/5c43f6c35de0402e9b45ebebab7165d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/5c43f6c35de0402e9b45ebebab7165d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/5c43f6c35de0402e9b45ebebab7165d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_284cc624-a988-49b8-a384-62df495ebd2a", "id": "509b705fef7d4d2cbe5c17609136ee5b"}, "audit_ids": ["rvEkiCeES9StWqCoZALc5A"], "issued_at": "2018-07-30T17:23:54.000000Z"}} 2018-07-30 17:23:54,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-30 17:23:54,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"network": {"name": "cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a", "admin_state_up": true}}' 2018-07-30 17:23:55,396 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-9d84777a-e07e-4710-86ff-045528155915 Date: Mon, 30 Jul 2018 17:23:55 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:23:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-30T17:23:55Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5c43f6c35de0402e9b45ebebab7165d1","id":"006b1676-4859-452e-a2c9-5a5ecae28194","name":"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a"}} 2018-07-30 17:23:55,396 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9d84777a-e07e-4710-86ff-045528155915 2018-07-30 17:23:55,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.817018985748s 2018-07-30 17:23:55,396 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9d84777a-e07e-4710-86ff-045528155915 2018-07-30 17:23:55,397 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:23:55Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'006b1676-4859-452e-a2c9-5a5ecae28194', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a', u'admin_state_up': True, u'tenant_id': u'5c43f6c35de0402e9b45ebebab7165d1', u'created_at': u'2018-07-30T17:23:54Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5c43f6c35de0402e9b45ebebab7165d1'}) 2018-07-30 17:23:55,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:23:55,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:23:55,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-95b2e4a1-ddf1-4f70-a23c-4d7be9d3ee21 Date: Mon, 30 Jul 2018 17:23:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-30T17:23:55Z","tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:23:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5c43f6c35de0402e9b45ebebab7165d1","id":"006b1676-4859-452e-a2c9-5a5ecae28194","name":"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"}]} 2018-07-30 17:23:55,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-95b2e4a1-ddf1-4f70-a23c-4d7be9d3ee21 2018-07-30 17:23:55,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.279612064362s 2018-07-30 17:23:55,678 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-95b2e4a1-ddf1-4f70-a23c-4d7be9d3ee21 2018-07-30 17:23:55,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-30 17:23:55,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"subnet": {"name": "cinder_test-subnet_284cc624-a988-49b8-a384-62df495ebd2a", "enable_dhcp": true, "network_id": "006b1676-4859-452e-a2c9-5a5ecae28194", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-30 17:23:56,790 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-a4f79f49-6f5e-4628-9b4a-aedf288d6fa1 Date: Mon, 30 Jul 2018 17:23:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"006b1676-4859-452e-a2c9-5a5ecae28194","tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:23:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:23:56Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"5c43f6c35de0402e9b45ebebab7165d1","id":"b3370d85-ed7a-49da-b172-015ce8993703","subnetpool_id":null,"name":"cinder_test-subnet_284cc624-a988-49b8-a384-62df495ebd2a"}} 2018-07-30 17:23:56,791 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a4f79f49-6f5e-4628-9b4a-aedf288d6fa1 2018-07-30 17:23:56,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.11151599884s 2018-07-30 17:23:56,791 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a4f79f49-6f5e-4628-9b4a-aedf288d6fa1 2018-07-30 17:23:56,792 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:23:56Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'b3370d85-ed7a-49da-b172-015ce8993703', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_284cc624-a988-49b8-a384-62df495ebd2a', u'enable_dhcp': True, u'network_id': u'006b1676-4859-452e-a2c9-5a5ecae28194', u'tenant_id': u'5c43f6c35de0402e9b45ebebab7165d1', u'created_at': u'2018-07-30T17:23:56Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5c43f6c35de0402e9b45ebebab7165d1'}) 2018-07-30 17:23:56,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-30 17:23:56,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"router": {"external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832"}, "name": "cinder_test-router_284cc624-a988-49b8-a384-62df495ebd2a", "admin_state_up": true}}' 2018-07-30 17:23:58,164 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-b4ac6f26-299e-4cef-bc98-f4a04ad61ba5 Date: Mon, 30 Jul 2018 17:23:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "created_at": "2018-07-30T17:23:57Z", "admin_state_up": true, "updated_at": "2018-07-30T17:23:58Z", "revision_number": 2, "routes": [], "project_id": "5c43f6c35de0402e9b45ebebab7165d1", "id": "d74278ce-b7c4-4817-b5d5-87944d20aafc", "name": "cinder_test-router_284cc624-a988-49b8-a384-62df495ebd2a"}} 2018-07-30 17:23:58,164 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-b4ac6f26-299e-4cef-bc98-f4a04ad61ba5 2018-07-30 17:23:58,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.37177109718s 2018-07-30 17:23:58,164 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-b4ac6f26-299e-4cef-bc98-f4a04ad61ba5 2018-07-30 17:23:58,165 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5c43f6c35de0402e9b45ebebab7165d1', u'created_at': u'2018-07-30T17:23:57Z', u'admin_state_up': True, u'updated_at': u'2018-07-30T17:23:58Z', u'revision_number': 2, u'routes': [], u'project_id': u'5c43f6c35de0402e9b45ebebab7165d1', u'id': u'd74278ce-b7c4-4817-b5d5-87944d20aafc', u'name': u'cinder_test-router_284cc624-a988-49b8-a384-62df495ebd2a'}) 2018-07-30 17:23:58,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-30 17:23:58,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/d74278ce-b7c4-4817-b5d5-87944d20aafc/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"subnet_id": "b3370d85-ed7a-49da-b172-015ce8993703"}' 2018-07-30 17:24:00,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3d94548e-8e90-4330-bbe5-7170f28c5eea Date: Mon, 30 Jul 2018 17:24:00 GMT RESP BODY: {"network_id": "006b1676-4859-452e-a2c9-5a5ecae28194", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "subnet_id": "b3370d85-ed7a-49da-b172-015ce8993703", "subnet_ids": ["b3370d85-ed7a-49da-b172-015ce8993703"], "port_id": "8ed38fdf-e7eb-4a6e-906a-24b1ba2e2650", "id": "d74278ce-b7c4-4817-b5d5-87944d20aafc"} 2018-07-30 17:24:00,032 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d74278ce-b7c4-4817-b5d5-87944d20aafc/add_router_interface.json used request id req-3d94548e-8e90-4330-bbe5-7170f28c5eea 2018-07-30 17:24:00,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.86685395241s 2018-07-30 17:24:00,033 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d74278ce-b7c4-4817-b5d5-87944d20aafc/add_router_interface.json used request id req-3d94548e-8e90-4330-bbe5-7170f28c5eea returning object d74278ce-b7c4-4817-b5d5-87944d20aafc 2018-07-30 17:24:00,033 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-30 17:24:00,159 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-30 17:24:00,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:24:00,167 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 30 Jul 2018 17:24:00 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-30 17:24:00,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:24:00,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:00,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-1b9e91b2-100c-4b48-a912-67d15d5f5d4e Date: Mon, 30 Jul 2018 17:24:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:24:00,412 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1b9e91b2-100c-4b48-a912-67d15d5f5d4e 2018-07-30 17:24:00,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.242511034012s 2018-07-30 17:24:00,412 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1b9e91b2-100c-4b48-a912-67d15d5f5d4e 2018-07-30 17:24:00,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-30 17:24:00,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_284cc624-a988-49b8-a384-62df495ebd2a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_284cc624-a988-49b8-a384-62df495ebd2a"}' 2018-07-30 17:24:00,658 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 874 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a182484a-bdd1-4b1d-a30b-ca1c456e9423 Date: Mon, 30 Jul 2018 17:24:00 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d/file", "owner": "5c43f6c35de0402e9b45ebebab7165d1", "id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "size": null, "self": "/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:24:00Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_284cc624-a988-49b8-a384-62df495ebd2a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_284cc624-a988-49b8-a384-62df495ebd2a", "checksum": null, "created_at": "2018-07-30T17:24:00Z", "protected": false} 2018-07-30 17:24:00,659 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a182484a-bdd1-4b1d-a30b-ca1c456e9423 2018-07-30 17:24:00,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.238336086273s 2018-07-30 17:24:00,659 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a182484a-bdd1-4b1d-a30b-ca1c456e9423 returning object e978dc62-ba39-401a-9f8d-d8a8e9a7373d 2018-07-30 17:24:00,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-30 17:24:00,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '' 2018-07-30 17:24:02,109 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fa534348-8015-4b8f-b5a6-7654dac916da Date: Mon, 30 Jul 2018 17:24:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:24:02,109 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d/file used request id req-fa534348-8015-4b8f-b5a6-7654dac916da 2018-07-30 17:24:02,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.4493060112s 2018-07-30 17:24:02,109 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d/file used request id req-fa534348-8015-4b8f-b5a6-7654dac916da 2018-07-30 17:24:02,110 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/cinder_test-img_284cc624-a988-49b8-a384-62df495ebd2a', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-30T17:24:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d/file', u'owner': u'5c43f6c35de0402e9b45ebebab7165d1', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'e978dc62-ba39-401a-9f8d-d8a8e9a7373d', u'size': None, u'name': u'cinder_test-img_284cc624-a988-49b8-a384-62df495ebd2a', u'checksum': None, u'self': u'/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-30T17:24:00Z', u'schema': u'/v2/schemas/image'}) 2018-07-30 17:24:02,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-30 17:24:02,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_284cc624-a988-49b8-a384-62df495ebd2a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-30 17:24:02,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82efac9d-ba8a-4b37-9cc1-872df494a9cb x-compute-request-id: req-82efac9d-ba8a-4b37-9cc1-872df494a9cb Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_284cc624-a988-49b8-a384-62df495ebd2a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "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": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03"}} 2018-07-30 17:24:02,379 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-82efac9d-ba8a-4b37-9cc1-872df494a9cb 2018-07-30 17:24:02,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.268849849701s 2018-07-30 17:24:02,380 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-82efac9d-ba8a-4b37-9cc1-872df494a9cb 2018-07-30 17:24:02,381 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_284cc624-a988-49b8-a384-62df495ebd2a', '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'a5c443b661124ecdb463f917c180f6c2', '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'5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03', 'swap': 0}) 2018-07-30 17:24:02,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-30 17:24:02,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" -d '{"extra_specs": {}}' 2018-07-30 17:24:02,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24: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-16a75ec3-a160-403b-ada7-959f9b9bb59c x-compute-request-id: req-16a75ec3-a160-403b-ada7-959f9b9bb59c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-30 17:24:02,407 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03/os-extra_specs used request id req-16a75ec3-a160-403b-ada7-959f9b9bb59c 2018-07-30 17:24:02,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0255038738251s 2018-07-30 17:24:02,407 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03/os-extra_specs used request id req-16a75ec3-a160-403b-ada7-959f9b9bb59c 2018-07-30 17:24:02,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-30 17:24:02,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"keypair": {"name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a"}}' 2018-07-30 17:24:02,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ce0ad31-54e8-4d3a-8cc0-833089b86a13 x-compute-request-id: req-2ce0ad31-54e8-4d3a-8cc0-833089b86a13 Content-Encoding: gzip Content-Length: 1800 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2LuTOdtSLP8M1nE68LkpKHJJVmjaPuv+s521/ux/Mb8p0xAwp6ilFarcISP+Z7/K+lrfRoH8AEXEbphYXksUSIUf2CdbFWWdCrMijlpVk9vlllhOptILpBqcfF75pOftBKQgEg6xkA87erRAijm5nEUGRcmGMYE0T0KIhgG8kl2WSG8widFd3mJpqvXv6U+exOjjax2kdOjNk2y9VC8u1gME8Qg8wYYYNQ98E2ZMAne5MXA7ygjH0S49FphjQ+ho4nuI7k88kbcDh074R6jSuuDfu+LGLZxGEzjUQdR5jlDtkSbmAU5ch+egotrRQvlD+g4FNnxLoydkYLmRcIhYj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAti7kznbUiz/DNZxOvC5KShySVZo2j7r/rOdtf7sfzG/KdMQM\nKeopRWq3CEj/me/yvpa30aB/ABFxG6YWF5LFEiFH9gnWxVlnQqzIo5aVZPb5ZZYT\nqbSC6QanHxe+aTn7QSkIBIOsZAPO3q0QIo5uZxFBkXJhjGBNE9CiIYBvJJdlkhvM\nInRXd5iaar17+lPnsTo42sdpHTozZNsvVQvLtYDBPEIPMGGGDUPfBNmTAJ3uTFwO\n8oIx9EuPRaYY0PoaOJ7iO5PPJG3A4dO+Eeo0rrg37vixi2cRhM41EHUeY5Q7ZEm5\ngFOXIfnoKLa0UL5Q/oOBTZ8S6MnZGC5kXCIWIwIDAQABAoIBAEdJWiafwNMsBAp6\nOyTPSCpvu6LbUPY0yc6yT9pnMi4goCvIeqn8AmIzO6N2TO3DQkzpVMwl7Qvtx0B2\nYLagq5RIiYvwlaVrMkiYq3m3doWnTjc93jvNclwUSliUReGO2o3IrGZ3z4DjLJNd\nTK745KJX0jxDcYAoPoC+ZnKNeu/p1FO19w4wpGL/f9mcMRvuP6y8wQywYA4Ftqi9\neWHWzRbIIaRv2tNTGfADgUVxZr53+mHqeY0LXBrqax5BSfVYDGkNLxXvuz6xkKm2\nc/zYZfWrPTQxe4/+SQukXlYp5B4HhrXWw8nowWTJjjMYn/WIN5650FH4ww5+BVZZ\nb+/0baECgYEA6EREQ3HHLy7fH5dxheWiDwuLaPJYPPWgEwV1Gh/tYtRlI1rKvX7g\nKHd/kvZ5BcwGXBkvBwcgFQ7R2zl3mcKQjXhjy5o4TaNDAfDInJJns7eWoxDmmI20\ntu5p+Y7mUAl+bRpCYoaikmlSua7ldqn0vNAu28I6F5vqD7hCvmr7dVUCgYEAyMyF\ncobU0stryOuI3o9eywAz9yVlLqV87gjdvGgwbe9PrtiL5CFBBgY9Mkp8s4p1D9hS\nz7NuKSHyPF3WU2KRTc7epVqSKP4QcAElB4KAMx5U8csdzMmHI0NmaK7grrofqVbK\nv2OfvDDG7+WalY8RASoLLrX9jJP7LmW5CEdwXZcCgYEAgOhqjpgWOWylLy5pNiwl\njn4UyJFAQcz9I7FytaYkpSZGX6HjRdql5C+2YUVkE8CRgwoDHL5qouVPuYEijPb8\nLVg04upb91L2PJx7atKitY7eDvCxWtfDBYg6zuPtlVw/i6P4ViBtGB9WZ3HXLs3S\n4/wTFaqtfS7ub/0PJgnQN+UCgYB6JT9ADZjEqY1laTGXAOuO3Q6/VnYYS/6U5bvM\nciyTkzGLkJp4KWpeeckcIId+x8ix3MtzIRjv2IB8DDDmBF2TUTXKrC+g0/u3xlp6\nGP5XGipd80qrWiPkZYmUQFzYrMu5vNwUVEvEtH8vSyIfvCmB5ctrnLUhoJr4/FP0\nH1DQ/QKBgGF0lOiwnO8vLzQLBmras/4kv7l7ffCEMLtjSyMEFV/tCJmhu3HBwZD/\n4DbqpsJZHB61yCaSeT1BVgymiQvZTZ6eDux6Ao90SDI3A7JEwmDL2gvuEbTCSI5F\nztw1MB4BcDczEzEeOi+R5HMOLlS+xGqpoWALb0QPXz7ATABZSy/G\n-----END RSA PRIVATE KEY-----\n", "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "fingerprint": "18:00:94:34:77:c6:f3:ff:09:43:85:39:18:29:38:73"}} 2018-07-30 17:24:02,846 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-2ce0ad31-54e8-4d3a-8cc0-833089b86a13 2018-07-30 17:24:02,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.438414812088s 2018-07-30 17:24:02,847 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-2ce0ad31-54e8-4d3a-8cc0-833089b86a13 2018-07-30 17:24:02,848 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2LuTOdtSLP8M1nE68LkpKHJJVmjaPuv+s521/ux/Mb8p0xAwp6ilFarcISP+Z7/K+lrfRoH8AEXEbphYXksUSIUf2CdbFWWdCrMijlpVk9vlllhOptILpBqcfF75pOftBKQgEg6xkA87erRAijm5nEUGRcmGMYE0T0KIhgG8kl2WSG8widFd3mJpqvXv6U+exOjjax2kdOjNk2y9VC8u1gME8Qg8wYYYNQ98E2ZMAne5MXA7ygjH0S49FphjQ+ho4nuI7k88kbcDh074R6jSuuDfu+LGLZxGEzjUQdR5jlDtkSbmAU5ch+egotrRQvlD+g4FNnxLoydkYLmRcIhYj Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAti7kznbUiz/DNZxOvC5KShySVZo2j7r/rOdtf7sfzG/KdMQM\nKeopRWq3CEj/me/yvpa30aB/ABFxG6YWF5LFEiFH9gnWxVlnQqzIo5aVZPb5ZZYT\nqbSC6QanHxe+aTn7QSkIBIOsZAPO3q0QIo5uZxFBkXJhjGBNE9CiIYBvJJdlkhvM\nInRXd5iaar17+lPnsTo42sdpHTozZNsvVQvLtYDBPEIPMGGGDUPfBNmTAJ3uTFwO\n8oIx9EuPRaYY0PoaOJ7iO5PPJG3A4dO+Eeo0rrg37vixi2cRhM41EHUeY5Q7ZEm5\ngFOXIfnoKLa0UL5Q/oOBTZ8S6MnZGC5kXCIWIwIDAQABAoIBAEdJWiafwNMsBAp6\nOyTPSCpvu6LbUPY0yc6yT9pnMi4goCvIeqn8AmIzO6N2TO3DQkzpVMwl7Qvtx0B2\nYLagq5RIiYvwlaVrMkiYq3m3doWnTjc93jvNclwUSliUReGO2o3IrGZ3z4DjLJNd\nTK745KJX0jxDcYAoPoC+ZnKNeu/p1FO19w4wpGL/f9mcMRvuP6y8wQywYA4Ftqi9\neWHWzRbIIaRv2tNTGfADgUVxZr53+mHqeY0LXBrqax5BSfVYDGkNLxXvuz6xkKm2\nc/zYZfWrPTQxe4/+SQukXlYp5B4HhrXWw8nowWTJjjMYn/WIN5650FH4ww5+BVZZ\nb+/0baECgYEA6EREQ3HHLy7fH5dxheWiDwuLaPJYPPWgEwV1Gh/tYtRlI1rKvX7g\nKHd/kvZ5BcwGXBkvBwcgFQ7R2zl3mcKQjXhjy5o4TaNDAfDInJJns7eWoxDmmI20\ntu5p+Y7mUAl+bRpCYoaikmlSua7ldqn0vNAu28I6F5vqD7hCvmr7dVUCgYEAyMyF\ncobU0stryOuI3o9eywAz9yVlLqV87gjdvGgwbe9PrtiL5CFBBgY9Mkp8s4p1D9hS\nz7NuKSHyPF3WU2KRTc7epVqSKP4QcAElB4KAMx5U8csdzMmHI0NmaK7grrofqVbK\nv2OfvDDG7+WalY8RASoLLrX9jJP7LmW5CEdwXZcCgYEAgOhqjpgWOWylLy5pNiwl\njn4UyJFAQcz9I7FytaYkpSZGX6HjRdql5C+2YUVkE8CRgwoDHL5qouVPuYEijPb8\nLVg04upb91L2PJx7atKitY7eDvCxWtfDBYg6zuPtlVw/i6P4ViBtGB9WZ3HXLs3S\n4/wTFaqtfS7ub/0PJgnQN+UCgYB6JT9ADZjEqY1laTGXAOuO3Q6/VnYYS/6U5bvM\nciyTkzGLkJp4KWpeeckcIId+x8ix3MtzIRjv2IB8DDDmBF2TUTXKrC+g0/u3xlp6\nGP5XGipd80qrWiPkZYmUQFzYrMu5vNwUVEvEtH8vSyIfvCmB5ctrnLUhoJr4/FP0\nH1DQ/QKBgGF0lOiwnO8vLzQLBmras/4kv7l7ffCEMLtjSyMEFV/tCJmhu3HBwZD/\n4DbqpsJZHB61yCaSeT1BVgymiQvZTZ6eDux6Ao90SDI3A7JEwmDL2gvuEbTCSI5F\nztw1MB4BcDczEzEeOi+R5HMOLlS+xGqpoWALb0QPXz7ATABZSy/G\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'509b705fef7d4d2cbe5c17609136ee5b', 'name': u'cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a', 'created_at': '2018-07-30T17:24:02.847979', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5c43f6c35de0402e9b45ebebab7165d1', 'name': 'cinder_test-project_284cc624-a988-49b8-a384-62df495ebd2a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'18:00:94:34:77:c6:f3:ff:09:43:85:39:18:29:38:73', 'type': 'ssh', 'id': u'cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a'}) 2018-07-30 17:24:02,848 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAti7kznbUiz/DNZxOvC5KShySVZo2j7r/rOdtf7sfzG/KdMQM KeopRWq3CEj/me/yvpa30aB/ABFxG6YWF5LFEiFH9gnWxVlnQqzIo5aVZPb5ZZYT qbSC6QanHxe+aTn7QSkIBIOsZAPO3q0QIo5uZxFBkXJhjGBNE9CiIYBvJJdlkhvM InRXd5iaar17+lPnsTo42sdpHTozZNsvVQvLtYDBPEIPMGGGDUPfBNmTAJ3uTFwO 8oIx9EuPRaYY0PoaOJ7iO5PPJG3A4dO+Eeo0rrg37vixi2cRhM41EHUeY5Q7ZEm5 gFOXIfnoKLa0UL5Q/oOBTZ8S6MnZGC5kXCIWIwIDAQABAoIBAEdJWiafwNMsBAp6 OyTPSCpvu6LbUPY0yc6yT9pnMi4goCvIeqn8AmIzO6N2TO3DQkzpVMwl7Qvtx0B2 YLagq5RIiYvwlaVrMkiYq3m3doWnTjc93jvNclwUSliUReGO2o3IrGZ3z4DjLJNd TK745KJX0jxDcYAoPoC+ZnKNeu/p1FO19w4wpGL/f9mcMRvuP6y8wQywYA4Ftqi9 eWHWzRbIIaRv2tNTGfADgUVxZr53+mHqeY0LXBrqax5BSfVYDGkNLxXvuz6xkKm2 c/zYZfWrPTQxe4/+SQukXlYp5B4HhrXWw8nowWTJjjMYn/WIN5650FH4ww5+BVZZ b+/0baECgYEA6EREQ3HHLy7fH5dxheWiDwuLaPJYPPWgEwV1Gh/tYtRlI1rKvX7g KHd/kvZ5BcwGXBkvBwcgFQ7R2zl3mcKQjXhjy5o4TaNDAfDInJJns7eWoxDmmI20 tu5p+Y7mUAl+bRpCYoaikmlSua7ldqn0vNAu28I6F5vqD7hCvmr7dVUCgYEAyMyF cobU0stryOuI3o9eywAz9yVlLqV87gjdvGgwbe9PrtiL5CFBBgY9Mkp8s4p1D9hS z7NuKSHyPF3WU2KRTc7epVqSKP4QcAElB4KAMx5U8csdzMmHI0NmaK7grrofqVbK v2OfvDDG7+WalY8RASoLLrX9jJP7LmW5CEdwXZcCgYEAgOhqjpgWOWylLy5pNiwl jn4UyJFAQcz9I7FytaYkpSZGX6HjRdql5C+2YUVkE8CRgwoDHL5qouVPuYEijPb8 LVg04upb91L2PJx7atKitY7eDvCxWtfDBYg6zuPtlVw/i6P4ViBtGB9WZ3HXLs3S 4/wTFaqtfS7ub/0PJgnQN+UCgYB6JT9ADZjEqY1laTGXAOuO3Q6/VnYYS/6U5bvM ciyTkzGLkJp4KWpeeckcIId+x8ix3MtzIRjv2IB8DDDmBF2TUTXKrC+g0/u3xlp6 GP5XGipd80qrWiPkZYmUQFzYrMu5vNwUVEvEtH8vSyIfvCmB5ctrnLUhoJr4/FP0 H1DQ/QKBgGF0lOiwnO8vLzQLBmras/4kv7l7ffCEMLtjSyMEFV/tCJmhu3HBwZD/ 4DbqpsJZHB61yCaSeT1BVgymiQvZTZ6eDux6Ao90SDI3A7JEwmDL2gvuEbTCSI5F ztw1MB4BcDczEzEeOi+R5HMOLlS+xGqpoWALb0QPXz7ATABZSy/G -----END RSA PRIVATE KEY----- 2018-07-30 17:24:02,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-30 17:24:02,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"security_group": {"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-07-30 17:24:03,176 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-61efac20-2945-4f49-a770-5ff291c1db5b Date: Mon, 30 Jul 2018 17:24:03 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "created_at": "2018-07-30T17:24:02Z", "updated_at": "2018-07-30T17:24:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:24:03Z", "revision_number": 0, "id": "5ce6f179-ee59-49b3-9426-0aa81ab7a926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:24:03Z", "security_group_id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:24:03Z", "revision_number": 0, "id": "a3676238-dfd1-472a-8e8f-5a2c9da6cf66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:24:03Z", "security_group_id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}], "revision_number": 2, "project_id": "5c43f6c35de0402e9b45ebebab7165d1", "id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}} 2018-07-30 17:24:03,176 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-61efac20-2945-4f49-a770-5ff291c1db5b 2018-07-30 17:24:03,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.325345039368s 2018-07-30 17:24:03,177 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-61efac20-2945-4f49-a770-5ff291c1db5b 2018-07-30 17:24:03,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-30 17:24:03,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:03,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-015ff3d7-8da2-4449-b8cd-1a0d1beb37ab Date: Mon, 30 Jul 2018 17:24:03 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "created_at": "2018-07-30T17:24:02Z", "updated_at": "2018-07-30T17:24:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:24:03Z", "revision_number": 0, "id": "5ce6f179-ee59-49b3-9426-0aa81ab7a926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:24:03Z", "security_group_id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:24:03Z", "revision_number": 0, "id": "a3676238-dfd1-472a-8e8f-5a2c9da6cf66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:24:03Z", "security_group_id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}], "revision_number": 2, "project_id": "5c43f6c35de0402e9b45ebebab7165d1", "id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}, {"description": "Default security group", "tags": [], "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "created_at": "2018-07-30T17:23:54Z", "updated_at": "2018-07-30T17:23:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:23:54Z", "revision_number": 0, "id": "55057d5a-00c6-4eb8-8ef3-2568296719d0", "remote_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "remote_ip_prefix": null, "created_at": "2018-07-30T17:23:54Z", "security_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:23:54Z", "revision_number": 0, "id": "e52a4cac-eb39-4245-a3fc-376ec2002c89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:23:54Z", "security_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:23:54Z", "revision_number": 0, "id": "f29a9ca0-8769-4170-aa90-b1a16bd97807", "remote_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "remote_ip_prefix": null, "created_at": "2018-07-30T17:23:54Z", "security_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:23:54Z", "revision_number": 0, "id": "f70bee5e-0c1f-49f9-bd3e-151267d86d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:23:54Z", "security_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}], "revision_number": 4, "project_id": "5c43f6c35de0402e9b45ebebab7165d1", "id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "name": "default"}]} 2018-07-30 17:24:03,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-015ff3d7-8da2-4449-b8cd-1a0d1beb37ab 2018-07-30 17:24:03,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.229047060013s 2018-07-30 17:24:03,411 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-015ff3d7-8da2-4449-b8cd-1a0d1beb37ab 2018-07-30 17:24:03,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-30 17:24:03,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -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": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595"}}' 2018-07-30 17:24:03,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-184fd41b-24fc-4e5c-9f30-7ca55f1ef288 Date: Mon, 30 Jul 2018 17:24:03 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-30T17:24:03Z", "security_group_id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "port_range_min": 22, "revision_number": 0, "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "created_at": "2018-07-30T17:24:03Z", "project_id": "5c43f6c35de0402e9b45ebebab7165d1", "id": "e1e8dfcf-0c39-475b-aa45-db3d5df1aadc"}} 2018-07-30 17:24:03,817 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-184fd41b-24fc-4e5c-9f30-7ca55f1ef288 2018-07-30 17:24:03,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.402765035629s 2018-07-30 17:24:03,818 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-184fd41b-24fc-4e5c-9f30-7ca55f1ef288 2018-07-30 17:24:03,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-30 17:24:03,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:04,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-557ee13b-37c9-4dbf-8e66-29e149f96141 Date: Mon, 30 Jul 2018 17:24:04 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "created_at": "2018-07-30T17:24:02Z", "updated_at": "2018-07-30T17:24:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:24:03Z", "revision_number": 0, "id": "5ce6f179-ee59-49b3-9426-0aa81ab7a926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:24:03Z", "security_group_id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:24:03Z", "revision_number": 0, "id": "a3676238-dfd1-472a-8e8f-5a2c9da6cf66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:24:03Z", "security_group_id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-30T17:24:03Z", "revision_number": 0, "id": "e1e8dfcf-0c39-475b-aa45-db3d5df1aadc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:24:03Z", "security_group_id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}], "revision_number": 3, "project_id": "5c43f6c35de0402e9b45ebebab7165d1", "id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}, {"description": "Default security group", "tags": [], "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "created_at": "2018-07-30T17:23:54Z", "updated_at": "2018-07-30T17:23:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:23:54Z", "revision_number": 0, "id": "55057d5a-00c6-4eb8-8ef3-2568296719d0", "remote_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "remote_ip_prefix": null, "created_at": "2018-07-30T17:23:54Z", "security_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:23:54Z", "revision_number": 0, "id": "e52a4cac-eb39-4245-a3fc-376ec2002c89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:23:54Z", "security_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:23:54Z", "revision_number": 0, "id": "f29a9ca0-8769-4170-aa90-b1a16bd97807", "remote_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "remote_ip_prefix": null, "created_at": "2018-07-30T17:23:54Z", "security_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:23:54Z", "revision_number": 0, "id": "f70bee5e-0c1f-49f9-bd3e-151267d86d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:23:54Z", "security_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}], "revision_number": 4, "project_id": "5c43f6c35de0402e9b45ebebab7165d1", "id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "name": "default"}]} 2018-07-30 17:24:04,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-557ee13b-37c9-4dbf-8e66-29e149f96141 2018-07-30 17:24:04,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.208498001099s 2018-07-30 17:24:04,030 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-557ee13b-37c9-4dbf-8e66-29e149f96141 2018-07-30 17:24:04,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-30 17:24:04,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -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": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595"}}' 2018-07-30 17:24:04,253 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-265182de-c3dc-4522-be64-f7856afa4045 Date: Mon, 30 Jul 2018 17:24:04 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-30T17:24:04Z", "security_group_id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "port_range_min": null, "revision_number": 0, "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "created_at": "2018-07-30T17:24:04Z", "project_id": "5c43f6c35de0402e9b45ebebab7165d1", "id": "0fc3e68a-39f5-4b2f-98d6-a8586fd68702"}} 2018-07-30 17:24:04,253 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-265182de-c3dc-4522-be64-f7856afa4045 2018-07-30 17:24:04,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.219573974609s 2018-07-30 17:24:04,253 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-265182de-c3dc-4522-be64-f7856afa4045 2018-07-30 17:24:04,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:24:04,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:04,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-261fbe65-fd28-4817-ae8c-5254f5edc9a1 Date: Mon, 30 Jul 2018 17:24:04 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":["b3370d85-ed7a-49da-b172-015ce8993703"],"updated_at":"2018-07-30T17:23:56Z","tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:23:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5c43f6c35de0402e9b45ebebab7165d1","id":"006b1676-4859-452e-a2c9-5a5ecae28194","name":"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"}]} 2018-07-30 17:24:04,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-261fbe65-fd28-4817-ae8c-5254f5edc9a1 2018-07-30 17:24:04,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.279758930206s 2018-07-30 17:24:04,535 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-261fbe65-fd28-4817-ae8c-5254f5edc9a1 2018-07-30 17:24:04,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:24:04,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:04,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-d6b63eb3-d729-44c7-85b4-6cfa56eaa0d0 Date: Mon, 30 Jul 2018 17:24:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d/snap", "metadata": {}}], "file": "/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d/file", "owner": "5c43f6c35de0402e9b45ebebab7165d1", "id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "size": 12716032, "self": "/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:24:02Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_284cc624-a988-49b8-a384-62df495ebd2a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_284cc624-a988-49b8-a384-62df495ebd2a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:24:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:24:04,747 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d6b63eb3-d729-44c7-85b4-6cfa56eaa0d0 2018-07-30 17:24:04,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.207716941833s 2018-07-30 17:24:04,747 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d6b63eb3-d729-44c7-85b4-6cfa56eaa0d0 2018-07-30 17:24:04,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:24:04,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:04,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8836367-ba95-452d-bc29-ac55dc67b551 x-compute-request-id: req-a8836367-ba95-452d-bc29-ac55dc67b551 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_284cc624-a988-49b8-a384-62df495ebd2a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "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": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03"}]} 2018-07-30 17:24:04,782 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a8836367-ba95-452d-bc29-ac55dc67b551 2018-07-30 17:24:04,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0324769020081s 2018-07-30 17:24:04,783 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a8836367-ba95-452d-bc29-ac55dc67b551 2018-07-30 17:24:04,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-30 17:24:04,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"server": {"name": "cinder_test-vm2_284cc624-a988-49b8-a384-62df495ebd2a", "imageRef": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "flavorRef": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "max_count": 1, "min_count": 1, "networks": [{"uuid": "006b1676-4859-452e-a2c9-5a5ecae28194"}], "security_groups": [{"name": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595"}]}}' 2018-07-30 17:24:08,584 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:24:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7202d253-f856-4000-bb49-b329013691e1 x-compute-request-id: req-7202d253-f856-4000-bb49-b329013691e1 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595"}], "OS-DCF:diskConfig": "MANUAL", "id": "935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "bookmark"}], "adminPass": "euE54KRmBk9Z"}} 2018-07-30 17:24:08,584 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-7202d253-f856-4000-bb49-b329013691e1 2018-07-30 17:24:08,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.79972195625s 2018-07-30 17:24:08,585 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-7202d253-f856-4000-bb49-b329013691e1 2018-07-30 17:24:08,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:24:08,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:09,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24: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-7a944a1c-3e96-428b-ab50-246bee981f55 x-compute-request-id: req-7a944a1c-3e96-428b-ab50-246bee981f55 Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:24:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm2_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:08Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:24:09,046 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7a944a1c-3e96-428b-ab50-246bee981f55 2018-07-30 17:24:09,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.460633993149s 2018-07-30 17:24:09,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7a944a1c-3e96-428b-ab50-246bee981f55 2018-07-30 17:24:09,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:24:09,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:09,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-000ec831-f784-459d-b6a8-193d85c90208 Date: Mon, 30 Jul 2018 17:24:09 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":["b3370d85-ed7a-49da-b172-015ce8993703"],"updated_at":"2018-07-30T17:23:56Z","tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:23:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5c43f6c35de0402e9b45ebebab7165d1","id":"006b1676-4859-452e-a2c9-5a5ecae28194","name":"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"}]} 2018-07-30 17:24:09,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-000ec831-f784-459d-b6a8-193d85c90208 2018-07-30 17:24:09,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.45396399498s 2018-07-30 17:24:09,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-000ec831-f784-459d-b6a8-193d85c90208 2018-07-30 17:24:09,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 17:24:09,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:09,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c2fd8680-afda-4796-95e4-feea862c34e0 Date: Mon, 30 Jul 2018 17:24:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"006b1676-4859-452e-a2c9-5a5ecae28194","tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:23:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:23:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5c43f6c35de0402e9b45ebebab7165d1","id":"b3370d85-ed7a-49da-b172-015ce8993703","subnetpool_id":null,"name":"cinder_test-subnet_284cc624-a988-49b8-a384-62df495ebd2a"}]} 2018-07-30 17:24:09,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c2fd8680-afda-4796-95e4-feea862c34e0 2018-07-30 17:24:09,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0526418685913s 2018-07-30 17:24:09,558 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c2fd8680-afda-4796-95e4-feea862c34e0 2018-07-30 17:24:09,559 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:24:11,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:24:11,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:12,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24: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-86b6374c-e1f8-4ed3-a633-0bfccefae19a x-compute-request-id: req-86b6374c-e1f8-4ed3-a633-0bfccefae19a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:24:10Z", "hostId": "a040c1022a0b5dcb6286cd89f6fbc5193ded1c7cebbc3fbc37e31f4b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm2_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:08Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:24:12,253 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-86b6374c-e1f8-4ed3-a633-0bfccefae19a 2018-07-30 17:24:12,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.691333055496s 2018-07-30 17:24:12,253 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-86b6374c-e1f8-4ed3-a633-0bfccefae19a 2018-07-30 17:24:12,257 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:24:14,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:24:14,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:14,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24: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-b862d7aa-c216-4a76-a21f-cee18c1ad0e3 x-compute-request-id: req-b862d7aa-c216-4a76-a21f-cee18c1ad0e3 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:24:10Z", "hostId": "a040c1022a0b5dcb6286cd89f6fbc5193ded1c7cebbc3fbc37e31f4b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm2_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:08Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:24:14,995 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b862d7aa-c216-4a76-a21f-cee18c1ad0e3 2018-07-30 17:24:14,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.734285116196s 2018-07-30 17:24:14,995 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b862d7aa-c216-4a76-a21f-cee18c1ad0e3 2018-07-30 17:24:14,999 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:24:17,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:24:17,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:17,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24: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-9a1470dc-f82d-49df-8172-7975832fd529 x-compute-request-id: req-9a1470dc-f82d-49df-8172-7975832fd529 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d8:01", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:24:14.000000", "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:24:14Z", "hostId": "a040c1022a0b5dcb6286cd89f6fbc5193ded1c7cebbc3fbc37e31f4b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm2_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:08Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:24:17,798 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9a1470dc-f82d-49df-8172-7975832fd529 2018-07-30 17:24:17,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.796054124832s 2018-07-30 17:24:17,799 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9a1470dc-f82d-49df-8172-7975832fd529 2018-07-30 17:24:17,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:24:17,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:18,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-99055d03-b857-481d-a874-11c800208122 Date: Mon, 30 Jul 2018 17:24:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"006b1676-4859-452e-a2c9-5a5ecae28194","tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:24:10Z","admin_state_up":true,"updated_at":"2018-07-30T17:24:14Z","binding:vnic_type":"normal","device_id":"935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:b1:d8:01","id":"3486a38e-55a7-4666-a538-eff19d69159d","port_security_enabled":true,"project_id":"5c43f6c35de0402e9b45ebebab7165d1","fixed_ips":[{"subnet_id":"b3370d85-ed7a-49da-b172-015ce8993703","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["0363ab5c-e4d2-41ca-a77a-e6b4791fd595"],"name":""}]} 2018-07-30 17:24:18,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca used request id req-99055d03-b857-481d-a874-11c800208122 2018-07-30 17:24:18,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.249073982239s 2018-07-30 17:24:18,053 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca used request id req-99055d03-b857-481d-a874-11c800208122 2018-07-30 17:24:18,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:24:18,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=3486a38e-55a7-4666-a538-eff19d69159d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:18,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-22906710-6ce8-4135-860d-57418968f507 Date: Mon, 30 Jul 2018 17:24:18 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:24:18,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=3486a38e-55a7-4666-a538-eff19d69159d used request id req-22906710-6ce8-4135-860d-57418968f507 2018-07-30 17:24:18,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0329399108887s 2018-07-30 17:24:18,091 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=3486a38e-55a7-4666-a538-eff19d69159d used request id req-22906710-6ce8-4135-860d-57418968f507 2018-07-30 17:24:18,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:24:18,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:18,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24: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-64fe6585-83b8-4f76-a70b-cb07a185bf98 x-compute-request-id: req-64fe6585-83b8-4f76-a70b-cb07a185bf98 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d8:01", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:24:14.000000", "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:24:14Z", "hostId": "a040c1022a0b5dcb6286cd89f6fbc5193ded1c7cebbc3fbc37e31f4b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm2_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:08Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:24:18,631 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-64fe6585-83b8-4f76-a70b-cb07a185bf98 2018-07-30 17:24:18,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538788080215s 2018-07-30 17:24:18,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-64fe6585-83b8-4f76-a70b-cb07a185bf98 2018-07-30 17:24:18,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:24:18,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:18,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6c2c46c5-70c1-4982-93be-93648357df6e Date: Mon, 30 Jul 2018 17:24:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"006b1676-4859-452e-a2c9-5a5ecae28194","tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:24:10Z","admin_state_up":true,"updated_at":"2018-07-30T17:24:14Z","binding:vnic_type":"normal","device_id":"935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:b1:d8:01","id":"3486a38e-55a7-4666-a538-eff19d69159d","port_security_enabled":true,"project_id":"5c43f6c35de0402e9b45ebebab7165d1","fixed_ips":[{"subnet_id":"b3370d85-ed7a-49da-b172-015ce8993703","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["0363ab5c-e4d2-41ca-a77a-e6b4791fd595"],"name":""}]} 2018-07-30 17:24:18,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca used request id req-6c2c46c5-70c1-4982-93be-93648357df6e 2018-07-30 17:24:18,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0742909908295s 2018-07-30 17:24:18,710 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca used request id req-6c2c46c5-70c1-4982-93be-93648357df6e 2018-07-30 17:24:18,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:24:18,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=3486a38e-55a7-4666-a538-eff19d69159d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:18,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ad5e7c9a-5c5d-4944-affc-67025d05e298 Date: Mon, 30 Jul 2018 17:24:18 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:24:18,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=3486a38e-55a7-4666-a538-eff19d69159d used request id req-ad5e7c9a-5c5d-4944-affc-67025d05e298 2018-07-30 17:24:18,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0233659744263s 2018-07-30 17:24:18,739 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=3486a38e-55a7-4666-a538-eff19d69159d used request id req-ad5e7c9a-5c5d-4944-affc-67025d05e298 2018-07-30 17:24:18,739 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b1:d8:01', 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'e978dc62-ba39-401a-9f8d-d8a8e9a7373d'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-30T17:24:14.000000', 'flavor': Munch({u'id': u'5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03'}), 'az': u'nova', 'id': u'935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca', 'security_groups': [Munch({u'name': u'cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'509b705fef7d4d2cbe5c17609136ee5b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5c43f6c35de0402e9b45ebebab7165d1', 'name': 'cinder_test-project_284cc624-a988-49b8-a384-62df495ebd2a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-30T17:24:14.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-30T17:24:14Z', 'hostId': u'a040c1022a0b5dcb6286cd89f6fbc5193ded1c7cebbc3fbc37e31f4b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'a040c1022a0b5dcb6286cd89f6fbc5193ded1c7cebbc3fbc37e31f4b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-30T17:24:14.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5c43f6c35de0402e9b45ebebab7165d1', 'name': u'cinder_test-vm2_284cc624-a988-49b8-a384-62df495ebd2a', 'adminPass': None, 'tenant_id': u'5c43f6c35de0402e9b45ebebab7165d1', 'created_at': u'2018-07-30T17:24:08Z', 'created': u'2018-07-30T17:24:08Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-30 17:24:18,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:24:18,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:19,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-27f24725-2e72-4f16-a37f-302c7f98d299 Date: Mon, 30 Jul 2018 17:24:19 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":["b3370d85-ed7a-49da-b172-015ce8993703"],"updated_at":"2018-07-30T17:23:56Z","tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:23:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5c43f6c35de0402e9b45ebebab7165d1","id":"006b1676-4859-452e-a2c9-5a5ecae28194","name":"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"}]} 2018-07-30 17:24:19,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-27f24725-2e72-4f16-a37f-302c7f98d299 2018-07-30 17:24:19,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.283347845078s 2018-07-30 17:24:19,026 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-27f24725-2e72-4f16-a37f-302c7f98d299 2018-07-30 17:24:19,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:24:19,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:19,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f1427b37-b0b3-4683-9fde-a4331e1733d2 Date: Mon, 30 Jul 2018 17:24:19 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"006b1676-4859-452e-a2c9-5a5ecae28194","tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:24:10Z","admin_state_up":true,"updated_at":"2018-07-30T17:24:14Z","binding:vnic_type":"normal","device_id":"935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:b1:d8:01","id":"3486a38e-55a7-4666-a538-eff19d69159d","port_security_enabled":true,"project_id":"5c43f6c35de0402e9b45ebebab7165d1","fixed_ips":[{"subnet_id":"b3370d85-ed7a-49da-b172-015ce8993703","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["0363ab5c-e4d2-41ca-a77a-e6b4791fd595"],"name":""}]} 2018-07-30 17:24:19,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca used request id req-f1427b37-b0b3-4683-9fde-a4331e1733d2 2018-07-30 17:24:19,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.259696006775s 2018-07-30 17:24:19,288 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca used request id req-f1427b37-b0b3-4683-9fde-a4331e1733d2 2018-07-30 17:24:19,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-30 17:24:19,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"floatingip": {"floating_network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "fixed_ip_address": "192.168.120.8", "port_id": "3486a38e-55a7-4666-a538-eff19d69159d"}}' 2018-07-30 17:24:20,831 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-6b5027a1-0b16-4914-8a17-c3b43631d6f7 Date: Mon, 30 Jul 2018 17:24:20 GMT RESP BODY: {"floatingip": {"router_id": "d74278ce-b7c4-4817-b5d5-87944d20aafc", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-30T17:24:20Z", "floating_network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "3486a38e-55a7-4666-a538-eff19d69159d", "id": "a5a42859-9859-4c6a-b8bd-ae738b55a10f", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "created_at": "2018-07-30T17:24:20Z", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}} 2018-07-30 17:24:20,831 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-6b5027a1-0b16-4914-8a17-c3b43631d6f7 2018-07-30 17:24:20,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.54283213615s 2018-07-30 17:24:20,832 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-6b5027a1-0b16-4914-8a17-c3b43631d6f7 2018-07-30 17:24:20,835 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'd74278ce-b7c4-4817-b5d5-87944d20aafc', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'5c43f6c35de0402e9b45ebebab7165d1', 'created_at': u'2018-07-30T17:24:20Z', 'attached': True, 'updated_at': u'2018-07-30T17:24:20Z', 'id': u'a5a42859-9859-4c6a-b8bd-ae738b55a10f', 'floating_network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.209', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5c43f6c35de0402e9b45ebebab7165d1', 'name': 'cinder_test-project_284cc624-a988-49b8-a384-62df495ebd2a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'd74278ce-b7c4-4817-b5d5-87944d20aafc', 'project_id': u'5c43f6c35de0402e9b45ebebab7165d1', 'port_id': u'3486a38e-55a7-4666-a538-eff19d69159d', 'port': u'3486a38e-55a7-4666-a538-eff19d69159d', 'network': u'6cded11f-6a6d-475c-8684-92fd679f2832'}) 2018-07-30 17:24:20,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-30 17:24:20,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-30 17:24:20,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24: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-32a39e44-1edd-46e2-a4c0-f5a570d75409 x-compute-request-id: req-32a39e44-1edd-46e2-a4c0-f5a570d75409 Content-Encoding: gzip Content-Length: 9584 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 471588083 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.139154] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140854] pid_max: default: 32768 minimum: 301\n[ 0.141774] ACPI: Core revision 20150930\n[ 0.143169] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144515] Security Framework initialized\n[ 0.145356] Yama: becoming mindful.\n[ 0.146106] AppArmor: AppArmor initialized\n[ 0.146988] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148352] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149670] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150903] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152349] Initializing cgroup subsys io\n[ 0.153196] Initializing cgroup subsys memory\n[ 0.154078] Initializing cgroup subsys devices\n[ 0.154979] Initializing cgroup subsys freezer\n[ 0.155869] Initializing cgroup subsys net_cls\n[ 0.156757] Initializing cgroup subsys perf_event\n[ 0.157687] Initializing cgroup subsys net_prio\n[ 0.158597] Initializing cgroup subsys hugetlb\n[ 0.159484] Initializing cgroup subsys pids\n[ 0.160371] CPU: Physical Processor ID: 0\n[ 0.161881] mce: CPU supports 10 MCE banks\n[ 0.162754] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163778] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184320] ftrace: allocating 31920 entries in 125 pages\n[ 0.209287] smpboot: Max logical packages: 1\n[ 0.210178] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211558] x2apic enabled\n[ 0.212366] Switched APIC routing to physical x2apic.\n[ 0.214114] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215258] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217378] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219206] KVM setup paravirtual spinlock\n[ 0.220534] x86: Booted up 1 node, 1 CPUs\n[ 0.221358] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222786] devtmpfs: initialized\n[ 0.224517] evm: security.selinux\n[ 0.225232] evm: security.SMACK64\n[ 0.225951] evm: security.SMACK64EXEC\n[ 0.226712] evm: security.SMACK64TRANSMUTE\n[ 0.227537] evm: security.SMACK64MMAP\n[ 0.228299] evm: security.ima\n[ 0.228957] evm: security.capability\n[ 0.229778] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231689] pinctrl core: initialized pinctrl subsystem\n[ 0.232815] RTC time: 17:24:14, date: 07/30/18\n[ 0.233803] NET: Registered protocol family 16\n[ 0.234811] cpuidle: using governor ladder\n[ 0.235653] cpuidle: using governor menu\n[ 0.236456] PCCT header not found.\n[ 0.237231] ACPI: bus type PCI registered\n[ 0.238059] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239333] PCI: Using configuration type 1 for base access\n[ 0.241127] ACPI: Added _OSI(Module Device)\n[ 0.242004] ACPI: Added _OSI(Processor Device)\n[ 0.242906] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243827] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245595] ACPI: Interpreter enabled\n[ 0.246393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253970] ACPI: (supports S0 S5)\n[ 0.254690] ACPI: Using IOAPIC for interrupt routing\n[ 0.255656] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258833] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260015] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261279] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262505] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264778] acpiphp: Slot [3] registered\n[ 0.265597] acpiphp: Slot [4] registered\n[ 0.266412] acpiphp: Slot [5] registered\n[ 0.267229] acpiphp: Slot [6] registered\n[ 0.268047] acpiphp: Slot [7] registered\n[ 0.268869] acpiphp: Slot [8] registered\n[ 0.269691] acpiphp: Slot [9] registered\n[ 0.270517] acpiphp: Slot [10] registered\n[ 0.271343] acpiphp: Slot [11] registered\n[ 0.272176] acpiphp: Slot [12] registered\n[ 0.273012] acpiphp: Slot [13] registered\n[ 0.273843] acpiphp: Slot [14] registered\n[ 0.274671] acpiphp: Slot [15] registered\n[ 0.285327] acpiphp: Slot [16] registered\n[ 0.286188] acpiphp: Slot [17] registered\n[ 0.287022] acpiphp: Slot [18] registered\n[ 0.287856] acpiphp: Slot [19] registered\n[ 0.288685] acpiphp: Slot [20] registered\n[ 0.289520] acpiphp: Slot [21] registered\n[ 0.290350] acpiphp: Slot [22] registered\n[ 0.291180] acpiphp: Slot [23] registered\n[ 0.292015] acpiphp: Slot [24] registered\n[ 0.292847] acpiphp: Slot [25] registered\n[ 0.293678] acpiphp: Slot [26] registered\n[ 0.294510] acpiphp: Slot [27] registered\n[ 0.295341] acpiphp: Slot [28] registered\n[ 0.296221] acpiphp: Slot [29] registered\n[ 0.297052] acpiphp: Slot [30] registered\n[ 0.297889] acpiphp: Slot [31] registered\n[ 0.298715] PCI host bridge to bus 0000:00\n[ 0.299542] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300779] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302020] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303499] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304985] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306488] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309763] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311071] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313578] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317165] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318766] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338872] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340714] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342165] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343597] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344894] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347314] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348900] vgaarb: loaded\n[ 0.349515] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350762] SCSI subsystem initialized\n[ 0.351687] ACPI: bus type USB registered\n[ 0.352534] usbcore: registered new interface driver usbfs\n[ 0.353591] usbcore: registered new interface driver hub\n[ 0.354626] usbcore: registered new device driver usb\n[ 0.355755] PCI: Using ACPI for IRQ routing\n[ 0.356889] NetLabel: Initializing\n[ 0.357630] NetLabel: domain hash size = 128\n[ 0.358502] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359482] NetLabel: unlabeled traffic allowed by default\n[ 0.360665] clocksource: Switched to clocksource kvm-clock\n[ 0.368820] AppArmor: AppArmor Filesystem Enabled\n[ 0.369817] pnp: PnP ACPI init\n[ 0.370778] pnp: PnP ACPI: found 5 devices\n[ 0.377154] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378914] NET: Registered protocol family 2\n[ 0.379985] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382564] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383792] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384908] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386124] NET: Registered protocol family 1\n[ 0.387031] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388154] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389256] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403320] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417481] Trying to unpack rootfs image as initramfs...\n[ 0.474160] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475841] Scanning for low memory corruption every 60 seconds\n[ 0.477237] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478433] audit: initializing netlink subsys (disabled)\n[ 0.479491] audit: type=2000 audit(1532971455.636:1): initialized\n[ 0.480891] Initialise system trusted keyring\n[ 0.481860] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483059] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485242] zbud: loaded\n[ 0.485991] VFS: Disk quotas dquot_6.6.0\n[ 0.486838] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488484] fuse init (API version 7.23)\n[ 0.489414] Key type big_key registered\n[ 0.490241] Allocating IMA MOK and blacklist keyrings.\n[ 0.491506] Key type asymmetric registered\n[ 0.492351] Asymmetric key parser 'x509' registered\n[ 0.493357] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494867] io scheduler noop registered\n[ 0.495685] io scheduler deadline registered (default)\n[ 0.496722] io scheduler cfq registered\n[ 0.497597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498674] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.499978] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501483] ACPI: Power Button [PWRF]\n[ 0.502356] GHES: HEST is not enabled!\n[ 0.516054] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544068] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.546209] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570255] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.572631] Linux agpgart interface v0.103\n[ 0.575307] brd: module loaded\n[ 0.577049] loop: module loaded\n[ 0.580843] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.582350] GPT:90111 != 2097151\n[ 0.583052] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584227] GPT:90111 != 2097151\n[ 0.584932] GPT: Use GNU Parted to correct GPT errors.\n[ 0.585939] vda: vda1 vda15\n[ 0.587182] scsi host0: ata_piix\n[ 0.590155] scsi host1: ata_piix\n[ 0.590923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.592181] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.593855] libphy: Fixed MDIO Bus: probed\n[ 0.594703] tun: Universal TUN/TAP device driver, 1.6\n[ 0.595684] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.598306] PPP generic driver version 2.4.2\n[ 0.599271] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.600513] ehci-pci: EHCI PCI platform driver\n[ 0.601417] ehci-platform: EHCI generic platform driver\n[ 0.602448] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.603617] ohci-pci: OHCI PCI platform driver\n[ 0.604515] ohci-platform: OHCI generic platform driver\n[ 0.605541] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.619811] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.620857] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622364] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623397] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.624590] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.625871] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627334] usb usb1: Product: UHCI Host Controller\n[ 0.628289] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629461] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.630488] hub 1-0:1.0: USB hub found\n[ 0.631296] hub 1-0:1.0: 2 ports detected\n[ 0.632281] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.634482] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.635475] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.636549] mousedev: PS/2 mouse device common for all mice\n[ 0.637934] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.639851] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641017] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.642255] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.643499] i2c /dev entries driver\n[ 0.644303] device-mapper: uevent: version 1.0.3\n[ 0.645307] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.648499] NET: Registered protocol family 10\n[ 0.649681] NET: Registered protocol family 17\n[ 0.650618] Key type dns_resolver registered\n[ 0.651670] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.652834] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.654687] registered taskstats version 1\n[ 0.655556] Loading compiled-in X.509 certificates\n[ 0.657078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659012] zswap: loaded using pool lzo/zbud\n[ 0.660727] Key type trusted registered\n[ 0.662551] Key type encrypted registered\n[ 0.663409] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.664494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.665588] evm: HMAC attrs: 0x1\n[ 0.666583] Magic number: 10:439:442\n[ 0.667487] rtc_cmos 00:00: setting system clock to 2018-07-30 17:24:15 UTC (1532971455)\n[ 0.669172] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.670329] EDD information not available.\n[ 0.754026] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765762] Write protecting the kernel read-only data: 14336k\n[ 0.767959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.769856] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.815951] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDMqbhEWrgRUke00TYHjfe3Xv+B+CCVQhBNjZqnFOXgYEVpjgYls3oD4fa3NMVDMRkkwEz9I8UyOcHl/vNIHXSE+GkchWEhb0IT769yzaJ15/DJY6LYKdeQVzijethCiZg7IophxIZarWKjLkUjHkgxtqtAz/JBrTx09THS8OBZNY7lbUANXTGvc3u86HKzKuxtdhiAsPDhL3S2yhUe6m3fXYxzvAaN7cW2cSHjO6ZGRR1jWFH8f7PVLUwA93Ic1bbgPyo8A0jIw7o7xWbVpwiluPRqn6JpmFTZTD+wJ1iwevrzOdW6rwb+roV4V8YpTbkUgIamvAGXgIJ5V+R0MkLv root@cinder-test-vm2-284cc624-a988-49b8-a384-62df495ebd2a\nssh-dss AAAAB3NzaC1kc3MAAACBAJb4awG0p6OOBuAXUBw7LZumRBSqNx41SoVKMUjk0NzUez293WrgCmQxPJ8w3ikCrtTW2PsvHPfbQywf2IqyuhQvLk7gDdr6GlAJ+B+kPif2aVoR1I3fXYluygbzVAtqYTQNJUxIqCIvA+bv8laQMgOOojMBQngZuJx+hYr94USJAAAAFQDYP/CPPgYudUwRogHXsuheC813UQAAAIBdrfLUHsAJY02hFo78Xkb1bn4I7oeswDVWP9d7Zri+76ufewHTt0+ZdEzMzznbX7za+GzHuw5eXPp59fTIMiOjdHQCDl3491Bk5h0W21NueK6PvO0jWKM3Te6ZagFlPtO+NGRcxNhVrLSwW2yz1JDePGXVT1suTq2adViR5VHUHgAAAIAwSt6V/BZMcdLAF+VkplWI8xLc4cMdIyD0Txcjl8lGuHzIilCSuKiWdoC/iEZEZt+jqG3nQ7dDNANEHLaUGCvF9Wg/Y6fYK7PjPT4+FX/z+ZLTds6cNAryBUhSy5YQguntLcWuZ9GJVxg5zBmjg7H3DPN4oCPxaOzFxd0GcnlTew== root@cinder-test-vm2-284cc624-a988-49b8-a384-62df495ebd2a\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.8,24,fe80::f816:3eff:feb1:d801/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.8 \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-284cc624-a988-49b8-a384-62df495ebd2a\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.21 ===\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-284cc624-a988-49b8-a384-62df495ebd2a login: "} 2018-07-30 17:24:20,951 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca/action used request id req-32a39e44-1edd-46e2-a4c0-f5a570d75409 2018-07-30 17:24:20,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.115180015564s 2018-07-30 17:24:20,952 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca/action used request id req-32a39e44-1edd-46e2-a4c0-f5a570d75409 2018-07-30 17:24:20,952 - 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 471588083 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.139154] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140854] pid_max: default: 32768 minimum: 301 [ 0.141774] ACPI: Core revision 20150930 [ 0.143169] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144515] Security Framework initialized [ 0.145356] Yama: becoming mindful. [ 0.146106] AppArmor: AppArmor initialized [ 0.146988] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148352] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149670] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150903] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152349] Initializing cgroup subsys io [ 0.153196] Initializing cgroup subsys memory [ 0.154078] Initializing cgroup subsys devices [ 0.154979] Initializing cgroup subsys freezer [ 0.155869] Initializing cgroup subsys net_cls [ 0.156757] Initializing cgroup subsys perf_event [ 0.157687] Initializing cgroup subsys net_prio [ 0.158597] Initializing cgroup subsys hugetlb [ 0.159484] Initializing cgroup subsys pids [ 0.160371] CPU: Physical Processor ID: 0 [ 0.161881] mce: CPU supports 10 MCE banks [ 0.162754] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163778] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.178229] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184320] ftrace: allocating 31920 entries in 125 pages [ 0.209287] smpboot: Max logical packages: 1 [ 0.210178] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.211558] x2apic enabled [ 0.212366] Switched APIC routing to physical x2apic. [ 0.214114] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.215258] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.217378] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.219206] KVM setup paravirtual spinlock [ 0.220534] x86: Booted up 1 node, 1 CPUs [ 0.221358] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.222786] devtmpfs: initialized [ 0.224517] evm: security.selinux [ 0.225232] evm: security.SMACK64 [ 0.225951] evm: security.SMACK64EXEC [ 0.226712] evm: security.SMACK64TRANSMUTE [ 0.227537] evm: security.SMACK64MMAP [ 0.228299] evm: security.ima [ 0.228957] evm: security.capability [ 0.229778] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.231689] pinctrl core: initialized pinctrl subsystem [ 0.232815] RTC time: 17:24:14, date: 07/30/18 [ 0.233803] NET: Registered protocol family 16 [ 0.234811] cpuidle: using governor ladder [ 0.235653] cpuidle: using governor menu [ 0.236456] PCCT header not found. [ 0.237231] ACPI: bus type PCI registered [ 0.238059] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239333] PCI: Using configuration type 1 for base access [ 0.241127] ACPI: Added _OSI(Module Device) [ 0.242004] ACPI: Added _OSI(Processor Device) [ 0.242906] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.243827] ACPI: Added _OSI(Processor Aggregator Device) [ 0.245595] ACPI: Interpreter enabled [ 0.246393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.248317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.252090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.253970] ACPI: (supports S0 S5) [ 0.254690] ACPI: Using IOAPIC for interrupt routing [ 0.255656] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.258833] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.260015] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.261279] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262505] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264778] acpiphp: Slot [3] registered [ 0.265597] acpiphp: Slot [4] registered [ 0.266412] acpiphp: Slot [5] registered [ 0.267229] acpiphp: Slot [6] registered [ 0.268047] acpiphp: Slot [7] registered [ 0.268869] acpiphp: Slot [8] registered [ 0.269691] acpiphp: Slot [9] registered [ 0.270517] acpiphp: Slot [10] registered [ 0.271343] acpiphp: Slot [11] registered [ 0.272176] acpiphp: Slot [12] registered [ 0.273012] acpiphp: Slot [13] registered [ 0.273843] acpiphp: Slot [14] registered [ 0.274671] acpiphp: Slot [15] registered [ 0.285327] acpiphp: Slot [16] registered [ 0.286188] acpiphp: Slot [17] registered [ 0.287022] acpiphp: Slot [18] registered [ 0.287856] acpiphp: Slot [19] registered [ 0.288685] acpiphp: Slot [20] registered [ 0.289520] acpiphp: Slot [21] registered [ 0.290350] acpiphp: Slot [22] registered [ 0.291180] acpiphp: Slot [23] registered [ 0.292015] acpiphp: Slot [24] registered [ 0.292847] acpiphp: Slot [25] registered [ 0.293678] acpiphp: Slot [26] registered [ 0.294510] acpiphp: Slot [27] registered [ 0.295341] acpiphp: Slot [28] registered [ 0.296221] acpiphp: Slot [29] registered [ 0.297052] acpiphp: Slot [30] registered [ 0.297889] acpiphp: Slot [31] registered [ 0.298715] PCI host bridge to bus 0000:00 [ 0.299542] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.300779] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.302020] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.303499] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.304985] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.306488] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309763] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311071] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313578] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.317165] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.318766] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.337332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.338872] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.340714] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.342165] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.343597] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.344894] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.346224] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.347314] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.348900] vgaarb: loaded [ 0.349515] vgaarb: bridge control possible 0000:00:02.0 [ 0.350762] SCSI subsystem initialized [ 0.351687] ACPI: bus type USB registered [ 0.352534] usbcore: registered new interface driver usbfs [ 0.353591] usbcore: registered new interface driver hub [ 0.354626] usbcore: registered new device driver usb [ 0.355755] PCI: Using ACPI for IRQ routing [ 0.356889] NetLabel: Initializing [ 0.357630] NetLabel: domain hash size = 128 [ 0.358502] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.359482] NetLabel: unlabeled traffic allowed by default [ 0.360665] clocksource: Switched to clocksource kvm-clock [ 0.368820] AppArmor: AppArmor Filesystem Enabled [ 0.369817] pnp: PnP ACPI init [ 0.370778] pnp: PnP ACPI: found 5 devices [ 0.377154] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.378914] NET: Registered protocol family 2 [ 0.379985] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.381312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.382564] TCP: Hash tables configured (established 4096 bind 4096) [ 0.383792] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.384908] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.386124] NET: Registered protocol family 1 [ 0.387031] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.388154] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.389256] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.403320] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.417481] Trying to unpack rootfs image as initramfs... [ 0.474160] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.475841] Scanning for low memory corruption every 60 seconds [ 0.477237] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.478433] audit: initializing netlink subsys (disabled) [ 0.479491] audit: type=2000 audit(1532971455.636:1): initialized [ 0.480891] Initialise system trusted keyring [ 0.481860] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.483059] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.485242] zbud: loaded [ 0.485991] VFS: Disk quotas dquot_6.6.0 [ 0.486838] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.488484] fuse init (API version 7.23) [ 0.489414] Key type big_key registered [ 0.490241] Allocating IMA MOK and blacklist keyrings. [ 0.491506] Key type asymmetric registered [ 0.492351] Asymmetric key parser 'x509' registered [ 0.493357] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.494867] io scheduler noop registered [ 0.495685] io scheduler deadline registered (default) [ 0.496722] io scheduler cfq registered [ 0.497597] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.498674] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.499978] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.501483] ACPI: Power Button [PWRF] [ 0.502356] GHES: HEST is not enabled! [ 0.516054] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.544068] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.546209] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.570255] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.572631] Linux agpgart interface v0.103 [ 0.575307] brd: module loaded [ 0.577049] loop: module loaded [ 0.580843] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.582350] GPT:90111 != 2097151 [ 0.583052] GPT:Alternate GPT header not at the end of the disk. [ 0.584227] GPT:90111 != 2097151 [ 0.584932] GPT: Use GNU Parted to correct GPT errors. [ 0.585939] vda: vda1 vda15 [ 0.587182] scsi host0: ata_piix [ 0.590155] scsi host1: ata_piix [ 0.590923] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.592181] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.593855] libphy: Fixed MDIO Bus: probed [ 0.594703] tun: Universal TUN/TAP device driver, 1.6 [ 0.595684] tun: (C) 1999-2004 Max Krasnyansky [ 0.598306] PPP generic driver version 2.4.2 [ 0.599271] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.600513] ehci-pci: EHCI PCI platform driver [ 0.601417] ehci-platform: EHCI generic platform driver [ 0.602448] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.603617] ohci-pci: OHCI PCI platform driver [ 0.604515] ohci-platform: OHCI generic platform driver [ 0.605541] uhci_hcd: USB Universal Host Controller Interface driver [ 0.619811] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.620857] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.622364] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.623397] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.624590] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.625871] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.627334] usb usb1: Product: UHCI Host Controller [ 0.628289] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.629461] usb usb1: SerialNumber: 0000:00:01.2 [ 0.630488] hub 1-0:1.0: USB hub found [ 0.631296] hub 1-0:1.0: 2 ports detected [ 0.632281] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.634482] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.635475] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.636549] mousedev: PS/2 mouse device common for all mice [ 0.637934] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.639851] rtc_cmos 00:00: RTC can wake from S4 [ 0.641017] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.642255] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.643499] i2c /dev entries driver [ 0.644303] device-mapper: uevent: version 1.0.3 [ 0.645307] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.647012] ledtrig-cpu: registered to indicate activity on CPUs [ 0.648499] NET: Registered protocol family 10 [ 0.649681] NET: Registered protocol family 17 [ 0.650618] Key type dns_resolver registered [ 0.651670] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.652834] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.654687] registered taskstats version 1 [ 0.655556] Loading compiled-in X.509 certificates [ 0.657078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.659012] zswap: loaded using pool lzo/zbud [ 0.660727] Key type trusted registered [ 0.662551] Key type encrypted registered [ 0.663409] AppArmor: AppArmor sha1 policy hashing enabled [ 0.664494] ima: No TPM chip found, activating TPM-bypass! [ 0.665588] evm: HMAC attrs: 0x1 [ 0.666583] Magic number: 10:439:442 [ 0.667487] rtc_cmos 00:00: setting system clock to 2018-07-30 17:24:15 UTC (1532971455) [ 0.669172] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.670329] EDD information not available. [ 0.754026] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.765762] Write protecting the kernel read-only data: 14336k [ 0.767959] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.769856] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.815951] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDMqbhEWrgRUke00TYHjfe3Xv+B+CCVQhBNjZqnFOXgYEVpjgYls3oD4fa3NMVDMRkkwEz9I8UyOcHl/vNIHXSE+GkchWEhb0IT769yzaJ15/DJY6LYKdeQVzijethCiZg7IophxIZarWKjLkUjHkgxtqtAz/JBrTx09THS8OBZNY7lbUANXTGvc3u86HKzKuxtdhiAsPDhL3S2yhUe6m3fXYxzvAaN7cW2cSHjO6ZGRR1jWFH8f7PVLUwA93Ic1bbgPyo8A0jIw7o7xWbVpwiluPRqn6JpmFTZTD+wJ1iwevrzOdW6rwb+roV4V8YpTbkUgIamvAGXgIJ5V+R0MkLv root@cinder-test-vm2-284cc624-a988-49b8-a384-62df495ebd2a ssh-dss AAAAB3NzaC1kc3MAAACBAJb4awG0p6OOBuAXUBw7LZumRBSqNx41SoVKMUjk0NzUez293WrgCmQxPJ8w3ikCrtTW2PsvHPfbQywf2IqyuhQvLk7gDdr6GlAJ+B+kPif2aVoR1I3fXYluygbzVAtqYTQNJUxIqCIvA+bv8laQMgOOojMBQngZuJx+hYr94USJAAAAFQDYP/CPPgYudUwRogHXsuheC813UQAAAIBdrfLUHsAJY02hFo78Xkb1bn4I7oeswDVWP9d7Zri+76ufewHTt0+ZdEzMzznbX7za+GzHuw5eXPp59fTIMiOjdHQCDl3491Bk5h0W21NueK6PvO0jWKM3Te6ZagFlPtO+NGRcxNhVrLSwW2yz1JDePGXVT1suTq2adViR5VHUHgAAAIAwSt6V/BZMcdLAF+VkplWI8xLc4cMdIyD0Txcjl8lGuHzIilCSuKiWdoC/iEZEZt+jqG3nQ7dDNANEHLaUGCvF9Wg/Y6fYK7PjPT4+FX/z+ZLTds6cNAryBUhSy5YQguntLcWuZ9GJVxg5zBmjg7H3DPN4oCPxaOzFxd0GcnlTew== root@cinder-test-vm2-284cc624-a988-49b8-a384-62df495ebd2a -----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.8,24,fe80::f816:3eff:feb1:d801/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.8 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-284cc624-a988-49b8-a384-62df495ebd2a launch-index: 0 === cirros: current=0.4.0 uptime=3.21 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-284cc624-a988-49b8-a384-62df495ebd2a login: 2018-07-30 17:24:22,957 - paramiko.transport - DEBUG - starting thread (client mode): 0x86aa550L 2018-07-30 17:24:22,958 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-30 17:24:22,958 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-30 17:24:22,958 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-30 17:24:22,960 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-30 17:24:22,960 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-30 17:24:22,960 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-30 17:24:22,960 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-30 17:24:22,961 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-30 17:24:22,961 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-30 17:24:22,979 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-30 17:24:22,980 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-30 17:24:22,990 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.209: 733de2c906cb08c38bfc440f7b60eb9d 2018-07-30 17:24:22,991 - paramiko.transport - DEBUG - Trying discovered key 1800943477c6f3ff0943853918293873 in /tmp/tmpLmglEV 2018-07-30 17:24:23,016 - paramiko.transport - DEBUG - userauth is OK 2018-07-30 17:24:23,022 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-30 17:24:23,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-07-30 17:24:23,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"volume": {"display_name": "cinder_test-volume_284cc624-a988-49b8-a384-62df495ebd2a", "size": "2"}}' 2018-07-30 17:24:24,367 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:24:23 GMT Server: Apache x-compute-request-id: req-cd8c14e8-7cbc-46a3-9deb-f180c27b8ae5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cd8c14e8-7cbc-46a3-9deb-f180c27b8ae5 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "self"}, {"href": "http://172.30.9.21:8776/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-30T17:24:24.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_284cc624-a988-49b8-a384-62df495ebd2a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "size": 2}} 2018-07-30 17:24:24,367 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes used request id req-cd8c14e8-7cbc-46a3-9deb-f180c27b8ae5 2018-07-30 17:24:24,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.30933904648s 2018-07-30 17:24:24,368 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes used request id req-cd8c14e8-7cbc-46a3-9deb-f180c27b8ae5 2018-07-30 17:24:24,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-30 17:24:24,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:25,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24:24 GMT Server: Apache x-compute-request-id: req-134a447a-0c4b-409a-ada7-8949252610be OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-134a447a-0c4b-409a-ada7-8949252610be Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "self"}, {"href": "http://172.30.9.21:8776/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-30T17:24:24.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "updated_at": "2018-07-30T17:24:24.000000", "volume_type": null, "name": "cinder_test-volume_284cc624-a988-49b8-a384-62df495ebd2a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "size": 2}]} 2018-07-30 17:24:25,283 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-134a447a-0c4b-409a-ada7-8949252610be 2018-07-30 17:24:25,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.914565086365s 2018-07-30 17:24:25,284 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-134a447a-0c4b-409a-ada7-8949252610be 2018-07-30 17:24:25,286 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:24:27,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-30 17:24:27,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:28,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24:27 GMT Server: Apache x-compute-request-id: req-3f8f069a-81e9-4585-bd5b-7210f953bc20 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f8f069a-81e9-4585-bd5b-7210f953bc20 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "self"}, {"href": "http://172.30.9.21:8776/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-30T17:24:24.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "updated_at": "2018-07-30T17:24:26.000000", "volume_type": null, "name": "cinder_test-volume_284cc624-a988-49b8-a384-62df495ebd2a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "size": 2}]} 2018-07-30 17:24:28,176 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-3f8f069a-81e9-4585-bd5b-7210f953bc20 2018-07-30 17:24:28,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.887997865677s 2018-07-30 17:24:28,177 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-3f8f069a-81e9-4585-bd5b-7210f953bc20 2018-07-30 17:24:28,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:24:28,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:28,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-9995e47c-ce50-4cec-bab9-8168a8f03ae6 Date: Mon, 30 Jul 2018 17:24:28 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":["b3370d85-ed7a-49da-b172-015ce8993703"],"updated_at":"2018-07-30T17:23:56Z","tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:23:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5c43f6c35de0402e9b45ebebab7165d1","id":"006b1676-4859-452e-a2c9-5a5ecae28194","name":"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"}]} 2018-07-30 17:24:28,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9995e47c-ce50-4cec-bab9-8168a8f03ae6 2018-07-30 17:24:28,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115074872971s 2018-07-30 17:24:28,294 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9995e47c-ce50-4cec-bab9-8168a8f03ae6 2018-07-30 17:24:28,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:24:28,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:29,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-d562e73a-6d57-4969-bf6b-c1b62b376fc2 Date: Mon, 30 Jul 2018 17:24:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d/snap", "metadata": {}}], "file": "/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d/file", "owner": "5c43f6c35de0402e9b45ebebab7165d1", "id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "size": 12716032, "self": "/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:24:02Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_284cc624-a988-49b8-a384-62df495ebd2a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_284cc624-a988-49b8-a384-62df495ebd2a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:24:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:24:29,085 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d562e73a-6d57-4969-bf6b-c1b62b376fc2 2018-07-30 17:24:29,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.785109996796s 2018-07-30 17:24:29,085 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d562e73a-6d57-4969-bf6b-c1b62b376fc2 2018-07-30 17:24:29,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:24:29,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:29,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24: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-06924483-3dd9-41a4-8dfe-28d8da22385c x-compute-request-id: req-06924483-3dd9-41a4-8dfe-28d8da22385c Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_284cc624-a988-49b8-a384-62df495ebd2a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "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": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03"}]} 2018-07-30 17:24:29,118 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-06924483-3dd9-41a4-8dfe-28d8da22385c 2018-07-30 17:24:29,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0313539505005s 2018-07-30 17:24:29,118 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-06924483-3dd9-41a4-8dfe-28d8da22385c 2018-07-30 17:24:29,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-30 17:24:29,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"server": {"name": "cinder_test-vm_284cc624-a988-49b8-a384-62df495ebd2a", "imageRef": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "flavorRef": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "max_count": 1, "min_count": 1, "networks": [{"uuid": "006b1676-4859-452e-a2c9-5a5ecae28194"}], "security_groups": [{"name": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595"}]}}' 2018-07-30 17:24:31,281 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:24: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-a351c778-9760-46da-ac2d-fbe552905997 x-compute-request-id: req-a351c778-9760-46da-ac2d-fbe552905997 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595"}], "OS-DCF:diskConfig": "MANUAL", "id": "898c114a-5de3-4cc8-a00a-3819d1679f2b", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "bookmark"}], "adminPass": "5jWA6VfVnV6M"}} 2018-07-30 17:24:31,281 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-a351c778-9760-46da-ac2d-fbe552905997 2018-07-30 17:24:31,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.16148209572s 2018-07-30 17:24:31,281 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-a351c778-9760-46da-ac2d-fbe552905997 2018-07-30 17:24:31,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:24:31,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:31,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24: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-9ab46e65-f022-4e32-b779-aeead66b5d5e x-compute-request-id: req-9ab46e65-f022-4e32-b779-aeead66b5d5e Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "898c114a-5de3-4cc8-a00a-3819d1679f2b", "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:24:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:31Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d8:01", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d8:01", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:24:14.000000", "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:24:14Z", "hostId": "a040c1022a0b5dcb6286cd89f6fbc5193ded1c7cebbc3fbc37e31f4b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm2_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:08Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:24:31,954 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9ab46e65-f022-4e32-b779-aeead66b5d5e 2018-07-30 17:24:31,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.67214012146s 2018-07-30 17:24:31,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9ab46e65-f022-4e32-b779-aeead66b5d5e 2018-07-30 17:24:31,961 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:24:33,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:24:33,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:35,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24: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-576298a0-fbda-4eee-91bc-7e68d7b0bd0a x-compute-request-id: req-576298a0-fbda-4eee-91bc-7e68d7b0bd0a Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "898c114a-5de3-4cc8-a00a-3819d1679f2b", "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:24:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:31Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d8:01", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d8:01", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:24:14.000000", "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:24:14Z", "hostId": "a040c1022a0b5dcb6286cd89f6fbc5193ded1c7cebbc3fbc37e31f4b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm2_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:08Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:24:35,113 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-576298a0-fbda-4eee-91bc-7e68d7b0bd0a 2018-07-30 17:24:35,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.15012001991s 2018-07-30 17:24:35,114 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-576298a0-fbda-4eee-91bc-7e68d7b0bd0a 2018-07-30 17:24:35,119 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:24:37,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:24:37,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:37,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24: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-833d6866-00dd-4331-bad0-4fbbe7aa599b x-compute-request-id: req-833d6866-00dd-4331-bad0-4fbbe7aa599b Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "898c114a-5de3-4cc8-a00a-3819d1679f2b", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:24:35Z", "hostId": "db224e4308ef9f68b49d1479cc3e9a824e02305ab1cd22fe194fbaab", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:31Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d8:01", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d8:01", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:24:14.000000", "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:24:14Z", "hostId": "a040c1022a0b5dcb6286cd89f6fbc5193ded1c7cebbc3fbc37e31f4b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm2_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:08Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:24:37,923 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-833d6866-00dd-4331-bad0-4fbbe7aa599b 2018-07-30 17:24:37,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.801205158234s 2018-07-30 17:24:37,923 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-833d6866-00dd-4331-bad0-4fbbe7aa599b 2018-07-30 17:24:37,928 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:24:39,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:24:39,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:40,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24: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-b7e31738-3c9d-48fc-abec-266cbe6a678d x-compute-request-id: req-b7e31738-3c9d-48fc-abec-266cbe6a678d Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "898c114a-5de3-4cc8-a00a-3819d1679f2b", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T17:24:35Z", "hostId": "db224e4308ef9f68b49d1479cc3e9a824e02305ab1cd22fe194fbaab", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:31Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d8:01", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d8:01", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:24:14.000000", "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:24:14Z", "hostId": "a040c1022a0b5dcb6286cd89f6fbc5193ded1c7cebbc3fbc37e31f4b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm2_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:08Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:24:40,421 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b7e31738-3c9d-48fc-abec-266cbe6a678d 2018-07-30 17:24:40,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.490901947021s 2018-07-30 17:24:40,422 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b7e31738-3c9d-48fc-abec-266cbe6a678d 2018-07-30 17:24:40,428 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:24:42,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:24:42,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:42,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24: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-fb52f9ae-adfc-489f-9ccd-2af0bb3cd943 x-compute-request-id: req-fb52f9ae-adfc-489f-9ccd-2af0bb3cd943 Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:a5:bc", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:24:40.000000", "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "898c114a-5de3-4cc8-a00a-3819d1679f2b", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:24:40Z", "hostId": "db224e4308ef9f68b49d1479cc3e9a824e02305ab1cd22fe194fbaab", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:31Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d8:01", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d8:01", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:24:14.000000", "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:24:14Z", "hostId": "a040c1022a0b5dcb6286cd89f6fbc5193ded1c7cebbc3fbc37e31f4b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm2_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:08Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:24:42,954 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fb52f9ae-adfc-489f-9ccd-2af0bb3cd943 2018-07-30 17:24:42,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522876977921s 2018-07-30 17:24:42,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fb52f9ae-adfc-489f-9ccd-2af0bb3cd943 2018-07-30 17:24:42,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:24:42,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=898c114a-5de3-4cc8-a00a-3819d1679f2b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:43,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-54c28e8c-4172-40e3-9088-d27d12b1ab17 Date: Mon, 30 Jul 2018 17:24:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"006b1676-4859-452e-a2c9-5a5ecae28194","tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:24:35Z","admin_state_up":true,"updated_at":"2018-07-30T17:24:40Z","binding:vnic_type":"normal","device_id":"898c114a-5de3-4cc8-a00a-3819d1679f2b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:26:a5:bc","id":"ff24170e-17b8-4c9b-a523-14e5a2ba4e74","port_security_enabled":true,"project_id":"5c43f6c35de0402e9b45ebebab7165d1","fixed_ips":[{"subnet_id":"b3370d85-ed7a-49da-b172-015ce8993703","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["0363ab5c-e4d2-41ca-a77a-e6b4791fd595"],"name":""}]} 2018-07-30 17:24:43,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=898c114a-5de3-4cc8-a00a-3819d1679f2b used request id req-54c28e8c-4172-40e3-9088-d27d12b1ab17 2018-07-30 17:24:43,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.232795000076s 2018-07-30 17:24:43,193 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=898c114a-5de3-4cc8-a00a-3819d1679f2b used request id req-54c28e8c-4172-40e3-9088-d27d12b1ab17 2018-07-30 17:24:43,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:24:43,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=ff24170e-17b8-4c9b-a523-14e5a2ba4e74" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:43,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-92393b24-ea37-45e8-94dc-a193e96f81e8 Date: Mon, 30 Jul 2018 17:24:43 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:24:43,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=ff24170e-17b8-4c9b-a523-14e5a2ba4e74 used request id req-92393b24-ea37-45e8-94dc-a193e96f81e8 2018-07-30 17:24:43,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0198700428009s 2018-07-30 17:24:43,218 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=ff24170e-17b8-4c9b-a523-14e5a2ba4e74 used request id req-92393b24-ea37-45e8-94dc-a193e96f81e8 2018-07-30 17:24:43,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:24:43,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:43,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24: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-34c25ece-7c1e-4fdf-baf3-3a41419814fb x-compute-request-id: req-34c25ece-7c1e-4fdf-baf3-3a41419814fb Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:a5:bc", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:24:40.000000", "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "898c114a-5de3-4cc8-a00a-3819d1679f2b", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:24:40Z", "hostId": "db224e4308ef9f68b49d1479cc3e9a824e02305ab1cd22fe194fbaab", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:31Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d8:01", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d8:01", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:24:14.000000", "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:24:14Z", "hostId": "a040c1022a0b5dcb6286cd89f6fbc5193ded1c7cebbc3fbc37e31f4b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm2_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:08Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:24:43,730 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-34c25ece-7c1e-4fdf-baf3-3a41419814fb 2018-07-30 17:24:43,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511235952377s 2018-07-30 17:24:43,731 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-34c25ece-7c1e-4fdf-baf3-3a41419814fb 2018-07-30 17:24:43,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:24:43,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=898c114a-5de3-4cc8-a00a-3819d1679f2b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:43,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-8e0be7c1-35da-42c1-93c2-7fd4ef33fba5 Date: Mon, 30 Jul 2018 17:24:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"006b1676-4859-452e-a2c9-5a5ecae28194","tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:24:35Z","admin_state_up":true,"updated_at":"2018-07-30T17:24:40Z","binding:vnic_type":"normal","device_id":"898c114a-5de3-4cc8-a00a-3819d1679f2b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:26:a5:bc","id":"ff24170e-17b8-4c9b-a523-14e5a2ba4e74","port_security_enabled":true,"project_id":"5c43f6c35de0402e9b45ebebab7165d1","fixed_ips":[{"subnet_id":"b3370d85-ed7a-49da-b172-015ce8993703","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["0363ab5c-e4d2-41ca-a77a-e6b4791fd595"],"name":""}]} 2018-07-30 17:24:43,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=898c114a-5de3-4cc8-a00a-3819d1679f2b used request id req-8e0be7c1-35da-42c1-93c2-7fd4ef33fba5 2018-07-30 17:24:43,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0594379901886s 2018-07-30 17:24:43,796 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=898c114a-5de3-4cc8-a00a-3819d1679f2b used request id req-8e0be7c1-35da-42c1-93c2-7fd4ef33fba5 2018-07-30 17:24:43,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:24:43,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=ff24170e-17b8-4c9b-a523-14e5a2ba4e74" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:43,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-062880cc-8cf3-40d3-a0c0-2550ea27b6c9 Date: Mon, 30 Jul 2018 17:24:43 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:24:43,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=ff24170e-17b8-4c9b-a523-14e5a2ba4e74 used request id req-062880cc-8cf3-40d3-a0c0-2550ea27b6c9 2018-07-30 17:24:43,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0204060077667s 2018-07-30 17:24:43,822 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=ff24170e-17b8-4c9b-a523-14e5a2ba4e74 used request id req-062880cc-8cf3-40d3-a0c0-2550ea27b6c9 2018-07-30 17:24:43,822 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:26:a5:bc', 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'e978dc62-ba39-401a-9f8d-d8a8e9a7373d'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-30T17:24:40.000000', 'flavor': Munch({u'id': u'5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03'}), 'az': u'nova', 'id': u'898c114a-5de3-4cc8-a00a-3819d1679f2b', 'security_groups': [Munch({u'name': u'cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'509b705fef7d4d2cbe5c17609136ee5b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5c43f6c35de0402e9b45ebebab7165d1', 'name': 'cinder_test-project_284cc624-a988-49b8-a384-62df495ebd2a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-30T17:24:40.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-30T17:24:40Z', 'hostId': u'db224e4308ef9f68b49d1479cc3e9a824e02305ab1cd22fe194fbaab', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a', 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'db224e4308ef9f68b49d1479cc3e9a824e02305ab1cd22fe194fbaab', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-30T17:24:40.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5c43f6c35de0402e9b45ebebab7165d1', 'name': u'cinder_test-vm_284cc624-a988-49b8-a384-62df495ebd2a', 'adminPass': None, 'tenant_id': u'5c43f6c35de0402e9b45ebebab7165d1', 'created_at': u'2018-07-30T17:24:31Z', 'created': u'2018-07-30T17:24:31Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-30 17:24:43,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:24:43,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:43,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-f71fd416-b3d1-4aa8-9015-29da6e435208 Date: Mon, 30 Jul 2018 17:24:43 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":["b3370d85-ed7a-49da-b172-015ce8993703"],"updated_at":"2018-07-30T17:23:56Z","tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:23:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5c43f6c35de0402e9b45ebebab7165d1","id":"006b1676-4859-452e-a2c9-5a5ecae28194","name":"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"}]} 2018-07-30 17:24:43,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f71fd416-b3d1-4aa8-9015-29da6e435208 2018-07-30 17:24:43,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118526935577s 2018-07-30 17:24:43,944 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f71fd416-b3d1-4aa8-9015-29da6e435208 2018-07-30 17:24:43,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 17:24:43,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=898c114a-5de3-4cc8-a00a-3819d1679f2b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:24:44,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4befdc27-bc88-41f2-b0af-5ea4089fa25b Date: Mon, 30 Jul 2018 17:24:44 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"006b1676-4859-452e-a2c9-5a5ecae28194","tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:24:35Z","admin_state_up":true,"updated_at":"2018-07-30T17:24:40Z","binding:vnic_type":"normal","device_id":"898c114a-5de3-4cc8-a00a-3819d1679f2b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:26:a5:bc","id":"ff24170e-17b8-4c9b-a523-14e5a2ba4e74","port_security_enabled":true,"project_id":"5c43f6c35de0402e9b45ebebab7165d1","fixed_ips":[{"subnet_id":"b3370d85-ed7a-49da-b172-015ce8993703","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["0363ab5c-e4d2-41ca-a77a-e6b4791fd595"],"name":""}]} 2018-07-30 17:24:44,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=898c114a-5de3-4cc8-a00a-3819d1679f2b used request id req-4befdc27-bc88-41f2-b0af-5ea4089fa25b 2018-07-30 17:24:44,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0559477806091s 2018-07-30 17:24:44,001 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=898c114a-5de3-4cc8-a00a-3819d1679f2b used request id req-4befdc27-bc88-41f2-b0af-5ea4089fa25b 2018-07-30 17:24:44,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-30 17:24:44,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"floatingip": {"floating_network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "fixed_ip_address": "192.168.120.12", "port_id": "ff24170e-17b8-4c9b-a523-14e5a2ba4e74"}}' 2018-07-30 17:24:45,668 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-a754efc9-baeb-4c55-b3a0-b3651ea91ec6 Date: Mon, 30 Jul 2018 17:24:45 GMT RESP BODY: {"floatingip": {"router_id": "d74278ce-b7c4-4817-b5d5-87944d20aafc", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-30T17:24:44Z", "floating_network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "ff24170e-17b8-4c9b-a523-14e5a2ba4e74", "id": "da23338e-af8d-477f-ba9d-ca4028dfff6d", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "created_at": "2018-07-30T17:24:44Z", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}} 2018-07-30 17:24:45,668 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-a754efc9-baeb-4c55-b3a0-b3651ea91ec6 2018-07-30 17:24:45,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.66647601128s 2018-07-30 17:24:45,669 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-a754efc9-baeb-4c55-b3a0-b3651ea91ec6 2018-07-30 17:24:45,672 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'd74278ce-b7c4-4817-b5d5-87944d20aafc', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'5c43f6c35de0402e9b45ebebab7165d1', 'created_at': u'2018-07-30T17:24:44Z', 'attached': True, 'updated_at': u'2018-07-30T17:24:44Z', 'id': u'da23338e-af8d-477f-ba9d-ca4028dfff6d', 'floating_network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', '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'5c43f6c35de0402e9b45ebebab7165d1', 'name': 'cinder_test-project_284cc624-a988-49b8-a384-62df495ebd2a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'd74278ce-b7c4-4817-b5d5-87944d20aafc', 'project_id': u'5c43f6c35de0402e9b45ebebab7165d1', 'port_id': u'ff24170e-17b8-4c9b-a523-14e5a2ba4e74', 'port': u'ff24170e-17b8-4c9b-a523-14e5a2ba4e74', 'network': u'6cded11f-6a6d-475c-8684-92fd679f2832'}) 2018-07-30 17:24:45,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-30 17:24:45,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-30 17:24:45,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:24:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0aca7c8b-f243-43c0-8e75-3d764465058d x-compute-request-id: req-0aca7c8b-f243-43c0-8e75-3d764465058d 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 583548023 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.141832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143550] pid_max: default: 32768 minimum: 301\n[ 0.144459] ACPI: Core revision 20150930\n[ 0.145891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147225] Security Framework initialized\n[ 0.148060] Yama: becoming mindful.\n[ 0.148814] AppArmor: AppArmor initialized\n[ 0.149724] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151081] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155078] Initializing cgroup subsys io\n[ 0.155890] Initializing cgroup subsys memory\n[ 0.156745] Initializing cgroup subsys devices\n[ 0.157673] Initializing cgroup subsys freezer\n[ 0.158538] Initializing cgroup subsys net_cls\n[ 0.159413] Initializing cgroup subsys perf_event\n[ 0.160350] Initializing cgroup subsys net_prio\n[ 0.161300] Initializing cgroup subsys hugetlb\n[ 0.162169] Initializing cgroup subsys pids\n[ 0.163040] CPU: Physical Processor ID: 0\n[ 0.164540] mce: CPU supports 10 MCE banks\n[ 0.165438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166448] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180665] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186740] ftrace: allocating 31920 entries in 125 pages\n[ 0.211447] smpboot: Max logical packages: 1\n[ 0.212324] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213730] x2apic enabled\n[ 0.214522] Switched APIC routing to physical x2apic.\n[ 0.216215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217391] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219457] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221226] KVM setup paravirtual spinlock\n[ 0.222523] x86: Booted up 1 node, 1 CPUs\n[ 0.223334] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224706] devtmpfs: initialized\n[ 0.226406] evm: security.selinux\n[ 0.227102] evm: security.SMACK64\n[ 0.227793] evm: security.SMACK64EXEC\n[ 0.228530] evm: security.SMACK64TRANSMUTE\n[ 0.229326] evm: security.SMACK64MMAP\n[ 0.230064] evm: security.ima\n[ 0.230702] evm: security.capability\n[ 0.231508] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233359] pinctrl core: initialized pinctrl subsystem\n[ 0.234461] RTC time: 17:24:39, date: 07/30/18\n[ 0.235425] NET: Registered protocol family 16\n[ 0.236398] cpuidle: using governor ladder\n[ 0.237217] cpuidle: using governor menu\n[ 0.238006] PCCT header not found.\n[ 0.238755] ACPI: bus type PCI registered\n[ 0.239548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240775] PCI: Using configuration type 1 for base access\n[ 0.242525] ACPI: Added _OSI(Module Device)\n[ 0.243363] ACPI: Added _OSI(Processor Device)\n[ 0.244211] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245111] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246849] ACPI: Interpreter enabled\n[ 0.247668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254957] ACPI: (supports S0 S5)\n[ 0.255665] ACPI: Using IOAPIC for interrupt routing\n[ 0.256610] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259714] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260861] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263284] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265486] acpiphp: Slot [3] registered\n[ 0.266290] acpiphp: Slot [4] registered\n[ 0.267096] acpiphp: Slot [5] registered\n[ 0.267926] acpiphp: Slot [6] registered\n[ 0.268713] acpiphp: Slot [7] registered\n[ 0.269503] acpiphp: Slot [8] registered\n[ 0.270294] acpiphp: Slot [9] registered\n[ 0.271085] acpiphp: Slot [10] registered\n[ 0.271887] acpiphp: Slot [11] registered\n[ 0.272743] acpiphp: Slot [12] registered\n[ 0.273588] acpiphp: Slot [13] registered\n[ 0.274390] acpiphp: Slot [14] registered\n[ 0.275189] acpiphp: Slot [15] registered\n[ 0.285715] acpiphp: Slot [16] registered\n[ 0.286536] acpiphp: Slot [17] registered\n[ 0.287362] acpiphp: Slot [18] registered\n[ 0.288173] acpiphp: Slot [19] registered\n[ 0.288979] acpiphp: Slot [20] registered\n[ 0.289794] acpiphp: Slot [21] registered\n[ 0.290606] acpiphp: Slot [22] registered\n[ 0.291405] acpiphp: Slot [23] registered\n[ 0.292208] acpiphp: Slot [24] registered\n[ 0.293016] acpiphp: Slot [25] registered\n[ 0.293821] acpiphp: Slot [26] registered\n[ 0.294642] acpiphp: Slot [27] registered\n[ 0.295443] acpiphp: Slot [28] registered\n[ 0.296242] acpiphp: Slot [29] registered\n[ 0.297041] acpiphp: Slot [30] registered\n[ 0.297910] acpiphp: Slot [31] registered\n[ 0.298718] PCI host bridge to bus 0000:00\n[ 0.299525] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300727] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303365] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304795] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306251] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309461] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311910] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313158] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316688] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318134] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337885] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.339675] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341081] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.342465] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345020] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.347591] vgaarb: loaded\n[ 0.348186] vgaarb: bridge control possible 0000:00:02.0\n[ 0.349428] SCSI subsystem initialized\n[ 0.350345] ACPI: bus type USB registered\n[ 0.351160] usbcore: registered new interface driver usbfs\n[ 0.352182] usbcore: registered new interface driver hub\n[ 0.353184] usbcore: registered new device driver usb\n[ 0.354285] PCI: Using ACPI for IRQ routing\n[ 0.355385] NetLabel: Initializing\n[ 0.356090] NetLabel: domain hash size = 128\n[ 0.356938] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.357906] NetLabel: unlabeled traffic allowed by default\n[ 0.359060] clocksource: Switched to clocksource kvm-clock\n[ 0.367075] AppArmor: AppArmor Filesystem Enabled\n[ 0.368078] pnp: PnP ACPI init\n[ 0.369045] pnp: PnP ACPI: found 5 devices\n[ 0.375498] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.377249] NET: Registered protocol family 2\n[ 0.378313] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.380861] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382054] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383133] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384314] NET: Registered protocol family 1\n[ 0.385178] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.386270] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387336] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401021] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415022] Trying to unpack rootfs image as initramfs...\n[ 0.471251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.472998] Scanning for low memory corruption every 60 seconds\n[ 0.474348] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.475519] audit: initializing netlink subsys (disabled)\n[ 0.476538] audit: type=2000 audit(1532971480.928:1): initialized\n[ 0.477872] Initialise system trusted keyring\n[ 0.478835] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.479991] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.482113] zbud: loaded\n[ 0.482862] VFS: Disk quotas dquot_6.6.0\n[ 0.483705] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.485311] fuse init (API version 7.23)\n[ 0.486213] Key type big_key registered\n[ 0.487022] Allocating IMA MOK and blacklist keyrings.\n[ 0.488246] Key type asymmetric registered\n[ 0.489078] Asymmetric key parser 'x509' registered\n[ 0.490041] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.491539] io scheduler noop registered\n[ 0.492327] io scheduler deadline registered (default)\n[ 0.493317] io scheduler cfq registered\n[ 0.494155] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.495217] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.496494] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.497921] ACPI: Power Button [PWRF]\n[ 0.498787] GHES: HEST is not enabled!\n[ 0.512124] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.539601] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541660] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.565521] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.567875] Linux agpgart interface v0.103\n[ 0.570568] brd: module loaded\n[ 0.572282] loop: module loaded\n[ 0.576028] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577515] GPT:90111 != 2097151\n[ 0.578198] GPT:Alternate GPT header not at the end of the disk.\n[ 0.581077] GPT:90111 != 2097151\n[ 0.581895] GPT: Use GNU Parted to correct GPT errors.\n[ 0.582902] vda: vda1 vda15\n[ 0.584817] scsi host0: ata_piix\n[ 0.585620] scsi host1: ata_piix\n[ 0.586360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587619] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589139] libphy: Fixed MDIO Bus: probed\n[ 0.589983] tun: Universal TUN/TAP device driver, 1.6\n[ 0.590948] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593573] PPP generic driver version 2.4.2\n[ 0.595063] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596675] ehci-pci: EHCI PCI platform driver\n[ 0.597645] ehci-platform: EHCI generic platform driver\n[ 0.598774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600019] ohci-pci: OHCI PCI platform driver\n[ 0.600972] ohci-platform: OHCI generic platform driver\n[ 0.602071] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.616779] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.617916] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620613] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621914] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623247] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624774] usb usb1: Product: UHCI Host Controller\n[ 0.625787] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.627015] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.628092] hub 1-0:1.0: USB hub found\n[ 0.628940] hub 1-0:1.0: 2 ports detected\n[ 0.630055] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.632387] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.633451] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.634614] mousedev: PS/2 mouse device common for all mice\n[ 0.636132] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.638165] rtc_cmos 00:00: RTC can wake from S4\n[ 0.639415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.640717] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.642013] i2c /dev entries driver\n[ 0.642925] device-mapper: uevent: version 1.0.3\n[ 0.644018] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.645813] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.647699] NET: Registered protocol family 10\n[ 0.649191] NET: Registered protocol family 17\n[ 0.650204] Key type dns_resolver registered\n[ 0.651504] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.652733] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.654765] registered taskstats version 1\n[ 0.655739] Loading compiled-in X.509 certificates\n[ 0.657376] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659381] zswap: loaded using pool lzo/zbud\n[ 0.661070] Key type trusted registered\n[ 0.662856] Key type encrypted registered\n[ 0.663749] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.664821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.665895] evm: HMAC attrs: 0x1\n[ 0.666892] Magic number: 10:439:442\n[ 0.667803] rtc_cmos 00:00: setting system clock to 2018-07-30 17:24:40 UTC (1532971480)\n[ 0.669481] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.670621] EDD information not available.\n[ 0.748408] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.760420] Write protecting the kernel read-only data: 14336k\n[ 0.762576] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.764459] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.810220] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.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.80. iid=i-00000017\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCO8LzwfiiQ+mDaDLBnkVCBmN56i/jAU67aEtw+gGUd+dILwrBIY8dBT0VkcdP7IRn0J32mVGns3WilLy97VJfCEgDiwDeg7Zl5aoTZW+IcoOpY0BDzWDyQsUWnWNh1s37/n7Z9i4RwbBYCBlvlSGhqGRor0kGCYzoqAtdeXG8tBftvfrSbqzFV7eiH07VaC6RWif8JufOLVesTwznn1J8CYuhaa5hwH2hJTwOSf01YC9gpv6ORkqU3jfzcDdcKgoqxZCeKVQp0EEQ0kJd5o0oSgmUn1vZ+mCYGvn4cCwbkZuyY/4GW1acdvT7gmXrKCYx2Xrdz8n5N502fi0lF/m1P root@cinder-test-vm-284cc624-a988-49b8-a384-62df495ebd2a\nssh-dss AAAAB3NzaC1kc3MAAACBAOZIfCKqrZa0zzBMU1QKsWLXDVLmOdc+WVsyFEM5tzxVnAR3mYYEU5EON7aHu825pRvJ0JK4hkQRTQc0VA3QQFLpwBIGH/2+cvcN4EC4TLs3mQ4LfI2LB1b8YdipA2Vr1Z7ESmGEv1pu/xvs8UU2lSamz8GlnBBri69AglAnIMxXAAAAFQDPflJgJ2MIDZk3Y0FAdbrl6jgsUQAAAIAplOLFDIn8vByRWmlws/gS6L5c8C89hAcVH6OWcD7ggimmZZrbV5tevOAINp6EvRG+xsfM4uZOV2kC7Hzg86q4E03KgEGxcvxuHS9xpZWAL0YxwhP7ioJTZwTbxFuY2n98yfQNK8f0j0c3+dvTWfzjI6rPZ/WkL22zZz1B7uCFdwAAAIEAmTJuXxYUgEYBOtKy7RQM/OC0OTO07t8GHwRT7EBas/YAcMtcGzPLEDuI7KU2Xil8wWnRXRYDqd7pMV7bEtayyenEe18xh24GqSjG7qqVTNY1zLm+kKJfQgajXlhPshfDCPAIMBLVz8PvIrBg+o6ZLh5BSRMo74CoIOoQpwt7J+w= root@cinder-test-vm-284cc624-a988-49b8-a384-62df495ebd2a\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.12,24,fe80::f816:3eff:fe26:a5bc/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-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-284cc624-a988-49b8-a384-62df495ebd2a\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.50 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-284cc624-a988-49b8-a384-62df495ebd2a login: "} 2018-07-30 17:24:45,792 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b/action used request id req-0aca7c8b-f243-43c0-8e75-3d764465058d 2018-07-30 17:24:45,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.118828058243s 2018-07-30 17:24:45,793 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b/action used request id req-0aca7c8b-f243-43c0-8e75-3d764465058d 2018-07-30 17:24:45,793 - 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 583548023 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.141832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.143550] pid_max: default: 32768 minimum: 301 [ 0.144459] ACPI: Core revision 20150930 [ 0.145891] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.147225] Security Framework initialized [ 0.148060] Yama: becoming mindful. [ 0.148814] AppArmor: AppArmor initialized [ 0.149724] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.151081] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153654] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155078] Initializing cgroup subsys io [ 0.155890] Initializing cgroup subsys memory [ 0.156745] Initializing cgroup subsys devices [ 0.157673] Initializing cgroup subsys freezer [ 0.158538] Initializing cgroup subsys net_cls [ 0.159413] Initializing cgroup subsys perf_event [ 0.160350] Initializing cgroup subsys net_prio [ 0.161300] Initializing cgroup subsys hugetlb [ 0.162169] Initializing cgroup subsys pids [ 0.163040] CPU: Physical Processor ID: 0 [ 0.164540] mce: CPU supports 10 MCE banks [ 0.165438] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.166448] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.180665] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.186740] ftrace: allocating 31920 entries in 125 pages [ 0.211447] smpboot: Max logical packages: 1 [ 0.212324] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.213730] x2apic enabled [ 0.214522] Switched APIC routing to physical x2apic. [ 0.216215] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.217391] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.219457] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.221226] KVM setup paravirtual spinlock [ 0.222523] x86: Booted up 1 node, 1 CPUs [ 0.223334] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.224706] devtmpfs: initialized [ 0.226406] evm: security.selinux [ 0.227102] evm: security.SMACK64 [ 0.227793] evm: security.SMACK64EXEC [ 0.228530] evm: security.SMACK64TRANSMUTE [ 0.229326] evm: security.SMACK64MMAP [ 0.230064] evm: security.ima [ 0.230702] evm: security.capability [ 0.231508] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233359] pinctrl core: initialized pinctrl subsystem [ 0.234461] RTC time: 17:24:39, date: 07/30/18 [ 0.235425] NET: Registered protocol family 16 [ 0.236398] cpuidle: using governor ladder [ 0.237217] cpuidle: using governor menu [ 0.238006] PCCT header not found. [ 0.238755] ACPI: bus type PCI registered [ 0.239548] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.240775] PCI: Using configuration type 1 for base access [ 0.242525] ACPI: Added _OSI(Module Device) [ 0.243363] ACPI: Added _OSI(Processor Device) [ 0.244211] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.245111] ACPI: Added _OSI(Processor Aggregator Device) [ 0.246849] ACPI: Interpreter enabled [ 0.247668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.249501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.251312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.253135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.254957] ACPI: (supports S0 S5) [ 0.255665] ACPI: Using IOAPIC for interrupt routing [ 0.256610] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.259714] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.260861] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.262093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.263284] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.265486] acpiphp: Slot [3] registered [ 0.266290] acpiphp: Slot [4] registered [ 0.267096] acpiphp: Slot [5] registered [ 0.267926] acpiphp: Slot [6] registered [ 0.268713] acpiphp: Slot [7] registered [ 0.269503] acpiphp: Slot [8] registered [ 0.270294] acpiphp: Slot [9] registered [ 0.271085] acpiphp: Slot [10] registered [ 0.271887] acpiphp: Slot [11] registered [ 0.272743] acpiphp: Slot [12] registered [ 0.273588] acpiphp: Slot [13] registered [ 0.274390] acpiphp: Slot [14] registered [ 0.275189] acpiphp: Slot [15] registered [ 0.285715] acpiphp: Slot [16] registered [ 0.286536] acpiphp: Slot [17] registered [ 0.287362] acpiphp: Slot [18] registered [ 0.288173] acpiphp: Slot [19] registered [ 0.288979] acpiphp: Slot [20] registered [ 0.289794] acpiphp: Slot [21] registered [ 0.290606] acpiphp: Slot [22] registered [ 0.291405] acpiphp: Slot [23] registered [ 0.292208] acpiphp: Slot [24] registered [ 0.293016] acpiphp: Slot [25] registered [ 0.293821] acpiphp: Slot [26] registered [ 0.294642] acpiphp: Slot [27] registered [ 0.295443] acpiphp: Slot [28] registered [ 0.296242] acpiphp: Slot [29] registered [ 0.297041] acpiphp: Slot [30] registered [ 0.297910] acpiphp: Slot [31] registered [ 0.298718] PCI host bridge to bus 0000:00 [ 0.299525] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.300727] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.301932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.303365] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.304795] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.306251] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309461] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.311910] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313158] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316688] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.318134] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.336418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.337885] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.339675] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.341081] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.342465] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.343722] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.345020] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.346063] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.347591] vgaarb: loaded [ 0.348186] vgaarb: bridge control possible 0000:00:02.0 [ 0.349428] SCSI subsystem initialized [ 0.350345] ACPI: bus type USB registered [ 0.351160] usbcore: registered new interface driver usbfs [ 0.352182] usbcore: registered new interface driver hub [ 0.353184] usbcore: registered new device driver usb [ 0.354285] PCI: Using ACPI for IRQ routing [ 0.355385] NetLabel: Initializing [ 0.356090] NetLabel: domain hash size = 128 [ 0.356938] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.357906] NetLabel: unlabeled traffic allowed by default [ 0.359060] clocksource: Switched to clocksource kvm-clock [ 0.367075] AppArmor: AppArmor Filesystem Enabled [ 0.368078] pnp: PnP ACPI init [ 0.369045] pnp: PnP ACPI: found 5 devices [ 0.375498] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.377249] NET: Registered protocol family 2 [ 0.378313] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.379632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.380861] TCP: Hash tables configured (established 4096 bind 4096) [ 0.382054] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.383133] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.384314] NET: Registered protocol family 1 [ 0.385178] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.386270] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.387336] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.401021] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.415022] Trying to unpack rootfs image as initramfs... [ 0.471251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.472998] Scanning for low memory corruption every 60 seconds [ 0.474348] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.475519] audit: initializing netlink subsys (disabled) [ 0.476538] audit: type=2000 audit(1532971480.928:1): initialized [ 0.477872] Initialise system trusted keyring [ 0.478835] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.479991] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.482113] zbud: loaded [ 0.482862] VFS: Disk quotas dquot_6.6.0 [ 0.483705] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.485311] fuse init (API version 7.23) [ 0.486213] Key type big_key registered [ 0.487022] Allocating IMA MOK and blacklist keyrings. [ 0.488246] Key type asymmetric registered [ 0.489078] Asymmetric key parser 'x509' registered [ 0.490041] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.491539] io scheduler noop registered [ 0.492327] io scheduler deadline registered (default) [ 0.493317] io scheduler cfq registered [ 0.494155] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.495217] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.496494] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.497921] ACPI: Power Button [PWRF] [ 0.498787] GHES: HEST is not enabled! [ 0.512124] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.539601] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541660] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.565521] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.567875] Linux agpgart interface v0.103 [ 0.570568] brd: module loaded [ 0.572282] loop: module loaded [ 0.576028] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.577515] GPT:90111 != 2097151 [ 0.578198] GPT:Alternate GPT header not at the end of the disk. [ 0.581077] GPT:90111 != 2097151 [ 0.581895] GPT: Use GNU Parted to correct GPT errors. [ 0.582902] vda: vda1 vda15 [ 0.584817] scsi host0: ata_piix [ 0.585620] scsi host1: ata_piix [ 0.586360] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.587619] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.589139] libphy: Fixed MDIO Bus: probed [ 0.589983] tun: Universal TUN/TAP device driver, 1.6 [ 0.590948] tun: (C) 1999-2004 Max Krasnyansky [ 0.593573] PPP generic driver version 2.4.2 [ 0.595063] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.596675] ehci-pci: EHCI PCI platform driver [ 0.597645] ehci-platform: EHCI generic platform driver [ 0.598774] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.600019] ohci-pci: OHCI PCI platform driver [ 0.600972] ohci-platform: OHCI generic platform driver [ 0.602071] uhci_hcd: USB Universal Host Controller Interface driver [ 0.616779] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.617916] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.619510] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.620613] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.621914] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.623247] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.624774] usb usb1: Product: UHCI Host Controller [ 0.625787] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.627015] usb usb1: SerialNumber: 0000:00:01.2 [ 0.628092] hub 1-0:1.0: USB hub found [ 0.628940] hub 1-0:1.0: 2 ports detected [ 0.630055] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.632387] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.633451] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.634614] mousedev: PS/2 mouse device common for all mice [ 0.636132] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.638165] rtc_cmos 00:00: RTC can wake from S4 [ 0.639415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.640717] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.642013] i2c /dev entries driver [ 0.642925] device-mapper: uevent: version 1.0.3 [ 0.644018] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.645813] ledtrig-cpu: registered to indicate activity on CPUs [ 0.647699] NET: Registered protocol family 10 [ 0.649191] NET: Registered protocol family 17 [ 0.650204] Key type dns_resolver registered [ 0.651504] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.652733] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.654765] registered taskstats version 1 [ 0.655739] Loading compiled-in X.509 certificates [ 0.657376] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.659381] zswap: loaded using pool lzo/zbud [ 0.661070] Key type trusted registered [ 0.662856] Key type encrypted registered [ 0.663749] AppArmor: AppArmor sha1 policy hashing enabled [ 0.664821] ima: No TPM chip found, activating TPM-bypass! [ 0.665895] evm: HMAC attrs: 0x1 [ 0.666892] Magic number: 10:439:442 [ 0.667803] rtc_cmos 00:00: setting system clock to 2018-07-30 17:24:40 UTC (1532971480) [ 0.669481] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.670621] EDD information not available. [ 0.748408] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.760420] Write protecting the kernel read-only data: 14336k [ 0.762576] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.764459] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.810220] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.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.80. iid=i-00000017 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCO8LzwfiiQ+mDaDLBnkVCBmN56i/jAU67aEtw+gGUd+dILwrBIY8dBT0VkcdP7IRn0J32mVGns3WilLy97VJfCEgDiwDeg7Zl5aoTZW+IcoOpY0BDzWDyQsUWnWNh1s37/n7Z9i4RwbBYCBlvlSGhqGRor0kGCYzoqAtdeXG8tBftvfrSbqzFV7eiH07VaC6RWif8JufOLVesTwznn1J8CYuhaa5hwH2hJTwOSf01YC9gpv6ORkqU3jfzcDdcKgoqxZCeKVQp0EEQ0kJd5o0oSgmUn1vZ+mCYGvn4cCwbkZuyY/4GW1acdvT7gmXrKCYx2Xrdz8n5N502fi0lF/m1P root@cinder-test-vm-284cc624-a988-49b8-a384-62df495ebd2a ssh-dss AAAAB3NzaC1kc3MAAACBAOZIfCKqrZa0zzBMU1QKsWLXDVLmOdc+WVsyFEM5tzxVnAR3mYYEU5EON7aHu825pRvJ0JK4hkQRTQc0VA3QQFLpwBIGH/2+cvcN4EC4TLs3mQ4LfI2LB1b8YdipA2Vr1Z7ESmGEv1pu/xvs8UU2lSamz8GlnBBri69AglAnIMxXAAAAFQDPflJgJ2MIDZk3Y0FAdbrl6jgsUQAAAIAplOLFDIn8vByRWmlws/gS6L5c8C89hAcVH6OWcD7ggimmZZrbV5tevOAINp6EvRG+xsfM4uZOV2kC7Hzg86q4E03KgEGxcvxuHS9xpZWAL0YxwhP7ioJTZwTbxFuY2n98yfQNK8f0j0c3+dvTWfzjI6rPZ/WkL22zZz1B7uCFdwAAAIEAmTJuXxYUgEYBOtKy7RQM/OC0OTO07t8GHwRT7EBas/YAcMtcGzPLEDuI7KU2Xil8wWnRXRYDqd7pMV7bEtayyenEe18xh24GqSjG7qqVTNY1zLm+kKJfQgajXlhPshfDCPAIMBLVz8PvIrBg+o6ZLh5BSRMo74CoIOoQpwt7J+w= root@cinder-test-vm-284cc624-a988-49b8-a384-62df495ebd2a -----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.12,24,fe80::f816:3eff:fe26:a5bc/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-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-284cc624-a988-49b8-a384-62df495ebd2a launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.50 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-284cc624-a988-49b8-a384-62df495ebd2a login: 2018-07-30 17:25:00,818 - paramiko.transport - DEBUG - starting thread (client mode): 0x8834710L 2018-07-30 17:25:00,818 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-30 17:25:00,819 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-30 17:25:00,819 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-30 17:25:00,820 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-30 17:25:00,820 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-30 17:25:00,820 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-30 17:25:00,821 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-30 17:25:00,821 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-30 17:25:00,821 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-30 17:25:00,838 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-30 17:25:00,839 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-30 17:25:00,850 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: 658c2becb94303ab4b39fde8acb59aa2 2018-07-30 17:25:00,851 - paramiko.transport - DEBUG - Trying discovered key 1800943477c6f3ff0943853918293873 in /tmp/tmpLmglEV 2018-07-30 17:25:00,878 - paramiko.transport - DEBUG - userauth is OK 2018-07-30 17:25:00,884 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-30 17:25:00,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-07-30 17:25:00,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"volumeAttachment": {"volumeId": "33a4d22c-ba41-43b9-9bdb-8edaed593a45"}}' 2018-07-30 17:25:03,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25: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-8094d77a-f221-41ba-a527-92e49f734e9d x-compute-request-id: req-8094d77a-f221-41ba-a527-92e49f734e9d Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "898c114a-5de3-4cc8-a00a-3819d1679f2b", "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "volumeId": "33a4d22c-ba41-43b9-9bdb-8edaed593a45"}} 2018-07-30 17:25:03,502 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b/os-volume_attachments used request id req-8094d77a-f221-41ba-a527-92e49f734e9d 2018-07-30 17:25:03,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.58613204956s 2018-07-30 17:25:03,503 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b/os-volume_attachments used request id req-8094d77a-f221-41ba-a527-92e49f734e9d 2018-07-30 17:25:03,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-30 17:25:03,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:04,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:03 GMT Server: Apache x-compute-request-id: req-b164a4d6-1705-43c7-a1fb-d179bb918f95 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b164a4d6-1705-43c7-a1fb-d179bb918f95 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "self"}, {"href": "http://172.30.9.21:8776/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-30T17:24:24.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "updated_at": "2018-07-30T17:25:03.000000", "volume_type": null, "name": "cinder_test-volume_284cc624-a988-49b8-a384-62df495ebd2a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "size": 2}]} 2018-07-30 17:25:04,434 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-b164a4d6-1705-43c7-a1fb-d179bb918f95 2018-07-30 17:25:04,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.930613994598s 2018-07-30 17:25:04,434 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-b164a4d6-1705-43c7-a1fb-d179bb918f95 2018-07-30 17:25:04,435 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:25:06,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-30 17:25:06,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:07,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:06 GMT Server: Apache x-compute-request-id: req-8e081672-a77e-4aec-8525-a83722e9fff3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8e081672-a77e-4aec-8525-a83722e9fff3 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "self"}, {"href": "http://172.30.9.21:8776/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-30T17:24:24.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "updated_at": "2018-07-30T17:25:06.000000", "volume_type": null, "name": "cinder_test-volume_284cc624-a988-49b8-a384-62df495ebd2a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "size": 2}]} 2018-07-30 17:25:07,395 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-8e081672-a77e-4aec-8525-a83722e9fff3 2018-07-30 17:25:07,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.957388877869s 2018-07-30 17:25:07,396 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-8e081672-a77e-4aec-8525-a83722e9fff3 2018-07-30 17:25:07,397 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:25:09,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-30 17:25:09,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:10,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:09 GMT Server: Apache x-compute-request-id: req-c8a6a812-b794-4424-aff2-ed20170a1f9e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c8a6a812-b794-4424-aff2-ed20170a1f9e Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "attachments": [{"server_id": "898c114a-5de3-4cc8-a00a-3819d1679f2b", "attachment_id": "a24d1609-385b-4da3-aafb-d078439a2b60", "attached_at": "2018-07-30T17:25:06.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "device": "/dev/vdb", "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45"}], "links": [{"href": "http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "self"}, {"href": "http://172.30.9.21:8776/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-30T17:24:24.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "updated_at": "2018-07-30T17:25:07.000000", "volume_type": null, "name": "cinder_test-volume_284cc624-a988-49b8-a384-62df495ebd2a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "size": 2}]} 2018-07-30 17:25:10,336 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-c8a6a812-b794-4424-aff2-ed20170a1f9e 2018-07-30 17:25:10,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.935518980026s 2018-07-30 17:25:10,336 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-c8a6a812-b794-4424-aff2-ed20170a1f9e 2018-07-30 17:25:10,338 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-30 17:25:10,339 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-30 17:25:10,340 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-30 17:25:10,341 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-30 17:25:10,411 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-30 17:25:10,411 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-07-30 17:25:10,413 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-30 17:25:10,413 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-30 17:25:10,450 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-07-30 17:25:10,450 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-30 17:25:10,478 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-07-30 17:25:10,822 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-07-30 17:25:10,822 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Creating filesystem with 524288 4k blocks and 131072 inodes Filesystem UUID: a8ea3877-9a22-4f5f-acd9-040c5ae8c8f8 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/16 done Writing inode tables: 0/16 done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: 0/16 done New data added to the volume! 2018-07-30 17:25:10,823 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-07-30 17:25:10,823 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-07-30 17:25:10,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-07-30 17:25:10,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b/os-volume_attachments/33a4d22c-ba41-43b9-9bdb-8edaed593a45 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:10,828 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-07-30 17:25:13,198 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:25: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-90a2175c-2f72-4852-bc96-d3609cd773ca x-compute-request-id: req-90a2175c-2f72-4852-bc96-d3609cd773ca Content-Length: 0 Content-Type: application/json 2018-07-30 17:25:13,198 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b/os-volume_attachments/33a4d22c-ba41-43b9-9bdb-8edaed593a45 used request id req-90a2175c-2f72-4852-bc96-d3609cd773ca 2018-07-30 17:25:13,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.37440896034s 2018-07-30 17:25:13,199 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b/os-volume_attachments/33a4d22c-ba41-43b9-9bdb-8edaed593a45 used request id req-90a2175c-2f72-4852-bc96-d3609cd773ca 2018-07-30 17:25:13,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-30 17:25:13,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:14,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:13 GMT Server: Apache x-compute-request-id: req-d119fe00-58db-4ec9-9df6-d710c8d6edf3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d119fe00-58db-4ec9-9df6-d710c8d6edf3 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "self"}, {"href": "http://172.30.9.21:8776/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-30T17:24:24.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "updated_at": "2018-07-30T17:25:13.000000", "volume_type": null, "name": "cinder_test-volume_284cc624-a988-49b8-a384-62df495ebd2a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "size": 2}]} 2018-07-30 17:25:14,128 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-d119fe00-58db-4ec9-9df6-d710c8d6edf3 2018-07-30 17:25:14,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.929157018661s 2018-07-30 17:25:14,129 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-d119fe00-58db-4ec9-9df6-d710c8d6edf3 2018-07-30 17:25:14,130 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-07-30 17:25:14,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-07-30 17:25:14,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"volumeAttachment": {"volumeId": "33a4d22c-ba41-43b9-9bdb-8edaed593a45"}}' 2018-07-30 17:25:15,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25: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-ef5ac873-0c69-42a8-a163-e962667f55c8 x-compute-request-id: req-ef5ac873-0c69-42a8-a163-e962667f55c8 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "volumeId": "33a4d22c-ba41-43b9-9bdb-8edaed593a45"}} 2018-07-30 17:25:15,916 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca/os-volume_attachments used request id req-ef5ac873-0c69-42a8-a163-e962667f55c8 2018-07-30 17:25:15,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.78492498398s 2018-07-30 17:25:15,916 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca/os-volume_attachments used request id req-ef5ac873-0c69-42a8-a163-e962667f55c8 2018-07-30 17:25:15,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-30 17:25:15,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:16,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:15 GMT Server: Apache x-compute-request-id: req-7dfa71d2-8e51-469a-82de-13898d091ef2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7dfa71d2-8e51-469a-82de-13898d091ef2 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "self"}, {"href": "http://172.30.9.21:8776/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-30T17:24:24.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "updated_at": "2018-07-30T17:25:15.000000", "volume_type": null, "name": "cinder_test-volume_284cc624-a988-49b8-a384-62df495ebd2a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "size": 2}]} 2018-07-30 17:25:16,833 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-7dfa71d2-8e51-469a-82de-13898d091ef2 2018-07-30 17:25:16,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.91606092453s 2018-07-30 17:25:16,833 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-7dfa71d2-8e51-469a-82de-13898d091ef2 2018-07-30 17:25:16,834 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:25:18,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-30 17:25:18,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:18,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:18 GMT Server: Apache x-compute-request-id: req-1a9a650c-5951-488b-8591-0be4e89da36b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1a9a650c-5951-488b-8591-0be4e89da36b Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "attachments": [{"server_id": "935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "attachment_id": "09921130-3f99-429d-8c65-3018228ad729", "attached_at": "2018-07-30T17:25:17.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "device": "/dev/vdb", "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45"}], "links": [{"href": "http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "self"}, {"href": "http://172.30.9.21:8776/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-30T17:24:24.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "updated_at": "2018-07-30T17:25:17.000000", "volume_type": null, "name": "cinder_test-volume_284cc624-a988-49b8-a384-62df495ebd2a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "size": 2}]} 2018-07-30 17:25:18,904 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-1a9a650c-5951-488b-8591-0be4e89da36b 2018-07-30 17:25:18,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0673739910126s 2018-07-30 17:25:18,905 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-1a9a650c-5951-488b-8591-0be4e89da36b 2018-07-30 17:25:18,907 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-30 17:25:18,909 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-30 17:25:18,909 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-30 17:25:18,911 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-30 17:25:18,979 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-30 17:25:18,979 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-07-30 17:25:18,980 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-30 17:25:18,980 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-30 17:25:19,017 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-07-30 17:25:19,017 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-30 17:25:19,045 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-07-30 17:25:19,063 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-07-30 17:25:19,064 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-07-30 17:25:19,064 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-07-30 17:25:19,065 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-07-30 17:25:19,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-07-30 17:25:19,065 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-07-30 17:25:19,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca/os-volume_attachments/33a4d22c-ba41-43b9-9bdb-8edaed593a45 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:21,460 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:25: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-403d0eee-f569-4384-99a3-8742943b6bc6 x-compute-request-id: req-403d0eee-f569-4384-99a3-8742943b6bc6 Content-Length: 0 Content-Type: application/json 2018-07-30 17:25:21,460 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca/os-volume_attachments/33a4d22c-ba41-43b9-9bdb-8edaed593a45 used request id req-403d0eee-f569-4384-99a3-8742943b6bc6 2018-07-30 17:25:21,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.39495396614s 2018-07-30 17:25:21,461 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca/os-volume_attachments/33a4d22c-ba41-43b9-9bdb-8edaed593a45 used request id req-403d0eee-f569-4384-99a3-8742943b6bc6 2018-07-30 17:25:21,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-30 17:25:21,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:22,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:21 GMT Server: Apache x-compute-request-id: req-4aaf4d48-3e02-4451-894e-f38fa185771f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4aaf4d48-3e02-4451-894e-f38fa185771f Content-Encoding: gzip Content-Length: 580 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "attachments": [{"server_id": "935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "attachment_id": "09921130-3f99-429d-8c65-3018228ad729", "attached_at": "2018-07-30T17:25:17.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "device": "/dev/vdb", "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45"}], "links": [{"href": "http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "self"}, {"href": "http://172.30.9.21:8776/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-30T17:24:24.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "updated_at": "2018-07-30T17:25:21.000000", "volume_type": null, "name": "cinder_test-volume_284cc624-a988-49b8-a384-62df495ebd2a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "size": 2}]} 2018-07-30 17:25:22,377 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-4aaf4d48-3e02-4451-894e-f38fa185771f 2018-07-30 17:25:22,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.915755033493s 2018-07-30 17:25:22,378 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-4aaf4d48-3e02-4451-894e-f38fa185771f 2018-07-30 17:25:22,379 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:25:24,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-30 17:25:24,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:24,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:24 GMT Server: Apache x-compute-request-id: req-38046a44-0c8b-412e-ae9f-78740e69c294 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-38046a44-0c8b-412e-ae9f-78740e69c294 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "self"}, {"href": "http://172.30.9.21:8776/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-30T17:24:24.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "updated_at": "2018-07-30T17:25:22.000000", "volume_type": null, "name": "cinder_test-volume_284cc624-a988-49b8-a384-62df495ebd2a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "size": 2}]} 2018-07-30 17:25:24,444 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-38046a44-0c8b-412e-ae9f-78740e69c294 2018-07-30 17:25:24,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0621590614319s 2018-07-30 17:25:24,445 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-38046a44-0c8b-412e-ae9f-78740e69c294 2018-07-30 17:25:24,563 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 17:25:24,563 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:30 | PASS | +---------------------+------------------+------------------+----------------+ 2018-07-30 17:25:24,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-30 17:25:24,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:24,698 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:25:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-885b10c5-c64e-419a-a8f1-44c4205a3a41 x-compute-request-id: req-885b10c5-c64e-419a-a8f1-44c4205a3a41 Content-Type: application/json 2018-07-30 17:25:24,698 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca used request id req-885b10c5-c64e-419a-a8f1-44c4205a3a41 2018-07-30 17:25:24,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.128883123398s 2018-07-30 17:25:24,698 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca used request id req-885b10c5-c64e-419a-a8f1-44c4205a3a41 2018-07-30 17:25:24,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:25:24,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:25,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25: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-5a14e887-e6a9-4cd7-8481-6a4770820a5a x-compute-request-id: req-5a14e887-e6a9-4cd7-8481-6a4770820a5a Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:a5:bc", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:a5:bc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:24:40.000000", "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "898c114a-5de3-4cc8-a00a-3819d1679f2b", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:24:40Z", "hostId": "db224e4308ef9f68b49d1479cc3e9a824e02305ab1cd22fe194fbaab", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:31Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d8:01", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:d8:01", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:24:14.000000", "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "935ab76d-8aa3-4eba-a4b1-ed4f23c9a6ca", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:25:24Z", "hostId": "a040c1022a0b5dcb6286cd89f6fbc5193ded1c7cebbc3fbc37e31f4b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm2_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:08Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:25:25,241 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5a14e887-e6a9-4cd7-8481-6a4770820a5a 2018-07-30 17:25:25,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541944026947s 2018-07-30 17:25:25,241 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5a14e887-e6a9-4cd7-8481-6a4770820a5a 2018-07-30 17:25:25,244 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:25:27,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:25:27,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:27,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85dd474c-ed09-4bf3-bc26-debed95a7ec6 x-compute-request-id: req-85dd474c-ed09-4bf3-bc26-debed95a7ec6 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:a5:bc", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:a5:bc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:24:40.000000", "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "898c114a-5de3-4cc8-a00a-3819d1679f2b", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:24:40Z", "hostId": "db224e4308ef9f68b49d1479cc3e9a824e02305ab1cd22fe194fbaab", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:31Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:25:27,694 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-85dd474c-ed09-4bf3-bc26-debed95a7ec6 2018-07-30 17:25:27,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.448008060455s 2018-07-30 17:25:27,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-85dd474c-ed09-4bf3-bc26-debed95a7ec6 2018-07-30 17:25:27,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-30 17:25:27,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/a5a42859-9859-4c6a-b8bd-ae738b55a10f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:28,211 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a714fbb0-38ef-460f-934f-c691ca1aade4 Content-Length: 0 Date: Mon, 30 Jul 2018 17:25:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:25:28,211 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/a5a42859-9859-4c6a-b8bd-ae738b55a10f.json used request id req-a714fbb0-38ef-460f-934f-c691ca1aade4 2018-07-30 17:25:28,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.512636184692s 2018-07-30 17:25:28,211 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/a5a42859-9859-4c6a-b8bd-ae738b55a10f.json used request id req-a714fbb0-38ef-460f-934f-c691ca1aade4 2018-07-30 17:25:28,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:25:28,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:28,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-645f8a87-099b-4a46-9b72-6498abe27324 Date: Mon, 30 Jul 2018 17:25:28 GMT RESP BODY: {"floatingips": [{"router_id": "d74278ce-b7c4-4817-b5d5-87944d20aafc", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-30T17:24:44Z", "floating_network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "ff24170e-17b8-4c9b-a523-14e5a2ba4e74", "id": "da23338e-af8d-477f-ba9d-ca4028dfff6d", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "created_at": "2018-07-30T17:24:44Z", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}]} 2018-07-30 17:25:28,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-645f8a87-099b-4a46-9b72-6498abe27324 2018-07-30 17:25:28,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0272490978241s 2018-07-30 17:25:28,244 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-645f8a87-099b-4a46-9b72-6498abe27324 2018-07-30 17:25:28,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-30 17:25:28,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:28,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:28 GMT Server: Apache x-compute-request-id: req-59ccd5bb-3254-46ae-9221-f7fd617ddd6f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-59ccd5bb-3254-46ae-9221-f7fd617ddd6f Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "self"}, {"href": "http://172.30.9.21:8776/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-30T17:24:24.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "updated_at": "2018-07-30T17:25:22.000000", "volume_type": null, "name": "cinder_test-volume_284cc624-a988-49b8-a384-62df495ebd2a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "33a4d22c-ba41-43b9-9bdb-8edaed593a45", "size": 2}]} 2018-07-30 17:25:28,308 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-59ccd5bb-3254-46ae-9221-f7fd617ddd6f 2018-07-30 17:25:28,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.060252904892s 2018-07-30 17:25:28,308 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-59ccd5bb-3254-46ae-9221-f7fd617ddd6f 2018-07-30 17:25:28,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-07-30 17:25:28,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:29,350 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:25:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-682f6d7c-9cb9-4888-9ddd-82c1edd8f9e7 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:25:29,350 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45 used request id req-682f6d7c-9cb9-4888-9ddd-82c1edd8f9e7 2018-07-30 17:25:29,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 1.04054808617s 2018-07-30 17:25:29,351 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/33a4d22c-ba41-43b9-9bdb-8edaed593a45 used request id req-682f6d7c-9cb9-4888-9ddd-82c1edd8f9e7 2018-07-30 17:25:29,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-30 17:25:29,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:30,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:29 GMT Server: Apache x-compute-request-id: req-3bf87694-6acd-4441-9448-8a154af87dcf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3bf87694-6acd-4441-9448-8a154af87dcf Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-30 17:25:30,241 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-3bf87694-6acd-4441-9448-8a154af87dcf 2018-07-30 17:25:30,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.889405012131s 2018-07-30 17:25:30,241 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c43f6c35de0402e9b45ebebab7165d1/volumes/detail used request id req-3bf87694-6acd-4441-9448-8a154af87dcf 2018-07-30 17:25:30,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-30 17:25:30,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/da23338e-af8d-477f-ba9d-ca4028dfff6d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:30,793 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61e16329-b424-4628-b989-6676d5a6ab4f Content-Length: 0 Date: Mon, 30 Jul 2018 17:25:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:25:30,793 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/da23338e-af8d-477f-ba9d-ca4028dfff6d.json used request id req-61e16329-b424-4628-b989-6676d5a6ab4f 2018-07-30 17:25:30,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.548713922501s 2018-07-30 17:25:30,793 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/da23338e-af8d-477f-ba9d-ca4028dfff6d.json used request id req-61e16329-b424-4628-b989-6676d5a6ab4f 2018-07-30 17:25:30,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 17:25:30,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:30,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-70c24123-5b09-4369-84d6-f55435b9bde2 Date: Mon, 30 Jul 2018 17:25:30 GMT RESP BODY: {"floatingips": []} 2018-07-30 17:25:30,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-70c24123-5b09-4369-84d6-f55435b9bde2 2018-07-30 17:25:30,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.024337053299s 2018-07-30 17:25:30,824 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-70c24123-5b09-4369-84d6-f55435b9bde2 2018-07-30 17:25:30,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-30 17:25:30,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:31,057 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:25:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cce7d56e-b91d-4ec5-a3e3-afadb9814fd3 x-compute-request-id: req-cce7d56e-b91d-4ec5-a3e3-afadb9814fd3 Content-Type: application/json 2018-07-30 17:25:31,057 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b used request id req-cce7d56e-b91d-4ec5-a3e3-afadb9814fd3 2018-07-30 17:25:31,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.232034921646s 2018-07-30 17:25:31,058 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b used request id req-cce7d56e-b91d-4ec5-a3e3-afadb9814fd3 2018-07-30 17:25:31,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:25:31,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:31,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3b8f7c3-6ba6-4c42-b570-ad6925568feb x-compute-request-id: req-e3b8f7c3-6ba6-4c42-b570-ad6925568feb Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:a5:bc", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:a5:bc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/898c114a-5de3-4cc8-a00a-3819d1679f2b", "rel": "bookmark"}], "image": {"id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "links": [{"href": "http://172.30.9.21:8774/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T17:24:40.000000", "flavor": {"id": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "links": [{"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "bookmark"}]}, "id": "898c114a-5de3-4cc8-a00a-3819d1679f2b", "security_groups": [{"name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}], "user_id": "509b705fef7d4d2cbe5c17609136ee5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T17:25:30Z", "hostId": "db224e4308ef9f68b49d1479cc3e9a824e02305ab1cd22fe194fbaab", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a", "name": "cinder_test-vm_284cc624-a988-49b8-a384-62df495ebd2a", "created": "2018-07-30T17:24:31Z", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 17:25:31,435 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e3b8f7c3-6ba6-4c42-b570-ad6925568feb 2018-07-30 17:25:31,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376624822617s 2018-07-30 17:25:31,435 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e3b8f7c3-6ba6-4c42-b570-ad6925568feb 2018-07-30 17:25:31,437 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 17:25:33,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 17:25:33,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:33,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3c8530fd-ec4e-4cd3-bb91-995ea95ccd49 x-compute-request-id: req-3c8530fd-ec4e-4cd3-bb91-995ea95ccd49 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-30 17:25:33,518 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3c8530fd-ec4e-4cd3-bb91-995ea95ccd49 2018-07-30 17:25:33,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.078498840332s 2018-07-30 17:25:33,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3c8530fd-ec4e-4cd3-bb91-995ea95ccd49 2018-07-30 17:25:33,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-30 17:25:33,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:33,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-dd483306-dd34-42af-92b3-baa6a72fc1b2 Date: Mon, 30 Jul 2018 17:25:33 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "created_at": "2018-07-30T17:24:02Z", "updated_at": "2018-07-30T17:24:04Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:24:04Z", "revision_number": 0, "id": "0fc3e68a-39f5-4b2f-98d6-a8586fd68702", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:24:04Z", "security_group_id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:24:03Z", "revision_number": 0, "id": "5ce6f179-ee59-49b3-9426-0aa81ab7a926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:24:03Z", "security_group_id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:24:03Z", "revision_number": 0, "id": "a3676238-dfd1-472a-8e8f-5a2c9da6cf66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:24:03Z", "security_group_id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-30T17:24:03Z", "revision_number": 0, "id": "e1e8dfcf-0c39-475b-aa45-db3d5df1aadc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:24:03Z", "security_group_id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}], "revision_number": 4, "project_id": "5c43f6c35de0402e9b45ebebab7165d1", "id": "0363ab5c-e4d2-41ca-a77a-e6b4791fd595", "name": "cinder_test-sg_284cc624-a988-49b8-a384-62df495ebd2a"}, {"description": "Default security group", "tags": [], "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "created_at": "2018-07-30T17:23:54Z", "updated_at": "2018-07-30T17:23:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:23:54Z", "revision_number": 0, "id": "55057d5a-00c6-4eb8-8ef3-2568296719d0", "remote_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "remote_ip_prefix": null, "created_at": "2018-07-30T17:23:54Z", "security_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:23:54Z", "revision_number": 0, "id": "e52a4cac-eb39-4245-a3fc-376ec2002c89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:23:54Z", "security_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:23:54Z", "revision_number": 0, "id": "f29a9ca0-8769-4170-aa90-b1a16bd97807", "remote_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "remote_ip_prefix": null, "created_at": "2018-07-30T17:23:54Z", "security_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T17:23:54Z", "revision_number": 0, "id": "f70bee5e-0c1f-49f9-bd3e-151267d86d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T17:23:54Z", "security_group_id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "5c43f6c35de0402e9b45ebebab7165d1"}], "revision_number": 4, "project_id": "5c43f6c35de0402e9b45ebebab7165d1", "id": "8fac02d6-6db5-4418-b6e2-e3c4da63807f", "name": "default"}]} 2018-07-30 17:25:33,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-dd483306-dd34-42af-92b3-baa6a72fc1b2 2018-07-30 17:25:33,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0903170108795s 2018-07-30 17:25:33,612 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-dd483306-dd34-42af-92b3-baa6a72fc1b2 2018-07-30 17:25:33,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-30 17:25:33,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/0363ab5c-e4d2-41ca-a77a-e6b4791fd595.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:33,838 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3ad1937f-564c-43ce-876a-d304a0de99f6 Content-Length: 0 Date: Mon, 30 Jul 2018 17:25:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:25:33,838 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/0363ab5c-e4d2-41ca-a77a-e6b4791fd595.json used request id req-3ad1937f-564c-43ce-876a-d304a0de99f6 2018-07-30 17:25:33,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.22211098671s 2018-07-30 17:25:33,839 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/0363ab5c-e4d2-41ca-a77a-e6b4791fd595.json used request id req-3ad1937f-564c-43ce-876a-d304a0de99f6 2018-07-30 17:25:33,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-30 17:25:33,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:33,907 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:25:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e92fbeee-845f-40b0-a87d-208ff76be01d x-compute-request-id: req-e92fbeee-845f-40b0-a87d-208ff76be01d Content-Length: 0 Content-Type: application/json 2018-07-30 17:25:33,907 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a used request id req-e92fbeee-845f-40b0-a87d-208ff76be01d 2018-07-30 17:25:33,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0681200027466s 2018-07-30 17:25:33,907 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cinder_test-kp_284cc624-a988-49b8-a384-62df495ebd2a used request id req-e92fbeee-845f-40b0-a87d-208ff76be01d 2018-07-30 17:25:33,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-30 17:25:33,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/d74278ce-b7c4-4817-b5d5-87944d20aafc/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" -d '{"subnet_id": "b3370d85-ed7a-49da-b172-015ce8993703"}' 2018-07-30 17:25:35,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4988a4d3-e429-41b1-9cb2-7e1edefebc02 Date: Mon, 30 Jul 2018 17:25:35 GMT RESP BODY: {"network_id": "006b1676-4859-452e-a2c9-5a5ecae28194", "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "subnet_id": "b3370d85-ed7a-49da-b172-015ce8993703", "subnet_ids": ["b3370d85-ed7a-49da-b172-015ce8993703"], "port_id": "8ed38fdf-e7eb-4a6e-906a-24b1ba2e2650", "id": "d74278ce-b7c4-4817-b5d5-87944d20aafc"} 2018-07-30 17:25:35,525 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d74278ce-b7c4-4817-b5d5-87944d20aafc/remove_router_interface.json used request id req-4988a4d3-e429-41b1-9cb2-7e1edefebc02 2018-07-30 17:25:35,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.61673617363s 2018-07-30 17:25:35,525 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d74278ce-b7c4-4817-b5d5-87944d20aafc/remove_router_interface.json used request id req-4988a4d3-e429-41b1-9cb2-7e1edefebc02 returning object d74278ce-b7c4-4817-b5d5-87944d20aafc 2018-07-30 17:25:35,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-30 17:25:35,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:35,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-465bd200-2bb3-4dab-943f-ac0950e9c359 Date: Mon, 30 Jul 2018 17:25:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "5c43f6c35de0402e9b45ebebab7165d1", "created_at": "2018-07-30T17:23:57Z", "admin_state_up": true, "updated_at": "2018-07-30T17:25:34Z", "revision_number": 4, "routes": [], "project_id": "5c43f6c35de0402e9b45ebebab7165d1", "id": "d74278ce-b7c4-4817-b5d5-87944d20aafc", "name": "cinder_test-router_284cc624-a988-49b8-a384-62df495ebd2a"}]} 2018-07-30 17:25:35,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-465bd200-2bb3-4dab-943f-ac0950e9c359 2018-07-30 17:25:35,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11927819252s 2018-07-30 17:25:35,645 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-465bd200-2bb3-4dab-943f-ac0950e9c359 2018-07-30 17:25:35,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-30 17:25:35,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/d74278ce-b7c4-4817-b5d5-87944d20aafc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:36,908 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-87820555-0c7b-4164-b117-a9f1d6f8db8d Content-Length: 0 Date: Mon, 30 Jul 2018 17:25:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:25:36,908 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/d74278ce-b7c4-4817-b5d5-87944d20aafc.json used request id req-87820555-0c7b-4164-b117-a9f1d6f8db8d 2018-07-30 17:25:36,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.26151204109s 2018-07-30 17:25:36,908 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/d74278ce-b7c4-4817-b5d5-87944d20aafc.json used request id req-87820555-0c7b-4164-b117-a9f1d6f8db8d 2018-07-30 17:25:36,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 17:25:36,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:36,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7122bd12-f8b7-452a-803b-7051a68daa4f Date: Mon, 30 Jul 2018 17:25:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"006b1676-4859-452e-a2c9-5a5ecae28194","tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:23:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:23:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5c43f6c35de0402e9b45ebebab7165d1","id":"b3370d85-ed7a-49da-b172-015ce8993703","subnetpool_id":null,"name":"cinder_test-subnet_284cc624-a988-49b8-a384-62df495ebd2a"}]} 2018-07-30 17:25:36,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-7122bd12-f8b7-452a-803b-7051a68daa4f 2018-07-30 17:25:36,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0533208847046s 2018-07-30 17:25:36,962 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-7122bd12-f8b7-452a-803b-7051a68daa4f 2018-07-30 17:25:36,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-30 17:25:36,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/b3370d85-ed7a-49da-b172-015ce8993703.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:39,227 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-179b504a-574b-4131-8110-61dcf74bf8a9 Date: Mon, 30 Jul 2018 17:25:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:25:39,227 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b3370d85-ed7a-49da-b172-015ce8993703.json used request id req-179b504a-574b-4131-8110-61dcf74bf8a9 2018-07-30 17:25:39,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.2637898922s 2018-07-30 17:25:39,228 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b3370d85-ed7a-49da-b172-015ce8993703.json used request id req-179b504a-574b-4131-8110-61dcf74bf8a9 2018-07-30 17:25:39,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:25:39,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:39,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-d5ad6705-2134-439e-aa8c-ef527e30ff93 Date: Mon, 30 Jul 2018 17:25:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-30T17:25:39Z","tenant_id":"5c43f6c35de0402e9b45ebebab7165d1","created_at":"2018-07-30T17:23:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5c43f6c35de0402e9b45ebebab7165d1","id":"006b1676-4859-452e-a2c9-5a5ecae28194","name":"cinder_test-net_284cc624-a988-49b8-a384-62df495ebd2a"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"}]} 2018-07-30 17:25:39,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d5ad6705-2134-439e-aa8c-ef527e30ff93 2018-07-30 17:25:39,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111162900925s 2018-07-30 17:25:39,340 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d5ad6705-2134-439e-aa8c-ef527e30ff93 2018-07-30 17:25:39,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-30 17:25:39,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/006b1676-4859-452e-a2c9-5a5ecae28194.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:40,834 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9fa4b604-acc1-4e71-a3ad-deef689f4966 Date: Mon, 30 Jul 2018 17:25:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:25:40,834 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/006b1676-4859-452e-a2c9-5a5ecae28194.json used request id req-9fa4b604-acc1-4e71-a3ad-deef689f4966 2018-07-30 17:25:40,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.49294090271s 2018-07-30 17:25:40,835 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/006b1676-4859-452e-a2c9-5a5ecae28194.json used request id req-9fa4b604-acc1-4e71-a3ad-deef689f4966 2018-07-30 17:25:40,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:25:40,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:40,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-b148094f-12fa-45e4-8ebf-f6cca7d49a84 Date: Mon, 30 Jul 2018 17:25:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d/snap", "metadata": {}}], "file": "/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d/file", "owner": "5c43f6c35de0402e9b45ebebab7165d1", "id": "e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "size": 12716032, "self": "/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:24:02Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_284cc624-a988-49b8-a384-62df495ebd2a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_284cc624-a988-49b8-a384-62df495ebd2a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:24:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:25:40,878 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b148094f-12fa-45e4-8ebf-f6cca7d49a84 2018-07-30 17:25:40,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0397529602051s 2018-07-30 17:25:40,879 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b148094f-12fa-45e4-8ebf-f6cca7d49a84 2018-07-30 17:25:40,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-30 17:25:40,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d43591168d38b74b564a7aff2f67bf95526f8379" 2018-07-30 17:25:42,314 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-39fc1aba-786d-47fa-b606-ae3376a47ee6 Date: Mon, 30 Jul 2018 17:25:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:25:42,314 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d used request id req-39fc1aba-786d-47fa-b606-ae3376a47ee6 2018-07-30 17:25:42,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.43365812302s 2018-07-30 17:25:42,314 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e978dc62-ba39-401a-9f8d-d8a8e9a7373d used request id req-39fc1aba-786d-47fa-b606-ae3376a47ee6 2018-07-30 17:25:42,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:25:42,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:25:42,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25: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-a1f82bf3-8342-4413-a505-b3c4b00dd4ea x-compute-request-id: req-a1f82bf3-8342-4413-a505-b3c4b00dd4ea Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_284cc624-a988-49b8-a384-62df495ebd2a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03", "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": "5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03"}]} 2018-07-30 17:25:42,339 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a1f82bf3-8342-4413-a505-b3c4b00dd4ea 2018-07-30 17:25:42,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0242998600006s 2018-07-30 17:25:42,339 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a1f82bf3-8342-4413-a505-b3c4b00dd4ea 2018-07-30 17:25:42,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-30 17:25:42,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:25:42,384 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:25: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-6ef50690-7190-4447-8729-12a8fcd57be1 x-compute-request-id: req-6ef50690-7190-4447-8729-12a8fcd57be1 Content-Length: 0 Content-Type: application/json 2018-07-30 17:25:42,384 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03 used request id req-6ef50690-7190-4447-8729-12a8fcd57be1 2018-07-30 17:25:42,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0437459945679s 2018-07-30 17:25:42,385 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/5d8bf31f-bcd1-4980-aa38-02c2d5ff2e03 used request id req-6ef50690-7190-4447-8729-12a8fcd57be1 2018-07-30 17:25:42,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:25:42,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:25:42,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96badd13-4c9b-46f3-a136-cbf995628c42 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/007c651792db418193688c10d843d637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "007c651792db418193688c10d843d637", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/244dcd30c06d4384961fa64d49c3e41c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "244dcd30c06d4384961fa64d49c3e41c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2a5230a6efdb4a64a4b00fb62e23cfea"}, "domain_id": "4476b8ce97754bddbc8c57708e295eeb", "enabled": true, "options": {}, "id": "2a5230a6efdb4a64a4b00fb62e23cfea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/3d82804d95aa4fd1bfc17877fcdf7354"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d82804d95aa4fd1bfc17877fcdf7354", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder_test-user_284cc624-a988-49b8-a384-62df495ebd2a", "links": {"self": "http://172.30.9.21:5000/v3/users/509b705fef7d4d2cbe5c17609136ee5b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "509b705fef7d4d2cbe5c17609136ee5b", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/656ce29b237b48409909716a40fce1c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "656ce29b237b48409909716a40fce1c7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/6e6a16503d3c4934b5b61073aba8b08c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6e6a16503d3c4934b5b61073aba8b08c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/766202d20652431a9855034c09964e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "766202d20652431a9855034c09964e9e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7908f48045ad430c8bb89bc94876adee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7908f48045ad430c8bb89bc94876adee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/857e0417e4494e29b92ccbb6e2e75992"}, "domain_id": "default", "enabled": true, "options": {}, "id": "857e0417e4494e29b92ccbb6e2e75992", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a699b948ffba4770a3e60d35294751c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a699b948ffba4770a3e60d35294751c3", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/aaa8224c76a3484bbac84a74b4ba8b3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aaa8224c76a3484bbac84a74b4ba8b3f", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1e29c6e158e46b79cb6db3144213a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e29c6e158e46b79cb6db3144213a17", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d4319e1f77ec4d80b169bc61bdac9efc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4319e1f77ec4d80b169bc61bdac9efc", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/d4889590909945f088a965d003206189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4889590909945f088a965d003206189", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-30 17:25:42,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-96badd13-4c9b-46f3-a136-cbf995628c42 2018-07-30 17:25:42,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115468978882s 2018-07-30 17:25:42,501 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-96badd13-4c9b-46f3-a136-cbf995628c42 2018-07-30 17:25:42,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 17:25:42,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/509b705fef7d4d2cbe5c17609136ee5b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:25:42,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e02d120-61e1-4a25-8224-dc896a4568b5 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_284cc624-a988-49b8-a384-62df495ebd2a", "links": {"self": "http://172.30.9.21:5000/v3/users/509b705fef7d4d2cbe5c17609136ee5b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "509b705fef7d4d2cbe5c17609136ee5b", "description": null}} 2018-07-30 17:25:42,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/509b705fef7d4d2cbe5c17609136ee5b used request id req-0e02d120-61e1-4a25-8224-dc896a4568b5 2018-07-30 17:25:42,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110188007355s 2018-07-30 17:25:42,618 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/509b705fef7d4d2cbe5c17609136ee5b used request id req-0e02d120-61e1-4a25-8224-dc896a4568b5 2018-07-30 17:25:42,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-30 17:25:42,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/509b705fef7d4d2cbe5c17609136ee5b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:25:42,853 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:25:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c7958fe-7974-48ec-8b49-10861406d3a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:25:42,853 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/509b705fef7d4d2cbe5c17609136ee5b used request id req-9c7958fe-7974-48ec-8b49-10861406d3a1 2018-07-30 17:25:42,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.234435081482s 2018-07-30 17:25:42,854 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/509b705fef7d4d2cbe5c17609136ee5b used request id req-9c7958fe-7974-48ec-8b49-10861406d3a1 2018-07-30 17:25:42,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-30 17:25:42,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:25:42,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1144442-d80d-4a18-81ca-7b2f67c441d2 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.21:5000/v3/projects/5c43f6c35de0402e9b45ebebab7165d1"}, "tags": [], "enabled": true, "id": "5c43f6c35de0402e9b45ebebab7165d1", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_284cc624-a988-49b8-a384-62df495ebd2a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a5c443b661124ecdb463f917c180f6c2"}, "tags": [], "enabled": true, "id": "a5c443b661124ecdb463f917c180f6c2", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440"}, "tags": [], "enabled": true, "id": "bbb29370cb064c718b72faa5c6748440", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-30 17:25:42,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-a1144442-d80d-4a18-81ca-7b2f67c441d2 2018-07-30 17:25:42,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101172924042s 2018-07-30 17:25:42,961 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-a1144442-d80d-4a18-81ca-7b2f67c441d2 2018-07-30 17:25:42,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-30 17:25:42,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/5c43f6c35de0402e9b45ebebab7165d1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:25:43,152 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:25:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa10a700-2104-4be9-995d-4f2e13848cc2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:25:43,152 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/5c43f6c35de0402e9b45ebebab7165d1 used request id req-fa10a700-2104-4be9-995d-4f2e13848cc2 2018-07-30 17:25:43,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.18551492691s 2018-07-30 17:25:43,152 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/5c43f6c35de0402e9b45ebebab7165d1 used request id req-fa10a700-2104-4be9-995d-4f2e13848cc2 2018-07-30 17:25:43,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:25:43,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:25:43,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cd5259c-4fe8-4ff3-905b-a79f10104ffc Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "56ac7d51ec9a45578dfaa13cff4b938d", "links": {"self": "http://172.30.9.21:5000/v3/roles/56ac7d51ec9a45578dfaa13cff4b938d"}, "name": "Member"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:25:43,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8cd5259c-4fe8-4ff3-905b-a79f10104ffc 2018-07-30 17:25:43,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0977590084076s 2018-07-30 17:25:43,254 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8cd5259c-4fe8-4ff3-905b-a79f10104ffc 2018-07-30 17:25:43,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-30 17:25:43,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/56ac7d51ec9a45578dfaa13cff4b938d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df769ad02d85ab65fa46e95e2952cd7e49a35dd3" 2018-07-30 17:25:43,385 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 17:25:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-594eee47-669f-4ab3-ac74-d8c99220d09a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 17:25:43,385 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/56ac7d51ec9a45578dfaa13cff4b938d used request id req-594eee47-669f-4ab3-ac74-d8c99220d09a 2018-07-30 17:25:43,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.125196933746s 2018-07-30 17:25:43,386 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/56ac7d51ec9a45578dfaa13cff4b938d used request id req-594eee47-669f-4ab3-ac74-d8c99220d09a 2018-07-30 17:25:43,441 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-07-30 17:25:43,576 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-07-30 17:25:43,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:25:43,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:25:43,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:25:43,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:25:43,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:25:43,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:25:43,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:25:43,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:25:43,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:25:43,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:25:43,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:25:43,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:25:43,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:25:43,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:25:43,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:25:43,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:25:43,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:25:43,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:25:43,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:25:43,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:25:43,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:25:43,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:25:43,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:25:43,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-263e6068-7270-4b49-ae66-0f4281e6162a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:25:43,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-263e6068-7270-4b49-ae66-0f4281e6162a 2018-07-30 17:25:43,585 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:25:43,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb37427ee864bbead4b2c672b5c6b7d", "name": "admin"}], "expires_at": "2018-07-30T18:25:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5c443b661124ecdb463f917c180f6c2", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "audit_ids": ["BRKWqxH-TbeOHhYLgEIkKA"], "issued_at": "2018-07-30T17:25:43.000000Z"}} 2018-07-30 17:25:43,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:25:43,985 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 30 Jul 2018 17:25:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-30 17:25:43,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-30 17:25:43,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:25:43,997 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 30 Jul 2018 17:25:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 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"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-30 17:25:43,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}55da99238f8e7461cfd93f6a1f734ee4c124d81b" 2018-07-30 17:25:44,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33b2af0d-1131-4f5e-8e3d-98b4f7a79ecc Content-Encoding: gzip Content-Length: 857 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1000fbdbb5cb4c97b0f344b8ef00fd19"}, "enabled": true, "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1600a4cc7ab644788745b7ee6d5196a1"}, "enabled": true, "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1b6acac8284d4e33a6dac00e2b6baaf6"}, "enabled": true, "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2bbdcb597aa6403bb5e477969385729a"}, "enabled": true, "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/3131e80615484006b54d4e5be3be80c8"}, "enabled": true, "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3fbe8c09dbf949038925549f740de3ff"}, "enabled": true, "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5aee3694a9ba44a5ae2ad968487e3b22"}, "enabled": true, "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/693176b62b854fae9330575401fa0522"}, "enabled": true, "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/71f8e84c6f8e4dffa62fa0e4c9239689"}, "enabled": true, "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/8cd080ed818b46da98705f8817375bde"}, "enabled": true, "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9be1aed440d1460c86c712790176d34d"}, "enabled": true, "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b632c1b4d3e84a458a5e71e177814503"}, "enabled": true, "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c422fc51a96c47cc9d0066c7202cda09"}, "enabled": true, "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f8b66410f521488d9c9d5c3814bb71d2"}, "enabled": true, "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/fee612194e2c4cbba783658e7994ac0b"}, "enabled": true, "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-07-30 17:25:44,080 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-33b2af0d-1131-4f5e-8e3d-98b4f7a79ecc 2018-07-30 17:25:44,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0917799472809s 2018-07-30 17:25:44,081 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-33b2af0d-1131-4f5e-8e3d-98b4f7a79ecc 2018-07-30 17:25:44,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-30 17:25:44,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}55da99238f8e7461cfd93f6a1f734ee4c124d81b" 2018-07-30 17:25:44,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:25:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcb8d8dc-abee-4704-aa70-6f668b101d79 Content-Encoding: gzip Content-Length: 1974 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/016420ad24d24c54abd42aff5b48a805"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "id": "016420ad24d24c54abd42aff5b48a805"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/04ecdba354f44a8786268e206d33523e"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9be1aed440d1460c86c712790176d34d", "id": "04ecdba354f44a8786268e206d33523e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0af96dfa9b7a446e8f45acfebc461c5c"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3131e80615484006b54d4e5be3be80c8", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/12c773bacab84dd091f964acc09bf744"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5aee3694a9ba44a5ae2ad968487e3b22", "id": "12c773bacab84dd091f964acc09bf744"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/12ca29f59258435c8f521b7b322ab4b3"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3fbe8c09dbf949038925549f740de3ff", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1361e8ba25094a3faf52ee9f0b61e319"}, "url": "http://12.0.0.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2bbdcb597aa6403bb5e477969385729a", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1592d5d5e09e494fac2430e1e2a3924e"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f8b66410f521488d9c9d5c3814bb71d2", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/17cd8408513e478aafa7819d9a44bbe0"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9be1aed440d1460c86c712790176d34d", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1e85b737381141afae890983029e7a92"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "id": "1e85b737381141afae890983029e7a92"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/231805529ad14a01ac7573c7121a81fe"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8cd080ed818b46da98705f8817375bde", "id": "231805529ad14a01ac7573c7121a81fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/25881817dcba4472a4f7b881deb9570e"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b632c1b4d3e84a458a5e71e177814503", "id": "25881817dcba4472a4f7b881deb9570e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3d996b12a48040489d45c70d938b811e"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f8b66410f521488d9c9d5c3814bb71d2", "id": "3d996b12a48040489d45c70d938b811e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4963b6339c0646a6bdeb062616ac44c2"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f8b66410f521488d9c9d5c3814bb71d2", "id": "4963b6339c0646a6bdeb062616ac44c2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4d0af009bae543bbb9de975f6b7ce704"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c422fc51a96c47cc9d0066c7202cda09", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4d3ef972aba947009fc74c08468a337d"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3fbe8c09dbf949038925549f740de3ff", "id": "4d3ef972aba947009fc74c08468a337d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4e8e83f8524e45468acdf9cbc8d28dc2"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fee612194e2c4cbba783658e7994ac0b", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/507df6074a2e42a8befef569b02727bf"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8cd080ed818b46da98705f8817375bde", "id": "507df6074a2e42a8befef569b02727bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/51f6cc01c0c1479389242611ab7f312c"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "693176b62b854fae9330575401fa0522", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5418887849894159b25d2548d8f90b5d"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3131e80615484006b54d4e5be3be80c8", "id": "5418887849894159b25d2548d8f90b5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5da367db6f8246e68a51b5b3ba49f3e5"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8cd080ed818b46da98705f8817375bde", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/64761e7fb2ce4714a722e895e67412a5"}, "url": "http://12.0.0.23:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2bbdcb597aa6403bb5e477969385729a", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/65c7665cea5c40638199c5a9467d07cd"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9be1aed440d1460c86c712790176d34d", "id": "65c7665cea5c40638199c5a9467d07cd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/6caaf7c81eb3417bab956d7aea76425a"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5aee3694a9ba44a5ae2ad968487e3b22", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/77469ce0efcc4cb59360cdb741b6c0f0"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "693176b62b854fae9330575401fa0522", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7e95f0c522a14320a9c48014df4e61e5"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b632c1b4d3e84a458a5e71e177814503", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/863b0acdf82e4532b711a3567d6f7daa"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "693176b62b854fae9330575401fa0522", "id": "863b0acdf82e4532b711a3567d6f7daa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8ae6f52c409f48d5af6e3e059db9e722"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "71f8e84c6f8e4dffa62fa0e4c9239689", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8ce3683ffc334233aae29720b31c6429"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5aee3694a9ba44a5ae2ad968487e3b22", "id": "8ce3683ffc334233aae29720b31c6429"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/92a1f3fbdc024958911453ee071657d1"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3fbe8c09dbf949038925549f740de3ff", "id": "92a1f3fbdc024958911453ee071657d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/994dcd01b08541c592e31f6a1d0da83c"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1600a4cc7ab644788745b7ee6d5196a1", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9cc944430f064544a6dce86b506dfb3d"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1600a4cc7ab644788745b7ee6d5196a1", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a0adec319416450191188ce27ccdad49"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c422fc51a96c47cc9d0066c7202cda09", "id": "a0adec319416450191188ce27ccdad49"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a62ce20056ab45679633de9e75f6a580"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "71f8e84c6f8e4dffa62fa0e4c9239689", "id": "a62ce20056ab45679633de9e75f6a580"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a9d178cac4834ce7946ed3d7e1e94576"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "id": "a9d178cac4834ce7946ed3d7e1e94576"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bc922724c02e4fefa3c127a40a81170a"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fee612194e2c4cbba783658e7994ac0b", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c0386e2ba6324a36a5eb0ec180228cf3"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b632c1b4d3e84a458a5e71e177814503", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/cf02c408026e4beda8789a7544b91070"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c422fc51a96c47cc9d0066c7202cda09", "id": "cf02c408026e4beda8789a7544b91070"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e09478274a274758bf8cb2a384444b01"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fee612194e2c4cbba783658e7994ac0b", "id": "e09478274a274758bf8cb2a384444b01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e67f6ca40e4941b68b72a828543e4ee3"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2bbdcb597aa6403bb5e477969385729a", "id": "e67f6ca40e4941b68b72a828543e4ee3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e9ccc26c5e3e4c7e8377042bc4e71b86"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "71f8e84c6f8e4dffa62fa0e4c9239689", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ed2f650d6a97493aaee6be4af8d79cc6"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3131e80615484006b54d4e5be3be80c8", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ed8611631a1341ab9288cf7b3f22ffb6"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1600a4cc7ab644788745b7ee6d5196a1", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-30 17:25:44,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-bcb8d8dc-abee-4704-aa70-6f668b101d79 2018-07-30 17:25:44,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.103241920471s 2018-07-30 17:25:44,194 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-bcb8d8dc-abee-4704-aa70-6f668b101d79 2018-07-30 17:26:04,234 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-07-30 17:26:04,234 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-07-30 17:26:04,260 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-07-30 17:26:04,367 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 17:26:04,368 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-30 17:26:04,426 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-07-30 17:26:04,738 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-07-30 17:26:04,739 - openstack_tests - INFO - OS Credentials = > 2018-07-30 17:26:05,663 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-07-30 17:26:06,261 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-07-30 17:26:13,253 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-bc4a4a8a-c0a2-4256-8208-9ec70ace34e8-projName 2018-07-30 17:26:13,725 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 168a0949-4b86-467b-98a8-00a0197c014c 2018-07-30 17:26:13,926 - neutron_utils - INFO - Deleting security group with name - default 2018-07-30 17:26:14,291 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-bc4a4a8a-c0a2-4256-8208-9ec70ace34e8-projName 2018-07-30 17:26:15,452 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-79a8bb6a-cc22-45b9-871b-18a583e0f247-username 2018-07-30 17:26:15,569 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-79a8bb6a-cc22-45b9-871b-18a583e0f247-username 2018-07-30 17:26:20,668 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-ee7077b1-6d8f-407f-b61f-3571fe5e8479-username 2018-07-30 17:26:20,858 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-ee7077b1-6d8f-407f-b61f-3571fe5e8479-projName 2018-07-30 17:26:20,900 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-ee7077b1-6d8f-407f-b61f-3571fe5e8479-role 2018-07-30 17:26:20,991 - keystone_utils - INFO - Granting role KeystoneUtilsTests-ee7077b1-6d8f-407f-b61f-3571fe5e8479-role to project KeystoneUtilsTests-ee7077b1-6d8f-407f-b61f-3571fe5e8479-projName 2018-07-30 17:26:22,324 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c57bc8b-57b3-46d9-badf-65e1f1a5589b 2018-07-30 17:26:22,522 - neutron_utils - INFO - Deleting security group with name - default 2018-07-30 17:26:22,961 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-ee7077b1-6d8f-407f-b61f-3571fe5e8479-projName 2018-07-30 17:26:23,200 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-ee7077b1-6d8f-407f-b61f-3571fe5e8479-username 2018-07-30 17:26:23,410 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-ee7077b1-6d8f-407f-b61f-3571fe5e8479-role 2018-07-30 17:26:25,516 - keystone_utils - INFO - Granting role admin to project admin 2018-07-30 17:26:25,652 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-8b9ffe03-352a-4e2-name 2018-07-30 17:26:26,018 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-8b9ffe03-352a-4e2-name 2018-07-30 17:26:28,338 - keystone_utils - INFO - Granting role admin to project admin 2018-07-30 17:26:28,473 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-a7fed844-1f14-46b-name 2018-07-30 17:26:28,473 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-a7fed844-1f14-46b-name 2018-07-30 17:26:28,691 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-a7fed844-1f14-46b-name 2018-07-30 17:26:30,711 - keystone_utils - INFO - Granting role admin to project admin 2018-07-30 17:26:30,856 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-13a967f1-1def-426-name 2018-07-30 17:26:30,981 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-13a967f1-1def-426-name 2018-07-30 17:26:33,286 - keystone_utils - INFO - Granting role admin to project admin 2018-07-30 17:26:33,425 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-1c8755eb-aa10-48b-name 2018-07-30 17:26:34,141 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-1c8755eb-aa10-48b-name 2018-07-30 17:26:35,619 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-dd3d1a4e-cb8e-408-name 2018-07-30 17:26:35,619 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-dd3d1a4e-cb8e-408-name 2018-07-30 17:26:36,797 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-dd3d1a4e-cb8e-408-name 2018-07-30 17:26:38,392 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-a1a7df72-fcce-430-name 2018-07-30 17:26:39,636 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-a1a7df72-fcce-430-name 2018-07-30 17:26:41,254 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-00c33f22-90d0-411-name 2018-07-30 17:26:42,960 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-00c33f22-90d0-411-name 2018-07-30 17:26:45,840 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-22f413be-1c92-445-name 2018-07-30 17:26:48,162 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-22f413be-1c92-445-name 2018-07-30 17:26:49,810 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-a572a3e4-77d6-466-name 2018-07-30 17:26:52,805 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-a572a3e4-77d6-466-name 2018-07-30 17:26:54,445 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-e706c1a4-d0c7-41f-name 2018-07-30 17:26:56,023 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-e706c1a4-d0c7-41f-name 2018-07-30 17:26:56,156 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-e706c1a4-d0c7-41f-user 2018-07-30 17:26:56,439 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-e706c1a4-d0c7-41f-name-role 2018-07-30 17:26:56,526 - keystone_utils - INFO - Granting role CreateProjectUserTests-e706c1a4-d0c7-41f-name-role to project CreateProjectUserTests-e706c1a4-d0c7-41f-name 2018-07-30 17:26:57,551 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-e706c1a4-d0c7-41f-name... 2018-07-30 17:26:57,552 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-e706c1a4-d0c7-41f-name 2018-07-30 17:26:58,015 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8b714364-c10b-4813-b94d-b29dc8adf1da 2018-07-30 17:26:58,303 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8b714364-c10b-4813-b94d-b29dc8adf1da 2018-07-30 17:26:58,514 - neutron_utils - INFO - Retrieving security group with ID - 8b714364-c10b-4813-b94d-b29dc8adf1da 2018-07-30 17:26:58,742 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8b714364-c10b-4813-b94d-b29dc8adf1da 2018-07-30 17:26:58,935 - neutron_utils - INFO - Retrieving security group with ID - 8b714364-c10b-4813-b94d-b29dc8adf1da 2018-07-30 17:26:59,177 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8b714364-c10b-4813-b94d-b29dc8adf1da 2018-07-30 17:26:59,385 - neutron_utils - INFO - Retrieving security group with ID - 8b714364-c10b-4813-b94d-b29dc8adf1da 2018-07-30 17:26:59,601 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8b714364-c10b-4813-b94d-b29dc8adf1da 2018-07-30 17:26:59,797 - neutron_utils - INFO - Deleting security group rule with ID - baba45e6-e915-4fdb-97df-3c8c25de9756 2018-07-30 17:27:00,092 - neutron_utils - INFO - Deleting security group rule with ID - d61647c8-99c9-4780-8c31-99253d1fb2c4 2018-07-30 17:27:00,365 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-e706c1a4-d0c7-41f-name 2018-07-30 17:27:00,666 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-e706c1a4-d0c7-41f-user 2018-07-30 17:27:01,321 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 196e6889-d553-424d-9e9c-7baa806f1997 2018-07-30 17:27:01,517 - neutron_utils - INFO - Deleting security group with name - default 2018-07-30 17:27:01,930 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-e706c1a4-d0c7-41f-name 2018-07-30 17:27:02,161 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-e706c1a4-d0c7-41f-name-role 2018-07-30 17:27:03,793 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-03f900e1-f97c-42b-name 2018-07-30 17:27:05,395 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-03f900e1-f97c-42b-name 2018-07-30 17:27:05,551 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-03f900e1-f97c-42b-user1 2018-07-30 17:27:05,751 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-03f900e1-f97c-42b-name-role 2018-07-30 17:27:05,846 - keystone_utils - INFO - Granting role CreateProjectUserTests-03f900e1-f97c-42b-name-role to project CreateProjectUserTests-03f900e1-f97c-42b-name 2018-07-30 17:27:07,612 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-03f900e1-f97c-42b-name 2018-07-30 17:27:07,797 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-03f900e1-f97c-42b-user2 2018-07-30 17:27:07,819 - keystone_utils - INFO - Granting role CreateProjectUserTests-03f900e1-f97c-42b-name-role to project CreateProjectUserTests-03f900e1-f97c-42b-name 2018-07-30 17:27:08,819 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-03f900e1-f97c-42b-name... 2018-07-30 17:27:08,819 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-03f900e1-f97c-42b-name 2018-07-30 17:27:09,392 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e85483a2-f7d4-46cc-916e-a62f02ad29fa 2018-07-30 17:27:09,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e85483a2-f7d4-46cc-916e-a62f02ad29fa 2018-07-30 17:27:09,617 - neutron_utils - INFO - Retrieving security group with ID - e85483a2-f7d4-46cc-916e-a62f02ad29fa 2018-07-30 17:27:09,838 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e85483a2-f7d4-46cc-916e-a62f02ad29fa 2018-07-30 17:27:09,866 - neutron_utils - INFO - Retrieving security group with ID - e85483a2-f7d4-46cc-916e-a62f02ad29fa 2018-07-30 17:27:10,256 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e85483a2-f7d4-46cc-916e-a62f02ad29fa 2018-07-30 17:27:10,445 - neutron_utils - INFO - Retrieving security group with ID - e85483a2-f7d4-46cc-916e-a62f02ad29fa 2018-07-30 17:27:10,675 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e85483a2-f7d4-46cc-916e-a62f02ad29fa 2018-07-30 17:27:11,521 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e85483a2-f7d4-46cc-916e-a62f02ad29fa 2018-07-30 17:27:11,709 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e85483a2-f7d4-46cc-916e-a62f02ad29fa 2018-07-30 17:27:11,914 - neutron_utils - INFO - Retrieving security group with ID - e85483a2-f7d4-46cc-916e-a62f02ad29fa 2018-07-30 17:27:12,152 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e85483a2-f7d4-46cc-916e-a62f02ad29fa 2018-07-30 17:27:12,177 - neutron_utils - INFO - Deleting security group rule with ID - 4df1eaf9-2fce-4de5-a0d9-a069d9e6b465 2018-07-30 17:27:12,304 - neutron_utils - INFO - Deleting security group rule with ID - 7d40d31b-d2ff-4fa8-9459-3a340622c3da 2018-07-30 17:27:12,598 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-03f900e1-f97c-42b-name 2018-07-30 17:27:12,899 - neutron_utils - INFO - Deleting security group rule with ID - 7d40d31b-d2ff-4fa8-9459-3a340622c3da 2018-07-30 17:27:12,925 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 7d40d31b-d2ff-4fa8-9459-3a340622c3da does not exist Neutron server returns request_ids: ['req-004daf32-fca7-4f67-bdbb-8f502e5efe7d'] 2018-07-30 17:27:12,925 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-03f900e1-f97c-42b-name 2018-07-30 17:27:12,952 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group e85483a2-f7d4-46cc-916e-a62f02ad29fa does not exist Neutron server returns request_ids: ['req-ad15f7c7-c1b6-4a63-a653-1d9bc74c878c'] 2018-07-30 17:27:12,952 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-03f900e1-f97c-42b-user1 2018-07-30 17:27:13,158 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-03f900e1-f97c-42b-user2 2018-07-30 17:27:13,997 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f9eed40-3546-4658-a323-9d0e6d582c3f 2018-07-30 17:27:14,175 - neutron_utils - INFO - Deleting security group with name - default 2018-07-30 17:27:14,489 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-03f900e1-f97c-42b-name 2018-07-30 17:27:14,743 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-03f900e1-f97c-42b-name-role 2018-07-30 17:27:16,912 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-0f6a0574-19f0-4815-aa5b-334d94b6e46c 2018-07-30 17:27:17,563 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-07-30 17:27:18,040 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-65917b1a-6f95-446e-b56f-e8d3b12dadca-pub-net 2018-07-30 17:27:19,997 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-65917b1a-6f95-446e-b56f-e8d3b12dadca-pub-net 2018-07-30 17:27:22,251 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-1074d6cd-1039-44ff-b2af-edb74d812a09-pub-net 2018-07-30 17:27:23,419 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-1074d6cd-1039-44ff-b2af-edb74d812a09-pub-subnet 2018-07-30 17:27:25,940 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-1074d6cd-1039-44ff-b2af-edb74d812a09-pub-subnet 2018-07-30 17:27:25,940 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-1074d6cd-1039-44ff-b2af-edb74d812a09-pub-subnet 2018-07-30 17:27:28,683 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-1074d6cd-1039-44ff-b2af-edb74d812a09-pub-net 2018-07-30 17:27:31,416 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-c5c9b41b-f501-427d-ae1e-e01a5721845f-pub-net 2018-07-30 17:27:32,293 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-c5c9b41b-f501-427d-ae1e-e01a5721845f-pub-subnet 2018-07-30 17:27:32,520 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-c5c9b41b-f501-427d-ae1e-e01a5721845f-pub-subnet] for network [NeutronUtilsSubnetTests-c5c9b41b-f501-427d-ae1e-e01a5721845f-pub-net] 2018-07-30 17:27:32,520 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-c5c9b41b-f501-427d-ae1e-e01a5721845f-pub-net 2018-07-30 17:27:33,853 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-ef6c6bcc-ff99-48e3-9b59-f89ef34af9c2-pub-net 2018-07-30 17:27:34,873 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-ef6c6bcc-ff99-48e3-9b59-f89ef34af9c2-pub-subnet 2018-07-30 17:27:37,493 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-ef6c6bcc-ff99-48e3-9b59-f89ef34af9c2-pub-subnet 2018-07-30 17:27:37,493 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-ef6c6bcc-ff99-48e3-9b59-f89ef34af9c2-pub-subnet 2018-07-30 17:27:40,153 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-ef6c6bcc-ff99-48e3-9b59-f89ef34af9c2-pub-net 2018-07-30 17:27:42,957 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-c040942e-c6cf-4f39-962e-af46f57318c6-pub-net 2018-07-30 17:27:44,117 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-c040942e-c6cf-4f39-962e-af46f57318c6-pub-subnet 2018-07-30 17:27:44,390 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-c040942e-c6cf-4f39-962e-af46f57318c6-pub-subnet] for network [NeutronUtilsSubnetTests-c040942e-c6cf-4f39-962e-af46f57318c6-pub-net] 2018-07-30 17:27:44,390 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-c040942e-c6cf-4f39-962e-af46f57318c6-pub-net 2018-07-30 17:27:45,835 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-7ebfc1dc-8726-4d94-82f2-f9143cc58b35-pub-net 2018-07-30 17:27:46,903 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-7ebfc1dc-8726-4d94-82f2-f9143cc58b35-pub-subnet 2018-07-30 17:27:48,571 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-7ebfc1dc-8726-4d94-82f2-f9143cc58b35-pub-subnet 2018-07-30 17:27:48,571 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-7ebfc1dc-8726-4d94-82f2-f9143cc58b35-pub-subnet 2018-07-30 17:27:50,300 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-7ebfc1dc-8726-4d94-82f2-f9143cc58b35-pub-net 2018-07-30 17:27:52,999 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-757ccee2-4878-4879-a37a-551051c3c450-pub-net 2018-07-30 17:27:53,873 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-757ccee2-4878-4879-a37a-551051c3c450-pub-subnet 2018-07-30 17:27:56,846 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-757ccee2-4878-4879-a37a-551051c3c450-pub-router 2018-07-30 17:27:59,545 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-757ccee2-4878-4879-a37a-551051c3c450-pub-router 2018-07-30 17:28:01,133 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-757ccee2-4878-4879-a37a-551051c3c450-pub-router 2018-07-30 17:28:02,561 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-757ccee2-4878-4879-a37a-551051c3c450-pub-router 2018-07-30 17:28:04,203 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-757ccee2-4878-4879-a37a-551051c3c450-pub-subnet 2018-07-30 17:28:04,203 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-757ccee2-4878-4879-a37a-551051c3c450-pub-subnet 2018-07-30 17:28:06,863 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-757ccee2-4878-4879-a37a-551051c3c450-pub-net 2018-07-30 17:28:08,573 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-5242a85a-50a4-48d4-b8d7-339f18588744-pub-net 2018-07-30 17:28:09,733 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-5242a85a-50a4-48d4-b8d7-339f18588744-pub-subnet 2018-07-30 17:28:12,073 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-5242a85a-50a4-48d4-b8d7-339f18588744-pub-router 2018-07-30 17:28:14,809 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5242a85a-50a4-48d4-b8d7-339f18588744-pub-subnet 2018-07-30 17:28:17,096 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-5242a85a-50a4-48d4-b8d7-339f18588744-pub-router 2018-07-30 17:28:17,450 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-5242a85a-50a4-48d4-b8d7-339f18588744-pub-router 2018-07-30 17:28:18,890 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5242a85a-50a4-48d4-b8d7-339f18588744-pub-subnet 2018-07-30 17:28:18,890 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5242a85a-50a4-48d4-b8d7-339f18588744-pub-subnet 2018-07-30 17:28:19,091 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-5242a85a-50a4-48d4-b8d7-339f18588744-pub-net 2018-07-30 17:28:20,424 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-0a75e0b1-9514-4cfe-979e-f7b341816aac-pub-net 2018-07-30 17:28:21,629 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-0a75e0b1-9514-4cfe-979e-f7b341816aac-pub-subnet 2018-07-30 17:28:23,131 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0a75e0b1-9514-4cfe-979e-f7b341816aac-pub-subnet 2018-07-30 17:28:23,131 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0a75e0b1-9514-4cfe-979e-f7b341816aac-pub-subnet 2018-07-30 17:28:25,444 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-0a75e0b1-9514-4cfe-979e-f7b341816aac-pub-net 2018-07-30 17:28:27,944 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-d555a215-6d4a-4838-9011-cc03885ee29f-pub-net 2018-07-30 17:28:29,032 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-d555a215-6d4a-4838-9011-cc03885ee29f-pub-subnet 2018-07-30 17:28:31,473 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-d555a215-6d4a-4838-9011-cc03885ee29f-pub-router 2018-07-30 17:28:33,761 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-d555a215-6d4a-4838-9011-cc03885ee29f-pub-router 2018-07-30 17:28:33,761 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-d555a215-6d4a-4838-9011-cc03885ee29f-pub-router 2018-07-30 17:28:35,258 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d555a215-6d4a-4838-9011-cc03885ee29f-pub-subnet 2018-07-30 17:28:35,258 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d555a215-6d4a-4838-9011-cc03885ee29f-pub-subnet 2018-07-30 17:28:37,396 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-d555a215-6d4a-4838-9011-cc03885ee29f-pub-net 2018-07-30 17:28:39,905 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-8e74cfd4-ff73-4d0b-bf03-e086f11df5fa-pub-net 2018-07-30 17:28:40,857 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-8e74cfd4-ff73-4d0b-bf03-e086f11df5fa-pub-subnet 2018-07-30 17:28:44,073 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-8e74cfd4-ff73-4d0b-bf03-e086f11df5fa-pub-net 2018-07-30 17:28:44,775 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-8e74cfd4-ff73-4d0b-bf03-e086f11df5fa-port 2018-07-30 17:28:45,477 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8e74cfd4-ff73-4d0b-bf03-e086f11df5fa-pub-subnet 2018-07-30 17:28:45,477 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8e74cfd4-ff73-4d0b-bf03-e086f11df5fa-pub-subnet 2018-07-30 17:28:47,833 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-8e74cfd4-ff73-4d0b-bf03-e086f11df5fa-pub-net 2018-07-30 17:28:49,537 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-87037c03-4c3f-41ce-a758-10ae3699a495-pub-net 2018-07-30 17:28:50,485 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-87037c03-4c3f-41ce-a758-10ae3699a495-pub-subnet 2018-07-30 17:28:53,547 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-87037c03-4c3f-41ce-a758-10ae3699a495-pub-net 2018-07-30 17:28:54,625 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-87037c03-4c3f-41ce-a758-10ae3699a495-port 2018-07-30 17:28:55,288 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-87037c03-4c3f-41ce-a758-10ae3699a495-pub-subnet 2018-07-30 17:28:55,288 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-87037c03-4c3f-41ce-a758-10ae3699a495-pub-subnet 2018-07-30 17:28:57,677 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-87037c03-4c3f-41ce-a758-10ae3699a495-pub-net 2018-07-30 17:28:59,665 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ce1123cd-c7e4-4036-95ff-a1156ab2cf36-pub-net 2018-07-30 17:29:00,594 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ce1123cd-c7e4-4036-95ff-a1156ab2cf36-pub-subnet 2018-07-30 17:29:04,449 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-ce1123cd-c7e4-4036-95ff-a1156ab2cf36-pub-net 2018-07-30 17:29:04,465 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ce1123cd-c7e4-4036-95ff-a1156ab2cf36-pub-subnet 2018-07-30 17:29:04,466 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ce1123cd-c7e4-4036-95ff-a1156ab2cf36-pub-subnet 2018-07-30 17:29:07,321 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ce1123cd-c7e4-4036-95ff-a1156ab2cf36-pub-net 2018-07-30 17:29:09,253 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-7f46020a-980e-4276-82e4-060472f47f4b-pub-net 2018-07-30 17:29:10,575 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-7f46020a-980e-4276-82e4-060472f47f4b-pub-subnet 2018-07-30 17:29:14,092 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-7f46020a-980e-4276-82e4-060472f47f4b-pub-net 2018-07-30 17:29:14,498 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7f46020a-980e-4276-82e4-060472f47f4b-pub-subnet 2018-07-30 17:29:14,498 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7f46020a-980e-4276-82e4-060472f47f4b-pub-subnet 2018-07-30 17:29:17,596 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-7f46020a-980e-4276-82e4-060472f47f4b-pub-net 2018-07-30 17:29:20,414 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-1d8d7279-35b3-432b-ab57-13e604d5ecbe-pub-net 2018-07-30 17:29:21,333 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-1d8d7279-35b3-432b-ab57-13e604d5ecbe-pub-subnet 2018-07-30 17:29:25,255 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-1d8d7279-35b3-432b-ab57-13e604d5ecbe-pub-net 2018-07-30 17:29:25,271 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-1d8d7279-35b3-432b-ab57-13e604d5ecbe-pub-subnet 2018-07-30 17:29:25,271 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-1d8d7279-35b3-432b-ab57-13e604d5ecbe-pub-subnet 2018-07-30 17:29:27,925 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-1d8d7279-35b3-432b-ab57-13e604d5ecbe-pub-net 2018-07-30 17:29:29,739 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6b6e7f9c-a663-4742-83d9-7d909cddf269-pub-net 2018-07-30 17:29:30,611 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6b6e7f9c-a663-4742-83d9-7d909cddf269-pub-subnet 2018-07-30 17:29:34,247 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-6b6e7f9c-a663-4742-83d9-7d909cddf269-pub-net 2018-07-30 17:29:35,462 - neutron_utils - INFO - Deleting port with name 2018-07-30 17:29:36,109 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6b6e7f9c-a663-4742-83d9-7d909cddf269-pub-subnet 2018-07-30 17:29:36,109 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6b6e7f9c-a663-4742-83d9-7d909cddf269-pub-subnet 2018-07-30 17:29:38,456 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6b6e7f9c-a663-4742-83d9-7d909cddf269-pub-net 2018-07-30 17:29:43,772 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-6e3a9d25-6107-4630-b319-966b2d37450e-pub-router 2018-07-30 17:29:46,502 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-6e3a9d25-6107-4630-b319-966b2d37450e-pub-router 2018-07-30 17:29:49,971 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-5e9a0b41-8a2e-4921-ac1d-1d560c69bc29-pub-router 2018-07-30 17:29:52,749 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-5e9a0b41-8a2e-4921-ac1d-1d560c69bc29-pub-router 2018-07-30 17:29:54,749 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-10f8f1dd-c831-453b-a69c-2ee28e55ef0cname 2018-07-30 17:29:55,153 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd8f965f-2b87-4dbd-bc90-1e4300c4f912 2018-07-30 17:29:55,563 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd8f965f-2b87-4dbd-bc90-1e4300c4f912 2018-07-30 17:29:55,739 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-10f8f1dd-c831-453b-a69c-2ee28e55ef0cname 2018-07-30 17:29:56,782 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-7af826e5-b333-4d9a-ad5e-1d6bac7856e6name-1 2018-07-30 17:29:57,218 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 58a0ac19-dc45-493b-942d-5d995dd24728 2018-07-30 17:29:57,450 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-7af826e5-b333-4d9a-ad5e-1d6bac7856e6name-2 2018-07-30 17:29:58,033 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b68892f-7222-419d-bf89-828f827d2cb6 2018-07-30 17:29:58,221 - neutron_utils - INFO - Listing the available security groups 2018-07-30 17:29:58,478 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 106722af-77e1-4e10-8bd1-22f560c97656 2018-07-30 17:29:58,682 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 35376989-b321-4606-ab10-c7e23ad24c0b 2018-07-30 17:29:58,710 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b68892f-7222-419d-bf89-828f827d2cb6 2018-07-30 17:29:58,897 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 42282476-3198-4cb8-ae94-34c9ab27ab41 2018-07-30 17:29:58,923 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 58a0ac19-dc45-493b-942d-5d995dd24728 2018-07-30 17:29:59,115 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 74581515-cf3e-445f-a9a5-fb380d4dfd4b 2018-07-30 17:29:59,314 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 803847ab-0e96-4b8c-99c5-11ddb9aef055 2018-07-30 17:29:59,339 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8fac02d6-6db5-4418-b6e2-e3c4da63807f 2018-07-30 17:29:59,396 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bc049e-8ce6-4e2b-ae5d-585a44907b9f 2018-07-30 17:29:59,585 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d079c8f5-9cfa-442d-84f7-ac381ae03325 2018-07-30 17:29:59,611 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e9ad34f1-88e2-46c8-9c76-3638b350e7d5 2018-07-30 17:29:59,818 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-7af826e5-b333-4d9a-ad5e-1d6bac7856e6name-1 2018-07-30 17:29:59,997 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-7af826e5-b333-4d9a-ad5e-1d6bac7856e6name-2 2018-07-30 17:30:01,114 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-cd4dd52f-423a-4308-820c-e7991d8f280aname 2018-07-30 17:30:01,524 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bbb7db94-a530-4314-8810-31a6fd73fc03 2018-07-30 17:30:01,947 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bbb7db94-a530-4314-8810-31a6fd73fc03 2018-07-30 17:30:02,144 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-cd4dd52f-423a-4308-820c-e7991d8f280aname 2018-07-30 17:30:02,968 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-8e5cefd4-7222-469e-a9e9-ed2e20ebd148name 2018-07-30 17:30:03,392 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cacae25a-0821-41d7-a5e8-4388d14ac591 2018-07-30 17:30:03,596 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cacae25a-0821-41d7-a5e8-4388d14ac591 2018-07-30 17:30:03,867 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-8e5cefd4-7222-469e-a9e9-ed2e20ebd148name 2018-07-30 17:30:04,289 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cacae25a-0821-41d7-a5e8-4388d14ac591 2018-07-30 17:30:04,911 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cacae25a-0821-41d7-a5e8-4388d14ac591 2018-07-30 17:30:04,936 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cacae25a-0821-41d7-a5e8-4388d14ac591 2018-07-30 17:30:05,381 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cacae25a-0821-41d7-a5e8-4388d14ac591 2018-07-30 17:30:05,568 - neutron_utils - INFO - Deleting security group rule with ID - 21456ad5-d1b2-4e19-8c98-d8a5dec2162a 2018-07-30 17:30:06,041 - neutron_utils - INFO - Deleting security group rule with ID - 9db033e9-28a4-4c41-bb37-a80050d12efc 2018-07-30 17:30:06,314 - neutron_utils - INFO - Deleting security group rule with ID - 5138d03e-33b6-4eeb-b0a8-d9baabae2862 2018-07-30 17:30:06,580 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-8e5cefd4-7222-469e-a9e9-ed2e20ebd148name 2018-07-30 17:30:07,507 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-261120c3-1dee-4a97-91b2-e084e5dbc9d2name-1 2018-07-30 17:30:08,105 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7ac413f-b4cf-4ce0-adcc-5d76ba8b1b2d 2018-07-30 17:30:08,299 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-261120c3-1dee-4a97-91b2-e084e5dbc9d2name-2 2018-07-30 17:30:08,727 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bfbcc34d-1021-410d-af95-eed865d86fbf 2018-07-30 17:30:08,947 - neutron_utils - INFO - Retrieving security group with ID - a7ac413f-b4cf-4ce0-adcc-5d76ba8b1b2d 2018-07-30 17:30:09,158 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7ac413f-b4cf-4ce0-adcc-5d76ba8b1b2d 2018-07-30 17:30:09,385 - neutron_utils - INFO - Retrieving security group with ID - bfbcc34d-1021-410d-af95-eed865d86fbf 2018-07-30 17:30:09,605 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bfbcc34d-1021-410d-af95-eed865d86fbf 2018-07-30 17:30:09,794 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-261120c3-1dee-4a97-91b2-e084e5dbc9d2name-1 2018-07-30 17:30:10,155 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-261120c3-1dee-4a97-91b2-e084e5dbc9d2name-2 2018-07-30 17:30:11,138 - neutron_utils - INFO - Creating floating ip to external network - external 2018-07-30 17:30:14,369 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-ed3ec7fd-8872-4ec2-8c09-208b5da45f2f 2018-07-30 17:30:15,336 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-75651e79-fb12-48de-b6f7-a1a667117d46.pub 2018-07-30 17:30:15,337 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-75651e79-fb12-48de-b6f7-a1a667117d46 2018-07-30 17:30:15,337 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-75651e79-fb12-48de-b6f7-a1a667117d46.pub 2018-07-30 17:30:15,337 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-75651e79-fb12-48de-b6f7-a1a667117d46 2018-07-30 17:30:16,101 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-ac6e7601-1801-4456-8341-c46426f57fc6 2018-07-30 17:30:20,934 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-90f0eb00-9947-420c-abe2-9707a5c8520a-image 2018-07-30 17:30:21,140 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-90f0eb00-9947-420c-abe2-9707a5c8520a-image 2018-07-30 17:30:21,817 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-90f0eb00-9947-420c-abe2-9707a5c8520a-net 2018-07-30 17:30:22,543 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-90f0eb00-9947-420c-abe2-9707a5c8520a-subnet 2018-07-30 17:30:25,666 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-90f0eb00-9947-420c-abe2-9707a5c8520a-net 2018-07-30 17:30:27,904 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-90f0eb00-9947-420c-abe2-9707a5c8520a-vm_inst 2018-07-30 17:30:40,226 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-90f0eb00-9947-420c-abe2-9707a5c8520a-port 2018-07-30 17:30:40,925 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-90f0eb00-9947-420c-abe2-9707a5c8520a-subnet 2018-07-30 17:30:40,925 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-90f0eb00-9947-420c-abe2-9707a5c8520a-subnet 2018-07-30 17:30:43,414 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-90f0eb00-9947-420c-abe2-9707a5c8520a-net 2018-07-30 17:30:45,391 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-90f0eb00-9947-420c-abe2-9707a5c8520a-image 2018-07-30 17:30:48,832 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc-image 2018-07-30 17:30:49,019 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc-image 2018-07-30 17:30:49,726 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc-net 2018-07-30 17:30:50,599 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc-subnet 2018-07-30 17:30:54,865 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc 2018-07-30 17:30:55,121 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc 2018-07-30 17:30:59,546 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc-net 2018-07-30 17:31:01,811 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc-vm_inst 2018-07-30 17:31:04,242 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc-vm_inst 2018-07-30 17:31:11,639 - create_instance - INFO - VM is - ACTIVE 2018-07-30 17:31:34,512 - create_instance - INFO - Deleting Port with ID - 721cee83-1b38-4aea-8439-8e23fa6d7172 2018-07-30 17:31:34,512 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc-port 2018-07-30 17:31:35,169 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc-vm_inst 2018-07-30 17:31:35,359 - create_instance - INFO - Checking deletion status 2018-07-30 17:31:38,686 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc-vm_inst 2018-07-30 17:31:39,604 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc 2018-07-30 17:31:40,853 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc 2018-07-30 17:31:40,901 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc-subnet 2018-07-30 17:31:40,901 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc-subnet 2018-07-30 17:31:43,103 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc-net 2018-07-30 17:31:44,589 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-fe153445-7ffd-4372-986a-cfa3947161dc-image 2018-07-30 17:31:47,761 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303-image 2018-07-30 17:31:47,943 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303-image 2018-07-30 17:31:48,632 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303-net 2018-07-30 17:31:49,610 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303-subnet 2018-07-30 17:31:53,438 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303 2018-07-30 17:31:53,715 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303 2018-07-30 17:31:58,382 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303-net 2018-07-30 17:32:00,066 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303-vm_inst 2018-07-30 17:32:02,862 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303-vm_inst 2018-07-30 17:32:10,495 - create_instance - INFO - VM is - ACTIVE 2018-07-30 17:32:14,120 - create_instance - INFO - Deleting Port with ID - f08111da-b2a0-4030-9e9d-75d5a7238f6e 2018-07-30 17:32:14,120 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303-port 2018-07-30 17:32:14,810 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303-vm_inst 2018-07-30 17:32:14,982 - create_instance - INFO - Checking deletion status 2018-07-30 17:32:21,950 - create_instance - INFO - VM is - DELETED 2018-07-30 17:32:21,950 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303-vm_inst 2018-07-30 17:32:22,172 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303 2018-07-30 17:32:25,703 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303 2018-07-30 17:32:25,751 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303-subnet 2018-07-30 17:32:25,751 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303-subnet 2018-07-30 17:32:28,085 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303-net 2018-07-30 17:32:30,086 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-79f5c611-a68b-4005-a703-d206623ed303-image 2018-07-30 17:32:32,811 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465-image 2018-07-30 17:32:32,986 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465-image 2018-07-30 17:32:33,668 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465-net 2018-07-30 17:32:34,795 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465-subnet 2018-07-30 17:32:39,245 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465 2018-07-30 17:32:39,483 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465 2018-07-30 17:32:44,130 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465-net 2018-07-30 17:32:46,157 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465-vm_inst 2018-07-30 17:32:49,021 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465-vm_inst 2018-07-30 17:32:56,461 - create_instance - INFO - VM is - ACTIVE 2018-07-30 17:33:07,167 - create_instance - INFO - Deleting Port with ID - ead62105-4569-4a53-8ba5-57f114897fc4 2018-07-30 17:33:07,167 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465-port 2018-07-30 17:33:07,684 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465-vm_inst 2018-07-30 17:33:07,856 - create_instance - INFO - Checking deletion status 2018-07-30 17:33:11,851 - create_instance - INFO - VM is - DELETED 2018-07-30 17:33:11,851 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465-vm_inst 2018-07-30 17:33:12,072 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465 2018-07-30 17:33:12,511 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465 2018-07-30 17:33:12,578 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465-subnet 2018-07-30 17:33:12,578 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465-subnet 2018-07-30 17:33:15,164 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465-net 2018-07-30 17:33:16,625 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-2772090f-9522-4d73-8274-305856e0d465-image 2018-07-30 17:33:25,268 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-4efab604-2a81-49d7-b3d3-08288c8af3acname 2018-07-30 17:33:27,538 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-0f45e9b9-6648-4e79-b919-c1a48b2386ae-image 2018-07-30 17:33:27,724 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-0f45e9b9-6648-4e79-b919-c1a48b2386ae-image 2018-07-30 17:33:53,035 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-0f45e9b9-6648-4e79-b919-c1a48b2386ae-image 2018-07-30 17:33:57,720 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-d051d00b-6ca2-49b7-b392-8dc0517ad260-image 2018-07-30 17:33:57,992 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-d051d00b-6ca2-49b7-b392-8dc0517ad260-image 2018-07-30 17:34:42,214 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-d051d00b-6ca2-49b7-b392-8dc0517ad260-image 2018-07-30 17:34:46,821 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-531ef8c0-c477-40ca-b45c-d0494fca7af3-image1 2018-07-30 17:34:47,005 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-531ef8c0-c477-40ca-b45c-d0494fca7af3-image1 2018-07-30 17:34:49,093 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-531ef8c0-c477-40ca-b45c-d0494fca7af3-image2 2018-07-30 17:34:49,293 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-531ef8c0-c477-40ca-b45c-d0494fca7af3-image2 2018-07-30 17:35:32,743 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-531ef8c0-c477-40ca-b45c-d0494fca7af3-image1 2018-07-30 17:35:33,305 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-531ef8c0-c477-40ca-b45c-d0494fca7af3-image2 2018-07-30 17:35:50,531 - neutron_utils - INFO - Retrieving security group with ID - b443acec-12be-4f84-8900-e3701795e5bd 2018-07-30 17:35:50,746 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b443acec-12be-4f84-8900-e3701795e5bd 2018-07-30 17:35:51,888 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-ceddfff3-a86f-49cc-9f1f-a3330f09bdab 2018-07-30 17:35:52,389 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-ceddfff3-a86f-49cc-9f1f-a3330f09bdab 2018-07-30 17:35:54,352 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-3482c092-51e3-4887-9edb-baf03150d351 2018-07-30 17:35:55,420 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-070826d6-dcb6-43db-97f4-82ff33a1c1e9 2018-07-30 17:35:56,748 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-2efed479-6d4f-45f9-929e-294263c9b58d 2018-07-30 17:35:58,749 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-70b558a9-db42-4bb7-be98-7f0f79fe61f2 2018-07-30 17:36:03,149 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-70b558a9-db42-4bb7-be98-7f0f79fe61f2 2018-07-30 17:36:05,402 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-82ddfe04-67d7-4670-a75b-55c1091da5bd 2018-07-30 17:36:10,316 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-c5c23cfe-57ff-4969-82f2-51386d0caa2c 2018-07-30 17:36:10,748 - cinder_utils - INFO - Volume with ID [e462c28c-654d-408c-9ce0-4a4ccfc8c3ab] does not exist 2018-07-30 17:36:10,748 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-c5c23cfe-57ff-4969-82f2-51386d0caa2c 2018-07-30 17:36:12,836 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-f82e548e-155a-4bf7-a637-91d709b773de 2018-07-30 17:36:13,929 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-8fd778cc-ab70-45c6-b41f-d026ff385817-type 2018-07-30 17:36:15,466 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-9c586204-31ba-450a-92b8-a93e8d3174f4-type 2018-07-30 17:36:16,347 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-9c586204-31ba-450a-92b8-a93e8d3174f4-type 2018-07-30 17:36:16,747 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-9c586204-31ba-450a-92b8-a93e8d3174f4-type 2018-07-30 17:36:18,263 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-f460cf03-c7e3-4c79-a4d5-dd66370f9d49-type 2018-07-30 17:36:18,680 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-f460cf03-c7e3-4c79-a4d5-dd66370f9d49-type 2018-07-30 17:36:20,266 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-dfe59707-e442-4182-8bda-c10282945cb1-type 2018-07-30 17:36:20,697 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-dfe59707-e442-4182-8bda-c10282945cb1-type 2018-07-30 17:36:22,443 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-decbaed8-7b0d-4dc5-bb64-1f8b1ead7e20 2018-07-30 17:36:22,673 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-decbaed8-7b0d-4dc5-bb64-1f8b1ead7e20 2018-07-30 17:36:22,914 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-decbaed8-7b0d-4dc5-bb64-1f8b1ead7e20-qos 2018-07-30 17:36:24,608 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-c83339dd-8598-47d8-a4b0-8ade9ea6b1a7) 2018-07-30 17:36:24,608 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-085cd06a-e283-4b17-b287-039ab7dbc4cc 2018-07-30 17:36:24,852 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-085cd06a-e283-4b17-b287-039ab7dbc4cc-qos 2018-07-30 17:36:26,383 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-71f8b3e6-be66-4cc8-bd42-17eaee929b68 2018-07-30 17:36:26,598 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-71f8b3e6-be66-4cc8-bd42-17eaee929b68-qos 2018-07-30 17:36:28,666 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-704627fd-2974-45c3-a869-1b0035debea7 2018-07-30 17:36:28,907 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-704627fd-2974-45c3-a869-1b0035debea7 2018-07-30 17:36:29,157 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-704627fd-2974-45c3-a869-1b0035debea7-qos 2018-07-30 17:36:29,553 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 17:36:29,554 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 10:23 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-30 17:36:29,612 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-07-30 17:36:29,651 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-07-30 17:36:29,652 - openstack_tests - INFO - OS Credentials = > 2018-07-30 17:36:30,600 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-07-30 17:36:31,181 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-07-30 17:36:32,341 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-93a0c6bc-0af4-4b3-proj 2018-07-30 17:36:33,519 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-93a0c6bc-0af4-4b3-user 2018-07-30 17:36:33,832 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-93a0c6bc-0af4-4b3-proj-role 2018-07-30 17:36:33,854 - keystone_utils - INFO - Granting role SimpleHealthCheck-93a0c6bc-0af4-4b3-proj-role to project SimpleHealthCheck-93a0c6bc-0af4-4b3-proj 2018-07-30 17:36:36,833 - create_image - INFO - Created image with name - SimpleHealthCheck-45f32591-708b-40c0-b2a0-a85f099b025c-image 2018-07-30 17:36:36,856 - create_image - INFO - Image is now active with name - SimpleHealthCheck-45f32591-708b-40c0-b2a0-a85f099b025c-image 2018-07-30 17:36:37,521 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-45f32591-708b-40c0-b2a0-a85f099b025c-priv-net 2018-07-30 17:36:38,590 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-45f32591-708b-40c0-b2a0-a85f099b025c-priv-subnet 2018-07-30 17:36:46,045 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-45f32591-708b-40c0-b2a0-a85f099b025c-priv-net 2018-07-30 17:36:48,134 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-45f32591-708b-40c0-b2a0-a85f099b025c-inst 2018-07-30 17:36:50,655 - create_instance - INFO - Created instance with name - SimpleHealthCheck-45f32591-708b-40c0-b2a0-a85f099b025c-inst 2018-07-30 17:36:58,589 - create_instance - INFO - VM is - ACTIVE 2018-07-30 17:36:59,966 - create_instance_tests - INFO - Looking for IP 10.55.0.14 in the console log 2018-07-30 17:37:00,824 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-07-30 17:37:00,824 - create_instance - INFO - Deleting Port with ID - b6c1a293-48d5-469f-a513-1173394e39b6 2018-07-30 17:37:00,824 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-45f32591-708b-40c0-b2a0-a85f099b025cport-1 2018-07-30 17:37:01,291 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-45f32591-708b-40c0-b2a0-a85f099b025c-inst 2018-07-30 17:37:01,450 - create_instance - INFO - Checking deletion status 2018-07-30 17:37:04,957 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-45f32591-708b-40c0-b2a0-a85f099b025c-inst 2018-07-30 17:37:04,958 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-45f32591-708b-40c0-b2a0-a85f099b025c-priv-subnet 2018-07-30 17:37:04,959 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-45f32591-708b-40c0-b2a0-a85f099b025c-priv-subnet 2018-07-30 17:37:07,577 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-45f32591-708b-40c0-b2a0-a85f099b025c-priv-net 2018-07-30 17:37:09,531 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-45f32591-708b-40c0-b2a0-a85f099b025c-image 2018-07-30 17:37:11,133 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7816c3a8-af9e-4c87-990f-cdb7e6215a7b 2018-07-30 17:37:11,363 - neutron_utils - INFO - Deleting security group with name - default 2018-07-30 17:37:11,699 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-93a0c6bc-0af4-4b3-proj 2018-07-30 17:37:11,963 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-93a0c6bc-0af4-4b3-proj-role 2018-07-30 17:37:12,331 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-93a0c6bc-0af4-4b3-user 2018-07-30 17:37:12,670 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 17:37:12,670 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-07-30 17:37:12,676 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | tenantnetwork1 | functest | healthcheck | 00:09 | PASS | | tenantnetwork2 | functest | healthcheck | 00:08 | PASS | | vmready1 | functest | healthcheck | 00:13 | PASS | | vmready2 | functest | healthcheck | 00:09 | PASS | | singlevm1 | functest | healthcheck | 00:38 | PASS | | singlevm2 | functest | healthcheck | 00:33 | PASS | | vping_ssh | functest | healthcheck | 00:48 | PASS | | vping_userdata | functest | healthcheck | 00:36 | PASS | | cinder_test | functest | healthcheck | 01:30 | PASS | | odl | functest | healthcheck | 00:20 | PASS | | api_check | functest | healthcheck | 10:23 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-07-30 17:37:12,690 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-07-30 17:37:32,460 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-189 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-30 17:37:32,464 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.21,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=7Zhg9sfrXXJKKzJmjQbkAUjjb 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=a5c443b661124ecdb463f917c180f6c2 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=G6FEYCvupG6MQ3UQzcrUaVhkf export OS_REGION_NAME=regionOne 2018-07-30 17:37:32,464 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-30 17:37:32,465 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+------------------------------------------+-------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+------------------------------------------+-------------------------------------------------+ | smoke | 1 | Set of basic Functional tests to | tempest_smoke rally_sanity patrole vmtp | | | | validate the OPNFV scenarios. | shaker snaps_smoke neutron_trunk | | | | | barbican | +---------------+---------------+------------------------------------------+-------------------------------------------------+ 2018-07-30 17:37:32,491 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-07-30 17:37:33,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:37:33,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:37:33,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:37:33,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-30 17:37:33,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-30 17:37:33,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:37:33,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3206bdab-ca2c-42eb-8976-e4ee66dda3d6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:37:33,429 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-3206bdab-ca2c-42eb-8976-e4ee66dda3d6 2018-07-30 17:37:33,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:37:33,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb37427ee864bbead4b2c672b5c6b7d", "name": "admin"}], "expires_at": "2018-07-30T18:37:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5c443b661124ecdb463f917c180f6c2", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "audit_ids": ["nT-geKjhTp-wL1MhXmOKgA"], "issued_at": "2018-07-30T17:37:33.000000Z"}} 2018-07-30 17:37:33,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:37:33,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:37:34,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d963bd00-2f79-482f-94d5-434df7770b2a Date: Mon, 30 Jul 2018 17:37:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 17:37:34,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d963bd00-2f79-482f-94d5-434df7770b2a 2018-07-30 17:37:34,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.263551950455s 2018-07-30 17:37:34,094 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d963bd00-2f79-482f-94d5-434df7770b2a 2018-07-30 17:37:34,095 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-30 17:37:39,338 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 82ac807b-36c3-42ec-a274-a3ea47954cc4 | 2018-07-30T17:37:38.982312 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 82ac807b-36c3-42ec-a274-a3ea47954cc4 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-07-30 17:37:43,148 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-07-30 17:37:43,149 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-07-30 17:37:59,904 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=bc4f6fd5-509c-4a4a-bb34-b570c6cffb91) as the default verifier for the future CLI operations. 2018-07-30 17:38:03,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-07-30 17:38:03,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:38:03,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-7c98df6f-f42a-4b77-a0e8-7df2477cd9c2 Date: Mon, 30 Jul 2018 17:38:03 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-07-30 17:38:03,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-7c98df6f-f42a-4b77-a0e8-7df2477cd9c2 2018-07-30 17:38:03,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.204535007477s 2018-07-30 17:38:03,419 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-7c98df6f-f42a-4b77-a0e8-7df2477cd9c2 2018-07-30 17:38:03,426 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-07-30 17:38:03,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-30 17:38:03,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" -d '{"network": {"name": "tempest_smoke-net_775dcbc8-78c6-443b-85c3-85430051688c", "admin_state_up": true}}' 2018-07-30 17:38:03,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-70064dd4-26d0-4fab-81dd-1a1319ef804c Date: Mon, 30 Jul 2018 17:38:03 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"107db780-50e2-4e81-bc93-83b306ea85ef","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T17:38:03Z","is_default":false,"provider:segmentation_id":7,"name":"tempest_smoke-net_775dcbc8-78c6-443b-85c3-85430051688c","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:38:03Z","mtu":1450}} 2018-07-30 17:38:03,913 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-70064dd4-26d0-4fab-81dd-1a1319ef804c 2018-07-30 17:38:03,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.486454963684s 2018-07-30 17:38:03,914 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-70064dd4-26d0-4fab-81dd-1a1319ef804c 2018-07-30 17:38:03,914 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-30T17:38:03Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'107db780-50e2-4e81-bc93-83b306ea85ef', u'provider:segmentation_id': 7, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_775dcbc8-78c6-443b-85c3-85430051688c', u'admin_state_up': True, u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T17:38:03Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a5c443b661124ecdb463f917c180f6c2'}) 2018-07-30 17:38:03,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:38:03,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:38:04,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-525f29be-e721-41d0-9853-37ec9f10eb7f Date: Mon, 30 Jul 2018 17:38:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"107db780-50e2-4e81-bc93-83b306ea85ef","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T17:38:03Z","provider:segmentation_id":7,"name":"tempest_smoke-net_775dcbc8-78c6-443b-85c3-85430051688c","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:38:03Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 17:38:04,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-525f29be-e721-41d0-9853-37ec9f10eb7f 2018-07-30 17:38:04,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.27366900444s 2018-07-30 17:38:04,189 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-525f29be-e721-41d0-9853-37ec9f10eb7f 2018-07-30 17:38:04,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-30 17:38:04,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" -d '{"subnet": {"name": "tempest_smoke-subnet_775dcbc8-78c6-443b-85c3-85430051688c", "enable_dhcp": true, "network_id": "107db780-50e2-4e81-bc93-83b306ea85ef", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-30 17:38:04,914 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-35cdf200-353d-4b96-a7da-a79fb635ca6e Date: Mon, 30 Jul 2018 17:38:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"107db780-50e2-4e81-bc93-83b306ea85ef","tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:38:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:38: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":"a5c443b661124ecdb463f917c180f6c2","id":"575ce8c6-5a87-4987-841c-8fda4c0ef2b8","subnetpool_id":null,"name":"tempest_smoke-subnet_775dcbc8-78c6-443b-85c3-85430051688c"}} 2018-07-30 17:38:04,914 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-35cdf200-353d-4b96-a7da-a79fb635ca6e 2018-07-30 17:38:04,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.72322010994s 2018-07-30 17:38:04,915 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-35cdf200-353d-4b96-a7da-a79fb635ca6e 2018-07-30 17:38:04,915 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:38: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'575ce8c6-5a87-4987-841c-8fda4c0ef2b8', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_775dcbc8-78c6-443b-85c3-85430051688c', u'enable_dhcp': True, u'network_id': u'107db780-50e2-4e81-bc93-83b306ea85ef', u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T17:38: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'a5c443b661124ecdb463f917c180f6c2'}) 2018-07-30 17:38:04,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-30 17:38:04,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" -d '{"router": {"external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832"}, "name": "tempest_smoke-router_775dcbc8-78c6-443b-85c3-85430051688c", "admin_state_up": true}}' 2018-07-30 17:38:06,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-36aadc08-43af-480a-8c9a-de5e0b113f21 Date: Mon, 30 Jul 2018 17:38:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:38:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-30T17:38:06Z", "revision_number": 2, "routes": [], "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "62999d93-da93-4de9-8ba3-d3c9453d8dd4", "name": "tempest_smoke-router_775dcbc8-78c6-443b-85c3-85430051688c"}} 2018-07-30 17:38:06,287 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-36aadc08-43af-480a-8c9a-de5e0b113f21 2018-07-30 17:38:06,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.37141418457s 2018-07-30 17:38:06,288 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-36aadc08-43af-480a-8c9a-de5e0b113f21 2018-07-30 17:38:06,288 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T17:38:05Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-30T17:38:06Z', u'revision_number': 2, u'routes': [], u'project_id': u'a5c443b661124ecdb463f917c180f6c2', u'id': u'62999d93-da93-4de9-8ba3-d3c9453d8dd4', u'name': u'tempest_smoke-router_775dcbc8-78c6-443b-85c3-85430051688c'}) 2018-07-30 17:38:06,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-30 17:38:06,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/62999d93-da93-4de9-8ba3-d3c9453d8dd4/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" -d '{"subnet_id": "575ce8c6-5a87-4987-841c-8fda4c0ef2b8"}' 2018-07-30 17:38:08,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-57fbfc0f-7c25-47ef-a5ed-716a0ab7bc36 Date: Mon, 30 Jul 2018 17:38:08 GMT RESP BODY: {"network_id": "107db780-50e2-4e81-bc93-83b306ea85ef", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "subnet_id": "575ce8c6-5a87-4987-841c-8fda4c0ef2b8", "subnet_ids": ["575ce8c6-5a87-4987-841c-8fda4c0ef2b8"], "port_id": "846b02f1-2070-45f1-8348-f30c3253b830", "id": "62999d93-da93-4de9-8ba3-d3c9453d8dd4"} 2018-07-30 17:38:08,187 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/62999d93-da93-4de9-8ba3-d3c9453d8dd4/add_router_interface.json used request id req-57fbfc0f-7c25-47ef-a5ed-716a0ab7bc36 2018-07-30 17:38:08,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.89832806587s 2018-07-30 17:38:08,188 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/62999d93-da93-4de9-8ba3-d3c9453d8dd4/add_router_interface.json used request id req-57fbfc0f-7c25-47ef-a5ed-716a0ab7bc36 returning object 62999d93-da93-4de9-8ba3-d3c9453d8dd4 2018-07-30 17:38:08,188 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-30 17:38:08,320 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-30 17:38:08,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:38:08,327 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 30 Jul 2018 17:38:08 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-30 17:38:08,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:38:08,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:38:08,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0cbfb58f-523a-480b-8ff4-b1de60dda6c5 Date: Mon, 30 Jul 2018 17:38:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:38:08,516 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0cbfb58f-523a-480b-8ff4-b1de60dda6c5 2018-07-30 17:38:08,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.18400812149s 2018-07-30 17:38:08,516 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0cbfb58f-523a-480b-8ff4-b1de60dda6c5 2018-07-30 17:38:08,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-30 17:38:08,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_775dcbc8-78c6-443b-85c3-85430051688c", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_775dcbc8-78c6-443b-85c3-85430051688c"}' 2018-07-30 17:38:08,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/36b92a62-0e22-4783-8fd0-f484c174e084 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-570f9c83-6585-48be-a876-8c71c29212fc Date: Mon, 30 Jul 2018 17:38:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/36b92a62-0e22-4783-8fd0-f484c174e084/file", "owner": "a5c443b661124ecdb463f917c180f6c2", "id": "36b92a62-0e22-4783-8fd0-f484c174e084", "size": null, "self": "/v2/images/36b92a62-0e22-4783-8fd0-f484c174e084", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:38:08Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_775dcbc8-78c6-443b-85c3-85430051688c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_775dcbc8-78c6-443b-85c3-85430051688c", "checksum": null, "created_at": "2018-07-30T17:38:08Z", "protected": false} 2018-07-30 17:38:08,813 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-570f9c83-6585-48be-a876-8c71c29212fc 2018-07-30 17:38:08,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.288576841354s 2018-07-30 17:38:08,814 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-570f9c83-6585-48be-a876-8c71c29212fc returning object 36b92a62-0e22-4783-8fd0-f484c174e084 2018-07-30 17:38:08,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-30 17:38:08,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/36b92a62-0e22-4783-8fd0-f484c174e084/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" -d '' 2018-07-30 17:38:10,510 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-38f46e36-e2e8-49b8-b494-bdcb6243d43e Date: Mon, 30 Jul 2018 17:38:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:38:10,510 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/36b92a62-0e22-4783-8fd0-f484c174e084/file used request id req-38f46e36-e2e8-49b8-b494-bdcb6243d43e 2018-07-30 17:38:10,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.69611310959s 2018-07-30 17:38:10,511 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/36b92a62-0e22-4783-8fd0-f484c174e084/file used request id req-38f46e36-e2e8-49b8-b494-bdcb6243d43e 2018-07-30 17:38:10,511 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/tempest_smoke-img_775dcbc8-78c6-443b-85c3-85430051688c', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-30T17:38:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/36b92a62-0e22-4783-8fd0-f484c174e084/file', u'owner': u'a5c443b661124ecdb463f917c180f6c2', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'36b92a62-0e22-4783-8fd0-f484c174e084', u'size': None, u'name': u'tempest_smoke-img_775dcbc8-78c6-443b-85c3-85430051688c', u'checksum': None, u'self': u'/v2/images/36b92a62-0e22-4783-8fd0-f484c174e084', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-30T17:38:08Z', u'schema': u'/v2/schemas/image'}) 2018-07-30 17:38:10,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-30 17:38:10,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_775dcbc8-78c6-443b-85c3-85430051688c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-30 17:38:10,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:38: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-59ef8a21-9e68-4f37-b146-c0b4f5a79766 x-compute-request-id: req-59ef8a21-9e68-4f37-b146-c0b4f5a79766 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_775dcbc8-78c6-443b-85c3-85430051688c", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/09e5b5a0-ff08-4f8a-b4a1-35dcc9076227", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/09e5b5a0-ff08-4f8a-b4a1-35dcc9076227", "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": "09e5b5a0-ff08-4f8a-b4a1-35dcc9076227"}} 2018-07-30 17:38:10,726 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-59ef8a21-9e68-4f37-b146-c0b4f5a79766 2018-07-30 17:38:10,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.21454000473s 2018-07-30 17:38:10,727 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-59ef8a21-9e68-4f37-b146-c0b4f5a79766 2018-07-30 17:38:10,728 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_775dcbc8-78c6-443b-85c3-85430051688c', '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'a5c443b661124ecdb463f917c180f6c2', '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'09e5b5a0-ff08-4f8a-b4a1-35dcc9076227', 'swap': 0}) 2018-07-30 17:38:10,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-30 17:38:10,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/09e5b5a0-ff08-4f8a-b4a1-35dcc9076227/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" -d '{"extra_specs": {}}' 2018-07-30 17:38:10,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:38: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-678915a6-a84b-4405-87b8-14b61541b24e x-compute-request-id: req-678915a6-a84b-4405-87b8-14b61541b24e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-30 17:38:10,755 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/09e5b5a0-ff08-4f8a-b4a1-35dcc9076227/os-extra_specs used request id req-678915a6-a84b-4405-87b8-14b61541b24e 2018-07-30 17:38:10,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0268139839172s 2018-07-30 17:38:10,756 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/09e5b5a0-ff08-4f8a-b4a1-35dcc9076227/os-extra_specs used request id req-678915a6-a84b-4405-87b8-14b61541b24e 2018-07-30 17:38:10,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:38:10,765 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 30 Jul 2018 17:38:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-30 17:38:10,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:38:10,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:38:10,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:38:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d74e23a9-86b5-49ee-a82c-820c6aba65f5 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:38:10,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d74e23a9-86b5-49ee-a82c-820c6aba65f5 2018-07-30 17:38:10,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.221221923828s 2018-07-30 17:38:10,990 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d74e23a9-86b5-49ee-a82c-820c6aba65f5 2018-07-30 17:38:10,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 17:38:10,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:38:11,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:38:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-521a1166-92bf-4994-9595-ed3e4e5ea23e Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 17:38:11,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-521a1166-92bf-4994-9595-ed3e4e5ea23e 2018-07-30 17:38:11,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0927278995514s 2018-07-30 17:38:11,088 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-521a1166-92bf-4994-9595-ed3e4e5ea23e 2018-07-30 17:38:11,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-30 17:38:11,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:38:11,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:38: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-033fdd1c-bd80-4515-b8ac-8cb4e525b75b x-compute-request-id: req-033fdd1c-bd80-4515-b8ac-8cb4e525b75b Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 149}, "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.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 152}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-07-30 17:38:11,132 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-033fdd1c-bd80-4515-b8ac-8cb4e525b75b 2018-07-30 17:38:11,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0411419868469s 2018-07-30 17:38:11,132 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-033fdd1c-bd80-4515-b8ac-8cb4e525b75b 2018-07-30 17:38:11,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:38:11,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:38:11,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-941fbe92-aa9e-4770-ac4d-ca824e53d861 Date: Mon, 30 Jul 2018 17:38:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/36b92a62-0e22-4783-8fd0-f484c174e084/snap", "metadata": {}}], "file": "/v2/images/36b92a62-0e22-4783-8fd0-f484c174e084/file", "owner": "a5c443b661124ecdb463f917c180f6c2", "id": "36b92a62-0e22-4783-8fd0-f484c174e084", "size": 12716032, "self": "/v2/images/36b92a62-0e22-4783-8fd0-f484c174e084", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/36b92a62-0e22-4783-8fd0-f484c174e084/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:38:10Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_775dcbc8-78c6-443b-85c3-85430051688c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_775dcbc8-78c6-443b-85c3-85430051688c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:38:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:38:11,411 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-941fbe92-aa9e-4770-ac4d-ca824e53d861 2018-07-30 17:38:11,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.274560928345s 2018-07-30 17:38:11,411 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-941fbe92-aa9e-4770-ac4d-ca824e53d861 2018-07-30 17:38:11,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-30 17:38:11,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_775dcbc8-78c6-443b-85c3-85430051688c", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_775dcbc8-78c6-443b-85c3-85430051688c"}' 2018-07-30 17:38:11,650 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/9bc63aa6-aced-4053-8f16-6326fff979a2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9b990673-c6cd-4c4a-868c-f9ad43cae9a3 Date: Mon, 30 Jul 2018 17:38:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9bc63aa6-aced-4053-8f16-6326fff979a2/file", "owner": "a5c443b661124ecdb463f917c180f6c2", "id": "9bc63aa6-aced-4053-8f16-6326fff979a2", "size": null, "self": "/v2/images/9bc63aa6-aced-4053-8f16-6326fff979a2", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:38:11Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_775dcbc8-78c6-443b-85c3-85430051688c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_775dcbc8-78c6-443b-85c3-85430051688c", "checksum": null, "created_at": "2018-07-30T17:38:11Z", "protected": false} 2018-07-30 17:38:11,650 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9b990673-c6cd-4c4a-868c-f9ad43cae9a3 2018-07-30 17:38:11,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.229854106903s 2018-07-30 17:38:11,650 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9b990673-c6cd-4c4a-868c-f9ad43cae9a3 returning object 9bc63aa6-aced-4053-8f16-6326fff979a2 2018-07-30 17:38:11,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-30 17:38:11,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/9bc63aa6-aced-4053-8f16-6326fff979a2/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" -d '' 2018-07-30 17:38:13,048 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8387b297-b0cf-49f0-b119-b6e458346e1e Date: Mon, 30 Jul 2018 17:38:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:38:13,049 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/9bc63aa6-aced-4053-8f16-6326fff979a2/file used request id req-8387b297-b0cf-49f0-b119-b6e458346e1e 2018-07-30 17:38:13,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.39765095711s 2018-07-30 17:38:13,049 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/9bc63aa6-aced-4053-8f16-6326fff979a2/file used request id req-8387b297-b0cf-49f0-b119-b6e458346e1e 2018-07-30 17:38:13,049 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_775dcbc8-78c6-443b-85c3-85430051688c', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-30T17:38:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/9bc63aa6-aced-4053-8f16-6326fff979a2/file', u'owner': u'a5c443b661124ecdb463f917c180f6c2', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'9bc63aa6-aced-4053-8f16-6326fff979a2', u'size': None, u'name': u'tempest_smoke-img_alt_775dcbc8-78c6-443b-85c3-85430051688c', u'checksum': None, u'self': u'/v2/images/9bc63aa6-aced-4053-8f16-6326fff979a2', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-30T17:38:11Z', u'schema': u'/v2/schemas/image'}) 2018-07-30 17:38:13,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-30 17:38:13,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_775dcbc8-78c6-443b-85c3-85430051688c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-30 17:38:13,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:38: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-9b6eb65b-efe1-45bb-b4bc-88f311fd5432 x-compute-request-id: req-9b6eb65b-efe1-45bb-b4bc-88f311fd5432 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_775dcbc8-78c6-443b-85c3-85430051688c", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8ccbd61c-d360-416a-adfb-7265ce8d0d81", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8ccbd61c-d360-416a-adfb-7265ce8d0d81", "rel": "bookmark"}], "ram": 1024, "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": "8ccbd61c-d360-416a-adfb-7265ce8d0d81"}} 2018-07-30 17:38:13,186 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9b6eb65b-efe1-45bb-b4bc-88f311fd5432 2018-07-30 17:38:13,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.135809898376s 2018-07-30 17:38:13,186 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9b6eb65b-efe1-45bb-b4bc-88f311fd5432 2018-07-30 17:38:13,187 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_775dcbc8-78c6-443b-85c3-85430051688c', 'ephemeral': 0, 'ram': 1024, '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'a5c443b661124ecdb463f917c180f6c2', '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'8ccbd61c-d360-416a-adfb-7265ce8d0d81', 'swap': 0}) 2018-07-30 17:38:13,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-30 17:38:13,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/8ccbd61c-d360-416a-adfb-7265ce8d0d81/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" -d '{"extra_specs": {}}' 2018-07-30 17:38:13,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:38: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-90f7e261-f04b-4c7c-a74d-721f5f2053a8 x-compute-request-id: req-90f7e261-f04b-4c7c-a74d-721f5f2053a8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-30 17:38:13,211 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/8ccbd61c-d360-416a-adfb-7265ce8d0d81/os-extra_specs used request id req-90f7e261-f04b-4c7c-a74d-721f5f2053a8 2018-07-30 17:38:13,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0227479934692s 2018-07-30 17:38:13,211 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/8ccbd61c-d360-416a-adfb-7265ce8d0d81/os-extra_specs used request id req-90f7e261-f04b-4c7c-a74d-721f5f2053a8 2018-07-30 17:38:13,211 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_775dcbc8-78c6-443b-85c3-85430051688c', 'ephemeral': 0, 'ram': 1024, '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'a5c443b661124ecdb463f917c180f6c2', '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'8ccbd61c-d360-416a-adfb-7265ce8d0d81', 'swap': 0}) 2018-07-30 17:38:16,745 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-07-30 17:38:16,745 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-07-30 17:38:16,746 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-07-30 17:38:16,748 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-07-30 17:38:16,752 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-07-30 17:38:20,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-bc4f6fd5-509c-4a4a-bb34-b570c6cffb91/repo; stestr list '^(tempest|neutron_tempest_plugin)\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-07-30 17:38:20,183 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-07-30 17:38:20,184 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-07-30 17:38:20,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke/test_list.txt']'. 2018-07-30 17:46:47,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 12828327-ccc1-4e5a-802e-9780b790b514 2018-07-30 17:46:47,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '12828327-ccc1-4e5a-802e-9780b790b514']'. 2018-07-30 17:46:48,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-07-30 17:46:48,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-07-30 17:46:48,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-30 17:46:48,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 12828327-ccc1-4e5a-802e-9780b790b514 | 2018-07-30 17:46:48,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-07-30 17:46:48,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-07-30 17:38:22 | 2018-07-30 17:46:48,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-07-30 17:46:47 | 2018-07-30 17:46:48,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:08:25 | 2018-07-30 17:46:48,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-07-30 17:46:48,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-07-30 17:46:48,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: bc4f6fd5-509c-4a4a-bb34-b570c6cffb91) | 2018-07-30 17:46:48,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-07-30 17:46:48,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 82ac807b-36c3-42ec-a274-a3ea47954cc4) | 2018-07-30 17:46:48,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 131 | 2018-07-30 17:46:48,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 488.845 | 2018-07-30 17:46:48,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 122 | 2018-07-30 17:46:48,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 7 | 2018-07-30 17:46:48,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-07-30 17:46:48,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-07-30 17:46:48,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-07-30 17:46:48,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-30 17:46:48,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-07-30 17:46:48,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 98.3870967742% 2018-07-30 17:46:48,552 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 17:46:48,553 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 08:45 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-07-30 17:46:48,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-30 17:46:48,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/9bc63aa6-aced-4053-8f16-6326fff979a2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:46:49,145 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-051c2c07-33e5-4d85-84a5-0fa4247a2198 Date: Mon, 30 Jul 2018 17:46:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:46:49,145 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/9bc63aa6-aced-4053-8f16-6326fff979a2 used request id req-051c2c07-33e5-4d85-84a5-0fa4247a2198 2018-07-30 17:46:49,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.587255001068s 2018-07-30 17:46:49,145 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/9bc63aa6-aced-4053-8f16-6326fff979a2 used request id req-051c2c07-33e5-4d85-84a5-0fa4247a2198 2018-07-30 17:46:49,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:46:49,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:46:49,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:46: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-40aaface-38a4-4da5-a4ed-9a8324cf9024 x-compute-request-id: req-40aaface-38a4-4da5-a4ed-9a8324cf9024 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_775dcbc8-78c6-443b-85c3-85430051688c", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/09e5b5a0-ff08-4f8a-b4a1-35dcc9076227", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/09e5b5a0-ff08-4f8a-b4a1-35dcc9076227", "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": "09e5b5a0-ff08-4f8a-b4a1-35dcc9076227"}, {"name": "tempest_smoke-flavor_alt_775dcbc8-78c6-443b-85c3-85430051688c", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8ccbd61c-d360-416a-adfb-7265ce8d0d81", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8ccbd61c-d360-416a-adfb-7265ce8d0d81", "rel": "bookmark"}], "ram": 1024, "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": "8ccbd61c-d360-416a-adfb-7265ce8d0d81"}]} 2018-07-30 17:46:49,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-40aaface-38a4-4da5-a4ed-9a8324cf9024 2018-07-30 17:46:49,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.205271959305s 2018-07-30 17:46:49,352 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-40aaface-38a4-4da5-a4ed-9a8324cf9024 2018-07-30 17:46:49,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-30 17:46:49,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/8ccbd61c-d360-416a-adfb-7265ce8d0d81 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:46:49,389 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:46: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-edbf35a7-bebb-4b84-9805-c5349f6d8ad5 x-compute-request-id: req-edbf35a7-bebb-4b84-9805-c5349f6d8ad5 Content-Length: 0 Content-Type: application/json 2018-07-30 17:46:49,389 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8ccbd61c-d360-416a-adfb-7265ce8d0d81 used request id req-edbf35a7-bebb-4b84-9805-c5349f6d8ad5 2018-07-30 17:46:49,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0350098609924s 2018-07-30 17:46:49,389 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8ccbd61c-d360-416a-adfb-7265ce8d0d81 used request id req-edbf35a7-bebb-4b84-9805-c5349f6d8ad5 2018-07-30 17:46:49,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-30 17:46:49,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/62999d93-da93-4de9-8ba3-d3c9453d8dd4/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" -d '{"subnet_id": "575ce8c6-5a87-4987-841c-8fda4c0ef2b8"}' 2018-07-30 17:46:51,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-34dbcbad-92d2-43c0-8e06-67a3676aa9bc Date: Mon, 30 Jul 2018 17:46:51 GMT RESP BODY: {"network_id": "107db780-50e2-4e81-bc93-83b306ea85ef", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "subnet_id": "575ce8c6-5a87-4987-841c-8fda4c0ef2b8", "subnet_ids": ["575ce8c6-5a87-4987-841c-8fda4c0ef2b8"], "port_id": "846b02f1-2070-45f1-8348-f30c3253b830", "id": "62999d93-da93-4de9-8ba3-d3c9453d8dd4"} 2018-07-30 17:46:51,190 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/62999d93-da93-4de9-8ba3-d3c9453d8dd4/remove_router_interface.json used request id req-34dbcbad-92d2-43c0-8e06-67a3676aa9bc 2018-07-30 17:46:51,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79972410202s 2018-07-30 17:46:51,190 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/62999d93-da93-4de9-8ba3-d3c9453d8dd4/remove_router_interface.json used request id req-34dbcbad-92d2-43c0-8e06-67a3676aa9bc returning object 62999d93-da93-4de9-8ba3-d3c9453d8dd4 2018-07-30 17:46:51,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-30 17:46:51,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:46:51,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-a34239f8-7e1f-414c-bf6c-49498d2b3764 Date: Mon, 30 Jul 2018 17:46:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:38:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-30T17:46:50Z", "revision_number": 4, "routes": [], "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "62999d93-da93-4de9-8ba3-d3c9453d8dd4", "name": "tempest_smoke-router_775dcbc8-78c6-443b-85c3-85430051688c"}]} 2018-07-30 17:46:51,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-a34239f8-7e1f-414c-bf6c-49498d2b3764 2018-07-30 17:46:51,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.484009981155s 2018-07-30 17:46:51,675 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-a34239f8-7e1f-414c-bf6c-49498d2b3764 2018-07-30 17:46:51,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-30 17:46:51,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/62999d93-da93-4de9-8ba3-d3c9453d8dd4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:46:53,043 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f72a7ece-8f0a-4e8b-939d-16a2766da5b4 Content-Length: 0 Date: Mon, 30 Jul 2018 17:46:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:46:53,043 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/62999d93-da93-4de9-8ba3-d3c9453d8dd4.json used request id req-f72a7ece-8f0a-4e8b-939d-16a2766da5b4 2018-07-30 17:46:53,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.36708188057s 2018-07-30 17:46:53,044 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/62999d93-da93-4de9-8ba3-d3c9453d8dd4.json used request id req-f72a7ece-8f0a-4e8b-939d-16a2766da5b4 2018-07-30 17:46:53,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 17:46:53,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:46:53,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-b7713036-7ae2-485d-9624-5b753043943b Date: Mon, 30 Jul 2018 17:46:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"107db780-50e2-4e81-bc93-83b306ea85ef","tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:38:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:38: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":"a5c443b661124ecdb463f917c180f6c2","id":"575ce8c6-5a87-4987-841c-8fda4c0ef2b8","subnetpool_id":null,"name":"tempest_smoke-subnet_775dcbc8-78c6-443b-85c3-85430051688c"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6cded11f-6a6d-475c-8684-92fd679f2832","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:56Z","dns_nameservers":[],"updated_at":"2018-07-30T17:14:56Z","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":"bbb29370cb064c718b72faa5c6748440","id":"60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-30 17:46:53,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b7713036-7ae2-485d-9624-5b753043943b 2018-07-30 17:46:53,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0442318916321s 2018-07-30 17:46:53,089 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b7713036-7ae2-485d-9624-5b753043943b 2018-07-30 17:46:53,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-30 17:46:53,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/575ce8c6-5a87-4987-841c-8fda4c0ef2b8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:46:55,567 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fd53ac51-1970-4602-b650-e6a7031288c8 Date: Mon, 30 Jul 2018 17:46:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:46:55,568 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/575ce8c6-5a87-4987-841c-8fda4c0ef2b8.json used request id req-fd53ac51-1970-4602-b650-e6a7031288c8 2018-07-30 17:46:55,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.47748613358s 2018-07-30 17:46:55,568 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/575ce8c6-5a87-4987-841c-8fda4c0ef2b8.json used request id req-fd53ac51-1970-4602-b650-e6a7031288c8 2018-07-30 17:46:55,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:46:55,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:46:55,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1356 X-Openstack-Request-Id: req-cd4392ff-06f8-4fe1-94ff-418afe1b0c88 Date: Mon, 30 Jul 2018 17:46:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"107db780-50e2-4e81-bc93-83b306ea85ef","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T17:46:55Z","provider:segmentation_id":7,"name":"tempest_smoke-net_775dcbc8-78c6-443b-85c3-85430051688c","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:38:03Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 17:46:55,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-cd4392ff-06f8-4fe1-94ff-418afe1b0c88 2018-07-30 17:46:55,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.278349876404s 2018-07-30 17:46:55,847 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-cd4392ff-06f8-4fe1-94ff-418afe1b0c88 2018-07-30 17:46:55,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-30 17:46:55,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/107db780-50e2-4e81-bc93-83b306ea85ef.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:46:57,161 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cb4ec559-2755-4552-b5ba-2d72fb48c447 Date: Mon, 30 Jul 2018 17:46:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 17:46:57,161 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/107db780-50e2-4e81-bc93-83b306ea85ef.json used request id req-cb4ec559-2755-4552-b5ba-2d72fb48c447 2018-07-30 17:46:57,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.31282520294s 2018-07-30 17:46:57,162 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/107db780-50e2-4e81-bc93-83b306ea85ef.json used request id req-cb4ec559-2755-4552-b5ba-2d72fb48c447 2018-07-30 17:46:57,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:46:57,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:46:57,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-b9123d92-ffa9-49d1-baf6-f697804324cf Date: Mon, 30 Jul 2018 17:46:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/36b92a62-0e22-4783-8fd0-f484c174e084/snap", "metadata": {}}], "file": "/v2/images/36b92a62-0e22-4783-8fd0-f484c174e084/file", "owner": "a5c443b661124ecdb463f917c180f6c2", "id": "36b92a62-0e22-4783-8fd0-f484c174e084", "size": 12716032, "self": "/v2/images/36b92a62-0e22-4783-8fd0-f484c174e084", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/36b92a62-0e22-4783-8fd0-f484c174e084/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:38:10Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_775dcbc8-78c6-443b-85c3-85430051688c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_775dcbc8-78c6-443b-85c3-85430051688c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:38:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:46:57,363 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b9123d92-ffa9-49d1-baf6-f697804324cf 2018-07-30 17:46:57,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.197352170944s 2018-07-30 17:46:57,364 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b9123d92-ffa9-49d1-baf6-f697804324cf 2018-07-30 17:46:57,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-30 17:46:57,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/36b92a62-0e22-4783-8fd0-f484c174e084 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:46:58,815 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f46f94dc-2e6a-4e52-9332-a9dc417dad5b Date: Mon, 30 Jul 2018 17:46:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:46:58,815 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/36b92a62-0e22-4783-8fd0-f484c174e084 used request id req-f46f94dc-2e6a-4e52-9332-a9dc417dad5b 2018-07-30 17:46:58,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.4497961998s 2018-07-30 17:46:58,816 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/36b92a62-0e22-4783-8fd0-f484c174e084 used request id req-f46f94dc-2e6a-4e52-9332-a9dc417dad5b 2018-07-30 17:46:58,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 17:46:58,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:46:58,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:46:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d43936b-57d4-42f6-8689-47e0384c08d0 x-compute-request-id: req-3d43936b-57d4-42f6-8689-47e0384c08d0 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_775dcbc8-78c6-443b-85c3-85430051688c", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/09e5b5a0-ff08-4f8a-b4a1-35dcc9076227", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/09e5b5a0-ff08-4f8a-b4a1-35dcc9076227", "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": "09e5b5a0-ff08-4f8a-b4a1-35dcc9076227"}]} 2018-07-30 17:46:58,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-3d43936b-57d4-42f6-8689-47e0384c08d0 2018-07-30 17:46:58,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0302350521088s 2018-07-30 17:46:58,847 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-3d43936b-57d4-42f6-8689-47e0384c08d0 2018-07-30 17:46:58,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-30 17:46:58,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/09e5b5a0-ff08-4f8a-b4a1-35dcc9076227 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c9c88ed223088c570f940d145e6bcd4afd8b268" 2018-07-30 17:46:58,886 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 17:46:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ceb633b-0ed5-4f0a-bfd2-ddf0fa2692c9 x-compute-request-id: req-2ceb633b-0ed5-4f0a-bfd2-ddf0fa2692c9 Content-Length: 0 Content-Type: application/json 2018-07-30 17:46:58,886 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/09e5b5a0-ff08-4f8a-b4a1-35dcc9076227 used request id req-2ceb633b-0ed5-4f0a-bfd2-ddf0fa2692c9 2018-07-30 17:46:58,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0378949642181s 2018-07-30 17:46:58,886 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/09e5b5a0-ff08-4f8a-b4a1-35dcc9076227 used request id req-2ceb633b-0ed5-4f0a-bfd2-ddf0fa2692c9 2018-07-30 17:46:58,887 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke' failed. 2018-07-30 17:46:58,930 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-07-30 17:46:58,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 17:46:58,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-30 17:46:58,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 17:46:58,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 17:46:58,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 17:46:58,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 17:46:58,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 17:46:58,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 17:46:58,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 17:46:58,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 17:46:58,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 17:46:58,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 17:46:58,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 17:46:58,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 17:46:58,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 17:46:58,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 17:46:58,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 17:46:58,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 17:46:58,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 17:46:58,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 17:46:58,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 17:46:58,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 17:46:58,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 17:46:58,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-30 17:46:58,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-30 17:46:58,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:46:58,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17:46:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dd51224-f701-42e5-8f5a-41a1a4701afc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 17:46:58,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-1dd51224-f701-42e5-8f5a-41a1a4701afc 2018-07-30 17:46:58,978 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 17:46:59,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb37427ee864bbead4b2c672b5c6b7d", "name": "admin"}], "expires_at": "2018-07-30T18:46:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5c443b661124ecdb463f917c180f6c2", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "audit_ids": ["9Cm43hn-RfaE9o3OwEmDVw"], "issued_at": "2018-07-30T17:46:59.000000Z"}} 2018-07-30 17:46:59,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:46:59,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" 2018-07-30 17:46:59,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5aa429d5-3ff9-4bb8-89b9-f20d8287bf36 Date: Mon, 30 Jul 2018 17:46:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 17:46:59,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5aa429d5-3ff9-4bb8-89b9-f20d8287bf36 2018-07-30 17:46:59,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.304270029068s 2018-07-30 17:46:59,694 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5aa429d5-3ff9-4bb8-89b9-f20d8287bf36 2018-07-30 17:46:59,695 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-07-30 17:47:00,062 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-07-30 17:47:00,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-30 17:47:00,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" -d '{"network": {"shared": true, "name": "rally_sanity-net_ddb4f21c-6078-46a3-bfd4-56d91e890bcc", "admin_state_up": true}}' 2018-07-30 17:47:00,556 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-19b84253-d05a-48d6-aabc-d808acb14c5b Date: Mon, 30 Jul 2018 17:47:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6ba496f4-2f95-401f-8601-8bc64b8fca00","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T17:47:00Z","is_default":false,"provider:segmentation_id":21,"name":"rally_sanity-net_ddb4f21c-6078-46a3-bfd4-56d91e890bcc","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:47:00Z","mtu":1450}} 2018-07-30 17:47:00,556 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-19b84253-d05a-48d6-aabc-d808acb14c5b 2018-07-30 17:47:00,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.494043111801s 2018-07-30 17:47:00,557 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-19b84253-d05a-48d6-aabc-d808acb14c5b 2018-07-30 17:47:00,557 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-30T17:47:00Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6ba496f4-2f95-401f-8601-8bc64b8fca00', u'provider:segmentation_id': 21, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', u'admin_state_up': True, u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T17:47:00Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'a5c443b661124ecdb463f917c180f6c2'}) 2018-07-30 17:47:00,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 17:47:00,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" 2018-07-30 17:47:00,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-2832775f-3cb6-4584-8b72-3fd818b7b9d2 Date: Mon, 30 Jul 2018 17:47:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6ba496f4-2f95-401f-8601-8bc64b8fca00","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T17:47:00Z","provider:segmentation_id":21,"name":"rally_sanity-net_ddb4f21c-6078-46a3-bfd4-56d91e890bcc","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:47:00Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 17:47:00,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2832775f-3cb6-4584-8b72-3fd818b7b9d2 2018-07-30 17:47:00,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.250787973404s 2018-07-30 17:47:00,809 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2832775f-3cb6-4584-8b72-3fd818b7b9d2 2018-07-30 17:47:00,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-30 17:47:00,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" -d '{"subnet": {"name": "rally_sanity-subnet_ddb4f21c-6078-46a3-bfd4-56d91e890bcc", "enable_dhcp": true, "network_id": "6ba496f4-2f95-401f-8601-8bc64b8fca00", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-30 17:47:01,478 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-330fac53-f692-42e4-bb98-a3fa385f0f58 Date: Mon, 30 Jul 2018 17:47:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ba496f4-2f95-401f-8601-8bc64b8fca00","tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:47:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:47:01Z","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":"a5c443b661124ecdb463f917c180f6c2","id":"566f816f-565a-42f7-8c28-69dc2bf41800","subnetpool_id":null,"name":"rally_sanity-subnet_ddb4f21c-6078-46a3-bfd4-56d91e890bcc"}} 2018-07-30 17:47:01,478 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-330fac53-f692-42e4-bb98-a3fa385f0f58 2018-07-30 17:47:01,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.667458057404s 2018-07-30 17:47:01,479 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-330fac53-f692-42e4-bb98-a3fa385f0f58 2018-07-30 17:47:01,479 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T17:47:01Z', 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'566f816f-565a-42f7-8c28-69dc2bf41800', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', u'enable_dhcp': True, u'network_id': u'6ba496f4-2f95-401f-8601-8bc64b8fca00', u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T17:47:01Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a5c443b661124ecdb463f917c180f6c2'}) 2018-07-30 17:47:01,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-30 17:47:01,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" -d '{"router": {"external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832"}, "name": "rally_sanity-router_ddb4f21c-6078-46a3-bfd4-56d91e890bcc", "admin_state_up": true}}' 2018-07-30 17:47:02,780 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-5839fdf2-dc76-4636-88b9-32725df20a7b Date: Mon, 30 Jul 2018 17:47:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:47:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-30T17:47:02Z", "revision_number": 2, "routes": [], "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "3515d1e7-3295-4f40-af99-203a8baf0743", "name": "rally_sanity-router_ddb4f21c-6078-46a3-bfd4-56d91e890bcc"}} 2018-07-30 17:47:02,780 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-5839fdf2-dc76-4636-88b9-32725df20a7b 2018-07-30 17:47:02,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.30041003227s 2018-07-30 17:47:02,780 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-5839fdf2-dc76-4636-88b9-32725df20a7b 2018-07-30 17:47:02,781 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T17:47:01Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-30T17:47:02Z', u'revision_number': 2, u'routes': [], u'project_id': u'a5c443b661124ecdb463f917c180f6c2', u'id': u'3515d1e7-3295-4f40-af99-203a8baf0743', u'name': u'rally_sanity-router_ddb4f21c-6078-46a3-bfd4-56d91e890bcc'}) 2018-07-30 17:47:02,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-30 17:47:02,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/3515d1e7-3295-4f40-af99-203a8baf0743/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" -d '{"subnet_id": "566f816f-565a-42f7-8c28-69dc2bf41800"}' 2018-07-30 17:47:04,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d0fda74d-6759-4aaa-984b-6fa433511621 Date: Mon, 30 Jul 2018 17:47:04 GMT RESP BODY: {"network_id": "6ba496f4-2f95-401f-8601-8bc64b8fca00", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "subnet_id": "566f816f-565a-42f7-8c28-69dc2bf41800", "subnet_ids": ["566f816f-565a-42f7-8c28-69dc2bf41800"], "port_id": "806fccf9-1170-47a8-8bdf-eb9a6fc9d635", "id": "3515d1e7-3295-4f40-af99-203a8baf0743"} 2018-07-30 17:47:04,663 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/3515d1e7-3295-4f40-af99-203a8baf0743/add_router_interface.json used request id req-d0fda74d-6759-4aaa-984b-6fa433511621 2018-07-30 17:47:04,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.88130497932s 2018-07-30 17:47:04,663 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/3515d1e7-3295-4f40-af99-203a8baf0743/add_router_interface.json used request id req-d0fda74d-6759-4aaa-984b-6fa433511621 returning object 3515d1e7-3295-4f40-af99-203a8baf0743 2018-07-30 17:47:04,664 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-30 17:47:04,796 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-30 17:47:04,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 17:47:04,802 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 30 Jul 2018 17:47:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-30 17:47:04,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 17:47:04,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" 2018-07-30 17:47:05,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-605efb82-6ff1-4632-acda-f341228d0da0 Date: Mon, 30 Jul 2018 17:47:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 17:47:05,006 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-605efb82-6ff1-4632-acda-f341228d0da0 2018-07-30 17:47:05,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.19904589653s 2018-07-30 17:47:05,006 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-605efb82-6ff1-4632-acda-f341228d0da0 2018-07-30 17:47:05,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-30 17:47:05,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc"}' 2018-07-30 17:47:05,283 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/572348ce-7696-4881-8da7-630a1aa6706c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c2d910b6-716a-480f-befc-aee66fb7ded0 Date: Mon, 30 Jul 2018 17:47:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/572348ce-7696-4881-8da7-630a1aa6706c/file", "owner": "a5c443b661124ecdb463f917c180f6c2", "id": "572348ce-7696-4881-8da7-630a1aa6706c", "size": null, "self": "/v2/images/572348ce-7696-4881-8da7-630a1aa6706c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:47:05Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc", "checksum": null, "created_at": "2018-07-30T17:47:05Z", "protected": false} 2018-07-30 17:47:05,283 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-c2d910b6-716a-480f-befc-aee66fb7ded0 2018-07-30 17:47:05,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.268671989441s 2018-07-30 17:47:05,283 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-c2d910b6-716a-480f-befc-aee66fb7ded0 returning object 572348ce-7696-4881-8da7-630a1aa6706c 2018-07-30 17:47:05,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-30 17:47:05,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/572348ce-7696-4881-8da7-630a1aa6706c/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" -d '' 2018-07-30 17:47:06,751 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9798d719-fbb7-4a7d-bb2a-3fe6af92b73f Date: Mon, 30 Jul 2018 17:47:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 17:47:06,751 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/572348ce-7696-4881-8da7-630a1aa6706c/file used request id req-9798d719-fbb7-4a7d-bb2a-3fe6af92b73f 2018-07-30 17:47:06,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.46699810028s 2018-07-30 17:47:06,751 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/572348ce-7696-4881-8da7-630a1aa6706c/file used request id req-9798d719-fbb7-4a7d-bb2a-3fe6af92b73f 2018-07-30 17:47:06,752 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-30T17:47:05Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/572348ce-7696-4881-8da7-630a1aa6706c/file', u'owner': u'a5c443b661124ecdb463f917c180f6c2', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'572348ce-7696-4881-8da7-630a1aa6706c', u'size': None, u'name': u'rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', u'checksum': None, u'self': u'/v2/images/572348ce-7696-4881-8da7-630a1aa6706c', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-30T17:47:05Z', u'schema': u'/v2/schemas/image'}) 2018-07-30 17:47:06,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-30 17:47:06,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-30 17:47:06,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17: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-78a5e017-abb4-490d-b67b-29d084e69903 x-compute-request-id: req-78a5e017-abb4-490d-b67b-29d084e69903 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/95471451-9da2-435d-bc26-e43479d2261b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/95471451-9da2-435d-bc26-e43479d2261b", "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": "95471451-9da2-435d-bc26-e43479d2261b"}} 2018-07-30 17:47:06,969 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-78a5e017-abb4-490d-b67b-29d084e69903 2018-07-30 17:47:06,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.216193199158s 2018-07-30 17:47:06,969 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-78a5e017-abb4-490d-b67b-29d084e69903 2018-07-30 17:47:06,970 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', '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'a5c443b661124ecdb463f917c180f6c2', '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'95471451-9da2-435d-bc26-e43479d2261b', 'swap': 0}) 2018-07-30 17:47:06,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-30 17:47:06,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/95471451-9da2-435d-bc26-e43479d2261b/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" -d '{"extra_specs": {}}' 2018-07-30 17:47:06,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17: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 x-openstack-request-id: req-5dea6a3e-621e-46a6-b840-3a4e8f5faee4 x-compute-request-id: req-5dea6a3e-621e-46a6-b840-3a4e8f5faee4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-30 17:47:06,996 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/95471451-9da2-435d-bc26-e43479d2261b/os-extra_specs used request id req-5dea6a3e-621e-46a6-b840-3a4e8f5faee4 2018-07-30 17:47:06,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0249531269073s 2018-07-30 17:47:06,996 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/95471451-9da2-435d-bc26-e43479d2261b/os-extra_specs used request id req-5dea6a3e-621e-46a6-b840-3a4e8f5faee4 2018-07-30 17:47:06,996 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-30 17:47:09,848 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-07-30 17:47:12,623 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 71d90b10-cecf-4a5a-b233-c1c0f33e0866 | 2018-07-30T17:47:12.259365 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 71d90b10-cecf-4a5a-b233-c1c0f33e0866 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-07-30 17:47:16,287 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-07-30 17:47:16,288 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-07-30 17:47:16,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-30 17:47:16,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" 2018-07-30 17:47:16,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17: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,Accept-Encoding x-openstack-request-id: req-6be7b998-4258-4749-aae6-1f8aeae6fe3a x-compute-request-id: req-6be7b998-4258-4749-aae6-1f8aeae6fe3a Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 149}, "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.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 152}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-07-30 17:47:16,329 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-6be7b998-4258-4749-aae6-1f8aeae6fe3a 2018-07-30 17:47:16,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0403730869293s 2018-07-30 17:47:16,330 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-6be7b998-4258-4749-aae6-1f8aeae6fe3a 2018-07-30 17:47:16,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-30 17:47:16,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_ddb4f21c-6078-46a3-bfd4-56d91e890bcc", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-30 17:47:16,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17: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,Accept-Encoding x-openstack-request-id: req-b33d3b42-8af1-4b08-b45a-f2e93ccfbe7a x-compute-request-id: req-b33d3b42-8af1-4b08-b45a-f2e93ccfbe7a Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_ddb4f21c-6078-46a3-bfd4-56d91e890bcc", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6888243e-31ff-459e-b7bb-b5a9b9200e65", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6888243e-31ff-459e-b7bb-b5a9b9200e65", "rel": "bookmark"}], "ram": 1024, "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": "6888243e-31ff-459e-b7bb-b5a9b9200e65"}} 2018-07-30 17:47:16,400 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b33d3b42-8af1-4b08-b45a-f2e93ccfbe7a 2018-07-30 17:47:16,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0697150230408s 2018-07-30 17:47:16,401 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b33d3b42-8af1-4b08-b45a-f2e93ccfbe7a 2018-07-30 17:47:16,402 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'ephemeral': 0, 'ram': 1024, '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'a5c443b661124ecdb463f917c180f6c2', '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'6888243e-31ff-459e-b7bb-b5a9b9200e65', 'swap': 0}) 2018-07-30 17:47:16,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-30 17:47:16,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/6888243e-31ff-459e-b7bb-b5a9b9200e65/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" -d '{"extra_specs": {}}' 2018-07-30 17:47:16,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 17: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-e83b24da-13d1-4c59-8dc8-a82386ef3c41 x-compute-request-id: req-e83b24da-13d1-4c59-8dc8-a82386ef3c41 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-30 17:47:16,426 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/6888243e-31ff-459e-b7bb-b5a9b9200e65/os-extra_specs used request id req-e83b24da-13d1-4c59-8dc8-a82386ef3c41 2018-07-30 17:47:16,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0234389305115s 2018-07-30 17:47:16,426 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/6888243e-31ff-459e-b7bb-b5a9b9200e65/os-extra_specs used request id req-e83b24da-13d1-4c59-8dc8-a82386ef3c41 2018-07-30 17:47:16,426 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'ephemeral': 0, 'ram': 1024, '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'a5c443b661124ecdb463f917c180f6c2', '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'6888243e-31ff-459e-b7bb-b5a9b9200e65', 'swap': 0}) 2018-07-30 17:47:16,427 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-07-30 17:47:16,428 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-07-30 17:47:16,429 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-30 17:47:16,446 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-30 17:47:16,446 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '6ba496f4-2f95-401f-8601-8bc64b8fca00', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'flavor_name': 'rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-30 17:48:25,570 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dd2c2b03-2bf4-48ac-a16b-0773bc744aa7 2018-07-30 17:48:25,571 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-07-30 17:48:25,572 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'dd2c2b03-2bf4-48ac-a16b-0773bc744aa7'] 2018-07-30 17:48:26,498 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid dd2c2b03-2bf4-48ac-a16b-0773bc744aa7 -------------------------------------------------------------------------------- Task dd2c2b03-2bf4-48ac-a16b-0773bc744aa7: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dd2c2b03-2bf4-48ac-a16b-0773bc744aa7 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | total | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | -> duration | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.505453 Full duration: 7.887471 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dd2c2b03-2bf4-48ac-a16b-0773bc744aa7 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.396 | 0.396 | 0.396 | 0.396 | 0.396 | 0.396 | 100.0% | 1 | | total | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | -> duration | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.867236 Full duration: 8.109194 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dd2c2b03-2bf4-48ac-a16b-0773bc744aa7 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | total | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 100.0% | 1 | | -> duration | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.093338 Full duration: 8.412004 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dd2c2b03-2bf4-48ac-a16b-0773bc744aa7 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.396 | 0.396 | 0.396 | 0.396 | 0.396 | 0.396 | 100.0% | 1 | | total | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> duration | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.831747 Full duration: 8.335105 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dd2c2b03-2bf4-48ac-a16b-0773bc744aa7 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | total | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 100.0% | 1 | | -> duration | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.985014 Full duration: 8.621038 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dd2c2b03-2bf4-48ac-a16b-0773bc744aa7 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 100.0% | 1 | | total | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> duration | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.721793 Full duration: 7.859537 HINTS: * To plot HTML graphics with this data, run: rally task report dd2c2b03-2bf4-48ac-a16b-0773bc744aa7 --out output.html * To generate a JUnit report, run: rally task export dd2c2b03-2bf4-48ac-a16b-0773bc744aa7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dd2c2b03-2bf4-48ac-a16b-0773bc744aa7 --json --out output.json 2018-07-30 17:48:26,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'dd2c2b03-2bf4-48ac-a16b-0773bc744aa7', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-07-30 17:48:29,069 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid dd2c2b03-2bf4-48ac-a16b-0773bc744aa7 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-07-30 17:48:28.962 820 INFO rally.api [-] Building 'json' report for the following task(s): 'dd2c2b03-2bf4-48ac-a16b-0773bc744aa7'. 2018-07-30 17:48:28.967 820 INFO rally.api [-] The report has been successfully built. 2018-07-30 17:48:29,069 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'dd2c2b03-2bf4-48ac-a16b-0773bc744aa7', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-07-30 17:48:31,436 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid dd2c2b03-2bf4-48ac-a16b-0773bc744aa7 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-07-30 17:48:31.312 823 INFO rally.api [-] Building 'html' report for the following task(s): 'dd2c2b03-2bf4-48ac-a16b-0773bc744aa7'. 2018-07-30 17:48:31.335 823 INFO rally.api [-] The report has been successfully built. 2018-07-30 17:48:31,443 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-07-30 17:48:31,444 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-07-30 17:48:31,444 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-07-30 17:48:31,444 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-30 17:48:31,460 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-30 17:48:31,460 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '6ba496f4-2f95-401f-8601-8bc64b8fca00', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'flavor_name': 'rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-30 17:50:08,918 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f7353939-aeef-4f8a-b123-be6b71c418d3 2018-07-30 17:50:08,918 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f7353939-aeef-4f8a-b123-be6b71c418d3'] 2018-07-30 17:50:09,728 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f7353939-aeef-4f8a-b123-be6b71c418d3 -------------------------------------------------------------------------------- Task f7353939-aeef-4f8a-b123-be6b71c418d3: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f7353939-aeef-4f8a-b123-be6b71c418d3 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.743 | 3.743 | 3.743 | 3.743 | 3.743 | 3.743 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | -> glance_v2.upload_data | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | glance_v2.delete_image | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | total | 4.651 | 4.651 | 4.651 | 4.651 | 4.651 | 4.651 | 100.0% | 1 | | -> duration | 4.651 | 4.651 | 4.651 | 4.651 | 4.651 | 4.651 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.650901 Full duration: 13.685832 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f7353939-aeef-4f8a-b123-be6b71c418d3 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.334 | 4.334 | 4.334 | 4.334 | 4.334 | 4.334 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | -> glance_v2.upload_data | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 100.0% | 1 | | glance_v2.list_images | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 100.0% | 1 | | total | 4.64 | 4.64 | 4.64 | 4.64 | 4.64 | 4.64 | 100.0% | 1 | | -> duration | 4.64 | 4.64 | 4.64 | 4.64 | 4.64 | 4.64 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.639986 Full duration: 16.943865 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f7353939-aeef-4f8a-b123-be6b71c418d3 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.4 | 0.4 | 0.4 | 0.4 | 0.4 | 0.4 | 100.0% | 1 | | total | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 100.0% | 1 | | -> duration | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.400505 Full duration: 8.604348 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 } } }, "args": { "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "container_format": "bare", "disk_format": "qcow2", "number_instances": 2, "nics": [ { "net-id": "6ba496f4-2f95-401f-8601-8bc64b8fca00" } ], "flavor": { "name": "rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f7353939-aeef-4f8a-b123-be6b71c418d3 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.649 | 3.649 | 3.649 | 3.649 | 3.649 | 3.649 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | -> glance_v2.upload_data | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | nova.boot_servers | 14.244 | 14.244 | 14.244 | 14.244 | 14.244 | 14.244 | 100.0% | 1 | | total | 17.894 | 17.894 | 17.894 | 17.894 | 17.894 | 17.894 | 100.0% | 1 | | -> duration | 16.894 | 16.894 | 16.894 | 16.894 | 16.894 | 16.894 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.893583 Full duration: 39.728018 HINTS: * To plot HTML graphics with this data, run: rally task report f7353939-aeef-4f8a-b123-be6b71c418d3 --out output.html * To generate a JUnit report, run: rally task export f7353939-aeef-4f8a-b123-be6b71c418d3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f7353939-aeef-4f8a-b123-be6b71c418d3 --json --out output.json 2018-07-30 17:50:09,729 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f7353939-aeef-4f8a-b123-be6b71c418d3', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-07-30 17:50:12,351 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f7353939-aeef-4f8a-b123-be6b71c418d3 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-07-30 17:50:12.225 1376 INFO rally.api [-] Building 'json' report for the following task(s): 'f7353939-aeef-4f8a-b123-be6b71c418d3'. 2018-07-30 17:50:12.231 1376 INFO rally.api [-] The report has been successfully built. 2018-07-30 17:50:12,352 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f7353939-aeef-4f8a-b123-be6b71c418d3', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-07-30 17:50:14,890 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f7353939-aeef-4f8a-b123-be6b71c418d3 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-07-30 17:50:14.763 1379 INFO rally.api [-] Building 'html' report for the following task(s): 'f7353939-aeef-4f8a-b123-be6b71c418d3'. 2018-07-30 17:50:14.786 1379 INFO rally.api [-] The report has been successfully built. 2018-07-30 17:50:14,893 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-07-30 17:50:14,894 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-07-30 17:50:14,894 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-07-30 17:50:14,894 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-30 17:50:14,902 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-30 17:50:14,903 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '6ba496f4-2f95-401f-8601-8bc64b8fca00', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'flavor_name': 'rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-30 17:53:31,271 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c9bf71a3-0059-4e49-a5df-f6bf45a2db0f 2018-07-30 17:53:31,272 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c9bf71a3-0059-4e49-a5df-f6bf45a2db0f'] 2018-07-30 17:53:32,265 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c9bf71a3-0059-4e49-a5df-f6bf45a2db0f -------------------------------------------------------------------------------- Task c9bf71a3-0059-4e49-a5df-f6bf45a2db0f: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c9bf71a3-0059-4e49-a5df-f6bf45a2db0f has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.158 | 3.158 | 3.158 | 3.158 | 3.158 | 3.158 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.69 | 2.69 | 2.69 | 2.69 | 2.69 | 2.69 | 100.0% | 1 | | total | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 100.0% | 1 | | -> duration | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 5.849 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.848648 Full duration: 22.713928 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c9bf71a3-0059-4e49-a5df-f6bf45a2db0f has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.313 | 3.313 | 3.313 | 3.313 | 3.313 | 3.313 | 100.0% | 1 | | cinder_v2.delete_volume | 2.526 | 2.526 | 2.526 | 2.526 | 2.526 | 2.526 | 100.0% | 1 | | total | 5.839 | 5.839 | 5.839 | 5.839 | 5.839 | 5.839 | 100.0% | 1 | | -> duration | 5.839 | 5.839 | 5.839 | 5.839 | 5.839 | 5.839 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.839444 Full duration: 16.872446 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "image": { "name": "rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c9bf71a3-0059-4e49-a5df-f6bf45a2db0f has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.573 | 7.573 | 7.573 | 7.573 | 7.573 | 7.573 | 100.0% | 1 | | cinder_v2.delete_volume | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 100.0% | 1 | | total | 8.027 | 8.027 | 8.027 | 8.027 | 8.027 | 8.027 | 100.0% | 1 | | -> duration | 8.027 | 8.027 | 8.027 | 8.027 | 8.027 | 8.027 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.027405 Full duration: 19.556217 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c9bf71a3-0059-4e49-a5df-f6bf45a2db0f has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.374 | 3.374 | 3.374 | 3.374 | 3.374 | 3.374 | 100.0% | 1 | | cinder_v2.delete_volume | 0.449 | 0.449 | 0.449 | 0.449 | 0.449 | 0.449 | 100.0% | 1 | | total | 3.824 | 3.824 | 3.824 | 3.824 | 3.824 | 3.824 | 100.0% | 1 | | -> duration | 3.824 | 3.824 | 3.824 | 3.824 | 3.824 | 3.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.823953 Full duration: 14.525114 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c9bf71a3-0059-4e49-a5df-f6bf45a2db0f has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.371 | 3.371 | 3.371 | 3.371 | 3.371 | 3.371 | 100.0% | 1 | | cinder_v2.extend_volume | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | cinder_v2.delete_volume | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | total | 4.39 | 4.39 | 4.39 | 4.39 | 4.39 | 4.39 | 100.0% | 1 | | -> duration | 4.39 | 4.39 | 4.39 | 4.39 | 4.39 | 4.39 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.39032 Full duration: 15.084785 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c9bf71a3-0059-4e49-a5df-f6bf45a2db0f has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.988 | 3.988 | 3.988 | 3.988 | 3.988 | 3.988 | 100.0% | 1 | | cinder_v2.delete_volume | 2.571 | 2.571 | 2.571 | 2.571 | 2.571 | 2.571 | 100.0% | 1 | | total | 6.56 | 6.56 | 6.56 | 6.56 | 6.56 | 6.56 | 100.0% | 1 | | -> duration | 6.56 | 6.56 | 6.56 | 6.56 | 6.56 | 6.56 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.559631 Full duration: 24.765066 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "write_iops_sec": "10", "consumer": "both", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c9bf71a3-0059-4e49-a5df-f6bf45a2db0f has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | cinder_v2.list_qos | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> duration | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.838447 Full duration: 13.388864 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "set_read_iops_sec": "1001", "set_consumer": "both", "read_iops_sec": "1000", "set_write_iops_sec": "11", "write_iops_sec": "10", "consumer": "back-end" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c9bf71a3-0059-4e49-a5df-f6bf45a2db0f has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | cinder_v2.set_qos | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 | 100.0% | 1 | | total | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | -> duration | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.891029 Full duration: 13.104034 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c9bf71a3-0059-4e49-a5df-f6bf45a2db0f has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | cinder_v2.list_types | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> duration | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.866069 Full duration: 13.599828 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "control_location": "front-end", "cipher": "aes-xts-plain64", "description": "rally tests creating types", "key_size": 512, "provider": "LuksEncryptor" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c9bf71a3-0059-4e49-a5df-f6bf45a2db0f has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 0.653 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 100.0% | 1 | | total | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 100.0% | 1 | | -> duration | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.880346 Full duration: 13.135128 HINTS: * To plot HTML graphics with this data, run: rally task report c9bf71a3-0059-4e49-a5df-f6bf45a2db0f --out output.html * To generate a JUnit report, run: rally task export c9bf71a3-0059-4e49-a5df-f6bf45a2db0f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c9bf71a3-0059-4e49-a5df-f6bf45a2db0f --json --out output.json 2018-07-30 17:53:32,265 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c9bf71a3-0059-4e49-a5df-f6bf45a2db0f', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-07-30 17:53:35,155 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c9bf71a3-0059-4e49-a5df-f6bf45a2db0f --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-07-30 17:53:35.023 3168 INFO rally.api [-] Building 'json' report for the following task(s): 'c9bf71a3-0059-4e49-a5df-f6bf45a2db0f'. 2018-07-30 17:53:35.033 3168 INFO rally.api [-] The report has been successfully built. 2018-07-30 17:53:35,156 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c9bf71a3-0059-4e49-a5df-f6bf45a2db0f', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-07-30 17:53:37,759 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c9bf71a3-0059-4e49-a5df-f6bf45a2db0f --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-07-30 17:53:37.617 3171 INFO rally.api [-] Building 'html' report for the following task(s): 'c9bf71a3-0059-4e49-a5df-f6bf45a2db0f'. 2018-07-30 17:53:37.646 3171 INFO rally.api [-] The report has been successfully built. 2018-07-30 17:53:37,773 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-07-30 17:53:37,773 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-07-30 17:53:37,774 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-gnocchi.yaml 2018-07-30 17:53:37,774 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-30 17:53:37,790 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-30 17:53:37,791 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['gnocchi'], 'concurrency': 4, 'netid': '6ba496f4-2f95-401f-8601-8bc64b8fca00', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'flavor_name': 'rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-30 17:55:36,872 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3c61fb5f-6700-4a19-a80a-7aaa68512263 2018-07-30 17:55:36,873 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '3c61fb5f-6700-4a19-a80a-7aaa68512263'] 2018-07-30 17:55:37,848 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 3c61fb5f-6700-4a19-a80a-7aaa68512263 -------------------------------------------------------------------------------- Task 3c61fb5f-6700-4a19-a80a-7aaa68512263: finished -------------------------------------------------------------------------------- test scenario Gnocchi.list_capabilities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3c61fb5f-6700-4a19-a80a-7aaa68512263 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_capabilities | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | total | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> duration | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.621246 Full duration: 7.813046 -------------------------------------------------------------------------------- test scenario Gnocchi.get_status args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "detailed": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3c61fb5f-6700-4a19-a80a-7aaa68512263 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.get_status | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | total | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> duration | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.616153 Full duration: 7.707064 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.list_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3c61fb5f-6700-4a19-a80a-7aaa68512263 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy_rule | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | total | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | -> duration | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.622217 Full duration: 8.074619 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.create_delete_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "metric_pattern": "cpu_*", "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3c61fb5f-6700-4a19-a80a-7aaa68512263 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy_rule | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> duration | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.866246 Full duration: 9.280009 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.list_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3c61fb5f-6700-4a19-a80a-7aaa68512263 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | total | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | -> duration | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.605973 Full duration: 7.98814 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.create_delete_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "definition": [ { "timespan": "1:00:00", "granularity": "0:00:01" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3c61fb5f-6700-4a19-a80a-7aaa68512263 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> duration | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.828617 Full duration: 8.878879 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.list_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3c61fb5f-6700-4a19-a80a-7aaa68512263 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_resource_type | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | total | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | -> duration | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.67862 Full duration: 7.712902 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.create_delete_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "attributes": { "foo": { "required": false, "type": "string" }, "bar": { "required": true, "type": "number" } } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3c61fb5f-6700-4a19-a80a-7aaa68512263 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource_type | 1.309 | 1.309 | 1.309 | 1.309 | 1.309 | 1.309 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 100.0% | 1 | | total | 1.68 | 1.68 | 1.68 | 1.68 | 1.68 | 1.68 | 100.0% | 1 | | -> duration | 1.68 | 1.68 | 1.68 | 1.68 | 1.68 | 1.68 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.679923 Full duration: 9.90399 -------------------------------------------------------------------------------- test scenario GnocchiMetric.list_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "limit": 10000 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3c61fb5f-6700-4a19-a80a-7aaa68512263 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_metric | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | total | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | -> duration | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.608306 Full duration: 7.606875 -------------------------------------------------------------------------------- test scenario GnocchiMetric.create_delete_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3c61fb5f-6700-4a19-a80a-7aaa68512263 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_metric | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | gnocchi.delete_metric | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | total | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | -> duration | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.034901 Full duration: 8.988617 -------------------------------------------------------------------------------- test scenario GnocchiResource.create_delete_resource args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 3c61fb5f-6700-4a19-a80a-7aaa68512263 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | gnocchi.delete_resource | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | total | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | -> duration | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.824607 Full duration: 8.898461 HINTS: * To plot HTML graphics with this data, run: rally task report 3c61fb5f-6700-4a19-a80a-7aaa68512263 --out output.html * To generate a JUnit report, run: rally task export 3c61fb5f-6700-4a19-a80a-7aaa68512263 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3c61fb5f-6700-4a19-a80a-7aaa68512263 --json --out output.json 2018-07-30 17:55:37,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '3c61fb5f-6700-4a19-a80a-7aaa68512263', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-07-30 17:55:40,423 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 3c61fb5f-6700-4a19-a80a-7aaa68512263 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-07-30 17:55:40.313 4306 INFO rally.api [-] Building 'json' report for the following task(s): '3c61fb5f-6700-4a19-a80a-7aaa68512263'. 2018-07-30 17:55:40.322 4306 INFO rally.api [-] The report has been successfully built. 2018-07-30 17:55:40,424 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '3c61fb5f-6700-4a19-a80a-7aaa68512263', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-07-30 17:55:43,020 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 3c61fb5f-6700-4a19-a80a-7aaa68512263 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-07-30 17:55:42.890 4309 INFO rally.api [-] Building 'html' report for the following task(s): '3c61fb5f-6700-4a19-a80a-7aaa68512263'. 2018-07-30 17:55:42.917 4309 INFO rally.api [-] The report has been successfully built. 2018-07-30 17:55:43,032 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-07-30 17:55:43,033 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-07-30 17:55:43,033 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-07-30 17:55:43,033 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-30 17:55:43,050 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-30 17:55:43,050 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '6ba496f4-2f95-401f-8601-8bc64b8fca00', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'flavor_name': 'rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-30 17:57:11,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : be2e0086-abe7-470b-a16e-de1899707d20 2018-07-30 17:57:11,855 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'be2e0086-abe7-470b-a16e-de1899707d20'] 2018-07-30 17:57:12,775 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid be2e0086-abe7-470b-a16e-de1899707d20 -------------------------------------------------------------------------------- Task be2e0086-abe7-470b-a16e-de1899707d20: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task be2e0086-abe7-470b-a16e-de1899707d20 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.737 | 4.737 | 4.737 | 4.737 | 4.737 | 4.737 | 100.0% | 1 | | heat.update_stack | 3.109 | 3.109 | 3.109 | 3.109 | 3.109 | 3.109 | 100.0% | 1 | | heat.delete_stack | 3.161 | 3.161 | 3.161 | 3.161 | 3.161 | 3.161 | 100.0% | 1 | | total | 11.007 | 11.007 | 11.007 | 11.007 | 11.007 | 11.007 | 100.0% | 1 | | -> duration | 7.007 | 7.007 | 7.007 | 7.007 | 7.007 | 7.007 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.006748 Full duration: 20.545199 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task be2e0086-abe7-470b-a16e-de1899707d20 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.756 | 4.756 | 4.756 | 4.756 | 4.756 | 4.756 | 100.0% | 1 | | heat.check_stack | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 100.0% | 1 | | heat.delete_stack | 1.703 | 1.703 | 1.703 | 1.703 | 1.703 | 1.703 | 100.0% | 1 | | total | 7.532 | 7.532 | 7.532 | 7.532 | 7.532 | 7.532 | 100.0% | 1 | | -> duration | 5.532 | 5.532 | 5.532 | 5.532 | 5.532 | 5.532 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.532262 Full duration: 18.498265 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task be2e0086-abe7-470b-a16e-de1899707d20 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.01 | 5.01 | 5.01 | 5.01 | 5.01 | 5.01 | 100.0% | 1 | | heat.suspend_stack | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | heat.resume_stack | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | heat.delete_stack | 1.857 | 1.857 | 1.857 | 1.857 | 1.857 | 1.857 | 100.0% | 1 | | total | 8.741 | 8.741 | 8.741 | 8.741 | 8.741 | 8.741 | 100.0% | 1 | | -> duration | 6.741 | 6.741 | 6.741 | 6.741 | 6.741 | 6.741 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.741369 Full duration: 17.814832 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task be2e0086-abe7-470b-a16e-de1899707d20 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | total | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | -> duration | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.604072 Full duration: 8.892336 HINTS: * To plot HTML graphics with this data, run: rally task report be2e0086-abe7-470b-a16e-de1899707d20 --out output.html * To generate a JUnit report, run: rally task export be2e0086-abe7-470b-a16e-de1899707d20 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report be2e0086-abe7-470b-a16e-de1899707d20 --json --out output.json 2018-07-30 17:57:12,775 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'be2e0086-abe7-470b-a16e-de1899707d20', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-07-30 17:57:15,334 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid be2e0086-abe7-470b-a16e-de1899707d20 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-07-30 17:57:15.229 5222 INFO rally.api [-] Building 'json' report for the following task(s): 'be2e0086-abe7-470b-a16e-de1899707d20'. 2018-07-30 17:57:15.234 5222 INFO rally.api [-] The report has been successfully built. 2018-07-30 17:57:15,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'be2e0086-abe7-470b-a16e-de1899707d20', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-07-30 17:57:17,824 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid be2e0086-abe7-470b-a16e-de1899707d20 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-07-30 17:57:17.702 5225 INFO rally.api [-] Building 'html' report for the following task(s): 'be2e0086-abe7-470b-a16e-de1899707d20'. 2018-07-30 17:57:17.724 5225 INFO rally.api [-] The report has been successfully built. 2018-07-30 17:57:17,830 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-07-30 17:57:17,831 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-07-30 17:57:17,831 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-07-30 17:57:17,832 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-30 17:57:17,848 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-30 17:57:17,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '6ba496f4-2f95-401f-8601-8bc64b8fca00', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'flavor_name': 'rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-30 18:00:38,805 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b743dcf5-e085-4d2b-a395-d676eb3bdf81 2018-07-30 18:00:38,805 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b743dcf5-e085-4d2b-a395-d676eb3bdf81'] 2018-07-30 18:00:39,727 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b743dcf5-e085-4d2b-a395-d676eb3bdf81 -------------------------------------------------------------------------------- Task b743dcf5-e085-4d2b-a395-d676eb3bdf81: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b743dcf5-e085-4d2b-a395-d676eb3bdf81 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | keystone_v3.add_role | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 100.0% | 1 | | keystone_v3.revoke_role | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 100.0% | 1 | | total | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 100.0% | 1 | | -> duration | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.988795 Full duration: 15.706234 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b743dcf5-e085-4d2b-a395-d676eb3bdf81 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.544 | 0.544 | 0.544 | 0.544 | 0.544 | 0.544 | 100.0% | 1 | | keystone_v3.add_role | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 100.0% | 1 | | keystone_v3.list_roles | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | total | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | -> duration | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.877448 Full duration: 15.620204 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b743dcf5-e085-4d2b-a395-d676eb3bdf81 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | keystone_v3.list_projects | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | -> duration | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.848239 Full duration: 15.522149 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b743dcf5-e085-4d2b-a395-d676eb3bdf81 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.537 | 0.537 | 0.537 | 0.537 | 0.537 | 0.537 | 100.0% | 1 | | keystone_v3.delete_role | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | total | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | -> duration | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.584479 Full duration: 13.091466 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b743dcf5-e085-4d2b-a395-d676eb3bdf81 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.532 | 0.532 | 0.532 | 0.532 | 0.532 | 0.532 | 100.0% | 1 | | keystone_v3.delete_service | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | total | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | -> duration | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.66634 Full duration: 13.025165 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b743dcf5-e085-4d2b-a395-d676eb3bdf81 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | keystone_v3.create_user | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | -> keystone_v3.add_role | 0.059 | 0.059 | 0.059 | 0.059 | 0.059 | 0.059 | 100.0% | 1 | | keystone_v3.create_role | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | keystone_v3.get_project | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | keystone_v3.get_user | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | keystone_v3.get_role | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | keystone_v3.list_services | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.get_services | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 1.916 | 1.916 | 1.916 | 1.916 | 1.916 | 1.916 | 100.0% | 1 | | -> duration | 1.916 | 1.916 | 1.916 | 1.916 | 1.916 | 1.916 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.916355 Full duration: 20.620081 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b743dcf5-e085-4d2b-a395-d676eb3bdf81 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | keystone_v3.update_project | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | keystone_v3.delete_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 100.0% | 1 | | -> duration | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.982295 Full duration: 13.518305 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b743dcf5-e085-4d2b-a395-d676eb3bdf81 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | total | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> duration | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.769417 Full duration: 15.122815 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b743dcf5-e085-4d2b-a395-d676eb3bdf81 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | total | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> duration | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.73167 Full duration: 15.157144 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b743dcf5-e085-4d2b-a395-d676eb3bdf81 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | keystone_v3.list_users | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 100.0% | 1 | | -> duration | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.972798 Full duration: 15.870451 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b743dcf5-e085-4d2b-a395-d676eb3bdf81 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | keystone_v3.create_users | 5.525 | 5.525 | 5.525 | 5.525 | 5.525 | 5.525 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.524 | 5.524 | 5.524 | 5.524 | 5.524 | 5.524 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.432 | 1.432 | 1.432 | 1.432 | 1.432 | 1.432 | 100.0% | 1 | | total | 7.431 | 7.431 | 7.431 | 7.431 | 7.431 | 7.431 | 100.0% | 1 | | -> duration | 7.431 | 7.431 | 7.431 | 7.431 | 7.431 | 7.431 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.430581 Full duration: 24.659949 HINTS: * To plot HTML graphics with this data, run: rally task report b743dcf5-e085-4d2b-a395-d676eb3bdf81 --out output.html * To generate a JUnit report, run: rally task export b743dcf5-e085-4d2b-a395-d676eb3bdf81 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b743dcf5-e085-4d2b-a395-d676eb3bdf81 --json --out output.json 2018-07-30 18:00:39,727 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b743dcf5-e085-4d2b-a395-d676eb3bdf81', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-07-30 18:00:42,536 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b743dcf5-e085-4d2b-a395-d676eb3bdf81 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-07-30 18:00:42.391 7140 INFO rally.api [-] Building 'json' report for the following task(s): 'b743dcf5-e085-4d2b-a395-d676eb3bdf81'. 2018-07-30 18:00:42.402 7140 INFO rally.api [-] The report has been successfully built. 2018-07-30 18:00:42,536 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b743dcf5-e085-4d2b-a395-d676eb3bdf81', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-07-30 18:00:45,027 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b743dcf5-e085-4d2b-a395-d676eb3bdf81 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-07-30 18:00:44.896 7143 INFO rally.api [-] Building 'html' report for the following task(s): 'b743dcf5-e085-4d2b-a395-d676eb3bdf81'. 2018-07-30 18:00:44.926 7143 INFO rally.api [-] The report has been successfully built. 2018-07-30 18:00:45,043 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-07-30 18:00:45,043 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-07-30 18:00:45,044 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-07-30 18:00:45,044 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-30 18:00:45,060 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-30 18:00:45,061 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '6ba496f4-2f95-401f-8601-8bc64b8fca00', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'flavor_name': 'rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-30 18:06:33,228 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5404a957-6054-4102-9a51-72046ab2e926 2018-07-30 18:06:33,229 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '5404a957-6054-4102-9a51-72046ab2e926'] 2018-07-30 18:06:34,220 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 5404a957-6054-4102-9a51-72046ab2e926 -------------------------------------------------------------------------------- Task 5404a957-6054-4102-9a51-72046ab2e926: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5404a957-6054-4102-9a51-72046ab2e926 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 100.0% | 1 | | neutron.delete_network | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | total | 1.957 | 1.957 | 1.957 | 1.957 | 1.957 | 1.957 | 100.0% | 1 | | -> duration | 1.957 | 1.957 | 1.957 | 1.957 | 1.957 | 1.957 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.957143 Full duration: 16.372101 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5404a957-6054-4102-9a51-72046ab2e926 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.516 | 1.516 | 1.516 | 1.516 | 1.516 | 1.516 | 100.0% | 1 | | neutron.delete_port | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | total | 2.179 | 2.179 | 2.179 | 2.179 | 2.179 | 2.179 | 100.0% | 1 | | -> duration | 2.179 | 2.179 | 2.179 | 2.179 | 2.179 | 2.179 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.178875 Full duration: 33.851916 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "router": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5404a957-6054-4102-9a51-72046ab2e926 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 100.0% | 1 | | neutron.create_subnet | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | neutron.create_router | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 0.348 | 100.0% | 1 | | neutron.add_interface_router | 2.042 | 2.042 | 2.042 | 2.042 | 2.042 | 2.042 | 100.0% | 1 | | neutron.remove_interface_router | 1.424 | 1.424 | 1.424 | 1.424 | 1.424 | 1.424 | 100.0% | 1 | | neutron.delete_router | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | total | 6.493 | 6.493 | 6.493 | 6.493 | 6.493 | 6.493 | 100.0% | 1 | | -> duration | 6.493 | 6.493 | 6.493 | 6.493 | 6.493 | 6.493 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.492769 Full duration: 42.677515 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5404a957-6054-4102-9a51-72046ab2e926 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 100.0% | 1 | | neutron.delete_subnet | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | total | 2.102 | 2.102 | 2.102 | 2.102 | 2.102 | 2.102 | 100.0% | 1 | | -> duration | 2.102 | 2.102 | 2.102 | 2.102 | 2.102 | 2.102 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.101943 Full duration: 32.071428 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5404a957-6054-4102-9a51-72046ab2e926 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 100.0% | 1 | | neutron.list_networks | 0.311 | 0.311 | 0.311 | 0.311 | 0.311 | 0.311 | 100.0% | 1 | | total | 2.011 | 2.011 | 2.011 | 2.011 | 2.011 | 2.011 | 100.0% | 1 | | -> duration | 2.011 | 2.011 | 2.011 | 2.011 | 2.011 | 2.011 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.010956 Full duration: 18.409834 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5404a957-6054-4102-9a51-72046ab2e926 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.753 | 1.753 | 1.753 | 1.753 | 1.753 | 1.753 | 100.0% | 1 | | neutron.list_ports | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | total | 2.34 | 2.34 | 2.34 | 2.34 | 2.34 | 2.34 | 100.0% | 1 | | -> duration | 2.34 | 2.34 | 2.34 | 2.34 | 2.34 | 2.34 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.340148 Full duration: 34.441728 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1, "router": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5404a957-6054-4102-9a51-72046ab2e926 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | neutron.create_subnet | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | neutron.create_router | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 0.457 | 100.0% | 1 | | neutron.add_interface_router | 2.005 | 2.005 | 2.005 | 2.005 | 2.005 | 2.005 | 100.0% | 1 | | neutron.list_routers | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 100.0% | 1 | | total | 4.682 | 4.682 | 4.682 | 4.682 | 4.682 | 4.682 | 100.0% | 1 | | -> duration | 4.682 | 4.682 | 4.682 | 4.682 | 4.682 | 4.682 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.682028 Full duration: 45.723297 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5404a957-6054-4102-9a51-72046ab2e926 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 100.0% | 1 | | neutron.create_subnet | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | neutron.list_subnets | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 100.0% | 1 | | total | 2.249 | 2.249 | 2.249 | 2.249 | 2.249 | 2.249 | 100.0% | 1 | | -> duration | 2.249 | 2.249 | 2.249 | 2.249 | 2.249 | 2.249 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.24946 Full duration: 38.150424 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5404a957-6054-4102-9a51-72046ab2e926 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 100.0% | 1 | | neutron.delete_security_group | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 100.0% | 1 | | total | 1.397 | 1.397 | 1.397 | 1.397 | 1.397 | 1.397 | 100.0% | 1 | | -> duration | 1.397 | 1.397 | 1.397 | 1.397 | 1.397 | 1.397 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.39746 Full duration: 15.392562 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5404a957-6054-4102-9a51-72046ab2e926 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 100.0% | 1 | | neutron.create_security_group_rule | 0.535 | 0.535 | 0.535 | 0.535 | 0.535 | 0.535 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 100.0% | 1 | | neutron.delete_security_group | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | total | 2.133 | 2.133 | 2.133 | 2.133 | 2.133 | 2.133 | 100.0% | 1 | | -> duration | 2.133 | 2.133 | 2.133 | 2.133 | 2.133 | 2.133 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.132689 Full duration: 15.916858 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "admin" ], "quotas": { "neutron": { "router": -1, "network": -1 } } }, "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5404a957-6054-4102-9a51-72046ab2e926 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.141 | 1.141 | 1.141 | 1.141 | 1.141 | 1.141 | 100.0% | 1 | | neutron.create_router | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | neutron.add_gateway_router | 1.573 | 1.573 | 1.573 | 1.573 | 1.573 | 1.573 | 100.0% | 1 | | neutron.remove_gateway_router | 1.329 | 1.329 | 1.329 | 1.329 | 1.329 | 1.329 | 100.0% | 1 | | total | 4.35 | 4.35 | 4.35 | 4.35 | 4.35 | 4.35 | 100.0% | 1 | | -> duration | 4.35 | 4.35 | 4.35 | 4.35 | 4.35 | 4.35 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.349941 Full duration: 27.687915 HINTS: * To plot HTML graphics with this data, run: rally task report 5404a957-6054-4102-9a51-72046ab2e926 --out output.html * To generate a JUnit report, run: rally task export 5404a957-6054-4102-9a51-72046ab2e926 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5404a957-6054-4102-9a51-72046ab2e926 --json --out output.json 2018-07-30 18:06:34,221 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '5404a957-6054-4102-9a51-72046ab2e926', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-07-30 18:06:36,722 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 5404a957-6054-4102-9a51-72046ab2e926 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-07-30 18:06:36.608 10438 INFO rally.api [-] Building 'json' report for the following task(s): '5404a957-6054-4102-9a51-72046ab2e926'. 2018-07-30 18:06:36.620 10438 INFO rally.api [-] The report has been successfully built. 2018-07-30 18:06:36,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '5404a957-6054-4102-9a51-72046ab2e926', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-07-30 18:06:39,372 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 5404a957-6054-4102-9a51-72046ab2e926 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-07-30 18:06:39.235 10441 INFO rally.api [-] Building 'html' report for the following task(s): '5404a957-6054-4102-9a51-72046ab2e926'. 2018-07-30 18:06:39.266 10441 INFO rally.api [-] The report has been successfully built. 2018-07-30 18:06:39,380 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-07-30 18:06:39,380 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-07-30 18:06:39,381 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-07-30 18:06:39,381 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-30 18:06:39,388 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-30 18:06:39,388 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '6ba496f4-2f95-401f-8601-8bc64b8fca00', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'flavor_name': 'rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-30 18:13:52,464 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 52c9a3a5-9610-489d-b595-41505825d3c5 2018-07-30 18:13:52,465 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '52c9a3a5-9610-489d-b595-41505825d3c5'] 2018-07-30 18:13:53,446 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 52c9a3a5-9610-489d-b595-41505825d3c5 -------------------------------------------------------------------------------- Task 52c9a3a5-9610-489d-b595-41505825d3c5: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "block_migration": false, "flavor": { "name": "rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" }, "image": { "name": "rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" }, "nics": [ { "net-id": "6ba496f4-2f95-401f-8601-8bc64b8fca00" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 52c9a3a5-9610-489d-b595-41505825d3c5 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 12.563 | 12.563 | 12.563 | 12.563 | 12.563 | 12.563 | 100.0% | 1 | | nova.live_migrate | 15.514 | 15.514 | 15.514 | 15.514 | 15.514 | 15.514 | 100.0% | 1 | | nova.delete_server | 2.794 | 2.794 | 2.794 | 2.794 | 2.794 | 2.794 | 100.0% | 1 | | total | 30.871 | 30.871 | 30.871 | 30.871 | 30.871 | 30.871 | 100.0% | 1 | | -> duration | 29.871 | 29.871 | 29.871 | 29.871 | 29.871 | 29.871 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 29.870555 Full duration: 41.308988 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "block_migration": false, "flavor": { "name": "rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" }, "boot_server_kwargs": { "nics": [ { "net-id": "6ba496f4-2f95-401f-8601-8bc64b8fca00" } ] }, "image": { "name": "rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" }, "size": 10 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 52c9a3a5-9610-489d-b595-41505825d3c5 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 13.029 | 13.029 | 13.029 | 13.029 | 13.029 | 13.029 | 100.0% | 1 | | cinder_v2.create_volume | 2.963 | 2.963 | 2.963 | 2.963 | 2.963 | 2.963 | 100.0% | 1 | | nova.attach_volume | 4.425 | 4.425 | 4.425 | 4.425 | 4.425 | 4.425 | 100.0% | 1 | | nova.live_migrate | 15.347 | 15.347 | 15.347 | 15.347 | 15.347 | 15.347 | 100.0% | 1 | | nova.detach_volume | 4.329 | 4.329 | 4.329 | 4.329 | 4.329 | 4.329 | 100.0% | 1 | | cinder_v2.delete_volume | 2.703 | 2.703 | 2.703 | 2.703 | 2.703 | 2.703 | 100.0% | 1 | | nova.delete_server | 2.982 | 2.982 | 2.982 | 2.982 | 2.982 | 2.982 | 100.0% | 1 | | total | 45.78 | 45.78 | 45.78 | 45.78 | 45.78 | 45.78 | 100.0% | 1 | | -> duration | 44.78 | 44.78 | 44.78 | 44.78 | 44.78 | 44.78 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 44.779588 Full duration: 58.629703 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "volume_size": 10, "nics": [ { "net-id": "6ba496f4-2f95-401f-8601-8bc64b8fca00" } ], "image": { "name": "rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" }, "block_migration": false, "force_delete": false, "flavor": { "name": "rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 52c9a3a5-9610-489d-b595-41505825d3c5 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 7.103 | 7.103 | 7.103 | 7.103 | 7.103 | 7.103 | 100.0% | 1 | | nova.boot_server | 12.952 | 12.952 | 12.952 | 12.952 | 12.952 | 12.952 | 100.0% | 1 | | nova.live_migrate | 18.056 | 18.056 | 18.056 | 18.056 | 18.056 | 18.056 | 100.0% | 1 | | nova.delete_server | 2.916 | 2.916 | 2.916 | 2.916 | 2.916 | 2.916 | 100.0% | 1 | | total | 41.029 | 41.029 | 41.029 | 41.029 | 41.029 | 41.029 | 100.0% | 1 | | -> duration | 40.029 | 40.029 | 40.029 | 40.029 | 40.029 | 40.029 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.028746 Full duration: 54.059483 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "key_pairs": -1, "cores": -1, "security_groups": -1 }, "neutron": { "subnet": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" } }, "args": { "server_kwargs": { "nics": [ { "net-id": "6ba496f4-2f95-401f-8601-8bc64b8fca00" } ] }, "flavor": { "name": "rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" }, "image": { "name": "rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 52c9a3a5-9610-489d-b595-41505825d3c5 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | nova.boot_server | 9.621 | 9.621 | 9.621 | 9.621 | 9.621 | 9.621 | 100.0% | 1 | | nova.delete_server | 2.965 | 2.965 | 2.965 | 2.965 | 2.965 | 2.965 | 100.0% | 1 | | nova.delete_keypair | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 13.419 | 13.419 | 13.419 | 13.419 | 13.419 | 13.419 | 100.0% | 1 | | -> duration | 12.419 | 12.419 | 12.419 | 12.419 | 12.419 | 12.419 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.419442 Full duration: 41.108958 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 }, "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 }, "neutron": { "subnet": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" } }, "args": { "volume_size": 5, "flavor": { "name": "rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" }, "image": { "name": "rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" }, "nics": [ { "net-id": "6ba496f4-2f95-401f-8601-8bc64b8fca00" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 52c9a3a5-9610-489d-b595-41505825d3c5 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 6.981 | 6.981 | 6.981 | 6.981 | 6.981 | 6.981 | 100.0% | 1 | | nova.boot_server | 9.813 | 9.813 | 9.813 | 9.813 | 9.813 | 9.813 | 100.0% | 1 | | nova.delete_server | 3.037 | 3.037 | 3.037 | 3.037 | 3.037 | 3.037 | 100.0% | 1 | | total | 19.831 | 19.831 | 19.831 | 19.831 | 19.831 | 19.831 | 100.0% | 1 | | -> duration | 18.831 | 18.831 | 18.831 | 18.831 | 18.831 | 18.831 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.831106 Full duration: 51.202295 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 }, "neutron": { "subnet": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" } }, "args": { "force_delete": false, "flavor": { "name": "rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" }, "image": { "name": "rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" }, "nics": [ { "net-id": "6ba496f4-2f95-401f-8601-8bc64b8fca00" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 52c9a3a5-9610-489d-b595-41505825d3c5 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.408 | 10.408 | 10.408 | 10.408 | 10.408 | 10.408 | 100.0% | 1 | | nova.pause_server | 2.871 | 2.871 | 2.871 | 2.871 | 2.871 | 2.871 | 100.0% | 1 | | nova.unpause_server | 2.998 | 2.998 | 2.998 | 2.998 | 2.998 | 2.998 | 100.0% | 1 | | nova.delete_server | 3.198 | 3.198 | 3.198 | 3.198 | 3.198 | 3.198 | 100.0% | 1 | | total | 19.476 | 19.476 | 19.476 | 19.476 | 19.476 | 19.476 | 100.0% | 1 | | -> duration | 14.476 | 14.476 | 14.476 | 14.476 | 14.476 | 14.476 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.476215 Full duration: 47.72534 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "nics": [ { "net-id": "6ba496f4-2f95-401f-8601-8bc64b8fca00" } ], "flavor": { "name": "rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" }, "image": { "name": "rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 52c9a3a5-9610-489d-b595-41505825d3c5 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.964 | 9.964 | 9.964 | 9.964 | 9.964 | 9.964 | 100.0% | 1 | | nova.migrate | 15.181 | 15.181 | 15.181 | 15.181 | 15.181 | 15.181 | 100.0% | 1 | | nova.resize_confirm | 3.235 | 3.235 | 3.235 | 3.235 | 3.235 | 3.235 | 100.0% | 1 | | nova.delete_server | 2.809 | 2.809 | 2.809 | 2.809 | 2.809 | 2.809 | 100.0% | 1 | | total | 31.189 | 31.189 | 31.189 | 31.189 | 31.189 | 31.189 | 100.0% | 1 | | -> duration | 30.189 | 30.189 | 30.189 | 30.189 | 30.189 | 30.189 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 30.189006 Full duration: 41.798421 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "flavor": { "name": "rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" }, "auto_assign_nic": true, "image": { "name": "rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 52c9a3a5-9610-489d-b595-41505825d3c5 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.025 | 10.025 | 10.025 | 10.025 | 10.025 | 10.025 | 100.0% | 1 | | nova.list_interfaces | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | total | 10.869 | 10.869 | 10.869 | 10.869 | 10.869 | 10.869 | 100.0% | 1 | | -> duration | 9.869 | 9.869 | 9.869 | 9.869 | 9.869 | 9.869 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.868579 Full duration: 43.606468 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 52c9a3a5-9610-489d-b595-41505825d3c5 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | nova.delete_server_group | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> duration | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.788021 Full duration: 9.994199 HINTS: * To plot HTML graphics with this data, run: rally task report 52c9a3a5-9610-489d-b595-41505825d3c5 --out output.html * To generate a JUnit report, run: rally task export 52c9a3a5-9610-489d-b595-41505825d3c5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 52c9a3a5-9610-489d-b595-41505825d3c5 --json --out output.json 2018-07-30 18:13:53,447 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '52c9a3a5-9610-489d-b595-41505825d3c5', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-07-30 18:13:55,822 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 52c9a3a5-9610-489d-b595-41505825d3c5 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-07-30 18:13:55.710 12084 INFO rally.api [-] Building 'json' report for the following task(s): '52c9a3a5-9610-489d-b595-41505825d3c5'. 2018-07-30 18:13:55.720 12084 INFO rally.api [-] The report has been successfully built. 2018-07-30 18:13:55,823 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '52c9a3a5-9610-489d-b595-41505825d3c5', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-07-30 18:13:58,407 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 52c9a3a5-9610-489d-b595-41505825d3c5 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-07-30 18:13:58.276 12087 INFO rally.api [-] Building 'html' report for the following task(s): '52c9a3a5-9610-489d-b595-41505825d3c5'. 2018-07-30 18:13:58.305 12087 INFO rally.api [-] The report has been successfully built. 2018-07-30 18:13:58,422 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-07-30 18:13:58,423 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-07-30 18:13:58,423 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-07-30 18:13:58,423 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-30 18:13:58,438 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-30 18:13:58,439 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '6ba496f4-2f95-401f-8601-8bc64b8fca00', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'flavor_name': 'rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_ddb4f21c-6078-46a3-bfd4-56d91e890bcc', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-30 18:14:52,822 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6094b2b2-fe61-499e-a1a7-bcc0738f1a50 2018-07-30 18:14:52,823 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '6094b2b2-fe61-499e-a1a7-bcc0738f1a50'] 2018-07-30 18:14:53,592 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 6094b2b2-fe61-499e-a1a7-bcc0738f1a50 -------------------------------------------------------------------------------- Task 6094b2b2-fe61-499e-a1a7-bcc0738f1a50: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 6094b2b2-fe61-499e-a1a7-bcc0738f1a50 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 0.781 | 100.0% | 1 | | quotas.delete_quotas | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 100.0% | 1 | | -> duration | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.999065 Full duration: 9.387613 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 6094b2b2-fe61-499e-a1a7-bcc0738f1a50 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | total | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> duration | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 0.78 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.780204 Full duration: 8.849861 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 6094b2b2-fe61-499e-a1a7-bcc0738f1a50 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | total | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | -> duration | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 0.839 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.839338 Full duration: 9.297008 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 6094b2b2-fe61-499e-a1a7-bcc0738f1a50 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.285 | 1.285 | 1.285 | 1.285 | 1.285 | 1.285 | 100.0% | 1 | | total | 1.285 | 1.285 | 1.285 | 1.285 | 1.285 | 1.285 | 100.0% | 1 | | -> duration | 1.285 | 1.285 | 1.285 | 1.285 | 1.285 | 1.285 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.285293 Full duration: 9.742485 HINTS: * To plot HTML graphics with this data, run: rally task report 6094b2b2-fe61-499e-a1a7-bcc0738f1a50 --out output.html * To generate a JUnit report, run: rally task export 6094b2b2-fe61-499e-a1a7-bcc0738f1a50 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6094b2b2-fe61-499e-a1a7-bcc0738f1a50 --json --out output.json 2018-07-30 18:14:53,593 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '6094b2b2-fe61-499e-a1a7-bcc0738f1a50', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-07-30 18:14:56,114 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 6094b2b2-fe61-499e-a1a7-bcc0738f1a50 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-07-30 18:14:56.010 12600 INFO rally.api [-] Building 'json' report for the following task(s): '6094b2b2-fe61-499e-a1a7-bcc0738f1a50'. 2018-07-30 18:14:56.014 12600 INFO rally.api [-] The report has been successfully built. 2018-07-30 18:14:56,114 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '6094b2b2-fe61-499e-a1a7-bcc0738f1a50', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-07-30 18:14:58,663 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 6094b2b2-fe61-499e-a1a7-bcc0738f1a50 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-07-30 18:14:58.542 12603 INFO rally.api [-] Building 'html' report for the following task(s): '6094b2b2-fe61-499e-a1a7-bcc0738f1a50'. 2018-07-30 18:14:58.563 12603 INFO rally.api [-] The report has been successfully built. 2018-07-30 18:14:58,668 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-07-30 18:14:58,672 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:49 | 6 | 100.00% | | glance | 01:18 | 4 | 100.00% | | cinder | 02:46 | 10 | 100.00% | | gnocchi | 01:32 | 11 | 100.00% | | heat | 01:05 | 4 | 100.00% | | keystone | 02:57 | 11 | 100.00% | | neutron | 05:20 | 11 | 100.00% | | nova | 06:29 | 9 | 100.00% | | quotas | 00:37 | 4 | 100.00% | | | | | | | TOTAL: | 00:22:58 | 70 | 100.00% | +----------------+------------+----------------+-----------+ 2018-07-30 18:14:58,672 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 9/9 modules 2018-07-30 18:14:58,796 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 18:14:58,797 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 27:59 | PASS | +----------------------+------------------+------------------+----------------+ 2018-07-30 18:14:58,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 18:14:58,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" 2018-07-30 18:14:58,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:14:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e117cab5-b8e0-48d9-8cbf-c2c8cc26ab38 x-compute-request-id: req-e117cab5-b8e0-48d9-8cbf-c2c8cc26ab38 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_alt_ddb4f21c-6078-46a3-bfd4-56d91e890bcc", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6888243e-31ff-459e-b7bb-b5a9b9200e65", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6888243e-31ff-459e-b7bb-b5a9b9200e65", "rel": "bookmark"}], "ram": 1024, "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": "6888243e-31ff-459e-b7bb-b5a9b9200e65"}, {"name": "rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/95471451-9da2-435d-bc26-e43479d2261b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/95471451-9da2-435d-bc26-e43479d2261b", "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": "95471451-9da2-435d-bc26-e43479d2261b"}]} 2018-07-30 18:14:58,995 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e117cab5-b8e0-48d9-8cbf-c2c8cc26ab38 2018-07-30 18:14:58,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.192743778229s 2018-07-30 18:14:58,996 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e117cab5-b8e0-48d9-8cbf-c2c8cc26ab38 2018-07-30 18:14:58,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-30 18:14:59,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/6888243e-31ff-459e-b7bb-b5a9b9200e65 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" 2018-07-30 18:14:59,030 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 18:14:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4efce5e0-755b-486a-93ad-851d97db2364 x-compute-request-id: req-4efce5e0-755b-486a-93ad-851d97db2364 Content-Length: 0 Content-Type: application/json 2018-07-30 18:14:59,030 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/6888243e-31ff-459e-b7bb-b5a9b9200e65 used request id req-4efce5e0-755b-486a-93ad-851d97db2364 2018-07-30 18:14:59,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0313909053802s 2018-07-30 18:14:59,030 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/6888243e-31ff-459e-b7bb-b5a9b9200e65 used request id req-4efce5e0-755b-486a-93ad-851d97db2364 2018-07-30 18:14:59,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-30 18:14:59,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/3515d1e7-3295-4f40-af99-203a8baf0743/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" -d '{"subnet_id": "566f816f-565a-42f7-8c28-69dc2bf41800"}' 2018-07-30 18:15:00,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f08cd4a2-e4d5-4514-abd0-6cd113b23c1a Date: Mon, 30 Jul 2018 18:15:00 GMT RESP BODY: {"network_id": "6ba496f4-2f95-401f-8601-8bc64b8fca00", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "subnet_id": "566f816f-565a-42f7-8c28-69dc2bf41800", "subnet_ids": ["566f816f-565a-42f7-8c28-69dc2bf41800"], "port_id": "806fccf9-1170-47a8-8bdf-eb9a6fc9d635", "id": "3515d1e7-3295-4f40-af99-203a8baf0743"} 2018-07-30 18:15:00,569 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/3515d1e7-3295-4f40-af99-203a8baf0743/remove_router_interface.json used request id req-f08cd4a2-e4d5-4514-abd0-6cd113b23c1a 2018-07-30 18:15:00,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.5382399559s 2018-07-30 18:15:00,570 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/3515d1e7-3295-4f40-af99-203a8baf0743/remove_router_interface.json used request id req-f08cd4a2-e4d5-4514-abd0-6cd113b23c1a returning object 3515d1e7-3295-4f40-af99-203a8baf0743 2018-07-30 18:15:00,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-30 18:15:00,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" 2018-07-30 18:15:00,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-2817fedd-5b42-4fb5-880f-401f1c9fecad Date: Mon, 30 Jul 2018 18:15:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T17:47:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-30T18:14:59Z", "revision_number": 4, "routes": [], "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "3515d1e7-3295-4f40-af99-203a8baf0743", "name": "rally_sanity-router_ddb4f21c-6078-46a3-bfd4-56d91e890bcc"}]} 2018-07-30 18:15:00,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2817fedd-5b42-4fb5-880f-401f1c9fecad 2018-07-30 18:15:00,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.288614034653s 2018-07-30 18:15:00,860 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2817fedd-5b42-4fb5-880f-401f1c9fecad 2018-07-30 18:15:00,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-30 18:15:00,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/3515d1e7-3295-4f40-af99-203a8baf0743.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" 2018-07-30 18:15:02,418 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d614104-50b2-4e9c-8634-36f057146f58 Content-Length: 0 Date: Mon, 30 Jul 2018 18:15:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 18:15:02,418 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/3515d1e7-3295-4f40-af99-203a8baf0743.json used request id req-3d614104-50b2-4e9c-8634-36f057146f58 2018-07-30 18:15:02,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.55630707741s 2018-07-30 18:15:02,418 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/3515d1e7-3295-4f40-af99-203a8baf0743.json used request id req-3d614104-50b2-4e9c-8634-36f057146f58 2018-07-30 18:15:02,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 18:15:02,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" 2018-07-30 18:15:02,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-591286dd-60b1-453e-ac06-e621a216f1dd Date: Mon, 30 Jul 2018 18:15:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ba496f4-2f95-401f-8601-8bc64b8fca00","tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:47:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T17:47:01Z","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":"a5c443b661124ecdb463f917c180f6c2","id":"566f816f-565a-42f7-8c28-69dc2bf41800","subnetpool_id":null,"name":"rally_sanity-subnet_ddb4f21c-6078-46a3-bfd4-56d91e890bcc"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6cded11f-6a6d-475c-8684-92fd679f2832","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:56Z","dns_nameservers":[],"updated_at":"2018-07-30T17:14:56Z","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":"bbb29370cb064c718b72faa5c6748440","id":"60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-30 18:15:02,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-591286dd-60b1-453e-ac06-e621a216f1dd 2018-07-30 18:15:02,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.226717948914s 2018-07-30 18:15:02,646 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-591286dd-60b1-453e-ac06-e621a216f1dd 2018-07-30 18:15:02,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-30 18:15:02,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/566f816f-565a-42f7-8c28-69dc2bf41800.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" 2018-07-30 18:15:05,154 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-83027925-6ebd-40be-a483-65a81624ab19 Date: Mon, 30 Jul 2018 18:15:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 18:15:05,154 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/566f816f-565a-42f7-8c28-69dc2bf41800.json used request id req-83027925-6ebd-40be-a483-65a81624ab19 2018-07-30 18:15:05,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.50598716736s 2018-07-30 18:15:05,155 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/566f816f-565a-42f7-8c28-69dc2bf41800.json used request id req-83027925-6ebd-40be-a483-65a81624ab19 2018-07-30 18:15:05,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 18:15:05,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" 2018-07-30 18:15:05,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-8ddc26b9-b2fb-4463-8e81-044b68f3aa1f Date: Mon, 30 Jul 2018 18:15:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6ba496f4-2f95-401f-8601-8bc64b8fca00","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T18:15:04Z","provider:segmentation_id":21,"name":"rally_sanity-net_ddb4f21c-6078-46a3-bfd4-56d91e890bcc","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T17:47:00Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 18:15:05,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8ddc26b9-b2fb-4463-8e81-044b68f3aa1f 2018-07-30 18:15:05,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0908761024475s 2018-07-30 18:15:05,247 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8ddc26b9-b2fb-4463-8e81-044b68f3aa1f 2018-07-30 18:15:05,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-30 18:15:05,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/6ba496f4-2f95-401f-8601-8bc64b8fca00.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" 2018-07-30 18:15:06,753 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3075bce1-23e8-4ad3-a0a0-75039043ca69 Date: Mon, 30 Jul 2018 18:15:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 18:15:06,754 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6ba496f4-2f95-401f-8601-8bc64b8fca00.json used request id req-3075bce1-23e8-4ad3-a0a0-75039043ca69 2018-07-30 18:15:06,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.50588607788s 2018-07-30 18:15:06,754 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6ba496f4-2f95-401f-8601-8bc64b8fca00.json used request id req-3075bce1-23e8-4ad3-a0a0-75039043ca69 2018-07-30 18:15:06,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 18:15:06,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" 2018-07-30 18:15:06,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-2fa17686-6d13-41ef-944b-7ac9659775f3 Date: Mon, 30 Jul 2018 18:15:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/572348ce-7696-4881-8da7-630a1aa6706c/snap", "metadata": {}}], "file": "/v2/images/572348ce-7696-4881-8da7-630a1aa6706c/file", "owner": "a5c443b661124ecdb463f917c180f6c2", "id": "572348ce-7696-4881-8da7-630a1aa6706c", "size": 12716032, "self": "/v2/images/572348ce-7696-4881-8da7-630a1aa6706c", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/572348ce-7696-4881-8da7-630a1aa6706c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T17:47:06Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_ddb4f21c-6078-46a3-bfd4-56d91e890bcc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T17:47:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 18:15:06,992 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2fa17686-6d13-41ef-944b-7ac9659775f3 2018-07-30 18:15:06,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.233460903168s 2018-07-30 18:15:06,993 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2fa17686-6d13-41ef-944b-7ac9659775f3 2018-07-30 18:15:06,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-30 18:15:06,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/572348ce-7696-4881-8da7-630a1aa6706c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" 2018-07-30 18:15:07,630 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ab446365-9661-42b0-9e12-297859909fbb Date: Mon, 30 Jul 2018 18:15:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 18:15:07,630 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/572348ce-7696-4881-8da7-630a1aa6706c used request id req-ab446365-9661-42b0-9e12-297859909fbb 2018-07-30 18:15:07,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.635340929031s 2018-07-30 18:15:07,631 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/572348ce-7696-4881-8da7-630a1aa6706c used request id req-ab446365-9661-42b0-9e12-297859909fbb 2018-07-30 18:15:07,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 18:15:07,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" 2018-07-30 18:15:07,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:15: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-d48bc655-979e-4e11-96cc-ff9d913dc2a0 x-compute-request-id: req-d48bc655-979e-4e11-96cc-ff9d913dc2a0 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_ddb4f21c-6078-46a3-bfd4-56d91e890bcc", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/95471451-9da2-435d-bc26-e43479d2261b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/95471451-9da2-435d-bc26-e43479d2261b", "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": "95471451-9da2-435d-bc26-e43479d2261b"}]} 2018-07-30 18:15:07,658 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d48bc655-979e-4e11-96cc-ff9d913dc2a0 2018-07-30 18:15:07,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.026566028595s 2018-07-30 18:15:07,658 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d48bc655-979e-4e11-96cc-ff9d913dc2a0 2018-07-30 18:15:07,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-30 18:15:07,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/95471451-9da2-435d-bc26-e43479d2261b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}45dd7713061fb8dcfd9a7cb83c2125a53185783a" 2018-07-30 18:15:07,719 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 18:15: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-35852352-7a67-41b9-94ed-f35c3cbe8be7 x-compute-request-id: req-35852352-7a67-41b9-94ed-f35c3cbe8be7 Content-Length: 0 Content-Type: application/json 2018-07-30 18:15:07,719 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/95471451-9da2-435d-bc26-e43479d2261b used request id req-35852352-7a67-41b9-94ed-f35c3cbe8be7 2018-07-30 18:15:07,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0596961975098s 2018-07-30 18:15:07,720 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/95471451-9da2-435d-bc26-e43479d2261b used request id req-35852352-7a67-41b9-94ed-f35c3cbe8be7 2018-07-30 18:15:07,764 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-07-30 18:15:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 18:15:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-30 18:15:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 18:15:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 18:15:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 18:15:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 18:15:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 18:15:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 18:15:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 18:15:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 18:15:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 18:15:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 18:15:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 18:15:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 18:15:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 18:15:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 18:15:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 18:15:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 18:15:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 18:15:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 18:15:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 18:15:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 18:15:07,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 18:15:07,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-30 18:15:07,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-30 18:15:07,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 18:15:07,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:15:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c32bc062-9207-4028-9584-5da18fa85455 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 18:15:07,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-c32bc062-9207-4028-9584-5da18fa85455 2018-07-30 18:15:07,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 18:15:08,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb37427ee864bbead4b2c672b5c6b7d", "name": "admin"}], "expires_at": "2018-07-30T19:15:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5c443b661124ecdb463f917c180f6c2", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "audit_ids": ["z55qwXAPSHCrV-l05IsqcA"], "issued_at": "2018-07-30T18:15:08.000000Z"}} 2018-07-30 18:15:08,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 18:15:08,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:15:08,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-273ef59e-8069-40a1-8e3b-35ad23545de9 Date: Mon, 30 Jul 2018 18:15:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 18:15:08,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-273ef59e-8069-40a1-8e3b-35ad23545de9 2018-07-30 18:15:08,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.286267995834s 2018-07-30 18:15:08,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-273ef59e-8069-40a1-8e3b-35ad23545de9 2018-07-30 18:15:08,499 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-30 18:15:11,384 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-07-30 18:15:14,106 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 2f3bf284-dcef-4fbc-a7c4-c4466456457d | 2018-07-30T18:15:13.774720 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 2f3bf284-dcef-4fbc-a7c4-c4466456457d ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-07-30 18:15:18,043 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-07-30 18:15:18,044 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-07-30 18:15:20,635 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-07-30 18:15:24,334 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=1aee6ff1-131c-4c40-919d-3263439337d7) as the default verifier for the future CLI operations. 2018-07-30 18:15:27,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-07-30 18:15:27,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:15:27,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-039964d5-f09c-4d55-830b-f5f6f355eb39 Date: Mon, 30 Jul 2018 18:15:27 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "tag", "updated": "2016-01-01T00:00:00-00:00", "name": "Tag support", "links": [], "description": "Enables to set tag on resources."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: trunk, policy, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "tag-ext", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources: subnet, subnetpool, port, router", "links": [], "description": "Extends tag support to more L2 and L3 resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-07-30 18:15:27,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-039964d5-f09c-4d55-830b-f5f6f355eb39 2018-07-30 18:15:27,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.190756082535s 2018-07-30 18:15:27,760 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-039964d5-f09c-4d55-830b-f5f6f355eb39 2018-07-30 18:15:27,767 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-07-30 18:15:27,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-30 18:15:27,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" -d '{"network": {"name": "patrole-net_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "admin_state_up": true}}' 2018-07-30 18:15:28,178 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-2fbfedbf-68ec-4267-a4c5-8448908dbafd Date: Mon, 30 Jul 2018 18:15:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f67bed2f-9346-41b6-844d-df594a81eb60","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T18:15:28Z","is_default":false,"provider:segmentation_id":93,"name":"patrole-net_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T18:15:28Z","mtu":1450}} 2018-07-30 18:15:28,179 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2fbfedbf-68ec-4267-a4c5-8448908dbafd 2018-07-30 18:15:28,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.411041021347s 2018-07-30 18:15:28,179 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2fbfedbf-68ec-4267-a4c5-8448908dbafd 2018-07-30 18:15:28,180 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-30T18:15:28Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f67bed2f-9346-41b6-844d-df594a81eb60', u'provider:segmentation_id': 93, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46', u'admin_state_up': True, u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T18:15:28Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a5c443b661124ecdb463f917c180f6c2'}) 2018-07-30 18:15:28,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 18:15:28,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:15:28,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1345 X-Openstack-Request-Id: req-d8d2c02f-3464-4517-ac43-f8f2dc212002 Date: Mon, 30 Jul 2018 18:15:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f67bed2f-9346-41b6-844d-df594a81eb60","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T18:15:28Z","provider:segmentation_id":93,"name":"patrole-net_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T18:15:28Z","provider:network_type":"vxlan"}]} 2018-07-30 18:15:28,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d8d2c02f-3464-4517-ac43-f8f2dc212002 2018-07-30 18:15:28,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.682823181152s 2018-07-30 18:15:28,864 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d8d2c02f-3464-4517-ac43-f8f2dc212002 2018-07-30 18:15:28,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-30 18:15:28,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" -d '{"subnet": {"name": "patrole-subnet_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "enable_dhcp": true, "network_id": "f67bed2f-9346-41b6-844d-df594a81eb60", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-30 18:15:29,322 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b472d5db-529c-436c-990b-c7b27676c5cc Date: Mon, 30 Jul 2018 18:15:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f67bed2f-9346-41b6-844d-df594a81eb60","tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T18:15:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T18:15:28Z","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":"a5c443b661124ecdb463f917c180f6c2","id":"3867a363-4a16-449e-8a70-40694b830194","subnetpool_id":null,"name":"patrole-subnet_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46"}} 2018-07-30 18:15:29,322 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b472d5db-529c-436c-990b-c7b27676c5cc 2018-07-30 18:15:29,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.45672082901s 2018-07-30 18:15:29,323 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b472d5db-529c-436c-990b-c7b27676c5cc 2018-07-30 18:15:29,323 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T18:15:28Z', 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'3867a363-4a16-449e-8a70-40694b830194', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46', u'enable_dhcp': True, u'network_id': u'f67bed2f-9346-41b6-844d-df594a81eb60', u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T18:15:28Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a5c443b661124ecdb463f917c180f6c2'}) 2018-07-30 18:15:29,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-30 18:15:29,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" -d '{"router": {"external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832"}, "name": "patrole-router_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "admin_state_up": true}}' 2018-07-30 18:15:30,736 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-dd2432f9-ef05-4db1-a740-6d0bd70b8892 Date: Mon, 30 Jul 2018 18:15:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T18:15:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-30T18:15:30Z", "revision_number": 2, "routes": [], "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "f836ad6d-5730-41e7-aa95-6ed60e9675e8", "name": "patrole-router_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46"}} 2018-07-30 18:15:30,736 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-dd2432f9-ef05-4db1-a740-6d0bd70b8892 2018-07-30 18:15:30,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.41213011742s 2018-07-30 18:15:30,737 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-dd2432f9-ef05-4db1-a740-6d0bd70b8892 2018-07-30 18:15:30,737 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a5c443b661124ecdb463f917c180f6c2', u'created_at': u'2018-07-30T18:15:29Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-30T18:15:30Z', u'revision_number': 2, u'routes': [], u'project_id': u'a5c443b661124ecdb463f917c180f6c2', u'id': u'f836ad6d-5730-41e7-aa95-6ed60e9675e8', u'name': u'patrole-router_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46'}) 2018-07-30 18:15:30,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-30 18:15:30,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/f836ad6d-5730-41e7-aa95-6ed60e9675e8/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" -d '{"subnet_id": "3867a363-4a16-449e-8a70-40694b830194"}' 2018-07-30 18:15:33,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-da467011-5557-4d40-8b59-06857405eab9 Date: Mon, 30 Jul 2018 18:15:33 GMT RESP BODY: {"network_id": "f67bed2f-9346-41b6-844d-df594a81eb60", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "subnet_id": "3867a363-4a16-449e-8a70-40694b830194", "subnet_ids": ["3867a363-4a16-449e-8a70-40694b830194"], "port_id": "9f259e42-6dcf-4b8d-bd59-e6c95dc68c34", "id": "f836ad6d-5730-41e7-aa95-6ed60e9675e8"} 2018-07-30 18:15:33,064 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f836ad6d-5730-41e7-aa95-6ed60e9675e8/add_router_interface.json used request id req-da467011-5557-4d40-8b59-06857405eab9 2018-07-30 18:15:33,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.32646894455s 2018-07-30 18:15:33,064 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f836ad6d-5730-41e7-aa95-6ed60e9675e8/add_router_interface.json used request id req-da467011-5557-4d40-8b59-06857405eab9 returning object f836ad6d-5730-41e7-aa95-6ed60e9675e8 2018-07-30 18:15:33,065 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-30 18:15:33,196 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-30 18:15:33,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 18:15:33,202 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 30 Jul 2018 18:15:33 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-30 18:15:33,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 18:15:33,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:15:33,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c2b30c19-20f2-4947-a51c-632ef0348aaf Date: Mon, 30 Jul 2018 18:15:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 18:15:33,403 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c2b30c19-20f2-4947-a51c-632ef0348aaf 2018-07-30 18:15:33,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.196782112122s 2018-07-30 18:15:33,404 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c2b30c19-20f2-4947-a51c-632ef0348aaf 2018-07-30 18:15:33,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-30 18:15:33,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46"}' 2018-07-30 18:15:33,658 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/520046bc-2446-4225-9cbc-e57b702ce212 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d011af24-f485-448c-83e8-60a4962b25e0 Date: Mon, 30 Jul 2018 18:15:33 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/520046bc-2446-4225-9cbc-e57b702ce212/file", "owner": "a5c443b661124ecdb463f917c180f6c2", "id": "520046bc-2446-4225-9cbc-e57b702ce212", "size": null, "self": "/v2/images/520046bc-2446-4225-9cbc-e57b702ce212", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T18:15:33Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "checksum": null, "created_at": "2018-07-30T18:15:33Z", "protected": false} 2018-07-30 18:15:33,658 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d011af24-f485-448c-83e8-60a4962b25e0 2018-07-30 18:15:33,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.246737003326s 2018-07-30 18:15:33,659 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d011af24-f485-448c-83e8-60a4962b25e0 returning object 520046bc-2446-4225-9cbc-e57b702ce212 2018-07-30 18:15:33,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-30 18:15:33,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/520046bc-2446-4225-9cbc-e57b702ce212/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" -d '' 2018-07-30 18:15:34,338 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bd3eedb5-7457-4bd0-a372-1f7967b17deb Date: Mon, 30 Jul 2018 18:15:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 18:15:34,338 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/520046bc-2446-4225-9cbc-e57b702ce212/file used request id req-bd3eedb5-7457-4bd0-a372-1f7967b17deb 2018-07-30 18:15:34,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.679240942001s 2018-07-30 18:15:34,339 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/520046bc-2446-4225-9cbc-e57b702ce212/file used request id req-bd3eedb5-7457-4bd0-a372-1f7967b17deb 2018-07-30 18:15:34,339 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/patrole-img_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-30T18:15:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/520046bc-2446-4225-9cbc-e57b702ce212/file', u'owner': u'a5c443b661124ecdb463f917c180f6c2', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'520046bc-2446-4225-9cbc-e57b702ce212', u'size': None, u'name': u'patrole-img_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46', u'checksum': None, u'self': u'/v2/images/520046bc-2446-4225-9cbc-e57b702ce212', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-30T18:15:33Z', u'schema': u'/v2/schemas/image'}) 2018-07-30 18:15:34,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-30 18:15:34,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-30 18:15:34,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:15: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-2d16a923-cbda-4eed-bd17-e1a07387ce98 x-compute-request-id: req-2d16a923-cbda-4eed-bd17-e1a07387ce98 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/eabe3008-bd49-4f84-a8d7-2819662d1eb6", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/eabe3008-bd49-4f84-a8d7-2819662d1eb6", "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": "eabe3008-bd49-4f84-a8d7-2819662d1eb6"}} 2018-07-30 18:15:34,556 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2d16a923-cbda-4eed-bd17-e1a07387ce98 2018-07-30 18:15:34,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.215713977814s 2018-07-30 18:15:34,556 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2d16a923-cbda-4eed-bd17-e1a07387ce98 2018-07-30 18:15:34,557 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46', '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'a5c443b661124ecdb463f917c180f6c2', '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'eabe3008-bd49-4f84-a8d7-2819662d1eb6', 'swap': 0}) 2018-07-30 18:15:34,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-30 18:15:34,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/eabe3008-bd49-4f84-a8d7-2819662d1eb6/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" -d '{"extra_specs": {}}' 2018-07-30 18:15:34,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:15: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-c2cad63d-d372-4713-948b-115cd7e11762 x-compute-request-id: req-c2cad63d-d372-4713-948b-115cd7e11762 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-30 18:15:34,581 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/eabe3008-bd49-4f84-a8d7-2819662d1eb6/os-extra_specs used request id req-c2cad63d-d372-4713-948b-115cd7e11762 2018-07-30 18:15:34,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0233309268951s 2018-07-30 18:15:34,581 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/eabe3008-bd49-4f84-a8d7-2819662d1eb6/os-extra_specs used request id req-c2cad63d-d372-4713-948b-115cd7e11762 2018-07-30 18:15:34,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 18:15:34,590 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 30 Jul 2018 18:15:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-30 18:15:34,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 18:15:34,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:15:34,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeffee0f-a396-4edc-b27a-3d6c31a89e9f Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 18:15:34,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-eeffee0f-a396-4edc-b27a-3d6c31a89e9f 2018-07-30 18:15:34,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0890970230103s 2018-07-30 18:15:34,683 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-eeffee0f-a396-4edc-b27a-3d6c31a89e9f 2018-07-30 18:15:34,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 18:15:34,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:15:34,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50cc254e-63e1-459d-aea3-7a4d142e12d1 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 18:15:34,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-50cc254e-63e1-459d-aea3-7a4d142e12d1 2018-07-30 18:15:34,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.120604991913s 2018-07-30 18:15:34,809 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-50cc254e-63e1-459d-aea3-7a4d142e12d1 2018-07-30 18:15:34,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-30 18:15:34,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:15:34,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:15: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-b7a24967-6384-45ca-a1ff-4659026fa7ac x-compute-request-id: req-b7a24967-6384-45ca-a1ff-4659026fa7ac Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 149}, "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.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 152}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-07-30 18:15:34,851 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-b7a24967-6384-45ca-a1ff-4659026fa7ac 2018-07-30 18:15:34,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0404360294342s 2018-07-30 18:15:34,852 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-b7a24967-6384-45ca-a1ff-4659026fa7ac 2018-07-30 18:15:34,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 18:15:34,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:15:35,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-b5045192-b6b7-468d-8bf5-46b4a017de57 Date: Mon, 30 Jul 2018 18:15:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/520046bc-2446-4225-9cbc-e57b702ce212/snap", "metadata": {}}], "file": "/v2/images/520046bc-2446-4225-9cbc-e57b702ce212/file", "owner": "a5c443b661124ecdb463f917c180f6c2", "id": "520046bc-2446-4225-9cbc-e57b702ce212", "size": 12716032, "self": "/v2/images/520046bc-2446-4225-9cbc-e57b702ce212", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/520046bc-2446-4225-9cbc-e57b702ce212/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T18:15:34Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T18:15:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 18:15:35,046 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b5045192-b6b7-468d-8bf5-46b4a017de57 2018-07-30 18:15:35,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.189738035202s 2018-07-30 18:15:35,046 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b5045192-b6b7-468d-8bf5-46b4a017de57 2018-07-30 18:15:35,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-30 18:15:35,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46"}' 2018-07-30 18:15:35,292 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a2623372-1c0b-4d54-be6e-a48f57a9beb0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-479ca286-2ae7-4b9e-a360-ae5f8229b79e Date: Mon, 30 Jul 2018 18:15:35 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a2623372-1c0b-4d54-be6e-a48f57a9beb0/file", "owner": "a5c443b661124ecdb463f917c180f6c2", "id": "a2623372-1c0b-4d54-be6e-a48f57a9beb0", "size": null, "self": "/v2/images/a2623372-1c0b-4d54-be6e-a48f57a9beb0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T18:15:35Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "checksum": null, "created_at": "2018-07-30T18:15:35Z", "protected": false} 2018-07-30 18:15:35,292 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-479ca286-2ae7-4b9e-a360-ae5f8229b79e 2018-07-30 18:15:35,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.238265991211s 2018-07-30 18:15:35,293 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-479ca286-2ae7-4b9e-a360-ae5f8229b79e returning object a2623372-1c0b-4d54-be6e-a48f57a9beb0 2018-07-30 18:15:35,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-30 18:15:35,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/a2623372-1c0b-4d54-be6e-a48f57a9beb0/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" -d '' 2018-07-30 18:15:36,576 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c8fa9661-a613-49a8-98b7-0aa19fddc108 Date: Mon, 30 Jul 2018 18:15:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 18:15:36,577 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a2623372-1c0b-4d54-be6e-a48f57a9beb0/file used request id req-c8fa9661-a613-49a8-98b7-0aa19fddc108 2018-07-30 18:15:36,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.28324198723s 2018-07-30 18:15:36,577 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a2623372-1c0b-4d54-be6e-a48f57a9beb0/file used request id req-c8fa9661-a613-49a8-98b7-0aa19fddc108 2018-07-30 18:15:36,577 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/patrole-img_alt_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-30T18:15:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/a2623372-1c0b-4d54-be6e-a48f57a9beb0/file', u'owner': u'a5c443b661124ecdb463f917c180f6c2', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'a2623372-1c0b-4d54-be6e-a48f57a9beb0', u'size': None, u'name': u'patrole-img_alt_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46', u'checksum': None, u'self': u'/v2/images/a2623372-1c0b-4d54-be6e-a48f57a9beb0', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-30T18:15:35Z', u'schema': u'/v2/schemas/image'}) 2018-07-30 18:15:36,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-30 18:15:36,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-30 18:15:36,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:15: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-39b9c7ce-f4c2-443f-ac87-82ff03a96bc0 x-compute-request-id: req-39b9c7ce-f4c2-443f-ac87-82ff03a96bc0 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/560f19b5-8100-4cec-8e18-0f28e6d5fcb3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/560f19b5-8100-4cec-8e18-0f28e6d5fcb3", "rel": "bookmark"}], "ram": 1024, "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": "560f19b5-8100-4cec-8e18-0f28e6d5fcb3"}} 2018-07-30 18:15:36,629 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-39b9c7ce-f4c2-443f-ac87-82ff03a96bc0 2018-07-30 18:15:36,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0512700080872s 2018-07-30 18:15:36,630 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-39b9c7ce-f4c2-443f-ac87-82ff03a96bc0 2018-07-30 18:15:36,631 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46', 'ephemeral': 0, 'ram': 1024, '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'a5c443b661124ecdb463f917c180f6c2', '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'560f19b5-8100-4cec-8e18-0f28e6d5fcb3', 'swap': 0}) 2018-07-30 18:15:36,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-30 18:15:36,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/560f19b5-8100-4cec-8e18-0f28e6d5fcb3/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" -d '{"extra_specs": {}}' 2018-07-30 18:15:36,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:15:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b5da961d-8893-4d5c-b909-b1225844aefd x-compute-request-id: req-b5da961d-8893-4d5c-b909-b1225844aefd Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-30 18:15:36,660 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/560f19b5-8100-4cec-8e18-0f28e6d5fcb3/os-extra_specs used request id req-b5da961d-8893-4d5c-b909-b1225844aefd 2018-07-30 18:15:36,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0284330844879s 2018-07-30 18:15:36,660 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/560f19b5-8100-4cec-8e18-0f28e6d5fcb3/os-extra_specs used request id req-b5da961d-8893-4d5c-b909-b1225844aefd 2018-07-30 18:15:36,660 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46', 'ephemeral': 0, 'ram': 1024, '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'a5c443b661124ecdb463f917c180f6c2', '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'560f19b5-8100-4cec-8e18-0f28e6d5fcb3', 'swap': 0}) 2018-07-30 18:15:40,246 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-07-30 18:15:40,246 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-07-30 18:15:40,247 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-07-30 18:15:40,249 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-07-30 18:15:40,260 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-07-30 18:15:43,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-1aee6ff1-131c-4c40-919d-3263439337d7/repo; stestr list '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-07-30 18:15:43,702 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-07-30 18:15:43,704 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-07-30 18:15:43,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-07-30 18:17:24,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: d029d60a-0b5b-4de0-9389-22223a6e5527 2018-07-30 18:17:25,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd029d60a-0b5b-4de0-9389-22223a6e5527']'. 2018-07-30 18:17:26,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-07-30 18:17:26,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-07-30 18:17:26,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-30 18:17:26,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d029d60a-0b5b-4de0-9389-22223a6e5527 | 2018-07-30 18:17:26,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-07-30 18:17:26,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-07-30 18:15:46 | 2018-07-30 18:17:26,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-07-30 18:17:24 | 2018-07-30 18:17:26,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:38 | 2018-07-30 18:17:26,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-07-30 18:17:26,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-07-30 18:17:26,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 1aee6ff1-131c-4c40-919d-3263439337d7) | 2018-07-30 18:17:26,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-07-30 18:17:26,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2f3bf284-dcef-4fbc-a7c4-c4466456457d) | 2018-07-30 18:17:26,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-07-30 18:17:26,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 73.687 | 2018-07-30 18:17:26,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-07-30 18:17:26,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-07-30 18:17:26,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-07-30 18:17:26,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-07-30 18:17:26,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-07-30 18:17:26,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-30 18:17:26,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-07-30 18:17:26,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-07-30 18:17:26,299 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 18:17:26,299 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 01:58 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-30 18:17:26,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-30 18:17:26,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/a2623372-1c0b-4d54-be6e-a48f57a9beb0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:17:27,660 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dac99947-b6c2-4603-a2de-36661f039010 Date: Mon, 30 Jul 2018 18:17:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 18:17:27,661 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a2623372-1c0b-4d54-be6e-a48f57a9beb0 used request id req-dac99947-b6c2-4603-a2de-36661f039010 2018-07-30 18:17:27,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.35565900803s 2018-07-30 18:17:27,661 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a2623372-1c0b-4d54-be6e-a48f57a9beb0 used request id req-dac99947-b6c2-4603-a2de-36661f039010 2018-07-30 18:17:27,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 18:17:27,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:17:27,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:17:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f7cb6de-8d27-4af8-9b7d-d543c4a722d8 x-compute-request-id: req-9f7cb6de-8d27-4af8-9b7d-d543c4a722d8 Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_alt_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/560f19b5-8100-4cec-8e18-0f28e6d5fcb3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/560f19b5-8100-4cec-8e18-0f28e6d5fcb3", "rel": "bookmark"}], "ram": 1024, "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": "560f19b5-8100-4cec-8e18-0f28e6d5fcb3"}, {"name": "patrole-flavor_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/eabe3008-bd49-4f84-a8d7-2819662d1eb6", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/eabe3008-bd49-4f84-a8d7-2819662d1eb6", "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": "eabe3008-bd49-4f84-a8d7-2819662d1eb6"}]} 2018-07-30 18:17:27,699 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-9f7cb6de-8d27-4af8-9b7d-d543c4a722d8 2018-07-30 18:17:27,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0374701023102s 2018-07-30 18:17:27,699 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-9f7cb6de-8d27-4af8-9b7d-d543c4a722d8 2018-07-30 18:17:27,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-30 18:17:27,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/560f19b5-8100-4cec-8e18-0f28e6d5fcb3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:17:27,755 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 18:17:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2aeacee7-be3e-4084-b50c-e8b17f7e3068 x-compute-request-id: req-2aeacee7-be3e-4084-b50c-e8b17f7e3068 Content-Length: 0 Content-Type: application/json 2018-07-30 18:17:27,755 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/560f19b5-8100-4cec-8e18-0f28e6d5fcb3 used request id req-2aeacee7-be3e-4084-b50c-e8b17f7e3068 2018-07-30 18:17:27,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0535809993744s 2018-07-30 18:17:27,755 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/560f19b5-8100-4cec-8e18-0f28e6d5fcb3 used request id req-2aeacee7-be3e-4084-b50c-e8b17f7e3068 2018-07-30 18:17:27,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-30 18:17:27,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/f836ad6d-5730-41e7-aa95-6ed60e9675e8/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" -d '{"subnet_id": "3867a363-4a16-449e-8a70-40694b830194"}' 2018-07-30 18:17:29,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-48bd04f0-942d-4cc3-9f44-86bc82dec1fe Date: Mon, 30 Jul 2018 18:17:29 GMT RESP BODY: {"network_id": "f67bed2f-9346-41b6-844d-df594a81eb60", "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "subnet_id": "3867a363-4a16-449e-8a70-40694b830194", "subnet_ids": ["3867a363-4a16-449e-8a70-40694b830194"], "port_id": "9f259e42-6dcf-4b8d-bd59-e6c95dc68c34", "id": "f836ad6d-5730-41e7-aa95-6ed60e9675e8"} 2018-07-30 18:17:29,395 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f836ad6d-5730-41e7-aa95-6ed60e9675e8/remove_router_interface.json used request id req-48bd04f0-942d-4cc3-9f44-86bc82dec1fe 2018-07-30 18:17:29,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.6394701004s 2018-07-30 18:17:29,396 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f836ad6d-5730-41e7-aa95-6ed60e9675e8/remove_router_interface.json used request id req-48bd04f0-942d-4cc3-9f44-86bc82dec1fe returning object f836ad6d-5730-41e7-aa95-6ed60e9675e8 2018-07-30 18:17:29,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-30 18:17:29,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:17:29,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-d118f140-b7fe-45af-a03c-1f4caea9e05e Date: Mon, 30 Jul 2018 18:17:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "a5c443b661124ecdb463f917c180f6c2", "created_at": "2018-07-30T18:15:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-30T18:17:28Z", "revision_number": 4, "routes": [], "project_id": "a5c443b661124ecdb463f917c180f6c2", "id": "f836ad6d-5730-41e7-aa95-6ed60e9675e8", "name": "patrole-router_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46"}]} 2018-07-30 18:17:29,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d118f140-b7fe-45af-a03c-1f4caea9e05e 2018-07-30 18:17:29,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.29672908783s 2018-07-30 18:17:29,693 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d118f140-b7fe-45af-a03c-1f4caea9e05e 2018-07-30 18:17:29,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-30 18:17:29,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/f836ad6d-5730-41e7-aa95-6ed60e9675e8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:17:31,436 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-31efbf43-ca6f-4995-97cd-57b6ea7d95a7 Content-Length: 0 Date: Mon, 30 Jul 2018 18:17:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 18:17:31,436 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/f836ad6d-5730-41e7-aa95-6ed60e9675e8.json used request id req-31efbf43-ca6f-4995-97cd-57b6ea7d95a7 2018-07-30 18:17:31,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.74166798592s 2018-07-30 18:17:31,437 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/f836ad6d-5730-41e7-aa95-6ed60e9675e8.json used request id req-31efbf43-ca6f-4995-97cd-57b6ea7d95a7 2018-07-30 18:17:31,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 18:17:31,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:17:31,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-3f188187-4396-41ff-a965-4d2aa0e8b432 Date: Mon, 30 Jul 2018 18:17:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f67bed2f-9346-41b6-844d-df594a81eb60","tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T18:15:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T18:15:28Z","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":"a5c443b661124ecdb463f917c180f6c2","id":"3867a363-4a16-449e-8a70-40694b830194","subnetpool_id":null,"name":"patrole-subnet_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6cded11f-6a6d-475c-8684-92fd679f2832","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:56Z","dns_nameservers":[],"updated_at":"2018-07-30T17:14:56Z","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":"bbb29370cb064c718b72faa5c6748440","id":"60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-30 18:17:31,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-3f188187-4396-41ff-a965-4d2aa0e8b432 2018-07-30 18:17:31,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.214995861053s 2018-07-30 18:17:31,653 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-3f188187-4396-41ff-a965-4d2aa0e8b432 2018-07-30 18:17:31,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-30 18:17:31,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/3867a363-4a16-449e-8a70-40694b830194.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:17:33,871 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b5e62046-847b-4ef0-be0a-8f11ee9c2070 Date: Mon, 30 Jul 2018 18:17:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 18:17:33,872 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3867a363-4a16-449e-8a70-40694b830194.json used request id req-b5e62046-847b-4ef0-be0a-8f11ee9c2070 2018-07-30 18:17:33,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.21715402603s 2018-07-30 18:17:33,872 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3867a363-4a16-449e-8a70-40694b830194.json used request id req-b5e62046-847b-4ef0-be0a-8f11ee9c2070 2018-07-30 18:17:33,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 18:17:33,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:17:33,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-2f6c3b1a-d9a0-43fa-bb2d-6726515b507c Date: Mon, 30 Jul 2018 18:17:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f67bed2f-9346-41b6-844d-df594a81eb60","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-30T18:17:33Z","provider:segmentation_id":93,"name":"patrole-net_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T18:15:28Z","provider:network_type":"vxlan"}]} 2018-07-30 18:17:33,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2f6c3b1a-d9a0-43fa-bb2d-6726515b507c 2018-07-30 18:17:33,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0841040611267s 2018-07-30 18:17:33,957 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2f6c3b1a-d9a0-43fa-bb2d-6726515b507c 2018-07-30 18:17:33,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-30 18:17:33,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/f67bed2f-9346-41b6-844d-df594a81eb60.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:17:35,349 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-48fa711d-ccc9-43b0-81c5-89dd40432498 Date: Mon, 30 Jul 2018 18:17:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-30 18:17:35,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f67bed2f-9346-41b6-844d-df594a81eb60.json used request id req-48fa711d-ccc9-43b0-81c5-89dd40432498 2018-07-30 18:17:35,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.39105606079s 2018-07-30 18:17:35,349 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f67bed2f-9346-41b6-844d-df594a81eb60.json used request id req-48fa711d-ccc9-43b0-81c5-89dd40432498 2018-07-30 18:17:35,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 18:17:35,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:17:35,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-845d96db-3939-4978-87be-27692fb6728d Date: Mon, 30 Jul 2018 18:17:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/520046bc-2446-4225-9cbc-e57b702ce212/snap", "metadata": {}}], "file": "/v2/images/520046bc-2446-4225-9cbc-e57b702ce212/file", "owner": "a5c443b661124ecdb463f917c180f6c2", "id": "520046bc-2446-4225-9cbc-e57b702ce212", "size": 12716032, "self": "/v2/images/520046bc-2446-4225-9cbc-e57b702ce212", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/520046bc-2446-4225-9cbc-e57b702ce212/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-30T18:15:34Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-30T18:15:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 18:17:35,380 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-845d96db-3939-4978-87be-27692fb6728d 2018-07-30 18:17:35,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.026468038559s 2018-07-30 18:17:35,380 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-845d96db-3939-4978-87be-27692fb6728d 2018-07-30 18:17:35,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-30 18:17:35,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/520046bc-2446-4225-9cbc-e57b702ce212 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:17:35,995 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ff03cef6-7ac4-4b8f-bbbd-1264e591d978 Date: Mon, 30 Jul 2018 18:17:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 18:17:35,996 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/520046bc-2446-4225-9cbc-e57b702ce212 used request id req-ff03cef6-7ac4-4b8f-bbbd-1264e591d978 2018-07-30 18:17:35,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.613286972046s 2018-07-30 18:17:35,996 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/520046bc-2446-4225-9cbc-e57b702ce212 used request id req-ff03cef6-7ac4-4b8f-bbbd-1264e591d978 2018-07-30 18:17:35,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 18:17:35,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:17:36,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:17: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-36c487d2-09e5-4ef6-84bc-dd3b0b81034b x-compute-request-id: req-36c487d2-09e5-4ef6-84bc-dd3b0b81034b Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_4ef6e1d9-cec6-4fe3-9cf5-e6cfdf1dfd46", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/eabe3008-bd49-4f84-a8d7-2819662d1eb6", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/eabe3008-bd49-4f84-a8d7-2819662d1eb6", "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": "eabe3008-bd49-4f84-a8d7-2819662d1eb6"}]} 2018-07-30 18:17:36,024 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-36c487d2-09e5-4ef6-84bc-dd3b0b81034b 2018-07-30 18:17:36,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0273678302765s 2018-07-30 18:17:36,024 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-36c487d2-09e5-4ef6-84bc-dd3b0b81034b 2018-07-30 18:17:36,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-30 18:17:36,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/eabe3008-bd49-4f84-a8d7-2819662d1eb6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1e5fd52b0c3ab52be59937866ad7f51bda0531e" 2018-07-30 18:17:36,060 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 18:17:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b4edc171-9823-4995-839e-06effa9dfc0e x-compute-request-id: req-b4edc171-9823-4995-839e-06effa9dfc0e Content-Length: 0 Content-Type: application/json 2018-07-30 18:17:36,060 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/eabe3008-bd49-4f84-a8d7-2819662d1eb6 used request id req-b4edc171-9823-4995-839e-06effa9dfc0e 2018-07-30 18:17:36,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0339000225067s 2018-07-30 18:17:36,060 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/eabe3008-bd49-4f84-a8d7-2819662d1eb6 used request id req-b4edc171-9823-4995-839e-06effa9dfc0e 2018-07-30 18:17:36,097 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-07-30 18:17:36,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 18:17:36,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-30 18:17:36,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 18:17:36,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 18:17:36,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 18:17:36,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 18:17:36,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 18:17:36,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 18:17:36,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 18:17:36,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 18:17:36,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 18:17:36,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 18:17:36,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 18:17:36,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 18:17:36,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 18:17:36,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 18:17:36,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 18:17:36,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 18:17:36,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 18:17:36,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 18:17:36,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 18:17:36,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 18:17:36,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 18:17:36,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-30 18:17:36,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-30 18:17:36,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 18:17:36,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5876f6ac-651e-4708-a0c9-762cf87c8fcb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 18:17:36,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5876f6ac-651e-4708-a0c9-762cf87c8fcb 2018-07-30 18:17:36,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 18:17:36,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb37427ee864bbead4b2c672b5c6b7d", "name": "admin"}], "expires_at": "2018-07-30T19:17:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5c443b661124ecdb463f917c180f6c2", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "audit_ids": ["HeMaWsXnTOOldqeQ17a4wQ"], "issued_at": "2018-07-30T18:17:36.000000Z"}} 2018-07-30 18:17:36,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 18:17:36,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bde5af21a36b864d1caf3635276477853e60ebdf" 2018-07-30 18:17:36,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-978b4323-1084-4fab-9c94-e19f53991802 Date: Mon, 30 Jul 2018 18:17:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 18:17:36,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-978b4323-1084-4fab-9c94-e19f53991802 2018-07-30 18:17:36,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.245646953583s 2018-07-30 18:17:36,784 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-978b4323-1084-4fab-9c94-e19f53991802 2018-07-30 18:17:36,790 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-07-30 18:17:36,790 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-07-30 18:17:38,260 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-07-30 18:17:38,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 18:17:38,266 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 30 Jul 2018 18:17:38 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-30 18:17:38,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 18:17:38,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bde5af21a36b864d1caf3635276477853e60ebdf" 2018-07-30 18:17:38,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f20b51dd-ec43-45c5-9220-552368224e00 Date: Mon, 30 Jul 2018 18:17:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 18:17:38,463 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f20b51dd-ec43-45c5-9220-552368224e00 2018-07-30 18:17:38,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.196138858795s 2018-07-30 18:17:38,464 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f20b51dd-ec43-45c5-9220-552368224e00 2018-07-30 18:17:38,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-30 18:17:38,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bde5af21a36b864d1caf3635276477853e60ebdf" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/vmtp-img_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c"}' 2018-07-30 18:17:38,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 860 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/ae09ba24-eb1b-4eb3-8f5b-b12f59bfa439 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c94d13de-dde9-4af0-9687-152f1ea741f3 Date: Mon, 30 Jul 2018 18:17:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ae09ba24-eb1b-4eb3-8f5b-b12f59bfa439/file", "owner": "a5c443b661124ecdb463f917c180f6c2", "id": "ae09ba24-eb1b-4eb3-8f5b-b12f59bfa439", "size": null, "self": "/v2/images/ae09ba24-eb1b-4eb3-8f5b-b12f59bfa439", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-07-30T18:17:38Z", "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c", "checksum": null, "created_at": "2018-07-30T18:17:38Z", "protected": false} 2018-07-30 18:17:38,790 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-c94d13de-dde9-4af0-9687-152f1ea741f3 2018-07-30 18:17:38,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.317043066025s 2018-07-30 18:17:38,790 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-c94d13de-dde9-4af0-9687-152f1ea741f3 returning object ae09ba24-eb1b-4eb3-8f5b-b12f59bfa439 2018-07-30 18:17:38,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-30 18:17:38,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/ae09ba24-eb1b-4eb3-8f5b-b12f59bfa439/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bde5af21a36b864d1caf3635276477853e60ebdf" -d '' 2018-07-30 18:17:43,628 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-85c33eba-35b7-4012-8b4d-cccd23f8fe89 Date: Mon, 30 Jul 2018 18:17:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 18:17:43,628 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ae09ba24-eb1b-4eb3-8f5b-b12f59bfa439/file used request id req-85c33eba-35b7-4012-8b4d-cccd23f8fe89 2018-07-30 18:17:43,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.83776402473s 2018-07-30 18:17:43,629 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ae09ba24-eb1b-4eb3-8f5b-b12f59bfa439/file used request id req-85c33eba-35b7-4012-8b4d-cccd23f8fe89 2018-07-30 18:17:43,629 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmtp-img_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-30T18:17:38Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/ae09ba24-eb1b-4eb3-8f5b-b12f59bfa439/file', u'owner': u'a5c443b661124ecdb463f917c180f6c2', u'virtual_size': None, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'id': u'ae09ba24-eb1b-4eb3-8f5b-b12f59bfa439', u'size': None, u'name': u'vmtp-img_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c', u'checksum': None, u'self': u'/v2/images/ae09ba24-eb1b-4eb3-8f5b-b12f59bfa439', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-30T18:17:38Z', u'schema': u'/v2/schemas/image'}) 2018-07-30 18:17:43,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-30 18:17:43,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bde5af21a36b864d1caf3635276477853e60ebdf" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-07-30 18:17:43,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:17: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-f52262e8-428b-41f9-aec9-d8b75332f8a6 x-compute-request-id: req-f52262e8-428b-41f9-aec9-d8b75332f8a6 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/cf8da2a0-af6d-4a2e-8420-10f875ea1eb7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/cf8da2a0-af6d-4a2e-8420-10f875ea1eb7", "rel": "bookmark"}], "ram": 2048, "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": 0, "id": "cf8da2a0-af6d-4a2e-8420-10f875ea1eb7"}} 2018-07-30 18:17:43,854 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-f52262e8-428b-41f9-aec9-d8b75332f8a6 2018-07-30 18:17:43,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.224292039871s 2018-07-30 18:17:43,855 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-f52262e8-428b-41f9-aec9-d8b75332f8a6 2018-07-30 18:17:43,855 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c', 'ephemeral': 0, 'ram': 2048, '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'a5c443b661124ecdb463f917c180f6c2', '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': 0, 'id': u'cf8da2a0-af6d-4a2e-8420-10f875ea1eb7', 'swap': 0}) 2018-07-30 18:17:43,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-30 18:17:43,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/cf8da2a0-af6d-4a2e-8420-10f875ea1eb7/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bde5af21a36b864d1caf3635276477853e60ebdf" -d '{"extra_specs": {}}' 2018-07-30 18:17:43,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:17: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-f6019539-6efe-44a9-88cb-89d3d4cb48f2 x-compute-request-id: req-f6019539-6efe-44a9-88cb-89d3d4cb48f2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-30 18:17:43,883 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/cf8da2a0-af6d-4a2e-8420-10f875ea1eb7/os-extra_specs used request id req-f6019539-6efe-44a9-88cb-89d3d4cb48f2 2018-07-30 18:17:43,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0269849300385s 2018-07-30 18:17:43,883 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/cf8da2a0-af6d-4a2e-8420-10f875ea1eb7/os-extra_specs used request id req-f6019539-6efe-44a9-88cb-89d3d4cb48f2 2018-07-30 18:17:43,884 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c' 2018-07-30 18:17:43,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-30 18:17:43,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bde5af21a36b864d1caf3635276477853e60ebdf" -d '{"keypair": {"name": "vmtp_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c"}}' 2018-07-30 18:17:44,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:17: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-12ea142b-6a1d-43d7-8e89-b8c193d2fb13 x-compute-request-id: req-12ea142b-6a1d-43d7-8e89-b8c193d2fb13 Content-Encoding: gzip Content-Length: 1798 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeyZYcBzFviPBHtMbbk0N2qD78bdop4Uv9m9OZLDYKND63ksRmwYPjaP0FgiZBd03/yXS3kyTQ/2aPeOxSrPsLxLivIf138H4m04oox+xdvYtkuG1YG4GKRl6IIbYLpXV2UQGkmzpF+OCgKJR9yRNhOLoJNbax9KI5xKDca1o8vGv9GryKG4a9sLq9T9UP1yyhntSgQUkcukbWp4e0hpLxdkDS7AnyIkjjoYOAil/4/nDKZ3hnKTH99Fuq7NRV9noq4TmHHfs0dSrRa9TyvIl0N4ZKoTcFDYya/0/tdAzKIw7sk6VwRptZ/Z37zXQ5ggdDzQBuB5g8BOnwm+TCJGDT Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAnsmWHAcxb4jwR7TG25NDdqg+/G3aKeFL/ZvTmSw2CjQ+t5LE\nZsGD42j9BYImQXdN/8l0t5Mk0P9mj3jsUqz7C8S4ryH9d/B+JtOKKMfsXb2LZLht\nWBuBikZeiCG2C6V1dlEBpJs6RfjgoCiUfckTYTi6CTW2sfSiOcSg3GtaPLxr/Rq8\nihuGvbC6vU/VD9csoZ7UoEFJHLpG1qeHtIaS8XZA0uwJ8iJI46GDgIpf+P5wymd4\nZykx/fRbquzUVfZ6KuE5hx37NHUq0WvU8ryJdDeGSqE3BQ2Mmv9P7XQMyiMO7JOl\ncEabWf2d+810OYIHQ80AbgeYPATp8JvkwiRg0wIDAQABAoIBAD0v5P4r72rRU/Xt\nvWtDVg3VS2AuXJEi1guGDoXJuZE5DKnkjnYiP9ZT0JxcyK0VciMM2EMdGmTG5hiH\nOlmpepvQVHJ4IJolPBduEKEiWPzOW3aWctwuzT4hW7ANfX8DZT4QfReXEV+BRd2x\nhXbrEuK130pJPntYj2K/WFVXsNASF+V+Q3GLVc8uaQbinzXkT2ZNrYGDZ6PgJBGv\nABFFevlbKk17QUu4z+rzKB1t24Crj3wXVtZSZF8YXHKwr/BheDQSlU1NlXt2JXXy\nBHnl/T83giTDZry/Rv2y2Ce5YSKbNU1ie3sm9Z06HY3/pIm3imK2MsadeVl2cR1s\n/6M0TsECgYEA0zG/frJsW/CjeVgK3eSQnk0oMFJpr2pxyG5+iLcmwFuxj31HViZE\nd0tzR0iWgnDoMZuU0NsJ2vuGeavu44L7ZwRJs4cjLHYmu5OvjEUbSQiqlD2GudkR\nhsLt+fslP37GIOtEdu2C83XA3+d8+ZOJhh1z4AhGij9CHYeXs1AddpECgYEAwHmM\nlDtnfB1lPhkafY9vIaetZ2OL4rCvClHT3jQzKA1DEGnCehtcG/ZC7Ji4g4zXLDrw\nOZBy124obbv0XXEF0GnQA2AmkjwxByIWRqbVWCDk3DFrOaM3PvIurHhidYIPDuIw\n3P4gkFn90wVw/kDiOOkyH+HjrtonwdlK8E2N+yMCgYALfqasj6uEKYnMPfWBdEJG\ny25HiwTDjmiY/yKV8FoEmDkG1Uu/rZ+GWq3wkEvY16pboNstru5PY+dC0g/ThDqI\ntdwJEG7iqZ+cEAK7ALvmcrlODjc6AE2K5ysqsvepCA5ilkuIqY66D4uq5B+SOex/\nRzUaWXj1Z1IC53FjShYAcQKBgCH5UocXtTyDM8uyQqrHFqaqIkGNoLNy3HLF3s/q\nBt2a+at7/4fuLGQDI+z/SBJwWcrE3IJMrPi5yQkVlByqRoxzIPR3lFdbqIvJyITQ\nDfhwVfVIA9U4qhfCR9rJpRd4zY+i/V0Evlq8h8EnxLocWdIR13cpODc06q+c201v\nYxBhAoGAGfR8CE1aCUVXkrStsEqFdJ9jki9/NanCIuiWOtwTX34EW3349+ciJnPV\nCq7LhkmyPXGbfvR1925xSyZrdTqduVtl+sMYi/ALa/jc4HYOlnZxnM77kBZJMAeG\neJmp8TE/7V2Wdo961EjJ5RUX32DOWnWb0/lYYObRPZBRv0O1LQk=\n-----END RSA PRIVATE KEY-----\n", "user_id": "3d82804d95aa4fd1bfc17877fcdf7354", "name": "vmtp_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c", "fingerprint": "c2:49:69:3f:a4:49:aa:36:fd:f0:e4:22:0d:53:55:cc"}} 2018-07-30 18:17:44,263 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-12ea142b-6a1d-43d7-8e89-b8c193d2fb13 2018-07-30 18:17:44,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.379555940628s 2018-07-30 18:17:44,264 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-12ea142b-6a1d-43d7-8e89-b8c193d2fb13 2018-07-30 18:17:44,265 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeyZYcBzFviPBHtMbbk0N2qD78bdop4Uv9m9OZLDYKND63ksRmwYPjaP0FgiZBd03/yXS3kyTQ/2aPeOxSrPsLxLivIf138H4m04oox+xdvYtkuG1YG4GKRl6IIbYLpXV2UQGkmzpF+OCgKJR9yRNhOLoJNbax9KI5xKDca1o8vGv9GryKG4a9sLq9T9UP1yyhntSgQUkcukbWp4e0hpLxdkDS7AnyIkjjoYOAil/4/nDKZ3hnKTH99Fuq7NRV9noq4TmHHfs0dSrRa9TyvIl0N4ZKoTcFDYya/0/tdAzKIw7sk6VwRptZ/Z37zXQ5ggdDzQBuB5g8BOnwm+TCJGDT Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAnsmWHAcxb4jwR7TG25NDdqg+/G3aKeFL/ZvTmSw2CjQ+t5LE\nZsGD42j9BYImQXdN/8l0t5Mk0P9mj3jsUqz7C8S4ryH9d/B+JtOKKMfsXb2LZLht\nWBuBikZeiCG2C6V1dlEBpJs6RfjgoCiUfckTYTi6CTW2sfSiOcSg3GtaPLxr/Rq8\nihuGvbC6vU/VD9csoZ7UoEFJHLpG1qeHtIaS8XZA0uwJ8iJI46GDgIpf+P5wymd4\nZykx/fRbquzUVfZ6KuE5hx37NHUq0WvU8ryJdDeGSqE3BQ2Mmv9P7XQMyiMO7JOl\ncEabWf2d+810OYIHQ80AbgeYPATp8JvkwiRg0wIDAQABAoIBAD0v5P4r72rRU/Xt\nvWtDVg3VS2AuXJEi1guGDoXJuZE5DKnkjnYiP9ZT0JxcyK0VciMM2EMdGmTG5hiH\nOlmpepvQVHJ4IJolPBduEKEiWPzOW3aWctwuzT4hW7ANfX8DZT4QfReXEV+BRd2x\nhXbrEuK130pJPntYj2K/WFVXsNASF+V+Q3GLVc8uaQbinzXkT2ZNrYGDZ6PgJBGv\nABFFevlbKk17QUu4z+rzKB1t24Crj3wXVtZSZF8YXHKwr/BheDQSlU1NlXt2JXXy\nBHnl/T83giTDZry/Rv2y2Ce5YSKbNU1ie3sm9Z06HY3/pIm3imK2MsadeVl2cR1s\n/6M0TsECgYEA0zG/frJsW/CjeVgK3eSQnk0oMFJpr2pxyG5+iLcmwFuxj31HViZE\nd0tzR0iWgnDoMZuU0NsJ2vuGeavu44L7ZwRJs4cjLHYmu5OvjEUbSQiqlD2GudkR\nhsLt+fslP37GIOtEdu2C83XA3+d8+ZOJhh1z4AhGij9CHYeXs1AddpECgYEAwHmM\nlDtnfB1lPhkafY9vIaetZ2OL4rCvClHT3jQzKA1DEGnCehtcG/ZC7Ji4g4zXLDrw\nOZBy124obbv0XXEF0GnQA2AmkjwxByIWRqbVWCDk3DFrOaM3PvIurHhidYIPDuIw\n3P4gkFn90wVw/kDiOOkyH+HjrtonwdlK8E2N+yMCgYALfqasj6uEKYnMPfWBdEJG\ny25HiwTDjmiY/yKV8FoEmDkG1Uu/rZ+GWq3wkEvY16pboNstru5PY+dC0g/ThDqI\ntdwJEG7iqZ+cEAK7ALvmcrlODjc6AE2K5ysqsvepCA5ilkuIqY66D4uq5B+SOex/\nRzUaWXj1Z1IC53FjShYAcQKBgCH5UocXtTyDM8uyQqrHFqaqIkGNoLNy3HLF3s/q\nBt2a+at7/4fuLGQDI+z/SBJwWcrE3IJMrPi5yQkVlByqRoxzIPR3lFdbqIvJyITQ\nDfhwVfVIA9U4qhfCR9rJpRd4zY+i/V0Evlq8h8EnxLocWdIR13cpODc06q+c201v\nYxBhAoGAGfR8CE1aCUVXkrStsEqFdJ9jki9/NanCIuiWOtwTX34EW3349+ciJnPV\nCq7LhkmyPXGbfvR1925xSyZrdTqduVtl+sMYi/ALa/jc4HYOlnZxnM77kBZJMAeG\neJmp8TE/7V2Wdo961EjJ5RUX32DOWnWb0/lYYObRPZBRv0O1LQk=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'3d82804d95aa4fd1bfc17877fcdf7354', 'name': u'vmtp_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c', 'created_at': '2018-07-30T18:17:44.265071', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a5c443b661124ecdb463f917c180f6c2', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'c2:49:69:3f:a4:49:aa:36:fd:f0:e4:22:0d:53:55:cc', 'type': 'ssh', 'id': u'vmtp_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c'}) 2018-07-30 18:17:44,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-30 18:17:44,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/vmtp_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bde5af21a36b864d1caf3635276477853e60ebdf" 2018-07-30 18:17:44,307 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 18:17:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b0bee9f5-c03e-4343-a693-2945720bd0f1 x-compute-request-id: req-b0bee9f5-c03e-4343-a693-2945720bd0f1 Content-Length: 0 Content-Type: application/json 2018-07-30 18:17:44,307 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vmtp_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c used request id req-b0bee9f5-c03e-4343-a693-2945720bd0f1 2018-07-30 18:17:44,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0413880348206s 2018-07-30 18:17:44,307 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vmtp_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c used request id req-b0bee9f5-c03e-4343-a693-2945720bd0f1 2018-07-30 18:17:45,154 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -sc # # VMTP default configuration file # # This configuration file is ALWAYS loaded by VMTP and should never be modified by users. # To specify your own property values, always define them in a separate config file # and pass that file to the script using -c or --config # Property values in that config file will override the default values in the current file # --- # Name of the image to use for launching the test VMs. This name must be # the exact same name used in OpenStack (as shown from 'nova image-list') # Any image running Linux should work (Fedora, Ubuntu, CentOS...) image_name: 'Ubuntu Server 14.04' #image_name: 'Fedora 21' # User name to use to ssh to the test VMs # This is specific to the image being used ssh_vm_username: 'ubuntu' #ssh_vm_username: fedora # Flavor name to use for all VMs created by VMTP. # If this flavor is unspecified, flavor name will be set to default name "vmtp". # If this flavor exists it will be re-used as-is by VMTP. # Otherwise, a flavor with attributes specified in flavor property will be created. flavor_type: 'vmtp' # Custom flavor attributes # This flavor attributes is used to create a new flavor # if flavor_type is unspecified or doesn't exist in openstack. # Any created flavor will be deleted after vmtp ends. flavor: # Number of vCPUs for the flavor vcpus: 1 # Memory for the flavor in MB ram: 2048 # Size of local disk in GB disk: 0 # metadata are supported and can be added if needed, optional # extra_specs: # "hw:cpu_policy": dedicated # "hw:mem_page_size": 2048 # Name of the availability zone to use for the test VMs # Must be one of the zones listed by 'nova availability-zone-list' # If the zone selected contains more than 1 compute node, the script # will determine inter-node and intra-node throughput. If it contains only # 1 compute node, only intra-node troughput will be measured. # If empty (default), VMTP will automatically pick the first 2 hosts # that are compute nodes regardless of the availability zone #availability_zone: 'nova' availability_zone: # DNS server IP addresses to use for the VM (list of 1 or more DNS servers) # This default DNS server is available on the Internet, # Change this to use a different DNS server if necessary, dns_nameservers: [ '8.8.8.8' ] # VMTP can automatically download a VM image if the image named by # image_name is missing, for that you need to specify a URL where # the image can be retrieved # # A link to a Ubuntu Server 14.04 qcow2 image can be used here: # https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img # # To upload the image as a file, prepend it with file:// like below # file:// vm_image_url: '' # ----------------------------------------------------------------------------- # These variables are not likely to be changed # Set this variable to a network name if you want the script to reuse # a specific existing external network. If empty, the script will reuse the # first external network it can find (the cloud must have at least 1 # external network defined and available for use) # # NOTE: When set, router and floating ip creation will be ignored, and the # existing management network will be used for tests. This is used for runnig # VMTP on a provider network. reuse_network_name: # Use of the script for special deployments floating_ip: True # Set this to an existing VM name if the script should not create new VM # and reuse existing VM reuse_existing_vm: # Set config drive to true to bypass metadata service and use config drive # An option of config_drive to True is provided to nova boot to enable this config_drive: # The location of the user_data file, which will be passed to every instance # when booting. user_data_file: # ipv6 mode. Set this to one of the following 3 modes # slaac : VM obtains IPV6 address from Openstack radvd using SLAAC # dhcpv6-stateful : VM obtains ipv6 address from dnsmasq using DHCPv6 stateful # dhcpv6-stateless : VM obtains ipv6 address from Openstack radvd using SLAAC and options from dnsmasq # If left blank use ipv4 ipv6_mode: # Default name for the router to use to connect the internal mgmt network # with the external network. If a router exists with this name it will be # reused, otherwise a new router will be created router_name: 'pns-router' # Defaul names for the internal networks used by the # script. If an existing network with this name exists it will be reused. # Otherwise a new internal network will be created with that name. # 2 networks are needed to test the case of network to network communication internal_network_name: ['pns-internal-net', 'pns-internal-net2'] # Name of the subnets associated to the internal mgmt network internal_subnet_name: ['pns-internal-subnet', 'pns-internal-subnet2'] # Name of the subnets for ipv6 internal_subnet_name_v6: ['pns-internal-v6-subnet','pns-internal-v6-subnet2'] # Default CIDRs to use for the internal mgmt subnet internal_cidr: ['192.168.1.0/24' , '192.168.2.0/24'] # Default CIDRs to use for data network for ipv6 internal_cidr_v6: ['2001:45::/64','2001:46::/64'] # The public and private keys to use to ssh to all targets (VMs, containers, hosts) # By default the SSH library will try several methods to authenticate: # - password if provided on the command line # - user's own key pair (under the home directory $HOME) if already setup # - the below key pair if not empty # If you want to use a specific key pair, specify the key pair files here. # This can be a pathname that is absolute or relative to the current directory public_key_file: private_key_file: # Name of the P&S public key in OpenStack to create for all test VMs public_key_name: 'pns_public_key' # name of the server VM vm_name_server: 'TestServer' # name of the client VM vm_name_client: 'TestClient' # name of the security group to create and use security_group_name: 'pns-security' # ping variables ping_count: 2 ping_pass_threshold: 80 # Max retry count for ssh to a VM (5 seconds between retries) ssh_retry_count: 50 # General retry count generic_retry_count: 50 # Times to run when measuring TCP Throughput tcp_tp_loop_count: 3 # TCP throughput list of packet sizes to measure # Can be overridden at the command line using --tcpbuf tcp_pkt_sizes: [65536] # UDP throughput list of packet sizes to measure # By default we measure for small, medium and large packets # Can be overridden at the command line using --udpbuf udp_pkt_sizes: [128, 1024, 8192] # List of packet sizes to measure with ping # By default we measure for 64 (small), 391 (IMIX average) and 1500 (large) icmp_pkt_sizes: [64, 391, 1500] # UDP packet loss rate threshold in percentage beyond which bandwidth # iterations stop and below which iteration with a higher # bandwidth continues # The first number is the minimal loss rate (inclusive) # The second number is the maximum loss rate (inclusive) # Iteration to find the "optimal" bandwidth will stop as soon as the loss rate # falls within that range: min <= loss_rate <= max # The final throughput measurement may return a loss rate out of this range # as that measurement is taken on a longer time than when iterating to find # the optimal throughput udp_loss_rate_range: [2, 5] # The default bandwidth limit (in Kbps) for TCP/UDP flow measurement # 0 means unlimited, which can be overridden at the command line using --bandwidth vm_bandwidth: 0 # Internal network name for OpenStack to hold data plane traffic os_dataplane_network: 'physnet1' ####################################### # VMTP MongoDB Connection information ####################################### ######################################## # Default MongoDB port is 27017, to override #vmtp_mongod_port: ######################################## # MongoDB pns database. # use "official_db" for official runs only. ######################################## vmtp_db: "client_db" ######################################## # MongoDB collection name. ######################################## vmtp_collection: "pns_web_entry" # When enabled, all logs will be sent to a fluentd server at the requested IP and port # The fluentd "tag" and "label" fields for every message will be set to "nfvbench" fluentd: # by default (logging_tag is empty) nfvbench log messages are not sent to fluentd # to enable logging to fluents, specify a valid fluentd tag name to be used for the # log records logging_tag: # IP address of the server, defaults to loopback ip: 127.0.0.1 # port # to use, by default, use the default fluentd forward port port: 24224 2018-07-30 18:58:31,391 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -d --json /home/opnfv/functest/results/vmtp/vmtp.json -c /home/opnfv/functest/results/vmtp/vmtp.conf 2018-07-30 18:17:46,014 INFO Using http://172.30.9.21:5000//v3 2018-07-30 18:17:46,014 INFO VM public key: /tmp/tmp0PpHhp 2018-07-30 18:17:46,014 INFO VM private key: /tmp/tmpPtZNVz 2018-07-30 18:17:47,736 INFO Found image vmtp-img_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c to launch VM, will continue 2018-07-30 18:17:48,056 INFO Using external network: external. 2018-07-30 18:17:49,600 INFO Created ext router pns_router_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c. 2018-07-30 18:17:50,784 INFO Created internal network: pns-internal-net_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c. 2018-07-30 18:17:52,054 INFO Created internal network: pns-internal-net2_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c. 2018-07-30 18:17:55,157 DEBUG Ext router associated to pns-internal-net_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c 2018-07-30 18:17:56,944 DEBUG Ext router associated to pns-internal-net2_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c 2018-07-30 18:17:57,329 INFO OpenStack agent: Unknown agent 2018-07-30 18:17:57,329 INFO OpenStack network type: vxlan 2018-07-30 18:17:59,620 INFO [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Creating server VM... 2018-07-30 18:17:59,620 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-07-30 18:18:02,474 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 1 of 50... 2018-07-30 18:18:05,761 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 2 of 50... 2018-07-30 18:18:08,536 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 3 of 50... 2018-07-30 18:18:11,155 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 4 of 50... 2018-07-30 18:18:13,837 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 5 of 50... 2018-07-30 18:18:17,102 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 6 of 50... 2018-07-30 18:18:19,633 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 7 of 50... 2018-07-30 18:18:22,140 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 8 of 50... 2018-07-30 18:18:24,670 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 9 of 50... 2018-07-30 18:18:27,187 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 10 of 50... 2018-07-30 18:18:29,683 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 11 of 50... 2018-07-30 18:18:32,591 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 12 of 50... 2018-07-30 18:18:35,117 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 13 of 50... 2018-07-30 18:18:38,511 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 14 of 50... 2018-07-30 18:18:41,015 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 15 of 50... 2018-07-30 18:18:43,551 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 16 of 50... 2018-07-30 18:18:46,661 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 17 of 50... 2018-07-30 18:18:49,174 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 18 of 50... 2018-07-30 18:18:53,212 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 19 of 50... 2018-07-30 18:18:55,992 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 20 of 50... 2018-07-30 18:18:59,518 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 21 of 50... 2018-07-30 18:19:01,862 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 22 of 50... 2018-07-30 18:19:04,532 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 23 of 50... 2018-07-30 18:19:07,432 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 24 of 50... 2018-07-30 18:19:10,364 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 25 of 50... 2018-07-30 18:19:13,045 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 26 of 50... 2018-07-30 18:19:16,220 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 27 of 50... 2018-07-30 18:19:19,150 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 28 of 50... 2018-07-30 18:19:21,836 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 29 of 50... 2018-07-30 18:19:24,496 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 30 of 50... 2018-07-30 18:19:27,567 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 31 of 50... 2018-07-30 18:19:30,601 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 32 of 50... 2018-07-30 18:19:33,331 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 33 of 50... 2018-07-30 18:19:35,836 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 34 of 50... 2018-07-30 18:19:38,728 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 35 of 50... 2018-07-30 18:19:43,704 INFO [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Internal network IP: 192.168.1.8 2018-07-30 18:19:43,705 INFO [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] SSH IP: 172.30.9.207 2018-07-30 18:19:43,705 INFO [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Setup SSH for ubuntu@172.30.9.207 2018-07-30 18:21:21,179 INFO [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Installing nuttcp-8.1.4... 2018-07-30 18:21:21,222 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Copying nuttcp-8.1.4 to target... 2018-07-30 18:21:21,433 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Starting nuttcp-8.1.4 server... 2018-07-30 18:21:21,475 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] 2018-07-30 18:21:21,521 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Creating client VM... 2018-07-30 18:21:21,521 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-07-30 18:21:25,944 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 1 of 50... 2018-07-30 18:21:28,465 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 2 of 50... 2018-07-30 18:21:31,377 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 3 of 50... 2018-07-30 18:21:34,002 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] VM status=BUILD, retrying 4 of 50... 2018-07-30 18:21:39,621 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Internal network IP: 192.168.1.10 2018-07-30 18:21:39,621 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] SSH IP: 172.30.9.200 2018-07-30 18:21:39,622 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Setup SSH for ubuntu@172.30.9.200 2018-07-30 18:23:17,099 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Installing nuttcp-8.1.4... 2018-07-30 18:23:17,140 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Copying nuttcp-8.1.4 to target... 2018-07-30 18:23:17,304 INFO ============================================================ 2018-07-30 18:23:17,305 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2018-07-30 18:23:26,347 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] PING 192.168.1.8 (192.168.1.8) 64(92) bytes of data. 72 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=0.767 ms 72 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.225 ms 72 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.132 ms 72 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.119 ms 72 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.118 ms 72 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.142 ms 72 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.136 ms 72 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.167 ms 72 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.135 ms 72 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.125 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.118/0.206/0.767/0.189 ms 2018-07-30 18:23:35,392 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] PING 192.168.1.8 (192.168.1.8) 391(419) bytes of data. 399 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=0.123 ms 399 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.174 ms 399 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.222 ms 399 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.221 ms 399 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.339 ms 399 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.128 ms 399 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.177 ms 399 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.184 ms 399 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.357 ms 399 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.371 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.123/0.229/0.371/0.089 ms 2018-07-30 18:23:44,436 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] PING 192.168.1.8 (192.168.1.8) 1500(1528) bytes of data. 1508 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=0.439 ms 1508 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.187 ms 1508 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.189 ms 1508 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.347 ms 1508 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.324 ms 1508 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.197 ms 1508 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.172 ms 1508 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.183 ms 1508 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.160 ms 1508 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.186 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.160/0.238/0.439/0.091 ms 2018-07-30 18:23:44,436 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Measuring TCP Throughput (packet size=65536)... 2018-07-30 18:23:44,437 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:23:54,537 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=20657.2500 real_seconds=10.00 rate_Mbps=17325.0247 tx_cpu=36 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.25 2018-07-30 18:23:54,539 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:24:04,635 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=19767.5093 real_seconds=10.00 rate_Mbps=16580.2306 tx_cpu=36 rx_cpu=55 retrans=0 cwnd=3137 rtt_ms=0.15 2018-07-30 18:24:04,636 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:24:14,759 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=20638.1217 real_seconds=10.00 rate_Mbps=17309.1152 tx_cpu=37 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.30 2018-07-30 18:24:14,760 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Measuring UDP Throughput (packet size=128)... 2018-07-30 18:24:14,760 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:24:18,084 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=29.6721 real_seconds=1.00 rate_Mbps=248.8680 tx_cpu=19 rx_cpu=36 drop=58 pkt=243132 data_loss=0.02392 2018-07-30 18:24:18,086 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=128 throughput=1<254840/5000000<10000000 Kbps loss-rate=0 2018-07-30 18:24:18,086 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R764520K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:24:21,437 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=28.0265 real_seconds=1.00 rate_Mbps=234.8177 tx_cpu=19 rx_cpu=34 drop=0 pkt=229593 data_loss=0.00000 2018-07-30 18:24:21,438 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=128 throughput=1<240453/764520<764520 Kbps loss-rate=0 2018-07-30 18:24:21,438 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R502486K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:24:24,763 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=29.9229 real_seconds=1.00 rate_Mbps=250.6236 tx_cpu=19 rx_cpu=40 drop=1841 pkt=246969 data_loss=0.74533 2018-07-30 18:24:24,764 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=128 throughput=1<256638/502486<502486 Kbps loss-rate=0 2018-07-30 18:24:24,764 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R379562K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:24:28,089 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=29.0718 real_seconds=1.00 rate_Mbps=243.4406 tx_cpu=19 rx_cpu=37 drop=0 pkt=238156 data_loss=0.00000 2018-07-30 18:24:28,090 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=128 throughput=1<249283/379562<379562 Kbps loss-rate=0 2018-07-30 18:24:28,090 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R314422K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:24:31,418 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=27.4011 real_seconds=1.00 rate_Mbps=229.4370 tx_cpu=18 rx_cpu=35 drop=0 pkt=224470 data_loss=0.00000 2018-07-30 18:24:31,419 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=128 throughput=1<234943/314422<314422 Kbps loss-rate=0 2018-07-30 18:24:31,419 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R274682K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:24:34,744 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=24.6456 real_seconds=1.00 rate_Mbps=206.2576 tx_cpu=19 rx_cpu=32 drop=75 pkt=201972 data_loss=0.03732 2018-07-30 18:24:34,745 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=128 throughput=1<211207/274682<274682 Kbps loss-rate=0 2018-07-30 18:24:34,745 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R242944K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:24:38,072 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=24.4554 real_seconds=1.00 rate_Mbps=204.8640 tx_cpu=17 rx_cpu=33 drop=353 pkt=200692 data_loss=0.17593 2018-07-30 18:24:38,073 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=128 throughput=1<209780/242944<242944 Kbps loss-rate=0 2018-07-30 18:24:38,073 DEBUG undershot, min=209780 kbps=226362 max=242944 2018-07-30 18:24:38,074 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R226362K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:24:41,400 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=25.2008 real_seconds=1.00 rate_Mbps=211.0786 tx_cpu=19 rx_cpu=34 drop=0 pkt=206445 data_loss=0.00000 2018-07-30 18:24:41,400 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=128 throughput=209780<216144/226362<242944 Kbps loss-rate=0 2018-07-30 18:24:41,401 DEBUG undershot, min=216144 kbps=229544 max=242944 2018-07-30 18:24:41,401 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R229544K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:24:44,724 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=27.2067 real_seconds=1.00 rate_Mbps=227.9990 tx_cpu=96 rx_cpu=33 drop=1289 pkt=224166 data_loss=0.57484 2018-07-30 18:24:44,724 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=128 throughput=216144<233470/229544<242944 Kbps loss-rate=0 2018-07-30 18:24:44,725 DEBUG undershot, min=233470 kbps=238207 max=242944 2018-07-30 18:24:44,725 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Measuring UDP Throughput (packet size=1024)... 2018-07-30 18:24:44,725 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:24:48,077 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=199.1523 real_seconds=1.00 rate_Mbps=1669.1721 tx_cpu=35 rx_cpu=34 drop=193 pkt=204125 data_loss=0.09456 2018-07-30 18:24:48,078 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=1024 throughput=1<1709232/5000000<10000000 Kbps loss-rate=0 2018-07-30 18:24:48,078 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3354616K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:24:51,405 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=217.9883 real_seconds=1.00 rate_Mbps=1827.4231 tx_cpu=39 rx_cpu=34 drop=0 pkt=223220 data_loss=0.00000 2018-07-30 18:24:51,406 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=1024 throughput=1<1871281/3354616<3354616 Kbps loss-rate=0 2018-07-30 18:24:51,406 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2612948K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:24:54,732 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=218.3682 real_seconds=1.00 rate_Mbps=1830.9133 tx_cpu=40 rx_cpu=37 drop=329 pkt=223938 data_loss=0.14692 2018-07-30 18:24:54,733 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=1024 throughput=1<1874855/2612948<2612948 Kbps loss-rate=0 2018-07-30 18:24:54,733 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2243901K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:24:58,057 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=231.9072 real_seconds=1.00 rate_Mbps=1943.7344 tx_cpu=31 rx_cpu=38 drop=0 pkt=237473 data_loss=0.00000 2018-07-30 18:24:58,058 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=1024 throughput=1<1990384/2243901<2243901 Kbps loss-rate=0 2018-07-30 18:24:58,058 DEBUG undershot, min=1990384 kbps=2117142 max=2243901 2018-07-30 18:24:58,058 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2117142K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:25:01,410 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=213.6631 real_seconds=1.00 rate_Mbps=1790.7189 tx_cpu=38 rx_cpu=36 drop=0 pkt=218791 data_loss=0.00000 2018-07-30 18:25:01,410 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=1024 throughput=1990384<1833696/2117142<2243901 Kbps loss-rate=0 2018-07-30 18:25:01,410 DEBUG undershot, min=2117142 kbps=2180521 max=2243901 2018-07-30 18:25:01,411 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2180521K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:25:04,737 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=218.0830 real_seconds=1.00 rate_Mbps=1828.3287 tx_cpu=29 rx_cpu=37 drop=749 pkt=224066 data_loss=0.33430 2018-07-30 18:25:04,738 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=1024 throughput=2117142<1872208/2180521<2243901 Kbps loss-rate=0 2018-07-30 18:25:04,738 DEBUG undershot, min=2180521 kbps=2212211 max=2243901 2018-07-30 18:25:04,738 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Measuring UDP Throughput (packet size=8192)... 2018-07-30 18:25:04,738 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:25:08,066 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=596.0469 real_seconds=1.00 rate_Mbps=5000.1436 tx_cpu=99 rx_cpu=21 drop=0 pkt=76294 data_loss=0.00000 2018-07-30 18:25:08,066 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=8192 throughput=1<5120147/5000000<10000000 Kbps loss-rate=0 2018-07-30 18:25:08,067 DEBUG undershot, min=5120147 kbps=7560073 max=10000000 2018-07-30 18:25:08,067 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7560073K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:25:11,394 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=900.7031 real_seconds=1.00 rate_Mbps=7556.1290 tx_cpu=98 rx_cpu=27 drop=67 pkt=115357 data_loss=0.05809 2018-07-30 18:25:11,395 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=8192 throughput=5120147<7737476/7560073<10000000 Kbps loss-rate=0 2018-07-30 18:25:11,395 DEBUG undershot, min=7737476 kbps=8868738 max=10000000 2018-07-30 18:25:11,395 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8868738K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:25:14,721 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=1053.2578 real_seconds=1.00 rate_Mbps=8836.2329 tx_cpu=87 rx_cpu=34 drop=509 pkt=135326 data_loss=0.37613 2018-07-30 18:25:14,721 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=8192 throughput=7737476<9048302/8868738<10000000 Kbps loss-rate=0 2018-07-30 18:25:14,721 DEBUG undershot, min=9048302 kbps=9524151 max=10000000 2018-07-30 18:25:14,722 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9524151K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:25:18,073 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] megabytes=1131.9141 real_seconds=1.00 rate_Mbps=9495.2308 tx_cpu=94 rx_cpu=37 drop=442 pkt=145327 data_loss=0.30414 2018-07-30 18:25:18,073 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] pkt-size=8192 throughput=9048302<9723116/9524151<10000000 Kbps loss-rate=0 2018-07-30 18:25:18,074 DEBUG undershot, min=9723116 kbps=9861558 max=10000000 2018-07-30 18:25:18,085 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.10', 'ip_to': u'192.168.1.8', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.25, 'throughput_kbps': 17740825, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.15, 'throughput_kbps': 16978156, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.3, 'throughput_kbps': 17724533, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.58, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 233470, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.33, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1872208, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.3, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9723116, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.206', 'rtt_max_ms': '0.767', 'rtt_min_ms': '0.118', 'rtt_stddev': '0.189', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.229', 'rtt_max_ms': '0.371', 'rtt_min_ms': '0.123', 'rtt_stddev': '0.089', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.238', 'rtt_max_ms': '0.439', 'rtt_min_ms': '0.160', 'rtt_stddev': '0.091', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2018-07-30 18:25:18,086 INFO Deleting floating ip 72cf11c3-8297-40a0-b6ce-c278f447fff5 2018-07-30 18:25:18,984 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Floating IP 172.30.9.200 deleted 2018-07-30 18:25:19,706 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Instance deleted 2018-07-30 18:25:19,820 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] Creating client VM... 2018-07-30 18:25:19,821 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-07-30 18:25:24,090 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] VM status=BUILD, retrying 1 of 50... 2018-07-30 18:25:26,573 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] VM status=BUILD, retrying 2 of 50... 2018-07-30 18:25:29,433 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] VM status=BUILD, retrying 3 of 50... 2018-07-30 18:25:32,056 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] VM status=BUILD, retrying 4 of 50... 2018-07-30 18:25:35,096 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] VM status=BUILD, retrying 5 of 50... 2018-07-30 18:25:39,879 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] Internal network IP: 192.168.2.5 2018-07-30 18:25:39,879 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] SSH IP: 172.30.9.211 2018-07-30 18:25:39,879 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] Setup SSH for ubuntu@172.30.9.211 2018-07-30 18:27:15,347 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] Installing nuttcp-8.1.4... 2018-07-30 18:27:15,391 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] Copying nuttcp-8.1.4 to target... 2018-07-30 18:27:15,555 INFO ============================================================ 2018-07-30 18:27:15,556 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2018-07-30 18:27:24,598 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] PING 192.168.1.8 (192.168.1.8) 64(92) bytes of data. 72 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=0.611 ms 72 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.253 ms 72 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.101 ms 72 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.125 ms 72 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.097 ms 72 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.098 ms 72 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.102 ms 72 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.096 ms 72 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.118 ms 72 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.132 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.096/0.173/0.611/0.152 ms 2018-07-30 18:27:33,639 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] PING 192.168.1.8 (192.168.1.8) 391(419) bytes of data. 399 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=0.110 ms 399 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.083 ms 399 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.085 ms 399 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.092 ms 399 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.085 ms 399 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.090 ms 399 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.159 ms 399 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.078 ms 399 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.163 ms 399 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.111 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.078/0.105/0.163/0.031 ms 2018-07-30 18:27:42,679 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] PING 192.168.1.8 (192.168.1.8) 1500(1528) bytes of data. 1508 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=0.300 ms 1508 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.266 ms 1508 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.247 ms 1508 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.177 ms 1508 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.167 ms 1508 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.167 ms 1508 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.201 ms 1508 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.132 ms 1508 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.131 ms 1508 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.146 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.131/0.193/0.300/0.057 ms 2018-07-30 18:27:42,680 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] Measuring TCP Throughput (packet size=65536)... 2018-07-30 18:27:42,680 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:27:52,780 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=20671.6250 real_seconds=10.00 rate_Mbps=17336.5955 tx_cpu=37 rx_cpu=53 retrans=0 cwnd=3137 rtt_ms=0.23 2018-07-30 18:27:52,781 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:28:02,904 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=19615.2500 real_seconds=10.00 rate_Mbps=16450.7662 tx_cpu=35 rx_cpu=49 retrans=0 cwnd=3137 rtt_ms=0.12 2018-07-30 18:28:02,904 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:28:13,003 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=19219.3284 real_seconds=10.00 rate_Mbps=16119.0900 tx_cpu=34 rx_cpu=49 retrans=0 cwnd=3137 rtt_ms=0.18 2018-07-30 18:28:13,003 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] Measuring UDP Throughput (packet size=128)... 2018-07-30 18:28:13,004 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:28:16,331 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=28.4271 real_seconds=1.00 rate_Mbps=239.0116 tx_cpu=19 rx_cpu=32 drop=170 pkt=233045 data_loss=0.07312 2018-07-30 18:28:16,332 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=1<244747/5000000<10000000 Kbps loss-rate=0 2018-07-30 18:28:16,332 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R734241K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:28:19,683 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=27.7773 real_seconds=1.00 rate_Mbps=232.6768 tx_cpu=18 rx_cpu=37 drop=0 pkt=227552 data_loss=0.00000 2018-07-30 18:28:19,684 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=1<238261/734241<734241 Kbps loss-rate=0 2018-07-30 18:28:19,684 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R486251K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:28:23,011 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=29.2820 real_seconds=1.00 rate_Mbps=245.2353 tx_cpu=19 rx_cpu=39 drop=163 pkt=240041 data_loss=0.06791 2018-07-30 18:28:23,011 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=1<251120/486251<486251 Kbps loss-rate=0 2018-07-30 18:28:23,012 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R368685K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:28:26,334 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=28.3884 real_seconds=1.00 rate_Mbps=237.7125 tx_cpu=18 rx_cpu=35 drop=0 pkt=232558 data_loss=0.00000 2018-07-30 18:28:26,335 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=1<243417/368685<368685 Kbps loss-rate=0 2018-07-30 18:28:26,335 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R306051K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:28:29,658 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=28.2103 real_seconds=1.00 rate_Mbps=236.2593 tx_cpu=19 rx_cpu=36 drop=0 pkt=231099 data_loss=0.00000 2018-07-30 18:28:29,659 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=1<241929/306051<306051 Kbps loss-rate=0 2018-07-30 18:28:29,659 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R273990K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:28:32,983 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=27.3477 real_seconds=1.00 rate_Mbps=229.0313 tx_cpu=24 rx_cpu=38 drop=0 pkt=224032 data_loss=0.00000 2018-07-30 18:28:32,983 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=1<234528/273990<273990 Kbps loss-rate=0 2018-07-30 18:28:32,983 DEBUG undershot, min=234528 kbps=254259 max=273990 2018-07-30 18:28:32,984 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R254259K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:28:36,307 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=28.6901 real_seconds=1.00 rate_Mbps=240.3637 tx_cpu=20 rx_cpu=34 drop=0 pkt=235029 data_loss=0.00000 2018-07-30 18:28:36,308 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=234528<246132/254259<273990 Kbps loss-rate=0 2018-07-30 18:28:36,308 DEBUG undershot, min=246132 kbps=260061 max=273990 2018-07-30 18:28:36,308 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R260061K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:28:39,660 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=27.8486 real_seconds=1.00 rate_Mbps=233.2604 tx_cpu=20 rx_cpu=33 drop=0 pkt=228136 data_loss=0.00000 2018-07-30 18:28:39,660 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=246132<238858/260061<273990 Kbps loss-rate=0 2018-07-30 18:28:39,661 DEBUG undershot, min=260061 kbps=267025 max=273990 2018-07-30 18:28:39,661 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R267025K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:28:42,987 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=29.2773 real_seconds=1.00 rate_Mbps=245.2611 tx_cpu=19 rx_cpu=36 drop=30 pkt=239870 data_loss=0.01264 2018-07-30 18:28:42,987 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=260061<251147/267025<273990 Kbps loss-rate=0 2018-07-30 18:28:42,988 DEBUG undershot, min=267025 kbps=270507 max=273990 2018-07-30 18:28:42,988 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] Measuring UDP Throughput (packet size=1024)... 2018-07-30 18:28:42,988 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:28:46,339 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=206.5381 real_seconds=1.00 rate_Mbps=1731.7393 tx_cpu=31 rx_cpu=34 drop=13 pkt=211508 data_loss=0.00615 2018-07-30 18:28:46,339 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=1024 throughput=1<1773301/5000000<10000000 Kbps loss-rate=0 2018-07-30 18:28:46,339 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3386650K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:28:49,663 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=206.0430 real_seconds=1.00 rate_Mbps=1726.5042 tx_cpu=32 rx_cpu=38 drop=0 pkt=210988 data_loss=0.00000 2018-07-30 18:28:49,664 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=1024 throughput=1<1767940/3386650<3386650 Kbps loss-rate=0 2018-07-30 18:28:49,664 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2577295K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:28:52,987 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=229.7129 real_seconds=1.00 rate_Mbps=1924.6849 tx_cpu=31 rx_cpu=40 drop=0 pkt=235226 data_loss=0.00000 2018-07-30 18:28:52,988 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=1024 throughput=1<1970877/2577295<2577295 Kbps loss-rate=0 2018-07-30 18:28:52,988 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2274086K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:28:56,311 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=200.6592 real_seconds=1.00 rate_Mbps=1681.5612 tx_cpu=28 rx_cpu=33 drop=0 pkt=205475 data_loss=0.00000 2018-07-30 18:28:56,311 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=1024 throughput=1<1721918/2274086<2274086 Kbps loss-rate=0 2018-07-30 18:28:56,312 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1998002K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:28:59,635 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=195.5547 real_seconds=1.00 rate_Mbps=1638.7519 tx_cpu=29 rx_cpu=32 drop=0 pkt=200248 data_loss=0.00000 2018-07-30 18:28:59,635 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=1024 throughput=1<1678081/1998002<1998002 Kbps loss-rate=0 2018-07-30 18:28:59,635 DEBUG undershot, min=1678081 kbps=1838041 max=1998002 2018-07-30 18:28:59,636 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1838041K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:29:02,959 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=178.9980 real_seconds=1.00 rate_Mbps=1500.5421 tx_cpu=27 rx_cpu=32 drop=0 pkt=183294 data_loss=0.00000 2018-07-30 18:29:02,960 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=1024 throughput=1678081<1536555/1838041<1998002 Kbps loss-rate=0 2018-07-30 18:29:02,960 DEBUG undershot, min=1838041 kbps=1918021 max=1998002 2018-07-30 18:29:02,960 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1918021K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:29:06,311 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=184.2676 real_seconds=1.00 rate_Mbps=1543.9883 tx_cpu=30 rx_cpu=34 drop=0 pkt=188690 data_loss=0.00000 2018-07-30 18:29:06,311 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=1024 throughput=1838041<1581044/1918021<1998002 Kbps loss-rate=0 2018-07-30 18:29:06,312 DEBUG undershot, min=1918021 kbps=1958011 max=1998002 2018-07-30 18:29:06,312 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] Measuring UDP Throughput (packet size=8192)... 2018-07-30 18:29:06,312 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:29:09,640 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=596.0234 real_seconds=1.00 rate_Mbps=5000.2770 tx_cpu=99 rx_cpu=23 drop=3 pkt=76294 data_loss=0.00394 2018-07-30 18:29:09,640 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=8192 throughput=1<5120283/5000000<10000000 Kbps loss-rate=0 2018-07-30 18:29:09,640 DEBUG undershot, min=5120283 kbps=7560141 max=10000000 2018-07-30 18:29:09,641 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7560141K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:29:12,967 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=900.9453 real_seconds=1.00 rate_Mbps=7557.7602 tx_cpu=99 rx_cpu=29 drop=36 pkt=115357 data_loss=0.03121 2018-07-30 18:29:12,968 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=8192 throughput=5120283<7739146/7560141<10000000 Kbps loss-rate=0 2018-07-30 18:29:12,968 DEBUG undershot, min=7739146 kbps=8869573 max=10000000 2018-07-30 18:29:12,968 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8869573K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:29:16,319 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=1055.6406 real_seconds=1.00 rate_Mbps=8854.4168 tx_cpu=97 rx_cpu=34 drop=217 pkt=135339 data_loss=0.16034 2018-07-30 18:29:16,319 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=8192 throughput=7739146<9066922/8869573<10000000 Kbps loss-rate=0 2018-07-30 18:29:16,320 DEBUG undershot, min=9066922 kbps=9533461 max=10000000 2018-07-30 18:29:16,320 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9533461K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:29:19,671 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=1133.5625 real_seconds=1.00 rate_Mbps=9503.2050 tx_cpu=79 rx_cpu=38 drop=69 pkt=145165 data_loss=0.04754 2018-07-30 18:29:19,671 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=8192 throughput=9066922<9731281/9533461<10000000 Kbps loss-rate=0 2018-07-30 18:29:19,671 DEBUG undershot, min=9731281 kbps=9865640 max=10000000 2018-07-30 18:29:19,682 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.5', 'ip_to': u'192.168.1.8', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.23, 'throughput_kbps': 17752673, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.12, 'throughput_kbps': 16845584, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.18, 'throughput_kbps': 16505948, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.01, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 251147, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1581044, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.05, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9731281, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.173', 'rtt_max_ms': '0.611', 'rtt_min_ms': '0.096', 'rtt_stddev': '0.152', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.105', 'rtt_max_ms': '0.163', 'rtt_min_ms': '0.078', 'rtt_stddev': '0.031', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.193', 'rtt_max_ms': '0.300', 'rtt_min_ms': '0.131', 'rtt_stddev': '0.057', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-07-30 18:29:19,683 INFO ============================================================ 2018-07-30 18:29:19,683 INFO Flow 3: VM to VM different network floating IP (intra-node) 2018-07-30 18:29:28,752 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] PING 172.30.9.207 (172.30.9.207) 64(92) bytes of data. 72 bytes from 172.30.9.207: icmp_seq=1 ttl=64 time=0.420 ms 72 bytes from 172.30.9.207: icmp_seq=2 ttl=64 time=0.229 ms 72 bytes from 172.30.9.207: icmp_seq=3 ttl=64 time=0.334 ms 72 bytes from 172.30.9.207: icmp_seq=4 ttl=64 time=0.261 ms 72 bytes from 172.30.9.207: icmp_seq=5 ttl=64 time=0.117 ms 72 bytes from 172.30.9.207: icmp_seq=6 ttl=64 time=0.097 ms 72 bytes from 172.30.9.207: icmp_seq=7 ttl=64 time=0.141 ms 72 bytes from 172.30.9.207: icmp_seq=8 ttl=64 time=0.328 ms 72 bytes from 172.30.9.207: icmp_seq=9 ttl=64 time=0.113 ms 72 bytes from 172.30.9.207: icmp_seq=10 ttl=64 time=0.086 ms --- 172.30.9.207 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.086/0.212/0.420/0.113 ms 2018-07-30 18:29:37,796 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] PING 172.30.9.207 (172.30.9.207) 391(419) bytes of data. 399 bytes from 172.30.9.207: icmp_seq=1 ttl=64 time=0.102 ms 399 bytes from 172.30.9.207: icmp_seq=2 ttl=64 time=0.120 ms 399 bytes from 172.30.9.207: icmp_seq=3 ttl=64 time=0.112 ms 399 bytes from 172.30.9.207: icmp_seq=4 ttl=64 time=0.092 ms 399 bytes from 172.30.9.207: icmp_seq=5 ttl=64 time=0.130 ms 399 bytes from 172.30.9.207: icmp_seq=6 ttl=64 time=0.112 ms 399 bytes from 172.30.9.207: icmp_seq=7 ttl=64 time=0.198 ms 399 bytes from 172.30.9.207: icmp_seq=8 ttl=64 time=0.211 ms 399 bytes from 172.30.9.207: icmp_seq=9 ttl=64 time=0.104 ms 399 bytes from 172.30.9.207: icmp_seq=10 ttl=64 time=0.097 ms --- 172.30.9.207 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.092/0.127/0.211/0.042 ms 2018-07-30 18:29:46,840 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] PING 172.30.9.207 (172.30.9.207) 1500(1528) bytes of data. 1508 bytes from 172.30.9.207: icmp_seq=1 ttl=64 time=0.311 ms 1508 bytes from 172.30.9.207: icmp_seq=2 ttl=64 time=0.139 ms 1508 bytes from 172.30.9.207: icmp_seq=3 ttl=64 time=0.138 ms 1508 bytes from 172.30.9.207: icmp_seq=4 ttl=64 time=0.120 ms 1508 bytes from 172.30.9.207: icmp_seq=5 ttl=64 time=0.150 ms 1508 bytes from 172.30.9.207: icmp_seq=6 ttl=64 time=0.150 ms 1508 bytes from 172.30.9.207: icmp_seq=7 ttl=64 time=0.124 ms 1508 bytes from 172.30.9.207: icmp_seq=8 ttl=64 time=0.134 ms 1508 bytes from 172.30.9.207: icmp_seq=9 ttl=64 time=0.165 ms 1508 bytes from 172.30.9.207: icmp_seq=10 ttl=64 time=0.157 ms --- 172.30.9.207 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.120/0.158/0.311/0.054 ms 2018-07-30 18:29:46,841 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] Measuring TCP Throughput (packet size=65536)... 2018-07-30 18:29:46,841 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:29:56,941 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=19839.3671 real_seconds=10.00 rate_Mbps=16641.1427 tx_cpu=35 rx_cpu=50 retrans=0 cwnd=3137 rtt_ms=0.47 2018-07-30 18:29:56,942 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:30:07,039 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=19087.3750 real_seconds=10.00 rate_Mbps=16010.0657 tx_cpu=34 rx_cpu=50 retrans=0 cwnd=3137 rtt_ms=0.20 2018-07-30 18:30:07,039 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:30:17,136 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=19274.9443 real_seconds=10.00 rate_Mbps=16165.2918 tx_cpu=34 rx_cpu=48 retrans=0 cwnd=3137 rtt_ms=0.29 2018-07-30 18:30:17,137 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] Measuring UDP Throughput (packet size=128)... 2018-07-30 18:30:17,137 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:30:20,465 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=34.3849 real_seconds=1.00 rate_Mbps=288.5556 tx_cpu=22 rx_cpu=42 drop=9 pkt=281690 data_loss=0.00320 2018-07-30 18:30:20,466 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=1<295480/5000000<10000000 Kbps loss-rate=0 2018-07-30 18:30:20,466 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R886440K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:30:23,817 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=32.9569 real_seconds=1.00 rate_Mbps=276.0912 tx_cpu=22 rx_cpu=36 drop=0 pkt=269983 data_loss=0.00000 2018-07-30 18:30:23,818 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=1<282717/886440<886440 Kbps loss-rate=0 2018-07-30 18:30:23,818 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R584578K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:30:27,144 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=30.2391 real_seconds=1.00 rate_Mbps=253.2421 tx_cpu=19 rx_cpu=36 drop=0 pkt=247719 data_loss=0.00000 2018-07-30 18:30:27,144 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=1<259319/584578<584578 Kbps loss-rate=0 2018-07-30 18:30:27,145 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R421948K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:30:30,472 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=31.5114 real_seconds=1.00 rate_Mbps=264.0314 tx_cpu=20 rx_cpu=34 drop=0 pkt=258141 data_loss=0.00000 2018-07-30 18:30:30,473 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=1<270368/421948<421948 Kbps loss-rate=0 2018-07-30 18:30:30,473 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R346158K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:30:33,823 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=29.7275 real_seconds=1.00 rate_Mbps=249.0763 tx_cpu=20 rx_cpu=35 drop=0 pkt=243528 data_loss=0.00000 2018-07-30 18:30:33,824 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=1<255054/346158<346158 Kbps loss-rate=0 2018-07-30 18:30:33,824 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R300606K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:30:37,149 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=31.1011 real_seconds=1.00 rate_Mbps=260.5602 tx_cpu=23 rx_cpu=33 drop=0 pkt=254780 data_loss=0.00000 2018-07-30 18:30:37,150 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=1<266813/300606<300606 Kbps loss-rate=0 2018-07-30 18:30:37,150 DEBUG undershot, min=266813 kbps=283709 max=300606 2018-07-30 18:30:37,150 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R283709K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:30:40,477 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=31.9489 real_seconds=1.00 rate_Mbps=267.6710 tx_cpu=24 rx_cpu=35 drop=0 pkt=261725 data_loss=0.00000 2018-07-30 18:30:40,478 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=266813<274095/283709<300606 Kbps loss-rate=0 2018-07-30 18:30:40,478 DEBUG undershot, min=274095 kbps=287350 max=300606 2018-07-30 18:30:40,478 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R287350K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:30:43,829 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=30.8610 real_seconds=1.00 rate_Mbps=258.5560 tx_cpu=21 rx_cpu=36 drop=0 pkt=252813 data_loss=0.00000 2018-07-30 18:30:43,829 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=128 throughput=274095<264761/287350<300606 Kbps loss-rate=0 2018-07-30 18:30:43,829 DEBUG undershot, min=287350 kbps=293978 max=300606 2018-07-30 18:30:43,830 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] Measuring UDP Throughput (packet size=1024)... 2018-07-30 18:30:43,830 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:30:47,181 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=257.7744 real_seconds=1.00 rate_Mbps=2161.0827 tx_cpu=33 rx_cpu=41 drop=0 pkt=263961 data_loss=0.00000 2018-07-30 18:30:47,181 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=1024 throughput=1<2212948/5000000<10000000 Kbps loss-rate=0 2018-07-30 18:30:47,182 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3606474K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:30:50,509 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=209.7236 real_seconds=1.00 rate_Mbps=1758.2977 tx_cpu=35 rx_cpu=34 drop=119 pkt=214876 data_loss=0.05538 2018-07-30 18:30:50,509 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=1024 throughput=1<1800496/3606474<3606474 Kbps loss-rate=0 2018-07-30 18:30:50,509 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2703485K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:30:53,836 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=228.6348 real_seconds=1.00 rate_Mbps=1917.2986 tx_cpu=30 rx_cpu=38 drop=0 pkt=234122 data_loss=0.00000 2018-07-30 18:30:53,837 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=1024 throughput=1<1963313/2703485<2703485 Kbps loss-rate=0 2018-07-30 18:30:53,837 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2333399K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:30:57,160 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=224.7812 real_seconds=1.00 rate_Mbps=1884.6840 tx_cpu=39 rx_cpu=33 drop=0 pkt=230176 data_loss=0.00000 2018-07-30 18:30:57,161 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=1024 throughput=1<1929916/2333399<2333399 Kbps loss-rate=0 2018-07-30 18:30:57,161 DEBUG undershot, min=1929916 kbps=2131657 max=2333399 2018-07-30 18:30:57,161 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2131657K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:31:00,513 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=236.0684 real_seconds=1.00 rate_Mbps=1978.2829 tx_cpu=42 rx_cpu=36 drop=0 pkt=241734 data_loss=0.00000 2018-07-30 18:31:00,514 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=1024 throughput=1929916<2025761/2131657<2333399 Kbps loss-rate=0 2018-07-30 18:31:00,514 DEBUG undershot, min=2025761 kbps=2179580 max=2333399 2018-07-30 18:31:00,514 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2179580K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:31:03,840 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=246.9658 real_seconds=1.00 rate_Mbps=2070.3392 tx_cpu=32 rx_cpu=40 drop=47 pkt=252940 data_loss=0.01858 2018-07-30 18:31:03,840 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=1024 throughput=2025761<2120027/2179580<2333399 Kbps loss-rate=0 2018-07-30 18:31:03,841 DEBUG undershot, min=2120027 kbps=2226713 max=2333399 2018-07-30 18:31:03,841 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2226713K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:31:07,165 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=237.7764 real_seconds=1.00 rate_Mbps=1993.5840 tx_cpu=44 rx_cpu=36 drop=344 pkt=243827 data_loss=0.14107 2018-07-30 18:31:07,166 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=1024 throughput=2120027<2041430/2226713<2333399 Kbps loss-rate=0 2018-07-30 18:31:07,166 DEBUG undershot, min=2226713 kbps=2280056 max=2333399 2018-07-30 18:31:07,166 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] Measuring UDP Throughput (packet size=8192)... 2018-07-30 18:31:07,166 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:31:10,518 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=595.7109 real_seconds=1.00 rate_Mbps=4997.3455 tx_cpu=99 rx_cpu=23 drop=43 pkt=76294 data_loss=0.05637 2018-07-30 18:31:10,519 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=8192 throughput=1<5117281/5000000<10000000 Kbps loss-rate=0 2018-07-30 18:31:10,519 DEBUG undershot, min=5117281 kbps=7558640 max=10000000 2018-07-30 18:31:10,519 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7558640K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:31:13,844 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=899.8984 real_seconds=1.00 rate_Mbps=7548.9330 tx_cpu=99 rx_cpu=30 drop=149 pkt=115336 data_loss=0.12919 2018-07-30 18:31:13,845 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=8192 throughput=5117281<7730107/7558640<10000000 Kbps loss-rate=0 2018-07-30 18:31:13,845 DEBUG undershot, min=7730107 kbps=8865053 max=10000000 2018-07-30 18:31:13,845 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8865053K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:31:17,169 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=1056.5938 real_seconds=1.00 rate_Mbps=8863.6344 tx_cpu=90 rx_cpu=35 drop=26 pkt=135270 data_loss=0.01922 2018-07-30 18:31:17,169 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=8192 throughput=7730107<9076361/8865053<10000000 Kbps loss-rate=0 2018-07-30 18:31:17,169 DEBUG undershot, min=9076361 kbps=9538180 max=10000000 2018-07-30 18:31:17,170 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9538180K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:31:20,498 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=1078.2969 real_seconds=1.00 rate_Mbps=9034.7037 tx_cpu=49 rx_cpu=33 drop=42 pkt=138064 data_loss=0.03042 2018-07-30 18:31:20,498 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=8192 throughput=9076361<9251536/9538180<10000000 Kbps loss-rate=0 2018-07-30 18:31:20,499 DEBUG undershot, min=9251536 kbps=9625768 max=10000000 2018-07-30 18:31:20,499 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9625768K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:31:23,850 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] megabytes=1114.5859 real_seconds=1.00 rate_Mbps=9341.0066 tx_cpu=72 rx_cpu=32 drop=95 pkt=142762 data_loss=0.06655 2018-07-30 18:31:23,851 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] pkt-size=8192 throughput=9251536<9565190/9625768<10000000 Kbps loss-rate=0 2018-07-30 18:31:23,851 DEBUG undershot, min=9565190 kbps=9782595 max=10000000 2018-07-30 18:31:23,861 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.opnfvlf.org', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.5', 'ip_to': u'172.30.9.207', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.47, 'throughput_kbps': 17040530, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.2, 'throughput_kbps': 16394307, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.29, 'throughput_kbps': 16553258, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 264761, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.14, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2041430, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.07, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9565190, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.212', 'rtt_max_ms': '0.420', 'rtt_min_ms': '0.086', 'rtt_stddev': '0.113', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.127', 'rtt_max_ms': '0.211', 'rtt_min_ms': '0.092', 'rtt_stddev': '0.042', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.158', 'rtt_max_ms': '0.311', 'rtt_min_ms': '0.120', 'rtt_stddev': '0.054', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-07-30 18:31:23,862 INFO Deleting floating ip e3163d32-5807-4758-9617-4fccf1f9cf8b 2018-07-30 18:31:24,674 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] Floating IP 172.30.9.211 deleted 2018-07-30 18:31:25,456 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c2] Instance deleted 2018-07-30 18:31:25,488 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] Creating client VM... 2018-07-30 18:31:25,488 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-07-30 18:31:29,742 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 1 of 50... 2018-07-30 18:31:32,029 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 2 of 50... 2018-07-30 18:31:35,111 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 3 of 50... 2018-07-30 18:31:37,955 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 4 of 50... 2018-07-30 18:31:40,918 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 5 of 50... 2018-07-30 18:31:43,807 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 6 of 50... 2018-07-30 18:31:46,880 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 7 of 50... 2018-07-30 18:31:49,394 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 8 of 50... 2018-07-30 18:31:52,091 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 9 of 50... 2018-07-30 18:31:54,906 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 10 of 50... 2018-07-30 18:31:57,586 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 11 of 50... 2018-07-30 18:32:00,301 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 12 of 50... 2018-07-30 18:32:03,231 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 13 of 50... 2018-07-30 18:32:06,411 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 14 of 50... 2018-07-30 18:32:09,322 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 15 of 50... 2018-07-30 18:32:11,678 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 16 of 50... 2018-07-30 18:32:14,355 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 17 of 50... 2018-07-30 18:32:17,217 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 18 of 50... 2018-07-30 18:32:19,954 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 19 of 50... 2018-07-30 18:32:22,654 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 20 of 50... 2018-07-30 18:32:25,005 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 21 of 50... 2018-07-30 18:32:27,520 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 22 of 50... 2018-07-30 18:32:30,029 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 23 of 50... 2018-07-30 18:32:32,535 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 24 of 50... 2018-07-30 18:32:35,300 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 25 of 50... 2018-07-30 18:32:37,803 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 26 of 50... 2018-07-30 18:32:40,299 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 27 of 50... 2018-07-30 18:32:43,217 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 28 of 50... 2018-07-30 18:32:45,723 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 29 of 50... 2018-07-30 18:32:48,243 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 30 of 50... 2018-07-30 18:32:51,241 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 31 of 50... 2018-07-30 18:32:53,778 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 32 of 50... 2018-07-30 18:32:56,301 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 33 of 50... 2018-07-30 18:32:59,281 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 34 of 50... 2018-07-30 18:33:01,868 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 35 of 50... 2018-07-30 18:33:04,393 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 36 of 50... 2018-07-30 18:33:06,839 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 37 of 50... 2018-07-30 18:33:09,343 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] VM status=BUILD, retrying 38 of 50... 2018-07-30 18:33:13,611 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] Internal network IP: 192.168.1.10 2018-07-30 18:33:13,611 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] SSH IP: 172.30.9.210 2018-07-30 18:33:13,611 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] Setup SSH for ubuntu@172.30.9.210 2018-07-30 18:33:20,962 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] Installing nuttcp-8.1.4... 2018-07-30 18:33:21,005 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] Copying nuttcp-8.1.4 to target... 2018-07-30 18:33:21,175 INFO ============================================================ 2018-07-30 18:33:21,176 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2018-07-30 18:33:30,223 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] PING 192.168.1.8 (192.168.1.8) 64(92) bytes of data. 72 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=2.74 ms 72 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.350 ms 72 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.193 ms 72 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.199 ms 72 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.198 ms 72 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.171 ms 72 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.212 ms 72 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.170 ms 72 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.178 ms 72 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.308 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9596ms rtt min/avg/max/mdev = 0.170/0.472/2.745/0.759 ms 2018-07-30 18:33:39,267 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] PING 192.168.1.8 (192.168.1.8) 391(419) bytes of data. 399 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=0.352 ms 399 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.188 ms 399 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.354 ms 399 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.434 ms 399 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.300 ms 399 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.375 ms 399 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.368 ms 399 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.255 ms 399 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.318 ms 399 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.196 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.188/0.314/0.434/0.075 ms 2018-07-30 18:33:48,311 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] PING 192.168.1.8 (192.168.1.8) 1500(1528) bytes of data. 1508 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=0.561 ms 1508 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.307 ms 1508 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.214 ms 1508 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.210 ms 1508 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.216 ms 1508 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.389 ms 1508 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.479 ms 1508 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.523 ms 1508 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.224 ms 1508 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.471 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.210/0.359/0.561/0.135 ms 2018-07-30 18:33:48,312 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] Measuring TCP Throughput (packet size=65536)... 2018-07-30 18:33:48,313 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:33:58,439 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=6969.1875 real_seconds=10.00 rate_Mbps=5844.8158 tx_cpu=11 rx_cpu=19 retrans=15 cwnd=487 rtt_ms=0.40 2018-07-30 18:33:58,440 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:34:08,564 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=7197.9375 real_seconds=10.00 rate_Mbps=6036.7782 tx_cpu=11 rx_cpu=19 retrans=7 cwnd=525 rtt_ms=0.27 2018-07-30 18:34:08,565 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:34:18,664 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=7237.0090 real_seconds=10.00 rate_Mbps=6068.8296 tx_cpu=11 rx_cpu=19 retrans=24 cwnd=574 rtt_ms=0.36 2018-07-30 18:34:18,665 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] Measuring UDP Throughput (packet size=128)... 2018-07-30 18:34:18,666 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:34:22,018 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=35.0999 real_seconds=1.00 rate_Mbps=294.4366 tx_cpu=27 rx_cpu=33 drop=48724 pkt=336263 data_loss=14.48997 2018-07-30 18:34:22,019 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=128 throughput=1<301503/5000000<10000000 Kbps loss-rate=14 2018-07-30 18:34:22,019 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R904509K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:34:25,345 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=35.9353 real_seconds=1.00 rate_Mbps=300.6193 tx_cpu=28 rx_cpu=33 drop=41575 pkt=335957 data_loss=12.37515 2018-07-30 18:34:25,345 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=128 throughput=1<307834/904509<904509 Kbps loss-rate=12 2018-07-30 18:34:25,346 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R606171K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:34:28,672 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=35.5543 real_seconds=1.00 rate_Mbps=297.4532 tx_cpu=27 rx_cpu=34 drop=44539 pkt=335800 data_loss=13.26358 2018-07-30 18:34:28,672 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=128 throughput=1<304592/606171<606171 Kbps loss-rate=13 2018-07-30 18:34:28,673 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R455381K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:34:31,999 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=36.1226 real_seconds=1.00 rate_Mbps=302.8920 tx_cpu=31 rx_cpu=33 drop=23926 pkt=319842 data_loss=7.48043 2018-07-30 18:34:32,000 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=128 throughput=1<310161/455381<455381 Kbps loss-rate=7 2018-07-30 18:34:32,000 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R382771K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:34:35,351 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=35.1500 real_seconds=1.00 rate_Mbps=294.3808 tx_cpu=31 rx_cpu=32 drop=38740 pkt=326689 data_loss=11.85837 2018-07-30 18:34:35,352 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=128 throughput=1<301445/382771<382771 Kbps loss-rate=11 2018-07-30 18:34:35,352 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R342108K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:34:38,704 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=34.9452 real_seconds=1.00 rate_Mbps=292.9754 tx_cpu=31 rx_cpu=32 drop=29166 pkt=315437 data_loss=9.24621 2018-07-30 18:34:38,705 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=128 throughput=1<300006/342108<342108 Kbps loss-rate=9 2018-07-30 18:34:38,705 DEBUG overshot, min=1 kbps=300006 max=342108 2018-07-30 18:34:38,705 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R300006K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:34:42,057 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=35.6974 real_seconds=1.00 rate_Mbps=299.1083 tx_cpu=63 rx_cpu=31 drop=0 pkt=292433 data_loss=0.00000 2018-07-30 18:34:42,058 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=128 throughput=1<306286/300006<342108 Kbps loss-rate=0 2018-07-30 18:34:42,058 DEBUG undershot, min=306286 kbps=324197 max=342108 2018-07-30 18:34:42,058 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R324197K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:34:45,383 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=35.2826 real_seconds=1.00 rate_Mbps=295.2358 tx_cpu=39 rx_cpu=32 drop=18784 pkt=307819 data_loss=6.10236 2018-07-30 18:34:45,384 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=128 throughput=306286<302321/324197<342108 Kbps loss-rate=6 2018-07-30 18:34:45,384 DEBUG overshot, min=306286 kbps=302321 max=324197 2018-07-30 18:34:45,385 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R302321K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:34:48,735 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=35.5066 real_seconds=1.00 rate_Mbps=297.1739 tx_cpu=99 rx_cpu=32 drop=4373 pkt=295243 data_loss=1.48112 2018-07-30 18:34:48,736 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=128 throughput=306286<304306/302321<324197 Kbps loss-rate=1 2018-07-30 18:34:48,736 DEBUG undershot, min=315241 kbps=319719 max=324197 2018-07-30 18:34:48,737 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] Measuring UDP Throughput (packet size=1024)... 2018-07-30 18:34:48,737 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:34:52,089 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=297.9404 real_seconds=1.00 rate_Mbps=2494.2372 tx_cpu=60 rx_cpu=34 drop=4192 pkt=309283 data_loss=1.35541 2018-07-30 18:34:52,089 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=1024 throughput=1<2554098/5000000<10000000 Kbps loss-rate=1 2018-07-30 18:34:52,090 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3777049K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:34:55,417 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=291.3252 real_seconds=1.00 rate_Mbps=2438.3339 tx_cpu=58 rx_cpu=34 drop=3497 pkt=301814 data_loss=1.15865 2018-07-30 18:34:55,417 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=1024 throughput=1<2496853/3777049<3777049 Kbps loss-rate=1 2018-07-30 18:34:55,418 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3136951K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:34:58,743 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=294.1758 real_seconds=1.00 rate_Mbps=2464.2015 tx_cpu=57 rx_cpu=34 drop=346 pkt=301582 data_loss=0.11473 2018-07-30 18:34:58,744 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=1024 throughput=1<2523342/3136951<3136951 Kbps loss-rate=0 2018-07-30 18:34:58,744 DEBUG undershot, min=2523342 kbps=2830146 max=3136951 2018-07-30 18:34:58,744 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2830146K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:35:02,097 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=292.7188 real_seconds=1.00 rate_Mbps=2453.4395 tx_cpu=57 rx_cpu=35 drop=0 pkt=299744 data_loss=0.00000 2018-07-30 18:35:02,098 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=1024 throughput=2523342<2512322/2830146<3136951 Kbps loss-rate=0 2018-07-30 18:35:02,098 DEBUG undershot, min=2830146 kbps=2983548 max=3136951 2018-07-30 18:35:02,098 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2983548K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:35:05,425 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=296.9561 real_seconds=1.00 rate_Mbps=2485.9765 tx_cpu=60 rx_cpu=34 drop=3881 pkt=307964 data_loss=1.26020 2018-07-30 18:35:05,425 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=1024 throughput=2830146<2545639/2983548<3136951 Kbps loss-rate=1 2018-07-30 18:35:05,426 DEBUG undershot, min=2983548 kbps=3060249 max=3136951 2018-07-30 18:35:05,426 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] Measuring UDP Throughput (packet size=8192)... 2018-07-30 18:35:05,426 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:35:08,751 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=354.5703 real_seconds=1.00 rate_Mbps=2973.4266 tx_cpu=99 rx_cpu=14 drop=30909 pkt=76294 data_loss=40.51302 2018-07-30 18:35:08,751 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=8192 throughput=1<3044788/5000000<10000000 Kbps loss-rate=40 2018-07-30 18:35:08,752 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4022394K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:35:12,076 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=348.8125 real_seconds=1.00 rate_Mbps=2921.6163 tx_cpu=99 rx_cpu=13 drop=16729 pkt=61377 data_loss=27.25614 2018-07-30 18:35:12,076 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=8192 throughput=1<2991735/4022394<4022394 Kbps loss-rate=27 2018-07-30 18:35:12,077 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3507064K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:35:15,404 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=333.6094 real_seconds=1.00 rate_Mbps=2794.1259 tx_cpu=99 rx_cpu=14 drop=10812 pkt=53514 data_loss=20.20405 2018-07-30 18:35:15,405 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=8192 throughput=1<2861184/3507064<3507064 Kbps loss-rate=20 2018-07-30 18:35:15,405 DEBUG overshot, min=1 kbps=2861184 max=3507064 2018-07-30 18:35:15,405 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2861184K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:35:18,756 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] megabytes=329.3359 real_seconds=1.00 rate_Mbps=2762.7170 tx_cpu=99 rx_cpu=14 drop=1503 pkt=43658 data_loss=3.44267 2018-07-30 18:35:18,757 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] pkt-size=8192 throughput=1<2829022/2861184<3507064 Kbps loss-rate=3 2018-07-30 18:35:18,767 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.10', 'ip_to': u'192.168.1.8', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 15, 'rtt_ms': 0.4, 'throughput_kbps': 5985091, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 7, 'rtt_ms': 0.27, 'throughput_kbps': 6181660, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 24, 'rtt_ms': 0.36, 'throughput_kbps': 6214481, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.48, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 304306, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.26, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2545639, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.44, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 2829022, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.472', 'rtt_max_ms': '2.745', 'rtt_min_ms': '0.170', 'rtt_stddev': '0.759', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.314', 'rtt_max_ms': '0.434', 'rtt_min_ms': '0.188', 'rtt_stddev': '0.075', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.359', 'rtt_max_ms': '0.561', 'rtt_min_ms': '0.210', 'rtt_stddev': '0.135', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-07-30 18:35:18,769 INFO Deleting floating ip 49cdcb00-e24a-4723-a843-d2e2825e1205 2018-07-30 18:35:19,420 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] Floating IP 172.30.9.210 deleted 2018-07-30 18:35:19,596 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c3] Instance deleted 2018-07-30 18:35:19,710 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] Creating client VM... 2018-07-30 18:35:19,710 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-07-30 18:35:23,044 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] VM status=BUILD, retrying 1 of 50... 2018-07-30 18:35:25,569 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] VM status=BUILD, retrying 2 of 50... 2018-07-30 18:35:28,106 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] VM status=BUILD, retrying 3 of 50... 2018-07-30 18:35:30,764 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] VM status=BUILD, retrying 4 of 50... 2018-07-30 18:35:33,301 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] VM status=BUILD, retrying 5 of 50... 2018-07-30 18:35:38,638 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] Internal network IP: 192.168.2.5 2018-07-30 18:35:38,638 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] SSH IP: 172.30.9.210 2018-07-30 18:35:38,638 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] Setup SSH for ubuntu@172.30.9.210 2018-07-30 18:37:14,103 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] Installing nuttcp-8.1.4... 2018-07-30 18:37:14,145 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] Copying nuttcp-8.1.4 to target... 2018-07-30 18:37:14,309 INFO ============================================================ 2018-07-30 18:37:14,309 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2018-07-30 18:37:23,352 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] PING 192.168.1.8 (192.168.1.8) 64(92) bytes of data. 72 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=0.763 ms 72 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.293 ms 72 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.165 ms 72 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.133 ms 72 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.192 ms 72 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.169 ms 72 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.182 ms 72 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.144 ms 72 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.170 ms 72 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.172 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8996ms rtt min/avg/max/mdev = 0.133/0.238/0.763/0.180 ms 2018-07-30 18:37:32,392 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] PING 192.168.1.8 (192.168.1.8) 391(419) bytes of data. 399 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=0.159 ms 399 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.118 ms 399 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.136 ms 399 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.321 ms 399 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.189 ms 399 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.300 ms 399 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.309 ms 399 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.180 ms 399 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.258 ms 399 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.300 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.118/0.227/0.321/0.074 ms 2018-07-30 18:37:41,432 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] PING 192.168.1.8 (192.168.1.8) 1500(1528) bytes of data. 1508 bytes from 192.168.1.8: icmp_seq=1 ttl=64 time=0.734 ms 1508 bytes from 192.168.1.8: icmp_seq=2 ttl=64 time=0.491 ms 1508 bytes from 192.168.1.8: icmp_seq=3 ttl=64 time=0.342 ms 1508 bytes from 192.168.1.8: icmp_seq=4 ttl=64 time=0.408 ms 1508 bytes from 192.168.1.8: icmp_seq=5 ttl=64 time=0.375 ms 1508 bytes from 192.168.1.8: icmp_seq=6 ttl=64 time=0.240 ms 1508 bytes from 192.168.1.8: icmp_seq=7 ttl=64 time=0.390 ms 1508 bytes from 192.168.1.8: icmp_seq=8 ttl=64 time=0.191 ms 1508 bytes from 192.168.1.8: icmp_seq=9 ttl=64 time=0.263 ms 1508 bytes from 192.168.1.8: icmp_seq=10 ttl=64 time=0.196 ms --- 192.168.1.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.191/0.363/0.734/0.154 ms 2018-07-30 18:37:41,433 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] Measuring TCP Throughput (packet size=65536)... 2018-07-30 18:37:41,433 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:37:51,556 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=7173.0480 real_seconds=10.00 rate_Mbps=6015.9278 tx_cpu=11 rx_cpu=19 retrans=10 cwnd=588 rtt_ms=0.37 2018-07-30 18:37:51,557 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:38:01,654 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=7579.6250 real_seconds=10.00 rate_Mbps=6356.5766 tx_cpu=11 rx_cpu=19 retrans=44 cwnd=415 rtt_ms=0.48 2018-07-30 18:38:01,654 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:38:11,753 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=6978.2127 real_seconds=10.00 rate_Mbps=5852.4662 tx_cpu=10 rx_cpu=19 retrans=2 cwnd=494 rtt_ms=0.42 2018-07-30 18:38:11,754 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] Measuring UDP Throughput (packet size=128)... 2018-07-30 18:38:11,755 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:38:15,106 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=29.5360 real_seconds=1.00 rate_Mbps=248.2573 tx_cpu=20 rx_cpu=34 drop=685 pkt=242644 data_loss=0.28225 2018-07-30 18:38:15,106 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=128 throughput=1<254215/5000000<10000000 Kbps loss-rate=0 2018-07-30 18:38:15,107 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R762645K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:38:18,458 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=32.9442 real_seconds=1.00 rate_Mbps=276.0673 tx_cpu=22 rx_cpu=34 drop=36 pkt=269915 data_loss=0.01335 2018-07-30 18:38:18,458 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=128 throughput=1<282692/762645<762645 Kbps loss-rate=0 2018-07-30 18:38:18,459 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R522668K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:38:21,786 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=33.1796 real_seconds=1.00 rate_Mbps=278.0587 tx_cpu=23 rx_cpu=32 drop=0 pkt=271807 data_loss=0.00000 2018-07-30 18:38:21,786 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=128 throughput=1<284732/522668<522668 Kbps loss-rate=0 2018-07-30 18:38:21,787 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R403700K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:38:25,113 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=31.3821 real_seconds=1.00 rate_Mbps=263.0594 tx_cpu=22 rx_cpu=33 drop=4881 pkt=261963 data_loss=1.86316 2018-07-30 18:38:25,114 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=128 throughput=1<269372/403700<403700 Kbps loss-rate=1 2018-07-30 18:38:25,114 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R336536K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:38:28,467 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=31.3311 real_seconds=1.00 rate_Mbps=261.9073 tx_cpu=22 rx_cpu=32 drop=9606 pkt=266270 data_loss=3.60759 2018-07-30 18:38:28,467 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=128 throughput=1<268193/336536<336536 Kbps loss-rate=3 2018-07-30 18:38:28,467 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R302364K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:38:31,794 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=32.2507 real_seconds=1.00 rate_Mbps=270.1042 tx_cpu=22 rx_cpu=34 drop=3 pkt=264201 data_loss=0.00124 2018-07-30 18:38:31,795 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=128 throughput=1<276586/302364<302364 Kbps loss-rate=0 2018-07-30 18:38:31,795 DEBUG undershot, min=276586 kbps=289475 max=302364 2018-07-30 18:38:31,795 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R289475K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:38:35,146 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=33.4370 real_seconds=1.00 rate_Mbps=280.4594 tx_cpu=24 rx_cpu=33 drop=161 pkt=274077 data_loss=0.05888 2018-07-30 18:38:35,146 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=128 throughput=276586<287190/289475<302364 Kbps loss-rate=0 2018-07-30 18:38:35,147 DEBUG undershot, min=287190 kbps=294777 max=302364 2018-07-30 18:38:35,147 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R294777K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:38:38,473 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=33.0836 real_seconds=1.00 rate_Mbps=277.2081 tx_cpu=29 rx_cpu=34 drop=0 pkt=271021 data_loss=0.00000 2018-07-30 18:38:38,473 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=128 throughput=287190<283861/294777<302364 Kbps loss-rate=0 2018-07-30 18:38:38,474 DEBUG undershot, min=294777 kbps=298570 max=302364 2018-07-30 18:38:38,474 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] Measuring UDP Throughput (packet size=1024)... 2018-07-30 18:38:38,474 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:38:41,803 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=262.9072 real_seconds=1.00 rate_Mbps=2203.1630 tx_cpu=39 rx_cpu=35 drop=135 pkt=269352 data_loss=0.05014 2018-07-30 18:38:41,804 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=1024 throughput=1<2256038/5000000<10000000 Kbps loss-rate=0 2018-07-30 18:38:41,804 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3628019K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:38:45,155 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=248.7217 real_seconds=1.00 rate_Mbps=2084.4214 tx_cpu=47 rx_cpu=34 drop=63 pkt=254754 data_loss=0.02472 2018-07-30 18:38:45,156 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=1024 throughput=1<2134447/3628019<3628019 Kbps loss-rate=0 2018-07-30 18:38:45,156 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2881233K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:38:48,482 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=251.4365 real_seconds=1.00 rate_Mbps=2108.1273 tx_cpu=42 rx_cpu=34 drop=389 pkt=257860 data_loss=0.15086 2018-07-30 18:38:48,483 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=1024 throughput=1<2158722/2881233<2881233 Kbps loss-rate=0 2018-07-30 18:38:48,483 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2519977K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:38:51,834 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=257.2822 real_seconds=1.00 rate_Mbps=2156.4757 tx_cpu=42 rx_cpu=34 drop=122 pkt=263579 data_loss=0.04631 2018-07-30 18:38:51,835 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=1024 throughput=1<2208231/2519977<2519977 Kbps loss-rate=0 2018-07-30 18:38:51,835 DEBUG undershot, min=2208231 kbps=2364104 max=2519977 2018-07-30 18:38:51,835 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2364104K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:38:55,162 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=248.3262 real_seconds=1.00 rate_Mbps=2081.5976 tx_cpu=38 rx_cpu=34 drop=26 pkt=254312 data_loss=0.01023 2018-07-30 18:38:55,163 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=1024 throughput=2208231<2131555/2364104<2519977 Kbps loss-rate=0 2018-07-30 18:38:55,163 DEBUG undershot, min=2364104 kbps=2442040 max=2519977 2018-07-30 18:38:55,163 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2442040K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:38:58,491 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=246.3564 real_seconds=1.00 rate_Mbps=2064.7645 tx_cpu=43 rx_cpu=34 drop=1636 pkt=253905 data_loss=0.64435 2018-07-30 18:38:58,491 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=1024 throughput=2364104<2114318/2442040<2519977 Kbps loss-rate=0 2018-07-30 18:38:58,491 DEBUG undershot, min=2442040 kbps=2481008 max=2519977 2018-07-30 18:38:58,492 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] Measuring UDP Throughput (packet size=8192)... 2018-07-30 18:38:58,492 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:39:01,843 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=356.3906 real_seconds=1.00 rate_Mbps=2989.0055 tx_cpu=99 rx_cpu=14 drop=30676 pkt=76294 data_loss=40.20762 2018-07-30 18:39:01,844 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=8192 throughput=1<3060741/5000000<10000000 Kbps loss-rate=40 2018-07-30 18:39:01,844 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4030370K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:39:05,170 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=358.8594 real_seconds=1.00 rate_Mbps=3005.7889 tx_cpu=99 rx_cpu=13 drop=15563 pkt=61497 data_loss=25.30692 2018-07-30 18:39:05,170 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=8192 throughput=1<3077927/4030370<4030370 Kbps loss-rate=25 2018-07-30 18:39:05,170 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3554148K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:39:08,498 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=367.9141 real_seconds=1.00 rate_Mbps=3081.5290 tx_cpu=99 rx_cpu=18 drop=7139 pkt=54232 data_loss=13.16381 2018-07-30 18:39:08,498 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=8192 throughput=1<3155485/3554148<3554148 Kbps loss-rate=13 2018-07-30 18:39:08,498 DEBUG overshot, min=1 kbps=3155485 max=3554148 2018-07-30 18:39:08,499 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3155485K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:39:11,826 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=372.0156 real_seconds=1.00 rate_Mbps=3121.1396 tx_cpu=99 rx_cpu=15 drop=531 pkt=48149 data_loss=1.10284 2018-07-30 18:39:11,826 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=8192 throughput=1<3196046/3155485<3554148 Kbps loss-rate=1 2018-07-30 18:39:11,826 DEBUG undershot, min=3196046 kbps=3375097 max=3554148 2018-07-30 18:39:11,827 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3375097K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:39:15,178 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=335.9531 real_seconds=1.00 rate_Mbps=2814.3628 tx_cpu=99 rx_cpu=12 drop=8498 pkt=51500 data_loss=16.50099 2018-07-30 18:39:15,179 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=8192 throughput=3196046<2881907/3375097<3554148 Kbps loss-rate=16 2018-07-30 18:39:15,179 DEBUG overshot, min=3196046 kbps=2881907 max=3375097 2018-07-30 18:39:15,179 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2881907K -p5001 -P5002 -fparse 192.168.1.8 2018-07-30 18:39:18,507 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] megabytes=334.7656 real_seconds=1.00 rate_Mbps=2803.1215 tx_cpu=99 rx_cpu=15 drop=1125 pkt=43975 data_loss=2.55828 2018-07-30 18:39:18,508 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] pkt-size=8192 throughput=3196046<2870396/2881907<3375097 Kbps loss-rate=2 2018-07-30 18:39:18,518 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.5', 'ip_to': u'192.168.1.8', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 10, 'rtt_ms': 0.37, 'throughput_kbps': 6160310, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 44, 'rtt_ms': 0.48, 'throughput_kbps': 6509134, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2, 'rtt_ms': 0.42, 'throughput_kbps': 5992925, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 283861, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.64, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2114318, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.56, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 2870396, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.238', 'rtt_max_ms': '0.763', 'rtt_min_ms': '0.133', 'rtt_stddev': '0.180', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.227', 'rtt_max_ms': '0.321', 'rtt_min_ms': '0.118', 'rtt_stddev': '0.074', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.363', 'rtt_max_ms': '0.734', 'rtt_min_ms': '0.191', 'rtt_stddev': '0.154', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-07-30 18:39:18,520 INFO ============================================================ 2018-07-30 18:39:18,520 INFO Flow 6: VM to VM different network floating IP (inter-node) 2018-07-30 18:39:37,661 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] ERROR cmd=ping -c 10 -s 64 172.30.9.207 2018-07-30 18:39:37,661 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] PING 172.30.9.207 (172.30.9.207) 64(92) bytes of data. --- 172.30.9.207 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9071ms 2018-07-30 18:39:56,778 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] ERROR cmd=ping -c 10 -s 391 172.30.9.207 2018-07-30 18:39:56,778 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] PING 172.30.9.207 (172.30.9.207) 391(419) bytes of data. --- 172.30.9.207 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9071ms 2018-07-30 18:40:15,894 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] ERROR cmd=ping -c 10 -s 1500 172.30.9.207 2018-07-30 18:40:15,894 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] PING 172.30.9.207 (172.30.9.207) 1500(1528) bytes of data. --- 172.30.9.207 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9071ms 2018-07-30 18:40:15,895 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] Measuring TCP Throughput (packet size=65536)... 2018-07-30 18:40:15,895 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:40:45,995 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207" on host 172.30.9.210 2018-07-30 18:40:45,995 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:41:16,034 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207" on host 172.30.9.210 2018-07-30 18:41:16,035 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:41:46,072 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207" on host 172.30.9.210 2018-07-30 18:41:46,072 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] Measuring UDP Throughput (packet size=128)... 2018-07-30 18:41:46,072 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:42:07,100 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207" on host 172.30.9.210 2018-07-30 18:42:07,100 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] Measuring UDP Throughput (packet size=1024)... 2018-07-30 18:42:07,100 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:42:28,128 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207" on host 172.30.9.210 2018-07-30 18:42:28,128 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] Measuring UDP Throughput (packet size=8192)... 2018-07-30 18:42:28,129 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207 2018-07-30 18:42:49,157 INFO [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207" on host 172.30.9.210 2018-07-30 18:42:49,164 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.opnfvlf.org', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.5', 'ip_to': u'172.30.9.207', 'results': [ { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207" on host 172.30.9.210', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207" on host 172.30.9.210', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.207" on host 172.30.9.210', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207" on host 172.30.9.210', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207" on host 172.30.9.210', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.207" on host 172.30.9.210', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'error': 'ping failed', 'packet_size': 64}, { 'error': 'ping failed', 'packet_size': 391}, { 'error': 'ping failed', 'packet_size': 1500}], 'tool': 'ping'}]} 2018-07-30 18:42:49,165 INFO Deleting floating ip 193f4c26-dde8-4dd7-991d-475c5df6d687 2018-07-30 18:42:50,224 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] Floating IP 172.30.9.210 deleted 2018-07-30 18:42:50,555 DEBUG [TestClient_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c4] Instance deleted 2018-07-30 18:42:50,588 INFO Cleaning up... 2018-07-30 18:42:50,588 DEBUG [TestServer_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c1] Terminating nuttcp-8.1.4 2018-07-30 18:58:31,282 ERROR [Errno 110] Operation timed out Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1255, in main run_vmtp(opts) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1217, in run_vmtp vmtp_instance.run() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 489, in run self.teardown() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 446, in teardown self.server.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_instance.py", line 106, in dispose self.tp_tool.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_tool.py", line 77, in dispose self.instance.ssh.kill_proc(self.pid) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 384, in kill_proc self.execute(cmd) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 323, in execute timeout=timeout, raise_on_error=False) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 241, in run timeout=timeout) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 247, in _run session = transport.open_session() File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 767, in open_session timeout=timeout) File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 891, in open_channel raise e error: [Errno 110] Operation timed out 2018-07-30 18:58:31,646 - functest.opnfv_tests.openstack.vmtp.vmtp - ERROR - Exception when calling ['vmtp_genchart', '-c', '/home/opnfv/functest/results/vmtp/vmtp.html', '/home/opnfv/functest/results/vmtp/vmtp.json'] Error: No such file %s: /home/opnfv/functest/results/vmtp/vmtp.json 2018-07-30 18:58:31,769 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-30 18:58:31,770 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 40:55 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-07-30 18:58:31,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-30 18:58:31,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/ae09ba24-eb1b-4eb3-8f5b-b12f59bfa439 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bde5af21a36b864d1caf3635276477853e60ebdf" 2018-07-30 18:58:33,148 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e9a3fdf7-3fe9-41c2-898e-2460f3babf22 Date: Mon, 30 Jul 2018 18:58:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 18:58:33,148 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ae09ba24-eb1b-4eb3-8f5b-b12f59bfa439 used request id req-e9a3fdf7-3fe9-41c2-898e-2460f3babf22 2018-07-30 18:58:33,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.37218594551s 2018-07-30 18:58:33,148 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ae09ba24-eb1b-4eb3-8f5b-b12f59bfa439 used request id req-e9a3fdf7-3fe9-41c2-898e-2460f3babf22 2018-07-30 18:58:33,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 18:58:33,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bde5af21a36b864d1caf3635276477853e60ebdf" 2018-07-30 18:58:33,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2093 X-Openstack-Request-Id: req-1c5150da-f860-4a5f-a376-fc6510b9f6b4 Date: Mon, 30 Jul 2018 18:58:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f8776a35-0322-4bb9-bf59-35850ce95f1e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":["ed84943c-1db3-4df0-8fbc-37145ee52ac7"],"description":"","tags":[],"updated_at":"2018-07-30T18:17:51Z","provider:segmentation_id":2,"name":"pns-internal-net2_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T18:17:51Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f8ab6038-0fff-4d01-b320-f4ab4b5989bb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a5c443b661124ecdb463f917c180f6c2","status":"ACTIVE","subnets":["437746f9-ae68-4754-ab0a-7d2ac7943fbd"],"description":"","tags":[],"updated_at":"2018-07-30T18:17:50Z","provider:segmentation_id":43,"name":"pns-internal-net_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c","admin_state_up":true,"tenant_id":"a5c443b661124ecdb463f917c180f6c2","created_at":"2018-07-30T18:17:49Z","provider:network_type":"vxlan"}]} 2018-07-30 18:58:33,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1c5150da-f860-4a5f-a376-fc6510b9f6b4 2018-07-30 18:58:33,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.278725862503s 2018-07-30 18:58:33,428 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1c5150da-f860-4a5f-a376-fc6510b9f6b4 2018-07-30 18:58:33,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-30 18:58:33,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/f8ab6038-0fff-4d01-b320-f4ab4b5989bb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bde5af21a36b864d1caf3635276477853e60ebdf" 2018-07-30 18:58:33,708 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 205 X-Openstack-Request-Id: req-5d40782d-88bd-4ad3-83b3-ab4c85bbbc70 Date: Mon, 30 Jul 2018 18:58:33 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on network f8ab6038-0fff-4d01-b320-f4ab4b5989bb. There are one or more ports still in use on the network.", "type": "NetworkInUse", "detail": ""}} 2018-07-30 18:58:33,708 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f8ab6038-0fff-4d01-b320-f4ab4b5989bb.json used request id req-5d40782d-88bd-4ad3-83b3-ab4c85bbbc70 2018-07-30 18:58:33,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.27775812149s 2018-07-30 18:58:33,709 - xtesting.ci.run_tests - ERROR - The test case 'vmtp' failed. 2018-07-30 18:58:33,754 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-07-30 18:58:33,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 18:58:33,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-30 18:58:33,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 18:58:33,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 18:58:33,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 18:58:33,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 18:58:33,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 18:58:33,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 18:58:33,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 18:58:33,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 18:58:33,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 18:58:33,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 18:58:33,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 18:58:33,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 18:58:33,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 18:58:33,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 18:58:33,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 18:58:33,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 18:58:33,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 18:58:33,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 18:58:33,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 18:58:33,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 18:58:33,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 18:58:33,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-30 18:58:33,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-30 18:58:33,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 18:58:33,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:58:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eaa765c-a5ad-458b-861e-6cc5cfca2f09 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 18:58:33,803 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-7eaa765c-a5ad-458b-861e-6cc5cfca2f09 2018-07-30 18:58:33,803 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 18:58:34,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb37427ee864bbead4b2c672b5c6b7d", "name": "admin"}], "expires_at": "2018-07-30T19:58:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5c443b661124ecdb463f917c180f6c2", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/a5c443b661124ecdb463f917c180f6c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3d82804d95aa4fd1bfc17877fcdf7354"}, "audit_ids": ["rWHwGRtNR_--IbCOXGztdA"], "issued_at": "2018-07-30T18:58:34.000000Z"}} 2018-07-30 18:58:34,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 18:58:34,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 18:58:34,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3d5a7c89-4208-4688-af52-3c71e6896a8e Date: Mon, 30 Jul 2018 18:58:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6cded11f-6a6d-475c-8684-92fd679f2832","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","status":"ACTIVE","subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"description":"","tags":[],"updated_at":"2018-07-30T17:14:56Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","provider:network_type":"flat"}]} 2018-07-30 18:58:34,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3d5a7c89-4208-4688-af52-3c71e6896a8e 2018-07-30 18:58:34,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.270707845688s 2018-07-30 18:58:34,478 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3d5a7c89-4208-4688-af52-3c71e6896a8e 2018-07-30 18:58:34,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 18:58:34,487 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 30 Jul 2018 18:58:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-30 18:58:34,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 18:58:34,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 18:58:34,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:58:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55b69d9b-754d-45c8-a3d0-7b14734e049f Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/4476b8ce97754bddbc8c57708e295eeb"}, "tags": [], "enabled": true, "id": "4476b8ce97754bddbc8c57708e295eeb", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-07-30 18:58:34,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-55b69d9b-754d-45c8-a3d0-7b14734e049f 2018-07-30 18:58:34,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.094978094101s 2018-07-30 18:58:34,584 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-55b69d9b-754d-45c8-a3d0-7b14734e049f 2018-07-30 18:58:34,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-30 18:58:34,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_523452bf-84b6-482b-ab9d-ebb398cea3f6"}}' 2018-07-30 18:58:34,741 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 18:58:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fabf6707-0fe3-41ea-9950-ff349fe7298b Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.21:5000/v3/projects/5bc6f502285547acb97479ae2415fca5"}, "tags": [], "enabled": true, "id": "5bc6f502285547acb97479ae2415fca5", "parent_id": "default", "domain_id": "default", "name": "shaker-project_523452bf-84b6-482b-ab9d-ebb398cea3f6"}} 2018-07-30 18:58:34,741 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-fabf6707-0fe3-41ea-9950-ff349fe7298b 2018-07-30 18:58:34,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.149567127228s 2018-07-30 18:58:34,741 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-fabf6707-0fe3-41ea-9950-ff349fe7298b 2018-07-30 18:58:34,742 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: shaker', u'tags': [], 'enabled': True, 'id': u'5bc6f502285547acb97479ae2415fca5', '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'shaker-project_523452bf-84b6-482b-ab9d-ebb398cea3f6'}) 2018-07-30 18:58:34,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-30 18:58:34,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "a2691007-1a4b-44e8-8496-0a91f170db64", "email": null, "name": "shaker-user_523452bf-84b6-482b-ab9d-ebb398cea3f6"}}' 2018-07-30 18:58:35,166 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 18:58:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66df9206-e40a-4a0d-b9f2-39a50cf21ac4 Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_523452bf-84b6-482b-ab9d-ebb398cea3f6", "links": {"self": "http://172.30.9.21:5000/v3/users/44c8daf1ec2d4f08a32ccb3f03911485"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "44c8daf1ec2d4f08a32ccb3f03911485", "domain_id": "default", "password_expires_at": null}} 2018-07-30 18:58:35,167 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-66df9206-e40a-4a0d-b9f2-39a50cf21ac4 2018-07-30 18:58:35,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.418523788452s 2018-07-30 18:58:35,167 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-66df9206-e40a-4a0d-b9f2-39a50cf21ac4 2018-07-30 18:58:35,168 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'44c8daf1ec2d4f08a32ccb3f03911485', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_523452bf-84b6-482b-ab9d-ebb398cea3f6'}) 2018-07-30 18:58:35,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 18:58:35,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 18:58:35,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:58:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4781935f-1905-4a87-a440-53991a96171a Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 18:58:35,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4781935f-1905-4a87-a440-53991a96171a 2018-07-30 18:58:35,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.110783100128s 2018-07-30 18:58:35,283 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4781935f-1905-4a87-a440-53991a96171a 2018-07-30 18:58:35,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 18:58:35,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 18:58:35,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:58:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-932fe084-f353-45db-aa2c-59aa8c643996 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}]} 2018-07-30 18:58:35,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-932fe084-f353-45db-aa2c-59aa8c643996 2018-07-30 18:58:35,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103053092957s 2018-07-30 18:58:35,391 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-932fe084-f353-45db-aa2c-59aa8c643996 2018-07-30 18:58:35,393 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-30 18:58:35,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-30 18:58:35,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" -d '{"role": {"name": "Member"}}' 2018-07-30 18:58:35,513 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 18:58:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97b9050a-5c71-4cc2-a699-6956facf0dac Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "da8e73b35915498ab61eb3dcab104c48", "links": {"self": "http://172.30.9.21:5000/v3/roles/da8e73b35915498ab61eb3dcab104c48"}, "name": "Member"}} 2018-07-30 18:58:35,513 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-97b9050a-5c71-4cc2-a699-6956facf0dac 2018-07-30 18:58:35,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.116925954819s 2018-07-30 18:58:35,514 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-97b9050a-5c71-4cc2-a699-6956facf0dac 2018-07-30 18:58:35,514 - functest.core.tenantnetwork - DEBUG - role: 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'da8e73b35915498ab61eb3dcab104c48'}) 2018-07-30 18:58:35,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 18:58:35,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 18:58:35,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:58:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08adf4c6-48d2-43de-b37f-0fa169b9d1a4 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da8e73b35915498ab61eb3dcab104c48", "links": {"self": "http://172.30.9.21:5000/v3/roles/da8e73b35915498ab61eb3dcab104c48"}, "name": "Member"}]} 2018-07-30 18:58:35,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-08adf4c6-48d2-43de-b37f-0fa169b9d1a4 2018-07-30 18:58:35,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0969479084015s 2018-07-30 18:58:35,615 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-08adf4c6-48d2-43de-b37f-0fa169b9d1a4 2018-07-30 18:58:35,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 18:58:35,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 18:58:35,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:58:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cdb4dd8-2385-4fd6-878a-8e3ed7aa323f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-30 18:58:35,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-8cdb4dd8-2385-4fd6-878a-8e3ed7aa323f 2018-07-30 18:58:35,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.023686170578s 2018-07-30 18:58:35,644 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-8cdb4dd8-2385-4fd6-878a-8e3ed7aa323f 2018-07-30 18:58:35,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 18:58:35,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 18:58:35,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:58:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-566d46e2-dd43-4316-b713-4d9723017edb Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/007c651792db418193688c10d843d637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "007c651792db418193688c10d843d637", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/244dcd30c06d4384961fa64d49c3e41c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "244dcd30c06d4384961fa64d49c3e41c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2a5230a6efdb4a64a4b00fb62e23cfea"}, "domain_id": "4476b8ce97754bddbc8c57708e295eeb", "enabled": true, "options": {}, "id": "2a5230a6efdb4a64a4b00fb62e23cfea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/3d82804d95aa4fd1bfc17877fcdf7354"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d82804d95aa4fd1bfc17877fcdf7354", "email": "admin@example.com", "password_expires_at": null}, {"name": "shaker-user_523452bf-84b6-482b-ab9d-ebb398cea3f6", "links": {"self": "http://172.30.9.21:5000/v3/users/44c8daf1ec2d4f08a32ccb3f03911485"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "44c8daf1ec2d4f08a32ccb3f03911485", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/656ce29b237b48409909716a40fce1c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "656ce29b237b48409909716a40fce1c7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/6e6a16503d3c4934b5b61073aba8b08c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6e6a16503d3c4934b5b61073aba8b08c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/766202d20652431a9855034c09964e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "766202d20652431a9855034c09964e9e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7908f48045ad430c8bb89bc94876adee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7908f48045ad430c8bb89bc94876adee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/857e0417e4494e29b92ccbb6e2e75992"}, "domain_id": "default", "enabled": true, "options": {}, "id": "857e0417e4494e29b92ccbb6e2e75992", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a699b948ffba4770a3e60d35294751c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a699b948ffba4770a3e60d35294751c3", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/aaa8224c76a3484bbac84a74b4ba8b3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aaa8224c76a3484bbac84a74b4ba8b3f", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1e29c6e158e46b79cb6db3144213a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e29c6e158e46b79cb6db3144213a17", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d4319e1f77ec4d80b169bc61bdac9efc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4319e1f77ec4d80b169bc61bdac9efc", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/d4889590909945f088a965d003206189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4889590909945f088a965d003206189", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-30 18:58:35,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-566d46e2-dd43-4316-b713-4d9723017edb 2018-07-30 18:58:35,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.217758178711s 2018-07-30 18:58:35,863 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-566d46e2-dd43-4316-b713-4d9723017edb 2018-07-30 18:58:35,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-30 18:58:35,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 18:58:35,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:58:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-743b35e0-233a-4f0d-9270-5055312a3ef1 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.21:5000/v3/projects/5bc6f502285547acb97479ae2415fca5"}, "tags": [], "enabled": true, "id": "5bc6f502285547acb97479ae2415fca5", "parent_id": "default", "domain_id": "default", "name": "shaker-project_523452bf-84b6-482b-ab9d-ebb398cea3f6"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a5c443b661124ecdb463f917c180f6c2"}, "tags": [], "enabled": true, "id": "a5c443b661124ecdb463f917c180f6c2", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440"}, "tags": [], "enabled": true, "id": "bbb29370cb064c718b72faa5c6748440", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-30 18:58:35,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-743b35e0-233a-4f0d-9270-5055312a3ef1 2018-07-30 18:58:35,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0973598957062s 2018-07-30 18:58:35,972 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-743b35e0-233a-4f0d-9270-5055312a3ef1 2018-07-30 18:58:35,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-30 18:58:35,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=44c8daf1ec2d4f08a32ccb3f03911485&role.id=da8e73b35915498ab61eb3dcab104c48&scope.project.id=5bc6f502285547acb97479ae2415fca5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 18:58:36,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:58:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b66776e-585e-469b-97cf-1a90c3351d19 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=44c8daf1ec2d4f08a32ccb3f03911485&role.id=da8e73b35915498ab61eb3dcab104c48&scope.project.id=5bc6f502285547acb97479ae2415fca5", "previous": null, "next": null}} 2018-07-30 18:58:36,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=44c8daf1ec2d4f08a32ccb3f03911485&role.id=da8e73b35915498ab61eb3dcab104c48&scope.project.id=5bc6f502285547acb97479ae2415fca5 used request id req-2b66776e-585e-469b-97cf-1a90c3351d19 2018-07-30 18:58:36,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.100733041763s 2018-07-30 18:58:36,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=44c8daf1ec2d4f08a32ccb3f03911485&role.id=da8e73b35915498ab61eb3dcab104c48&scope.project.id=5bc6f502285547acb97479ae2415fca5 used request id req-2b66776e-585e-469b-97cf-1a90c3351d19 2018-07-30 18:58:36,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-30 18:58:36,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/5bc6f502285547acb97479ae2415fca5/users/44c8daf1ec2d4f08a32ccb3f03911485/roles/da8e73b35915498ab61eb3dcab104c48 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 18:58:36,234 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 18:58:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4195b36e-d67c-4147-b25a-bc6b3bd8ec37 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 18:58:36,234 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5bc6f502285547acb97479ae2415fca5/users/44c8daf1ec2d4f08a32ccb3f03911485/roles/da8e73b35915498ab61eb3dcab104c48 used request id req-4195b36e-d67c-4147-b25a-bc6b3bd8ec37 2018-07-30 18:58:36,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.150401115417s 2018-07-30 18:58:36,234 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5bc6f502285547acb97479ae2415fca5/users/44c8daf1ec2d4f08a32ccb3f03911485/roles/da8e73b35915498ab61eb3dcab104c48 used request id req-4195b36e-d67c-4147-b25a-bc6b3bd8ec37 2018-07-30 18:58:36,235 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_523452bf-84b6-482b-ab9d-ebb398cea3f6', 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'5bc6f502285547acb97479ae2415fca5', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'a2691007-1a4b-44e8-8496-0a91f170db64', 'username': u'shaker-user_523452bf-84b6-482b-ab9d-ebb398cea3f6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-30 18:58:36,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-30 18:58:36,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-30 18:58:36,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-30 18:58:36,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-30 18:58:36,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-30 18:58:36,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-30 18:58:36,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-30 18:58:36,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-30 18:58:36,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-30 18:58:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-30 18:58:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-30 18:58:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-30 18:58:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-30 18:58:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-30 18:58:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-30 18:58:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-30 18:58:36,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-30 18:58:36,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-30 18:58:36,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-30 18:58:36,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-30 18:58:36,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-30 18:58:36,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-30 18:58:36,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-30 18:58:36,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-30 18:58:36,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-30 18:58:36,241 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_523452bf-84b6-482b-ab9d-ebb398cea3f6', 'password': 'a2691007-1a4b-44e8-8496-0a91f170db64', 'project_name': 'shaker-project_523452bf-84b6-482b-ab9d-ebb398cea3f6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': '5bc6f502285547acb97479ae2415fca5', 'project_domain_name': 'Default'} 2018-07-30 18:58:36,241 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-07-30 18:58:36,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 18:58:36,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:58:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96117905-38ff-449b-ab5b-b46931365234 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-07-30 18:58:36,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-96117905-38ff-449b-ab5b-b46931365234 2018-07-30 18:58:36,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-07-30 18:58:36,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da8e73b35915498ab61eb3dcab104c48", "name": "Member"}], "expires_at": "2018-07-30T19:58:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bc6f502285547acb97479ae2415fca5", "name": "shaker-project_523452bf-84b6-482b-ab9d-ebb398cea3f6"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8776/v1/5bc6f502285547acb97479ae2415fca5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "016420ad24d24c54abd42aff5b48a805"}, {"url": "http://192.30.9.4:8776/v1/5bc6f502285547acb97479ae2415fca5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e85b737381141afae890983029e7a92"}, {"url": "http://192.30.9.4:8776/v1/5bc6f502285547acb97479ae2415fca5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9d178cac4834ce7946ed3d7e1e94576"}], "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_5bc6f502285547acb97479ae2415fca5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"url": "http://172.30.9.21:8080/v1/AUTH_5bc6f502285547acb97479ae2415fca5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67f6ca40e4941b68b72a828543e4ee3"}], "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/5bc6f502285547acb97479ae2415fca5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"url": "http://192.30.9.4:8776/v2/5bc6f502285547acb97479ae2415fca5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5418887849894159b25d2548d8f90b5d"}, {"url": "http://192.30.9.4:8776/v2/5bc6f502285547acb97479ae2415fca5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}], "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d3ef972aba947009fc74c08468a337d"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a1f3fbdc024958911453ee071657d1"}], "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12c773bacab84dd091f964acc09bf744"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce3683ffc334233aae29720b31c6429"}], "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "863b0acdf82e4532b711a3567d6f7daa"}], "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/5bc6f502285547acb97479ae2415fca5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"url": "http://192.30.9.4:8776/v3/5bc6f502285547acb97479ae2415fca5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a62ce20056ab45679633de9e75f6a580"}, {"url": "http://172.30.9.21:8776/v3/5bc6f502285547acb97479ae2415fca5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}], "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "231805529ad14a01ac7573c7121a81fe"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "507df6074a2e42a8befef569b02727bf"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}], "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04ecdba354f44a8786268e206d33523e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65c7665cea5c40638199c5a9467d07cd"}], "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25881817dcba4472a4f7b881deb9570e"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}], "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0adec319416450191188ce27ccdad49"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf02c408026e4beda8789a7544b91070"}], "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d996b12a48040489d45c70d938b811e"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4963b6339c0646a6bdeb062616ac44c2"}], "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/5bc6f502285547acb97479ae2415fca5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"url": "http://192.30.9.4:8004/v1/5bc6f502285547acb97479ae2415fca5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"url": "http://192.30.9.4:8004/v1/5bc6f502285547acb97479ae2415fca5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e09478274a274758bf8cb2a384444b01"}], "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_523452bf-84b6-482b-ab9d-ebb398cea3f6", "id": "44c8daf1ec2d4f08a32ccb3f03911485"}, "audit_ids": ["vFOP_QhNRXiEcDV7PCenLg"], "issued_at": "2018-07-30T18:58:36.000000Z"}} 2018-07-30 18:58:36,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-30 18:58:36,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" -d '{"network": {"name": "shaker-net_523452bf-84b6-482b-ab9d-ebb398cea3f6", "admin_state_up": true}}' 2018-07-30 18:58:37,248 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-4dd1d3c6-30f5-411a-8365-96c53f5e5971 Date: Mon, 30 Jul 2018 18:58:37 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5bc6f502285547acb97479ae2415fca5","created_at":"2018-07-30T18:58:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-30T18:58:37Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5bc6f502285547acb97479ae2415fca5","id":"94c379b2-cbd1-4067-8ed1-421089e0a9ae","name":"shaker-net_523452bf-84b6-482b-ab9d-ebb398cea3f6"}} 2018-07-30 18:58:37,248 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4dd1d3c6-30f5-411a-8365-96c53f5e5971 2018-07-30 18:58:37,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.600467920303s 2018-07-30 18:58:37,249 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4dd1d3c6-30f5-411a-8365-96c53f5e5971 2018-07-30 18:58:37,249 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T18:58:37Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'94c379b2-cbd1-4067-8ed1-421089e0a9ae', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_523452bf-84b6-482b-ab9d-ebb398cea3f6', u'admin_state_up': True, u'tenant_id': u'5bc6f502285547acb97479ae2415fca5', u'created_at': u'2018-07-30T18:58:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5bc6f502285547acb97479ae2415fca5'}) 2018-07-30 18:58:37,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 18:58:37,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:58:37,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1145 X-Openstack-Request-Id: req-e118740f-5d99-4988-bde8-e380f8049b62 Date: Mon, 30 Jul 2018 18:58:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-30T18:58:37Z","tenant_id":"5bc6f502285547acb97479ae2415fca5","created_at":"2018-07-30T18:58:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5bc6f502285547acb97479ae2415fca5","id":"94c379b2-cbd1-4067-8ed1-421089e0a9ae","name":"shaker-net_523452bf-84b6-482b-ab9d-ebb398cea3f6"}]} 2018-07-30 18:58:37,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e118740f-5d99-4988-bde8-e380f8049b62 2018-07-30 18:58:37,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360804080963s 2018-07-30 18:58:37,611 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e118740f-5d99-4988-bde8-e380f8049b62 2018-07-30 18:58:37,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-30 18:58:37,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" -d '{"subnet": {"name": "shaker-subnet_523452bf-84b6-482b-ab9d-ebb398cea3f6", "enable_dhcp": true, "network_id": "94c379b2-cbd1-4067-8ed1-421089e0a9ae", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-30 18:58:38,661 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-97374f45-7a2b-4ec4-90c6-8053542f3c92 Date: Mon, 30 Jul 2018 18:58:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"94c379b2-cbd1-4067-8ed1-421089e0a9ae","tenant_id":"5bc6f502285547acb97479ae2415fca5","created_at":"2018-07-30T18:58:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T18:58:38Z","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":"5bc6f502285547acb97479ae2415fca5","id":"689cacb8-cde1-4883-86b3-365feb2ce52f","subnetpool_id":null,"name":"shaker-subnet_523452bf-84b6-482b-ab9d-ebb398cea3f6"}} 2018-07-30 18:58:38,661 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-97374f45-7a2b-4ec4-90c6-8053542f3c92 2018-07-30 18:58:38,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.04898786545s 2018-07-30 18:58:38,662 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-97374f45-7a2b-4ec4-90c6-8053542f3c92 2018-07-30 18:58:38,662 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-30T18:58:38Z', 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'689cacb8-cde1-4883-86b3-365feb2ce52f', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_523452bf-84b6-482b-ab9d-ebb398cea3f6', u'enable_dhcp': True, u'network_id': u'94c379b2-cbd1-4067-8ed1-421089e0a9ae', u'tenant_id': u'5bc6f502285547acb97479ae2415fca5', u'created_at': u'2018-07-30T18:58:38Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5bc6f502285547acb97479ae2415fca5'}) 2018-07-30 18:58:38,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-30 18:58:38,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" -d '{"router": {"external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832"}, "name": "shaker-router_523452bf-84b6-482b-ab9d-ebb398cea3f6", "admin_state_up": true}}' 2018-07-30 18:58:39,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-1ea05809-adc1-43b5-9614-d53bede73412 Date: Mon, 30 Jul 2018 18:58:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5bc6f502285547acb97479ae2415fca5", "created_at": "2018-07-30T18:58:38Z", "admin_state_up": true, "updated_at": "2018-07-30T18:58:39Z", "revision_number": 2, "routes": [], "project_id": "5bc6f502285547acb97479ae2415fca5", "id": "691ffe0c-7c9b-46ea-a856-14f9ad400afa", "name": "shaker-router_523452bf-84b6-482b-ab9d-ebb398cea3f6"}} 2018-07-30 18:58:39,872 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-1ea05809-adc1-43b5-9614-d53bede73412 2018-07-30 18:58:39,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.20891404152s 2018-07-30 18:58:39,872 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-1ea05809-adc1-43b5-9614-d53bede73412 2018-07-30 18:58:39,873 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5bc6f502285547acb97479ae2415fca5', u'created_at': u'2018-07-30T18:58:38Z', u'admin_state_up': True, u'updated_at': u'2018-07-30T18:58:39Z', u'revision_number': 2, u'routes': [], u'project_id': u'5bc6f502285547acb97479ae2415fca5', u'id': u'691ffe0c-7c9b-46ea-a856-14f9ad400afa', u'name': u'shaker-router_523452bf-84b6-482b-ab9d-ebb398cea3f6'}) 2018-07-30 18:58:39,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-30 18:58:39,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/691ffe0c-7c9b-46ea-a856-14f9ad400afa/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" -d '{"subnet_id": "689cacb8-cde1-4883-86b3-365feb2ce52f"}' 2018-07-30 18:58:42,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-94b1a5e0-ebf2-4910-9ad3-0c4812477498 Date: Mon, 30 Jul 2018 18:58:42 GMT RESP BODY: {"network_id": "94c379b2-cbd1-4067-8ed1-421089e0a9ae", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "subnet_id": "689cacb8-cde1-4883-86b3-365feb2ce52f", "subnet_ids": ["689cacb8-cde1-4883-86b3-365feb2ce52f"], "port_id": "2335aa96-793c-4c50-8d2c-ea999786f775", "id": "691ffe0c-7c9b-46ea-a856-14f9ad400afa"} 2018-07-30 18:58:42,117 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/691ffe0c-7c9b-46ea-a856-14f9ad400afa/add_router_interface.json used request id req-94b1a5e0-ebf2-4910-9ad3-0c4812477498 2018-07-30 18:58:42,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.24378204346s 2018-07-30 18:58:42,118 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/691ffe0c-7c9b-46ea-a856-14f9ad400afa/add_router_interface.json used request id req-94b1a5e0-ebf2-4910-9ad3-0c4812477498 returning object 691ffe0c-7c9b-46ea-a856-14f9ad400afa 2018-07-30 18:58:42,118 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-07-30 18:58:45,653 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-07-30 18:58:45,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 18:58:45,659 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 30 Jul 2018 18:58:45 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-07-30 18:58:45,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 18:58:45,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:58:45,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-da62f3c9-2fb7-42ae-8cfb-cadca589ff3b Date: Mon, 30 Jul 2018 18:58:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 18:58:45,865 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-da62f3c9-2fb7-42ae-8cfb-cadca589ff3b 2018-07-30 18:58:45,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.20467710495s 2018-07-30 18:58:45,865 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-da62f3c9-2fb7-42ae-8cfb-cadca589ff3b 2018-07-30 18:58:45,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-30 18:58:45,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_523452bf-84b6-482b-ab9d-ebb398cea3f6", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_523452bf-84b6-482b-ab9d-ebb398cea3f6"}' 2018-07-30 18:58:46,541 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 864 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-dbc00e3e-4aa7-4682-9abf-82addaae3d2f Date: Mon, 30 Jul 2018 18:58:46 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4/file", "owner": "5bc6f502285547acb97479ae2415fca5", "id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "size": null, "self": "/v2/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-07-30T18:58:46Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_523452bf-84b6-482b-ab9d-ebb398cea3f6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_523452bf-84b6-482b-ab9d-ebb398cea3f6", "checksum": null, "created_at": "2018-07-30T18:58:46Z", "protected": false} 2018-07-30 18:58:46,541 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-dbc00e3e-4aa7-4682-9abf-82addaae3d2f 2018-07-30 18:58:46,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.668508052826s 2018-07-30 18:58:46,542 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-dbc00e3e-4aa7-4682-9abf-82addaae3d2f returning object 246aa93e-0357-4aff-8eab-b0a98bf2c2e4 2018-07-30 18:58:46,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-30 18:58:46,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" -d '' 2018-07-30 18:58:57,123 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fbbfe7af-4b4a-4b10-8d91-5afd020df84c Date: Mon, 30 Jul 2018 18:58:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-30 18:58:57,123 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4/file used request id req-fbbfe7af-4b4a-4b10-8d91-5afd020df84c 2018-07-30 18:58:57,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 10.5806539059s 2018-07-30 18:58:57,123 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4/file used request id req-fbbfe7af-4b4a-4b10-8d91-5afd020df84c 2018-07-30 18:58:57,124 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/shaker-img_523452bf-84b6-482b-ab9d-ebb398cea3f6', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-30T18:58:46Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4/file', u'owner': u'5bc6f502285547acb97479ae2415fca5', u'virtual_size': None, u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'id': u'246aa93e-0357-4aff-8eab-b0a98bf2c2e4', u'size': None, u'name': u'shaker-img_523452bf-84b6-482b-ab9d-ebb398cea3f6', u'checksum': None, u'self': u'/v2/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-30T18:58:46Z', u'schema': u'/v2/schemas/image'}) 2018-07-30 18:58:57,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-30 18:58:57,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_523452bf-84b6-482b-ab9d-ebb398cea3f6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-07-30 18:58:57,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:58: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-e0328a94-b637-49dd-be82-25c29bbe3496 x-compute-request-id: req-e0328a94-b637-49dd-be82-25c29bbe3496 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_523452bf-84b6-482b-ab9d-ebb398cea3f6", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "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": 3, "id": "f1205af6-aaad-4439-837c-7414223538dc"}} 2018-07-30 18:58:57,356 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e0328a94-b637-49dd-be82-25c29bbe3496 2018-07-30 18:58:57,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.23139500618s 2018-07-30 18:58:57,356 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e0328a94-b637-49dd-be82-25c29bbe3496 2018-07-30 18:58:57,357 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_523452bf-84b6-482b-ab9d-ebb398cea3f6', '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'a5c443b661124ecdb463f917c180f6c2', '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': 3, 'id': u'f1205af6-aaad-4439-837c-7414223538dc', 'swap': 0}) 2018-07-30 18:58:57,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-30 18:58:57,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/f1205af6-aaad-4439-837c-7414223538dc/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" -d '{"extra_specs": {}}' 2018-07-30 18:58:57,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:58: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-7f326604-3098-4c39-bec4-3786b75c9fc5 x-compute-request-id: req-7f326604-3098-4c39-bec4-3786b75c9fc5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-30 18:58:57,394 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/f1205af6-aaad-4439-837c-7414223538dc/os-extra_specs used request id req-7f326604-3098-4c39-bec4-3786b75c9fc5 2018-07-30 18:58:57,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0360379219055s 2018-07-30 18:58:57,394 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/f1205af6-aaad-4439-837c-7414223538dc/os-extra_specs used request id req-7f326604-3098-4c39-bec4-3786b75c9fc5 2018-07-30 18:58:57,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-30 18:58:57,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" -d '{"keypair": {"name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6"}}' 2018-07-30 18:58:57,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:58: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-58947112-f321-47dd-b9ae-d81b75aad77e x-compute-request-id: req-58947112-f321-47dd-b9ae-d81b75aad77e Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDnKELYeID9V5xGThinj0LdIPG8bJbf6SBVaZS7hYxZYUNKfWkCFN/F6qP2klerFyjyI53GnCIJFOWu+caDT8tpckow3wbSF149DxqtOh9pPtSul/P9mnNQX/ZMQHO9BEBTJ8P1fd3xvTGkPU5LgUWf34TalIWZ+kEcpyWBwa07mmPhO4ml8PdbAJhXFy88Jn5zgnLOG7kaaRVjesG67lt9AC6+3HEczQtXNPr/rnwQmf4z7+4OW1AzqG6PuVMFucIr5x0PoUthrroWZTA1ivDyIwP0iWKK3190W4vctahonlp48I+4psIamDw8Lgm4BDaR7iyFxmEhtRRcIzS/206D Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA5yhC2HiA/VecRk4Yp49C3SDxvGyW3+kgVWmUu4WMWWFDSn1p\nAhTfxeqj9pJXqxco8iOdxpwiCRTlrvnGg0/LaXJKMN8G0hdePQ8arTofaT7Urpfz\n/ZpzUF/2TEBzvQRAUyfD9X3d8b0xpD1OS4FFn9+E2pSFmfpBHKclgcGtO5pj4TuJ\npfD3WwCYVxcvPCZ+c4Jyzhu5GmkVY3rBuu5bfQAuvtxxHM0LVzT6/658EJn+M+/u\nDltQM6huj7lTBbnCK+cdD6FLYa66FmUwNYrw8iMD9Iliit9fdFuL3LWoaJ5aePCP\nuKbCGpg8PC4JuAQ2ke4shcZhIbUUXCM0v9tOgwIDAQABAoIBAHUtnaUqgQjsDpY9\nJJZcMyLxfllsGpdrEC78FJ9ytZDhk0EBjee2OTGVHoTx7msWlHUaxPJXV5GO/FfU\n2mLaYl0TyLQ5erWpjuYY8Ab8PcwWQ6417UOTtfz6iFpjGcipjQoaUGXz5jyTEcUW\nJshzwZ2nqys6uvcxOyyRNpwuV+isBmEI3G7CfnUl6oSCd8LNlaWpNBTL4KaHCHbP\nZXqxrc++ob2a7o4nql+mPYUGuGCAvnvqbNbvyrx17d+hh9JCHGWvGPG/panr7lz8\nZPaVRXGc8RPr1PHsDTDOATUBEdSlL2X64bDr1WxQIA/sRwvYZXMeeXsyUtFVREnD\nZ7/VhJECgYEA+JlQBhsbiytWJbvdcVCVp/FNdFU3htT5GgscRzY0GXLHNFBQ2/2W\nQmluGNUKYYw2nVeoeLY386CZID9SP8Ny+118HCm+8O+vGwXPG48Wvzzc2OBRoy9v\nS57YT8z9Yam0GMytZr/YDor9ipDJhRL9pyKCSoWs8oJhTnSz8FsIXMUCgYEA7goE\nl6g/Pmq4Ple/HFYkIyfbv4giN2Zvks90YEWjtQOTqdAEg948zoNXLA4JFYuTo7XZ\n8ElaiYccW1sGlpTpzzzsEdwIHa5iQKmV5WgRAXafnHRc6c1h78O75ws/lSlassTL\nlb9jT8VBTfjo5S5ggdCzAIxoK1K3VYfyj69MQqcCgYEA0NGnYJmgl1Q9ttCJgEea\njkmpMBDs5Xs8C15N0Jt9Q+sf3ZehdEkc0IhTDNTXNX1b2uro/wzBDwpV1bqa0ijR\nCshKGjYOx7/trJtCjvmwt87eC+bRbGvJ5xF0zgN4y3KLb1FuTqLTT9P8iUp5nCiJ\nnLzmCMcksUhHiGmLRFiTO6kCgYEAii1gixSMWdQjTXUsJ+vNIGczxZPloNkirUsl\nl/j01c/UuL9az52DGLHfOWCQX2RdeKvIbhZ2qty2VkWZpnGc48LOmnNqdqhSuox2\nyetF696LOovFn6asUj0B51V9PD38O0fHkg6+PIEZroRt1RO9y711Gz1l/rgOWmUH\nJecxUoMCgYEAgfEIw0vQICVNV6GqWVKjwJl3vrRFyTIY5IaCp4VA29O0FNYAbA86\nOgmUAxPalnGiIFoOsli13Gldf58QsZZU1Uk3PuHTxuak+j2mJkbWEhljI0U8JHmj\n7BqjRpf64bzJBa1X+g0JXosbg+KOO/DHtrb5pIbgWXG32UrRHkWloW4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "fingerprint": "f1:a0:0b:0e:0b:4c:c5:d6:10:ca:89:58:ed:e5:23:49"}} 2018-07-30 18:58:57,842 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-58947112-f321-47dd-b9ae-d81b75aad77e 2018-07-30 18:58:57,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.447200059891s 2018-07-30 18:58:57,843 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-58947112-f321-47dd-b9ae-d81b75aad77e 2018-07-30 18:58:57,843 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDnKELYeID9V5xGThinj0LdIPG8bJbf6SBVaZS7hYxZYUNKfWkCFN/F6qP2klerFyjyI53GnCIJFOWu+caDT8tpckow3wbSF149DxqtOh9pPtSul/P9mnNQX/ZMQHO9BEBTJ8P1fd3xvTGkPU5LgUWf34TalIWZ+kEcpyWBwa07mmPhO4ml8PdbAJhXFy88Jn5zgnLOG7kaaRVjesG67lt9AC6+3HEczQtXNPr/rnwQmf4z7+4OW1AzqG6PuVMFucIr5x0PoUthrroWZTA1ivDyIwP0iWKK3190W4vctahonlp48I+4psIamDw8Lgm4BDaR7iyFxmEhtRRcIzS/206D Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA5yhC2HiA/VecRk4Yp49C3SDxvGyW3+kgVWmUu4WMWWFDSn1p\nAhTfxeqj9pJXqxco8iOdxpwiCRTlrvnGg0/LaXJKMN8G0hdePQ8arTofaT7Urpfz\n/ZpzUF/2TEBzvQRAUyfD9X3d8b0xpD1OS4FFn9+E2pSFmfpBHKclgcGtO5pj4TuJ\npfD3WwCYVxcvPCZ+c4Jyzhu5GmkVY3rBuu5bfQAuvtxxHM0LVzT6/658EJn+M+/u\nDltQM6huj7lTBbnCK+cdD6FLYa66FmUwNYrw8iMD9Iliit9fdFuL3LWoaJ5aePCP\nuKbCGpg8PC4JuAQ2ke4shcZhIbUUXCM0v9tOgwIDAQABAoIBAHUtnaUqgQjsDpY9\nJJZcMyLxfllsGpdrEC78FJ9ytZDhk0EBjee2OTGVHoTx7msWlHUaxPJXV5GO/FfU\n2mLaYl0TyLQ5erWpjuYY8Ab8PcwWQ6417UOTtfz6iFpjGcipjQoaUGXz5jyTEcUW\nJshzwZ2nqys6uvcxOyyRNpwuV+isBmEI3G7CfnUl6oSCd8LNlaWpNBTL4KaHCHbP\nZXqxrc++ob2a7o4nql+mPYUGuGCAvnvqbNbvyrx17d+hh9JCHGWvGPG/panr7lz8\nZPaVRXGc8RPr1PHsDTDOATUBEdSlL2X64bDr1WxQIA/sRwvYZXMeeXsyUtFVREnD\nZ7/VhJECgYEA+JlQBhsbiytWJbvdcVCVp/FNdFU3htT5GgscRzY0GXLHNFBQ2/2W\nQmluGNUKYYw2nVeoeLY386CZID9SP8Ny+118HCm+8O+vGwXPG48Wvzzc2OBRoy9v\nS57YT8z9Yam0GMytZr/YDor9ipDJhRL9pyKCSoWs8oJhTnSz8FsIXMUCgYEA7goE\nl6g/Pmq4Ple/HFYkIyfbv4giN2Zvks90YEWjtQOTqdAEg948zoNXLA4JFYuTo7XZ\n8ElaiYccW1sGlpTpzzzsEdwIHa5iQKmV5WgRAXafnHRc6c1h78O75ws/lSlassTL\nlb9jT8VBTfjo5S5ggdCzAIxoK1K3VYfyj69MQqcCgYEA0NGnYJmgl1Q9ttCJgEea\njkmpMBDs5Xs8C15N0Jt9Q+sf3ZehdEkc0IhTDNTXNX1b2uro/wzBDwpV1bqa0ijR\nCshKGjYOx7/trJtCjvmwt87eC+bRbGvJ5xF0zgN4y3KLb1FuTqLTT9P8iUp5nCiJ\nnLzmCMcksUhHiGmLRFiTO6kCgYEAii1gixSMWdQjTXUsJ+vNIGczxZPloNkirUsl\nl/j01c/UuL9az52DGLHfOWCQX2RdeKvIbhZ2qty2VkWZpnGc48LOmnNqdqhSuox2\nyetF696LOovFn6asUj0B51V9PD38O0fHkg6+PIEZroRt1RO9y711Gz1l/rgOWmUH\nJecxUoMCgYEAgfEIw0vQICVNV6GqWVKjwJl3vrRFyTIY5IaCp4VA29O0FNYAbA86\nOgmUAxPalnGiIFoOsli13Gldf58QsZZU1Uk3PuHTxuak+j2mJkbWEhljI0U8JHmj\n7BqjRpf64bzJBa1X+g0JXosbg+KOO/DHtrb5pIbgWXG32UrRHkWloW4=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'44c8daf1ec2d4f08a32ccb3f03911485', 'name': u'shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6', 'created_at': '2018-07-30T18:58:57.843728', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5bc6f502285547acb97479ae2415fca5', 'name': 'shaker-project_523452bf-84b6-482b-ab9d-ebb398cea3f6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'f1:a0:0b:0e:0b:4c:c5:d6:10:ca:89:58:ed:e5:23:49', 'type': 'ssh', 'id': u'shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6'}) 2018-07-30 18:58:57,844 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA5yhC2HiA/VecRk4Yp49C3SDxvGyW3+kgVWmUu4WMWWFDSn1p AhTfxeqj9pJXqxco8iOdxpwiCRTlrvnGg0/LaXJKMN8G0hdePQ8arTofaT7Urpfz /ZpzUF/2TEBzvQRAUyfD9X3d8b0xpD1OS4FFn9+E2pSFmfpBHKclgcGtO5pj4TuJ pfD3WwCYVxcvPCZ+c4Jyzhu5GmkVY3rBuu5bfQAuvtxxHM0LVzT6/658EJn+M+/u DltQM6huj7lTBbnCK+cdD6FLYa66FmUwNYrw8iMD9Iliit9fdFuL3LWoaJ5aePCP uKbCGpg8PC4JuAQ2ke4shcZhIbUUXCM0v9tOgwIDAQABAoIBAHUtnaUqgQjsDpY9 JJZcMyLxfllsGpdrEC78FJ9ytZDhk0EBjee2OTGVHoTx7msWlHUaxPJXV5GO/FfU 2mLaYl0TyLQ5erWpjuYY8Ab8PcwWQ6417UOTtfz6iFpjGcipjQoaUGXz5jyTEcUW JshzwZ2nqys6uvcxOyyRNpwuV+isBmEI3G7CfnUl6oSCd8LNlaWpNBTL4KaHCHbP ZXqxrc++ob2a7o4nql+mPYUGuGCAvnvqbNbvyrx17d+hh9JCHGWvGPG/panr7lz8 ZPaVRXGc8RPr1PHsDTDOATUBEdSlL2X64bDr1WxQIA/sRwvYZXMeeXsyUtFVREnD Z7/VhJECgYEA+JlQBhsbiytWJbvdcVCVp/FNdFU3htT5GgscRzY0GXLHNFBQ2/2W QmluGNUKYYw2nVeoeLY386CZID9SP8Ny+118HCm+8O+vGwXPG48Wvzzc2OBRoy9v S57YT8z9Yam0GMytZr/YDor9ipDJhRL9pyKCSoWs8oJhTnSz8FsIXMUCgYEA7goE l6g/Pmq4Ple/HFYkIyfbv4giN2Zvks90YEWjtQOTqdAEg948zoNXLA4JFYuTo7XZ 8ElaiYccW1sGlpTpzzzsEdwIHa5iQKmV5WgRAXafnHRc6c1h78O75ws/lSlassTL lb9jT8VBTfjo5S5ggdCzAIxoK1K3VYfyj69MQqcCgYEA0NGnYJmgl1Q9ttCJgEea jkmpMBDs5Xs8C15N0Jt9Q+sf3ZehdEkc0IhTDNTXNX1b2uro/wzBDwpV1bqa0ijR CshKGjYOx7/trJtCjvmwt87eC+bRbGvJ5xF0zgN4y3KLb1FuTqLTT9P8iUp5nCiJ nLzmCMcksUhHiGmLRFiTO6kCgYEAii1gixSMWdQjTXUsJ+vNIGczxZPloNkirUsl l/j01c/UuL9az52DGLHfOWCQX2RdeKvIbhZ2qty2VkWZpnGc48LOmnNqdqhSuox2 yetF696LOovFn6asUj0B51V9PD38O0fHkg6+PIEZroRt1RO9y711Gz1l/rgOWmUH JecxUoMCgYEAgfEIw0vQICVNV6GqWVKjwJl3vrRFyTIY5IaCp4VA29O0FNYAbA86 OgmUAxPalnGiIFoOsli13Gldf58QsZZU1Uk3PuHTxuak+j2mJkbWEhljI0U8JHmj 7BqjRpf64bzJBa1X+g0JXosbg+KOO/DHtrb5pIbgWXG32UrRHkWloW4= -----END RSA PRIVATE KEY----- 2018-07-30 18:58:57,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-30 18:58:57,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" -d '{"security_group": {"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6", "description": "created by OPNFV Functest (shaker)"}}' 2018-07-30 18:58:58,280 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-a1f86ef9-e6c9-4a87-8e94-e2832ea2f6b5 Date: Mon, 30 Jul 2018 18:58:58 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "5bc6f502285547acb97479ae2415fca5", "created_at": "2018-07-30T18:58:58Z", "updated_at": "2018-07-30T18:58:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:58Z", "revision_number": 0, "id": "a0943a8c-5603-484d-9b0b-462317e9e448", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:58Z", "security_group_id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bc6f502285547acb97479ae2415fca5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:58Z", "revision_number": 0, "id": "d612f269-fc04-4aa0-961a-a031e395a5ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:58Z", "security_group_id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bc6f502285547acb97479ae2415fca5"}], "revision_number": 2, "project_id": "5bc6f502285547acb97479ae2415fca5", "id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}} 2018-07-30 18:58:58,280 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a1f86ef9-e6c9-4a87-8e94-e2832ea2f6b5 2018-07-30 18:58:58,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.433467149734s 2018-07-30 18:58:58,281 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a1f86ef9-e6c9-4a87-8e94-e2832ea2f6b5 2018-07-30 18:58:58,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-30 18:58:58,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:58:58,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-04c26b2c-fe87-4776-9eba-85572b36b457 Date: Mon, 30 Jul 2018 18:58:58 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "5bc6f502285547acb97479ae2415fca5", "created_at": "2018-07-30T18:58:58Z", "updated_at": "2018-07-30T18:58:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:58Z", "revision_number": 0, "id": "a0943a8c-5603-484d-9b0b-462317e9e448", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:58Z", "security_group_id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bc6f502285547acb97479ae2415fca5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:58Z", "revision_number": 0, "id": "d612f269-fc04-4aa0-961a-a031e395a5ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:58Z", "security_group_id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bc6f502285547acb97479ae2415fca5"}], "revision_number": 2, "project_id": "5bc6f502285547acb97479ae2415fca5", "id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}, {"description": "Default security group", "tags": [], "tenant_id": "5bc6f502285547acb97479ae2415fca5", "created_at": "2018-07-30T18:58:36Z", "updated_at": "2018-07-30T18:58:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:36Z", "revision_number": 0, "id": "60041387-eb99-47fb-a60b-bc3026f2b539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:36Z", "security_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bc6f502285547acb97479ae2415fca5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:36Z", "revision_number": 0, "id": "687baded-0f42-465d-b8e5-4125d8e07e95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:36Z", "security_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bc6f502285547acb97479ae2415fca5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:36Z", "revision_number": 0, "id": "9f0f8701-ea40-4755-be70-502374135dea", "remote_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:36Z", "security_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bc6f502285547acb97479ae2415fca5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:36Z", "revision_number": 0, "id": "a81c060d-451a-4c35-a6a1-d12a900bf452", "remote_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:36Z", "security_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bc6f502285547acb97479ae2415fca5"}], "revision_number": 4, "project_id": "5bc6f502285547acb97479ae2415fca5", "id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "name": "default"}]} 2018-07-30 18:58:58,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-04c26b2c-fe87-4776-9eba-85572b36b457 2018-07-30 18:58:58,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.285831928253s 2018-07-30 18:58:58,571 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-04c26b2c-fe87-4776-9eba-85572b36b457 2018-07-30 18:58:58,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-30 18:58:58,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" -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": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c"}}' 2018-07-30 18:58:58,952 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f68e2ce0-3b18-4acc-8291-081ef293baec Date: Mon, 30 Jul 2018 18:58:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-30T18:58:58Z", "security_group_id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "port_range_min": 22, "revision_number": 0, "tenant_id": "5bc6f502285547acb97479ae2415fca5", "created_at": "2018-07-30T18:58:58Z", "project_id": "5bc6f502285547acb97479ae2415fca5", "id": "95f2711b-6abe-4874-b2d5-91aecf7fb965"}} 2018-07-30 18:58:58,953 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-f68e2ce0-3b18-4acc-8291-081ef293baec 2018-07-30 18:58:58,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.377158880234s 2018-07-30 18:58:58,953 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-f68e2ce0-3b18-4acc-8291-081ef293baec 2018-07-30 18:58:58,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-30 18:58:58,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:58:59,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-a0436c2d-c6d9-424d-afee-559d45e4ff03 Date: Mon, 30 Jul 2018 18:58:59 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "5bc6f502285547acb97479ae2415fca5", "created_at": "2018-07-30T18:58:58Z", "updated_at": "2018-07-30T18:58:58Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-30T18:58:58Z", "revision_number": 0, "id": "95f2711b-6abe-4874-b2d5-91aecf7fb965", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:58Z", "security_group_id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5bc6f502285547acb97479ae2415fca5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:58Z", "revision_number": 0, "id": "a0943a8c-5603-484d-9b0b-462317e9e448", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:58Z", "security_group_id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bc6f502285547acb97479ae2415fca5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:58Z", "revision_number": 0, "id": "d612f269-fc04-4aa0-961a-a031e395a5ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:58Z", "security_group_id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bc6f502285547acb97479ae2415fca5"}], "revision_number": 3, "project_id": "5bc6f502285547acb97479ae2415fca5", "id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}, {"description": "Default security group", "tags": [], "tenant_id": "5bc6f502285547acb97479ae2415fca5", "created_at": "2018-07-30T18:58:36Z", "updated_at": "2018-07-30T18:58:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:36Z", "revision_number": 0, "id": "60041387-eb99-47fb-a60b-bc3026f2b539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:36Z", "security_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bc6f502285547acb97479ae2415fca5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:36Z", "revision_number": 0, "id": "687baded-0f42-465d-b8e5-4125d8e07e95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:36Z", "security_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bc6f502285547acb97479ae2415fca5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:36Z", "revision_number": 0, "id": "9f0f8701-ea40-4755-be70-502374135dea", "remote_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:36Z", "security_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bc6f502285547acb97479ae2415fca5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:36Z", "revision_number": 0, "id": "a81c060d-451a-4c35-a6a1-d12a900bf452", "remote_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:36Z", "security_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bc6f502285547acb97479ae2415fca5"}], "revision_number": 4, "project_id": "5bc6f502285547acb97479ae2415fca5", "id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "name": "default"}]} 2018-07-30 18:58:59,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a0436c2d-c6d9-424d-afee-559d45e4ff03 2018-07-30 18:58:59,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.11177277565s 2018-07-30 18:58:59,069 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a0436c2d-c6d9-424d-afee-559d45e4ff03 2018-07-30 18:58:59,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-30 18:58:59,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" -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": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c"}}' 2018-07-30 18:58:59,441 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-4ad37912-114c-42ba-91d2-31dfa91c873b Date: Mon, 30 Jul 2018 18:58:59 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-30T18:58:59Z", "security_group_id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "port_range_min": null, "revision_number": 0, "tenant_id": "5bc6f502285547acb97479ae2415fca5", "created_at": "2018-07-30T18:58:59Z", "project_id": "5bc6f502285547acb97479ae2415fca5", "id": "1e7d0a8c-6702-4cf6-8740-888f52e97808"}} 2018-07-30 18:58:59,441 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-4ad37912-114c-42ba-91d2-31dfa91c873b 2018-07-30 18:58:59,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.368982076645s 2018-07-30 18:58:59,441 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-4ad37912-114c-42ba-91d2-31dfa91c873b 2018-07-30 18:58:59,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-30 18:58:59,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:58:59,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-c344909d-8f34-45ab-93a9-12558449f213 Date: Mon, 30 Jul 2018 18:58:59 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "5bc6f502285547acb97479ae2415fca5", "created_at": "2018-07-30T18:58:58Z", "updated_at": "2018-07-30T18:58:59Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:59Z", "revision_number": 0, "id": "1e7d0a8c-6702-4cf6-8740-888f52e97808", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:59Z", "security_group_id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bc6f502285547acb97479ae2415fca5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-30T18:58:58Z", "revision_number": 0, "id": "95f2711b-6abe-4874-b2d5-91aecf7fb965", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:58Z", "security_group_id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5bc6f502285547acb97479ae2415fca5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:58Z", "revision_number": 0, "id": "a0943a8c-5603-484d-9b0b-462317e9e448", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:58Z", "security_group_id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bc6f502285547acb97479ae2415fca5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:58Z", "revision_number": 0, "id": "d612f269-fc04-4aa0-961a-a031e395a5ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:58Z", "security_group_id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bc6f502285547acb97479ae2415fca5"}], "revision_number": 4, "project_id": "5bc6f502285547acb97479ae2415fca5", "id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}, {"description": "Default security group", "tags": [], "tenant_id": "5bc6f502285547acb97479ae2415fca5", "created_at": "2018-07-30T18:58:36Z", "updated_at": "2018-07-30T18:58:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:36Z", "revision_number": 0, "id": "60041387-eb99-47fb-a60b-bc3026f2b539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:36Z", "security_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bc6f502285547acb97479ae2415fca5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:36Z", "revision_number": 0, "id": "687baded-0f42-465d-b8e5-4125d8e07e95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:36Z", "security_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bc6f502285547acb97479ae2415fca5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:36Z", "revision_number": 0, "id": "9f0f8701-ea40-4755-be70-502374135dea", "remote_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:36Z", "security_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bc6f502285547acb97479ae2415fca5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-30T18:58:36Z", "revision_number": 0, "id": "a81c060d-451a-4c35-a6a1-d12a900bf452", "remote_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "remote_ip_prefix": null, "created_at": "2018-07-30T18:58:36Z", "security_group_id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bc6f502285547acb97479ae2415fca5"}], "revision_number": 4, "project_id": "5bc6f502285547acb97479ae2415fca5", "id": "e09d8b05-a50c-4f13-9353-9f94555319ec", "name": "default"}]} 2018-07-30 18:58:59,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c344909d-8f34-45ab-93a9-12558449f213 2018-07-30 18:58:59,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.21188211441s 2018-07-30 18:58:59,657 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c344909d-8f34-45ab-93a9-12558449f213 2018-07-30 18:58:59,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-30 18:58:59,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 9000, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 9000, "ethertype": "IPv4", "security_group_id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c"}}' 2018-07-30 18:58:59,956 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-231969b6-ce08-4884-9b6a-bc833d000315 Date: Mon, 30 Jul 2018 18:58:59 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 9000, "updated_at": "2018-07-30T18:58:59Z", "security_group_id": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c", "port_range_min": 9000, "revision_number": 0, "tenant_id": "5bc6f502285547acb97479ae2415fca5", "created_at": "2018-07-30T18:58:59Z", "project_id": "5bc6f502285547acb97479ae2415fca5", "id": "1d81e8b9-6fc0-4ffc-af1b-4c8d2fe5d803"}} 2018-07-30 18:58:59,956 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-231969b6-ce08-4884-9b6a-bc833d000315 2018-07-30 18:58:59,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.296154022217s 2018-07-30 18:58:59,957 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-231969b6-ce08-4884-9b6a-bc833d000315 2018-07-30 18:58:59,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 18:58:59,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:00,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-7abc373d-fae8-4869-9875-83215c974bba Date: Mon, 30 Jul 2018 18:59:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["689cacb8-cde1-4883-86b3-365feb2ce52f"],"updated_at":"2018-07-30T18:58:38Z","tenant_id":"5bc6f502285547acb97479ae2415fca5","created_at":"2018-07-30T18:58:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5bc6f502285547acb97479ae2415fca5","id":"94c379b2-cbd1-4067-8ed1-421089e0a9ae","name":"shaker-net_523452bf-84b6-482b-ab9d-ebb398cea3f6"}]} 2018-07-30 18:59:00,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7abc373d-fae8-4869-9875-83215c974bba 2018-07-30 18:59:00,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.29638004303s 2018-07-30 18:59:00,255 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7abc373d-fae8-4869-9875-83215c974bba 2018-07-30 18:59:00,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-30 18:59:00,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:00,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-eb6a5cf0-3bf3-4979-a5d8-ed663393f3a2 Date: Mon, 30 Jul 2018 18:59:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4/snap", "metadata": {}}], "file": "/v2/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4/file", "owner": "5bc6f502285547acb97479ae2415fca5", "id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "size": 666173440, "self": "/v2/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "disk_format": "qcow2", "direct_url": "rbd://81b73c50-6575-449e-83e7-404d79cd81b4/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-07-30T18:58:57Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_523452bf-84b6-482b-ab9d-ebb398cea3f6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_523452bf-84b6-482b-ab9d-ebb398cea3f6", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-07-30T18:58:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-30 18:59:00,471 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-eb6a5cf0-3bf3-4979-a5d8-ed663393f3a2 2018-07-30 18:59:00,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.211704969406s 2018-07-30 18:59:00,472 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-eb6a5cf0-3bf3-4979-a5d8-ed663393f3a2 2018-07-30 18:59:00,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-30 18:59:00,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:00,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-057395cd-14ca-4f58-b485-0c721c303737 x-compute-request-id: req-057395cd-14ca-4f58-b485-0c721c303737 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_0348dee7-1cb5-47c3-a3ac-3e802f8d5e0c", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/cf8da2a0-af6d-4a2e-8420-10f875ea1eb7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/cf8da2a0-af6d-4a2e-8420-10f875ea1eb7", "rel": "bookmark"}], "ram": 2048, "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": 0, "id": "cf8da2a0-af6d-4a2e-8420-10f875ea1eb7"}, {"name": "shaker-flavor_523452bf-84b6-482b-ab9d-ebb398cea3f6", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "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": 3, "id": "f1205af6-aaad-4439-837c-7414223538dc"}]} 2018-07-30 18:59:00,510 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-057395cd-14ca-4f58-b485-0c721c303737 2018-07-30 18:59:00,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0367119312286s 2018-07-30 18:59:00,511 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-057395cd-14ca-4f58-b485-0c721c303737 2018-07-30 18:59:00,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-30 18:59:00,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" -d '{"server": {"name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "imageRef": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "flavorRef": "f1205af6-aaad-4439-837c-7414223538dc", "max_count": 1, "min_count": 1, "networks": [{"uuid": "94c379b2-cbd1-4067-8ed1-421089e0a9ae"}], "security_groups": [{"name": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c"}]}}' 2018-07-30 18:59:03,570 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 30 Jul 2018 18:59: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-5484f130-ac73-42a3-88b9-ed165dbbc852 x-compute-request-id: req-5484f130-ac73-42a3-88b9-ed165dbbc852 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "d63b06b4-bb4c-4791-a004-c3a0efb66f5c"}], "OS-DCF:diskConfig": "MANUAL", "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "adminPass": "krv3NJK5zj37"}} 2018-07-30 18:59:03,570 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-5484f130-ac73-42a3-88b9-ed165dbbc852 2018-07-30 18:59:03,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.0566470623s 2018-07-30 18:59:03,570 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-5484f130-ac73-42a3-88b9-ed165dbbc852 2018-07-30 18:59:03,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:03,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:04,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-00dd5951-c48c-4c7d-a785-adf3663b9b80 x-compute-request-id: req-00dd5951-c48c-4c7d-a785-adf3663b9b80 Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:04,031 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-00dd5951-c48c-4c7d-a785-adf3663b9b80 2018-07-30 18:59:04,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.460020065308s 2018-07-30 18:59:04,032 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-00dd5951-c48c-4c7d-a785-adf3663b9b80 2018-07-30 18:59:04,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 18:59:04,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:04,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-3f3370f2-54b8-4657-8696-8653d016bf72 Date: Mon, 30 Jul 2018 18:59:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["689cacb8-cde1-4883-86b3-365feb2ce52f"],"updated_at":"2018-07-30T18:58:38Z","tenant_id":"5bc6f502285547acb97479ae2415fca5","created_at":"2018-07-30T18:58:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5bc6f502285547acb97479ae2415fca5","id":"94c379b2-cbd1-4067-8ed1-421089e0a9ae","name":"shaker-net_523452bf-84b6-482b-ab9d-ebb398cea3f6"}]} 2018-07-30 18:59:04,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-3f3370f2-54b8-4657-8696-8653d016bf72 2018-07-30 18:59:04,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110815048218s 2018-07-30 18:59:04,150 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-3f3370f2-54b8-4657-8696-8653d016bf72 2018-07-30 18:59:04,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-30 18:59:04,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:04,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-ee675fd3-6b2e-4646-8c54-4fd9ec28ad2d Date: Mon, 30 Jul 2018 18:59:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"94c379b2-cbd1-4067-8ed1-421089e0a9ae","tenant_id":"5bc6f502285547acb97479ae2415fca5","created_at":"2018-07-30T18:58:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-30T18:58:38Z","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":"5bc6f502285547acb97479ae2415fca5","id":"689cacb8-cde1-4883-86b3-365feb2ce52f","subnetpool_id":null,"name":"shaker-subnet_523452bf-84b6-482b-ab9d-ebb398cea3f6"}]} 2018-07-30 18:59:04,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-ee675fd3-6b2e-4646-8c54-4fd9ec28ad2d 2018-07-30 18:59:04,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0522680282593s 2018-07-30 18:59:04,203 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-ee675fd3-6b2e-4646-8c54-4fd9ec28ad2d 2018-07-30 18:59:04,204 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:06,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:06,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:07,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-7c8c3cc9-d067-401f-9415-c9d16bf7d716 x-compute-request-id: req-7c8c3cc9-d067-401f-9415-c9d16bf7d716 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:07,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7c8c3cc9-d067-401f-9415-c9d16bf7d716 2018-07-30 18:59:07,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.975553035736s 2018-07-30 18:59:07,183 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7c8c3cc9-d067-401f-9415-c9d16bf7d716 2018-07-30 18:59:07,187 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:09,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:09,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:09,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-b85ced88-ae9f-4321-b673-f84cff3dc88a x-compute-request-id: req-b85ced88-ae9f-4321-b673-f84cff3dc88a Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:09,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b85ced88-ae9f-4321-b673-f84cff3dc88a 2018-07-30 18:59:09,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.743669986725s 2018-07-30 18:59:09,934 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b85ced88-ae9f-4321-b673-f84cff3dc88a 2018-07-30 18:59:09,937 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:11,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:11,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:12,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-10da334c-8d1f-4979-a29e-260a789e2000 x-compute-request-id: req-10da334c-8d1f-4979-a29e-260a789e2000 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:12,495 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-10da334c-8d1f-4979-a29e-260a789e2000 2018-07-30 18:59:12,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554698944092s 2018-07-30 18:59:12,496 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-10da334c-8d1f-4979-a29e-260a789e2000 2018-07-30 18:59:12,500 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:14,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:14,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:15,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-53fbc36f-046d-4874-9cfc-92baa4b064e8 x-compute-request-id: req-53fbc36f-046d-4874-9cfc-92baa4b064e8 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:15,147 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-53fbc36f-046d-4874-9cfc-92baa4b064e8 2018-07-30 18:59:15,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.644299983978s 2018-07-30 18:59:15,147 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-53fbc36f-046d-4874-9cfc-92baa4b064e8 2018-07-30 18:59:15,151 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:17,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:17,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:17,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-513dc27c-9a7c-4e27-94de-8d3665c0c3fa x-compute-request-id: req-513dc27c-9a7c-4e27-94de-8d3665c0c3fa Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:17,813 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-513dc27c-9a7c-4e27-94de-8d3665c0c3fa 2018-07-30 18:59:17,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659273862839s 2018-07-30 18:59:17,814 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-513dc27c-9a7c-4e27-94de-8d3665c0c3fa 2018-07-30 18:59:17,818 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:19,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:19,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:20,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-9227d129-fe62-43e8-89d9-bdcc4404b28d x-compute-request-id: req-9227d129-fe62-43e8-89d9-bdcc4404b28d Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:20,554 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9227d129-fe62-43e8-89d9-bdcc4404b28d 2018-07-30 18:59:20,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.73353099823s 2018-07-30 18:59:20,555 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9227d129-fe62-43e8-89d9-bdcc4404b28d 2018-07-30 18:59:20,559 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:22,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:22,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:23,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5e2d643-1e6f-43c2-ba33-a1c1a5c3f83e x-compute-request-id: req-d5e2d643-1e6f-43c2-ba33-a1c1a5c3f83e Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:23,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d5e2d643-1e6f-43c2-ba33-a1c1a5c3f83e 2018-07-30 18:59:23,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.725592851639s 2018-07-30 18:59:23,287 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d5e2d643-1e6f-43c2-ba33-a1c1a5c3f83e 2018-07-30 18:59:23,291 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:25,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:25,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:25,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-02227ac2-58d8-4c85-a1cb-6640d49b97f7 x-compute-request-id: req-02227ac2-58d8-4c85-a1cb-6640d49b97f7 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:25,824 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-02227ac2-58d8-4c85-a1cb-6640d49b97f7 2018-07-30 18:59:25,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530910015106s 2018-07-30 18:59:25,825 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-02227ac2-58d8-4c85-a1cb-6640d49b97f7 2018-07-30 18:59:25,829 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:27,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:27,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:28,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7288d56e-dc2a-425c-9bd2-dd4eea17b781 x-compute-request-id: req-7288d56e-dc2a-425c-9bd2-dd4eea17b781 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:28,699 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7288d56e-dc2a-425c-9bd2-dd4eea17b781 2018-07-30 18:59:28,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.867548942566s 2018-07-30 18:59:28,700 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7288d56e-dc2a-425c-9bd2-dd4eea17b781 2018-07-30 18:59:28,704 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:30,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:30,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:31,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7443329f-191f-4a10-a28d-0cea2fc892d0 x-compute-request-id: req-7443329f-191f-4a10-a28d-0cea2fc892d0 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:31,639 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7443329f-191f-4a10-a28d-0cea2fc892d0 2018-07-30 18:59:31,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.932096004486s 2018-07-30 18:59:31,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7443329f-191f-4a10-a28d-0cea2fc892d0 2018-07-30 18:59:31,643 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:33,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:33,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:34,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-1199b6c1-b22e-4f40-a596-ca6045ca1291 x-compute-request-id: req-1199b6c1-b22e-4f40-a596-ca6045ca1291 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:34,191 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1199b6c1-b22e-4f40-a596-ca6045ca1291 2018-07-30 18:59:34,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544586896896s 2018-07-30 18:59:34,191 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1199b6c1-b22e-4f40-a596-ca6045ca1291 2018-07-30 18:59:34,195 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:36,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:36,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:36,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-897da013-352a-4d16-acf9-a5d95b8f5f93 x-compute-request-id: req-897da013-352a-4d16-acf9-a5d95b8f5f93 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:36,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-897da013-352a-4d16-acf9-a5d95b8f5f93 2018-07-30 18:59:36,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534650802612s 2018-07-30 18:59:36,733 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-897da013-352a-4d16-acf9-a5d95b8f5f93 2018-07-30 18:59:36,737 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:38,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:38,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:39,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e57576a5-79ed-4714-8972-7f1306ccae76 x-compute-request-id: req-e57576a5-79ed-4714-8972-7f1306ccae76 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:39,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e57576a5-79ed-4714-8972-7f1306ccae76 2018-07-30 18:59:39,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.925040006638s 2018-07-30 18:59:39,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e57576a5-79ed-4714-8972-7f1306ccae76 2018-07-30 18:59:39,669 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:41,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:41,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:42,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-7ca0894f-f981-4f72-97e5-e83e61b3506d x-compute-request-id: req-7ca0894f-f981-4f72-97e5-e83e61b3506d Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:42,254 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7ca0894f-f981-4f72-97e5-e83e61b3506d 2018-07-30 18:59:42,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.581715106964s 2018-07-30 18:59:42,254 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7ca0894f-f981-4f72-97e5-e83e61b3506d 2018-07-30 18:59:42,258 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:44,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:44,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:44,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-e145b117-616e-40d8-9820-fdddbe32b733 x-compute-request-id: req-e145b117-616e-40d8-9820-fdddbe32b733 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:44,637 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e145b117-616e-40d8-9820-fdddbe32b733 2018-07-30 18:59:44,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375893115997s 2018-07-30 18:59:44,637 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e145b117-616e-40d8-9820-fdddbe32b733 2018-07-30 18:59:44,641 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:46,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:46,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:47,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-f3ea4d4b-0dce-4c54-aea1-7e0b7faab1fa x-compute-request-id: req-f3ea4d4b-0dce-4c54-aea1-7e0b7faab1fa Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:47,191 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f3ea4d4b-0dce-4c54-aea1-7e0b7faab1fa 2018-07-30 18:59:47,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54779791832s 2018-07-30 18:59:47,192 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f3ea4d4b-0dce-4c54-aea1-7e0b7faab1fa 2018-07-30 18:59:47,196 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:49,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:49,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:49,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-559b3ba3-48c3-47b3-89c9-6ead4a5b412b x-compute-request-id: req-559b3ba3-48c3-47b3-89c9-6ead4a5b412b Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:49,768 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-559b3ba3-48c3-47b3-89c9-6ead4a5b412b 2018-07-30 18:59:49,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.56992316246s 2018-07-30 18:59:49,769 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-559b3ba3-48c3-47b3-89c9-6ead4a5b412b 2018-07-30 18:59:49,772 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:51,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:51,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:52,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-2ee1d6bb-d7e9-44e4-89e3-a328280ccf58 x-compute-request-id: req-2ee1d6bb-d7e9-44e4-89e3-a328280ccf58 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:52,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2ee1d6bb-d7e9-44e4-89e3-a328280ccf58 2018-07-30 18:59:52,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.723553180695s 2018-07-30 18:59:52,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2ee1d6bb-d7e9-44e4-89e3-a328280ccf58 2018-07-30 18:59:52,503 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:54,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:54,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:55,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-1afe35f7-38fb-46a3-a628-6a3d583b4fba x-compute-request-id: req-1afe35f7-38fb-46a3-a628-6a3d583b4fba Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:55,623 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1afe35f7-38fb-46a3-a628-6a3d583b4fba 2018-07-30 18:59:55,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11758589745s 2018-07-30 18:59:55,623 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1afe35f7-38fb-46a3-a628-6a3d583b4fba 2018-07-30 18:59:55,627 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 18:59:57,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 18:59:57,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 18:59:58,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 18:59: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-72fe641c-c1d9-4c7d-b8ab-057892e7176f x-compute-request-id: req-72fe641c-c1d9-4c7d-b8ab-057892e7176f Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 18:59:58,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-72fe641c-c1d9-4c7d-b8ab-057892e7176f 2018-07-30 18:59:58,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.702311992645s 2018-07-30 18:59:58,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-72fe641c-c1d9-4c7d-b8ab-057892e7176f 2018-07-30 18:59:58,336 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:00,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:00,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:01,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-4a66dd84-f09e-46e2-baf8-6a6cd5dcaedd x-compute-request-id: req-4a66dd84-f09e-46e2-baf8-6a6cd5dcaedd Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:01,068 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4a66dd84-f09e-46e2-baf8-6a6cd5dcaedd 2018-07-30 19:00:01,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.728827953339s 2018-07-30 19:00:01,068 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4a66dd84-f09e-46e2-baf8-6a6cd5dcaedd 2018-07-30 19:00:01,072 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:03,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:03,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:03,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-62712a81-6665-4b18-8ff0-7a15384231f3 x-compute-request-id: req-62712a81-6665-4b18-8ff0-7a15384231f3 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:03,691 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-62712a81-6665-4b18-8ff0-7a15384231f3 2018-07-30 19:00:03,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.616101980209s 2018-07-30 19:00:03,691 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-62712a81-6665-4b18-8ff0-7a15384231f3 2018-07-30 19:00:03,695 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:05,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:05,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:06,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0318907-3261-4f76-9332-590deddf9a3b x-compute-request-id: req-f0318907-3261-4f76-9332-590deddf9a3b Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:06,419 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f0318907-3261-4f76-9332-590deddf9a3b 2018-07-30 19:00:06,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.721172809601s 2018-07-30 19:00:06,419 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f0318907-3261-4f76-9332-590deddf9a3b 2018-07-30 19:00:06,423 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:08,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:08,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:08,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-2b4203f4-3cf8-4438-83d9-6bac44865fe1 x-compute-request-id: req-2b4203f4-3cf8-4438-83d9-6bac44865fe1 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:08,965 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2b4203f4-3cf8-4438-83d9-6bac44865fe1 2018-07-30 19:00:08,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539232969284s 2018-07-30 19:00:08,966 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2b4203f4-3cf8-4438-83d9-6bac44865fe1 2018-07-30 19:00:08,969 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:10,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:10,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:11,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-4e4f75f5-56d3-4bd2-91b8-9e0f0102336f x-compute-request-id: req-4e4f75f5-56d3-4bd2-91b8-9e0f0102336f Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:11,609 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4e4f75f5-56d3-4bd2-91b8-9e0f0102336f 2018-07-30 19:00:11,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.636953115463s 2018-07-30 19:00:11,610 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4e4f75f5-56d3-4bd2-91b8-9e0f0102336f 2018-07-30 19:00:11,613 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:13,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:13,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:14,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-9150c98b-fcfa-4c33-b025-3cc577781fcd x-compute-request-id: req-9150c98b-fcfa-4c33-b025-3cc577781fcd Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:14,255 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9150c98b-fcfa-4c33-b025-3cc577781fcd 2018-07-30 19:00:14,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.638922929764s 2018-07-30 19:00:14,255 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9150c98b-fcfa-4c33-b025-3cc577781fcd 2018-07-30 19:00:14,259 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:16,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:16,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:16,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-929e8c36-000a-4df8-9497-0b1ade1358a3 x-compute-request-id: req-929e8c36-000a-4df8-9497-0b1ade1358a3 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:16,828 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-929e8c36-000a-4df8-9497-0b1ade1358a3 2018-07-30 19:00:16,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.567010164261s 2018-07-30 19:00:16,829 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-929e8c36-000a-4df8-9497-0b1ade1358a3 2018-07-30 19:00:16,833 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:18,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:18,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:19,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-b4966bc3-e873-4dbf-9b4f-aafab4be7491 x-compute-request-id: req-b4966bc3-e873-4dbf-9b4f-aafab4be7491 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:19,388 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b4966bc3-e873-4dbf-9b4f-aafab4be7491 2018-07-30 19:00:19,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.552821159363s 2018-07-30 19:00:19,389 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b4966bc3-e873-4dbf-9b4f-aafab4be7491 2018-07-30 19:00:19,392 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:21,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:21,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:21,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-50ae8b45-5a38-4464-ad80-f18c8af3aa5d x-compute-request-id: req-50ae8b45-5a38-4464-ad80-f18c8af3aa5d Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:21,937 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-50ae8b45-5a38-4464-ad80-f18c8af3aa5d 2018-07-30 19:00:21,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542235851288s 2018-07-30 19:00:21,938 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-50ae8b45-5a38-4464-ad80-f18c8af3aa5d 2018-07-30 19:00:21,942 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:23,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:23,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:24,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-45f161df-a3f5-4921-b6a2-141e473123bf x-compute-request-id: req-45f161df-a3f5-4921-b6a2-141e473123bf Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:24,486 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-45f161df-a3f5-4921-b6a2-141e473123bf 2018-07-30 19:00:24,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541281938553s 2018-07-30 19:00:24,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-45f161df-a3f5-4921-b6a2-141e473123bf 2018-07-30 19:00:24,490 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:26,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:26,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:27,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-c1fc1afe-3bac-4561-8f98-a923d4f2ab3b x-compute-request-id: req-c1fc1afe-3bac-4561-8f98-a923d4f2ab3b Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:27,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c1fc1afe-3bac-4561-8f98-a923d4f2ab3b 2018-07-30 19:00:27,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.566162109375s 2018-07-30 19:00:27,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c1fc1afe-3bac-4561-8f98-a923d4f2ab3b 2018-07-30 19:00:27,064 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:29,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:29,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:29,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-2fe43c54-f562-4497-806c-0a20edaae36b x-compute-request-id: req-2fe43c54-f562-4497-806c-0a20edaae36b Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:29,769 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2fe43c54-f562-4497-806c-0a20edaae36b 2018-07-30 19:00:29,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701726913452s 2018-07-30 19:00:29,769 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2fe43c54-f562-4497-806c-0a20edaae36b 2018-07-30 19:00:29,773 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:31,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:31,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:32,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-77f83c62-f824-4203-9b6d-ce4c478a4c09 x-compute-request-id: req-77f83c62-f824-4203-9b6d-ce4c478a4c09 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:32,126 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-77f83c62-f824-4203-9b6d-ce4c478a4c09 2018-07-30 19:00:32,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35072016716s 2018-07-30 19:00:32,126 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-77f83c62-f824-4203-9b6d-ce4c478a4c09 2018-07-30 19:00:32,131 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:34,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:34,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:34,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-673a3ef8-16f5-4d14-9abf-e16590c745a8 x-compute-request-id: req-673a3ef8-16f5-4d14-9abf-e16590c745a8 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:34,645 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-673a3ef8-16f5-4d14-9abf-e16590c745a8 2018-07-30 19:00:34,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512676954269s 2018-07-30 19:00:34,646 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-673a3ef8-16f5-4d14-9abf-e16590c745a8 2018-07-30 19:00:34,650 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:36,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:36,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:37,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-400392e3-8a1b-41c7-9e6e-c017508b3c0e x-compute-request-id: req-400392e3-8a1b-41c7-9e6e-c017508b3c0e Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:37,406 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-400392e3-8a1b-41c7-9e6e-c017508b3c0e 2018-07-30 19:00:37,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.753770112991s 2018-07-30 19:00:37,407 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-400392e3-8a1b-41c7-9e6e-c017508b3c0e 2018-07-30 19:00:37,411 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:39,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:39,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:39,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-cc17ee40-768f-4e08-8c91-28e5f30474c0 x-compute-request-id: req-cc17ee40-768f-4e08-8c91-28e5f30474c0 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:39,938 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cc17ee40-768f-4e08-8c91-28e5f30474c0 2018-07-30 19:00:39,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524774074554s 2018-07-30 19:00:39,939 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cc17ee40-768f-4e08-8c91-28e5f30474c0 2018-07-30 19:00:39,943 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:41,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:41,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:42,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-b7ba6013-9e00-4198-973a-1d531fdaeb64 x-compute-request-id: req-b7ba6013-9e00-4198-973a-1d531fdaeb64 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:42,517 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b7ba6013-9e00-4198-973a-1d531fdaeb64 2018-07-30 19:00:42,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.571841001511s 2018-07-30 19:00:42,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b7ba6013-9e00-4198-973a-1d531fdaeb64 2018-07-30 19:00:42,521 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:44,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:44,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:45,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-535deb55-3edf-44a1-8332-58f03e834faa x-compute-request-id: req-535deb55-3edf-44a1-8332-58f03e834faa Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:45,074 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-535deb55-3edf-44a1-8332-58f03e834faa 2018-07-30 19:00:45,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5499958992s 2018-07-30 19:00:45,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-535deb55-3edf-44a1-8332-58f03e834faa 2018-07-30 19:00:45,078 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:47,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:47,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:47,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-34c13ec7-9321-4336-b56b-33d666b82cf5 x-compute-request-id: req-34c13ec7-9321-4336-b56b-33d666b82cf5 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:47,604 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-34c13ec7-9321-4336-b56b-33d666b82cf5 2018-07-30 19:00:47,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523436069489s 2018-07-30 19:00:47,605 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-34c13ec7-9321-4336-b56b-33d666b82cf5 2018-07-30 19:00:47,609 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:49,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:49,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:50,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-7f293002-52af-4bec-adcc-a530cf941e27 x-compute-request-id: req-7f293002-52af-4bec-adcc-a530cf941e27 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:50,153 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7f293002-52af-4bec-adcc-a530cf941e27 2018-07-30 19:00:50,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541658878326s 2018-07-30 19:00:50,153 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7f293002-52af-4bec-adcc-a530cf941e27 2018-07-30 19:00:50,157 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:52,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:52,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:52,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-70ed29cc-03ae-465a-afd8-fe3e121cf880 x-compute-request-id: req-70ed29cc-03ae-465a-afd8-fe3e121cf880 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:52,785 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-70ed29cc-03ae-465a-afd8-fe3e121cf880 2018-07-30 19:00:52,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.624788999557s 2018-07-30 19:00:52,785 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-70ed29cc-03ae-465a-afd8-fe3e121cf880 2018-07-30 19:00:52,789 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:54,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:54,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:55,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-33e46d68-05ee-4e44-8392-f22b1bc54d94 x-compute-request-id: req-33e46d68-05ee-4e44-8392-f22b1bc54d94 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:55,159 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-33e46d68-05ee-4e44-8392-f22b1bc54d94 2018-07-30 19:00:55,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366405010223s 2018-07-30 19:00:55,159 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-33e46d68-05ee-4e44-8392-f22b1bc54d94 2018-07-30 19:00:55,163 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:57,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:57,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:00:57,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-f9c50fe6-010b-49ae-b8e2-48eaed809080 x-compute-request-id: req-f9c50fe6-010b-49ae-b8e2-48eaed809080 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:00:57,683 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f9c50fe6-010b-49ae-b8e2-48eaed809080 2018-07-30 19:00:57,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517892122269s 2018-07-30 19:00:57,684 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f9c50fe6-010b-49ae-b8e2-48eaed809080 2018-07-30 19:00:57,688 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:00:59,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:00:59,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:00,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:00: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-b2f62f24-3423-47a5-9efd-256a661517cd x-compute-request-id: req-b2f62f24-3423-47a5-9efd-256a661517cd Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:00,067 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b2f62f24-3423-47a5-9efd-256a661517cd 2018-07-30 19:01:00,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375946998596s 2018-07-30 19:01:00,067 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b2f62f24-3423-47a5-9efd-256a661517cd 2018-07-30 19:01:00,071 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:02,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:02,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:02,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aade37df-21ea-4548-98d2-233433d76e78 x-compute-request-id: req-aade37df-21ea-4548-98d2-233433d76e78 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:02,437 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aade37df-21ea-4548-98d2-233433d76e78 2018-07-30 19:01:02,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364342927933s 2018-07-30 19:01:02,438 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aade37df-21ea-4548-98d2-233433d76e78 2018-07-30 19:01:02,442 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:04,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:04,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:05,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7293b6f-ce90-451c-bb61-a4f04ec7426a x-compute-request-id: req-a7293b6f-ce90-451c-bb61-a4f04ec7426a Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:05,011 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a7293b6f-ce90-451c-bb61-a4f04ec7426a 2018-07-30 19:01:05,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.566358089447s 2018-07-30 19:01:05,011 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a7293b6f-ce90-451c-bb61-a4f04ec7426a 2018-07-30 19:01:05,015 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:07,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:07,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:07,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01: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-25ae6939-dace-4157-80df-8aab99ad6437 x-compute-request-id: req-25ae6939-dace-4157-80df-8aab99ad6437 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:07,744 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-25ae6939-dace-4157-80df-8aab99ad6437 2018-07-30 19:01:07,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.72669005394s 2018-07-30 19:01:07,745 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-25ae6939-dace-4157-80df-8aab99ad6437 2018-07-30 19:01:07,748 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:09,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:09,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:10,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01: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-3c5e17dc-e50f-462a-8469-7365b7a2263d x-compute-request-id: req-3c5e17dc-e50f-462a-8469-7365b7a2263d Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:10,299 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3c5e17dc-e50f-462a-8469-7365b7a2263d 2018-07-30 19:01:10,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547827959061s 2018-07-30 19:01:10,299 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3c5e17dc-e50f-462a-8469-7365b7a2263d 2018-07-30 19:01:10,303 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:12,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:12,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:12,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01: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-ea6ce957-b728-4684-a8d3-0f9ff070aa1d x-compute-request-id: req-ea6ce957-b728-4684-a8d3-0f9ff070aa1d Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:12,700 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ea6ce957-b728-4684-a8d3-0f9ff070aa1d 2018-07-30 19:01:12,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.394708871841s 2018-07-30 19:01:12,701 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ea6ce957-b728-4684-a8d3-0f9ff070aa1d 2018-07-30 19:01:12,704 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:14,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:14,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:15,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01: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-8bb005ab-d9bf-4cbb-93b4-1e90abff1da3 x-compute-request-id: req-8bb005ab-d9bf-4cbb-93b4-1e90abff1da3 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:15,260 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8bb005ab-d9bf-4cbb-93b4-1e90abff1da3 2018-07-30 19:01:15,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553166866302s 2018-07-30 19:01:15,260 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8bb005ab-d9bf-4cbb-93b4-1e90abff1da3 2018-07-30 19:01:15,264 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:17,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:17,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:17,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01: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-cfb5d6e9-64d2-4596-9471-c478a5d0050b x-compute-request-id: req-cfb5d6e9-64d2-4596-9471-c478a5d0050b Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:17,838 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cfb5d6e9-64d2-4596-9471-c478a5d0050b 2018-07-30 19:01:17,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.571672916412s 2018-07-30 19:01:17,839 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cfb5d6e9-64d2-4596-9471-c478a5d0050b 2018-07-30 19:01:17,842 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:19,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:19,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:20,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01: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-44dc4bfe-e67f-434e-a7dd-d4a75971d374 x-compute-request-id: req-44dc4bfe-e67f-434e-a7dd-d4a75971d374 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:20,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-44dc4bfe-e67f-434e-a7dd-d4a75971d374 2018-07-30 19:01:20,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.21786403656s 2018-07-30 19:01:20,064 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-44dc4bfe-e67f-434e-a7dd-d4a75971d374 2018-07-30 19:01:20,067 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:22,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:22,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:22,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c60a4072-2994-4ed2-8f2a-28b0328b2273 x-compute-request-id: req-c60a4072-2994-4ed2-8f2a-28b0328b2273 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:22,615 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c60a4072-2994-4ed2-8f2a-28b0328b2273 2018-07-30 19:01:22,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545383930206s 2018-07-30 19:01:22,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c60a4072-2994-4ed2-8f2a-28b0328b2273 2018-07-30 19:01:22,620 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:24,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:24,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:25,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01: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-86c7944a-708a-4fce-a46c-c242372a9422 x-compute-request-id: req-86c7944a-708a-4fce-a46c-c242372a9422 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:25,164 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-86c7944a-708a-4fce-a46c-c242372a9422 2018-07-30 19:01:25,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54182100296s 2018-07-30 19:01:25,165 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-86c7944a-708a-4fce-a46c-c242372a9422 2018-07-30 19:01:25,168 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:27,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:27,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:27,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03cfb3fc-7ec9-4547-9c27-498104ed6e77 x-compute-request-id: req-03cfb3fc-7ec9-4547-9c27-498104ed6e77 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:27,984 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-03cfb3fc-7ec9-4547-9c27-498104ed6e77 2018-07-30 19:01:27,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.813089132309s 2018-07-30 19:01:27,985 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-03cfb3fc-7ec9-4547-9c27-498104ed6e77 2018-07-30 19:01:27,989 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:29,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:29,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:30,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-051764aa-56fa-4f19-bad9-0d1b6b790e0f x-compute-request-id: req-051764aa-56fa-4f19-bad9-0d1b6b790e0f Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:30,529 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-051764aa-56fa-4f19-bad9-0d1b6b790e0f 2018-07-30 19:01:30,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537706851959s 2018-07-30 19:01:30,530 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-051764aa-56fa-4f19-bad9-0d1b6b790e0f 2018-07-30 19:01:30,534 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:32,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:32,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:33,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01: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-b07384a8-5041-47ad-b4b0-833a65a89db1 x-compute-request-id: req-b07384a8-5041-47ad-b4b0-833a65a89db1 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:33,034 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b07384a8-5041-47ad-b4b0-833a65a89db1 2018-07-30 19:01:33,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.497091054916s 2018-07-30 19:01:33,035 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b07384a8-5041-47ad-b4b0-833a65a89db1 2018-07-30 19:01:33,040 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:35,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:35,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:35,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01: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-eba84e2b-74e5-41f1-9e83-8ff64d78e178 x-compute-request-id: req-eba84e2b-74e5-41f1-9e83-8ff64d78e178 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:35,616 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-eba84e2b-74e5-41f1-9e83-8ff64d78e178 2018-07-30 19:01:35,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.573362112045s 2018-07-30 19:01:35,617 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-eba84e2b-74e5-41f1-9e83-8ff64d78e178 2018-07-30 19:01:35,621 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:37,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:37,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:38,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01: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-8e131b39-b010-42cf-840f-d216ed833d72 x-compute-request-id: req-8e131b39-b010-42cf-840f-d216ed833d72 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:38,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8e131b39-b010-42cf-840f-d216ed833d72 2018-07-30 19:01:38,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557851076126s 2018-07-30 19:01:38,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8e131b39-b010-42cf-840f-d216ed833d72 2018-07-30 19:01:38,186 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:40,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:40,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:40,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01: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-ca3e9c05-0c28-4c93-8a01-fb37d7aca516 x-compute-request-id: req-ca3e9c05-0c28-4c93-8a01-fb37d7aca516 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:40,768 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ca3e9c05-0c28-4c93-8a01-fb37d7aca516 2018-07-30 19:01:40,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.578411102295s 2018-07-30 19:01:40,768 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ca3e9c05-0c28-4c93-8a01-fb37d7aca516 2018-07-30 19:01:40,772 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:42,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:42,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:43,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01: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-959f7257-a8fc-4d02-abab-aab88b7372ab x-compute-request-id: req-959f7257-a8fc-4d02-abab-aab88b7372ab Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:43,349 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-959f7257-a8fc-4d02-abab-aab88b7372ab 2018-07-30 19:01:43,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.573819160461s 2018-07-30 19:01:43,349 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-959f7257-a8fc-4d02-abab-aab88b7372ab 2018-07-30 19:01:43,353 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:45,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:45,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:46,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01: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-f88c6730-a13c-43ec-9d6a-ffc487892d87 x-compute-request-id: req-f88c6730-a13c-43ec-9d6a-ffc487892d87 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:46,097 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f88c6730-a13c-43ec-9d6a-ffc487892d87 2018-07-30 19:01:46,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.741582870483s 2018-07-30 19:01:46,097 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f88c6730-a13c-43ec-9d6a-ffc487892d87 2018-07-30 19:01:46,101 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:48,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:48,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:48,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01: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-2b6ab1a8-a608-4675-b9ae-44a6eec7ae68 x-compute-request-id: req-2b6ab1a8-a608-4675-b9ae-44a6eec7ae68 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:48,495 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2b6ab1a8-a608-4675-b9ae-44a6eec7ae68 2018-07-30 19:01:48,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.39083313942s 2018-07-30 19:01:48,495 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2b6ab1a8-a608-4675-b9ae-44a6eec7ae68 2018-07-30 19:01:48,499 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:50,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:50,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:51,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfbe9890-27d9-4432-bf7e-6f17db0cea6a x-compute-request-id: req-bfbe9890-27d9-4432-bf7e-6f17db0cea6a Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:51,058 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bfbe9890-27d9-4432-bf7e-6f17db0cea6a 2018-07-30 19:01:51,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556292057037s 2018-07-30 19:01:51,058 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bfbe9890-27d9-4432-bf7e-6f17db0cea6a 2018-07-30 19:01:51,062 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:53,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:53,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:53,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01: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-3edd9b09-a82b-4a33-968e-7fb5eca94c26 x-compute-request-id: req-3edd9b09-a82b-4a33-968e-7fb5eca94c26 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:53,594 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3edd9b09-a82b-4a33-968e-7fb5eca94c26 2018-07-30 19:01:53,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529611825943s 2018-07-30 19:01:53,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3edd9b09-a82b-4a33-968e-7fb5eca94c26 2018-07-30 19:01:53,599 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:55,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:55,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:55,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01: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-4b9054ed-5c80-409d-bfab-3c2a976f0c2d x-compute-request-id: req-4b9054ed-5c80-409d-bfab-3c2a976f0c2d Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:55,999 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4b9054ed-5c80-409d-bfab-3c2a976f0c2d 2018-07-30 19:01:56,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.39829993248s 2018-07-30 19:01:56,000 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4b9054ed-5c80-409d-bfab-3c2a976f0c2d 2018-07-30 19:01:56,004 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:01:58,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:01:58,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:01:58,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:01:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a477eb5-8104-4b22-bc8c-757c75031cd3 x-compute-request-id: req-2a477eb5-8104-4b22-bc8c-757c75031cd3 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:01:58,544 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2a477eb5-8104-4b22-bc8c-757c75031cd3 2018-07-30 19:01:58,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538097858429s 2018-07-30 19:01:58,545 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2a477eb5-8104-4b22-bc8c-757c75031cd3 2018-07-30 19:01:58,549 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:02:00,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:02:00,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:02:00,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:02: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-57fa2a5b-94c1-449c-ab28-17f306f83258 x-compute-request-id: req-57fa2a5b-94c1-449c-ab28-17f306f83258 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:02:00,931 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-57fa2a5b-94c1-449c-ab28-17f306f83258 2018-07-30 19:02:00,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.379240989685s 2018-07-30 19:02:00,931 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-57fa2a5b-94c1-449c-ab28-17f306f83258 2018-07-30 19:02:00,935 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:02:02,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:02:02,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:02:03,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:02:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ead1b70-f582-47de-8976-0e197467771c x-compute-request-id: req-4ead1b70-f582-47de-8976-0e197467771c Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:02:03,762 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4ead1b70-f582-47de-8976-0e197467771c 2018-07-30 19:02:03,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.824938058853s 2018-07-30 19:02:03,763 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4ead1b70-f582-47de-8976-0e197467771c 2018-07-30 19:02:03,767 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:02:05,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:02:05,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:02:06,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:02:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb3f0f9a-b31d-4bbd-9def-dc983838d40d x-compute-request-id: req-cb3f0f9a-b31d-4bbd-9def-dc983838d40d Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:02:06,314 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cb3f0f9a-b31d-4bbd-9def-dc983838d40d 2018-07-30 19:02:06,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545099020004s 2018-07-30 19:02:06,315 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cb3f0f9a-b31d-4bbd-9def-dc983838d40d 2018-07-30 19:02:06,319 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:02:08,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:02:08,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:02:08,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:02: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-635e6f8a-c7ab-4346-9db3-1edc6fbaa6ec x-compute-request-id: req-635e6f8a-c7ab-4346-9db3-1edc6fbaa6ec Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:02:08,961 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-635e6f8a-c7ab-4346-9db3-1edc6fbaa6ec 2018-07-30 19:02:08,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.639837026596s 2018-07-30 19:02:08,962 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-635e6f8a-c7ab-4346-9db3-1edc6fbaa6ec 2018-07-30 19:02:08,965 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:02:10,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:02:10,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:02:11,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:02: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-264dafaf-6931-4d03-bc68-3690066f7505 x-compute-request-id: req-264dafaf-6931-4d03-bc68-3690066f7505 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:02:11,509 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-264dafaf-6931-4d03-bc68-3690066f7505 2018-07-30 19:02:11,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540932178497s 2018-07-30 19:02:11,509 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-264dafaf-6931-4d03-bc68-3690066f7505 2018-07-30 19:02:11,513 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:02:13,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:02:13,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:02:14,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:02: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-26f7ea19-4ce7-473a-909c-26411b32f750 x-compute-request-id: req-26f7ea19-4ce7-473a-909c-26411b32f750 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:02:14,055 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-26f7ea19-4ce7-473a-909c-26411b32f750 2018-07-30 19:02:14,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539334058762s 2018-07-30 19:02:14,056 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-26f7ea19-4ce7-473a-909c-26411b32f750 2018-07-30 19:02:14,059 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:02:16,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:02:16,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:02:16,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:02:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3b80faf-13ad-4b52-b813-42b56087ba7d x-compute-request-id: req-e3b80faf-13ad-4b52-b813-42b56087ba7d Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:02:16,603 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e3b80faf-13ad-4b52-b813-42b56087ba7d 2018-07-30 19:02:16,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541498184204s 2018-07-30 19:02:16,604 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e3b80faf-13ad-4b52-b813-42b56087ba7d 2018-07-30 19:02:16,607 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:02:18,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:02:18,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:02:18,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:02: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-b00be9eb-e1f2-4d07-8ed3-2e3a6a424810 x-compute-request-id: req-b00be9eb-e1f2-4d07-8ed3-2e3a6a424810 Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-30T18:59:05Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:02:18,976 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b00be9eb-e1f2-4d07-8ed3-2e3a6a424810 2018-07-30 19:02:18,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366016864777s 2018-07-30 19:02:18,976 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b00be9eb-e1f2-4d07-8ed3-2e3a6a424810 2018-07-30 19:02:18,980 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-30 19:02:20,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:02:20,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:02:21,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:02:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7444ea06-9b52-4324-9de9-41fa0055b93b x-compute-request-id: req-7444ea06-9b52-4324-9de9-41fa0055b93b Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_523452bf-84b6-482b-ab9d-ebb398cea3f6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:66:9a", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T19:02:19.000000", "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T19:02:19Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:02:21,528 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7444ea06-9b52-4324-9de9-41fa0055b93b 2018-07-30 19:02:21,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545519113541s 2018-07-30 19:02:21,528 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7444ea06-9b52-4324-9de9-41fa0055b93b 2018-07-30 19:02:21,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 19:02:21,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=a87a705f-dc82-4594-ba31-9208dd346c5e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:02:21,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-8aea6280-dce5-4297-9215-885a37541cd6 Date: Mon, 30 Jul 2018 19:02:21 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"94c379b2-cbd1-4067-8ed1-421089e0a9ae","tenant_id":"5bc6f502285547acb97479ae2415fca5","created_at":"2018-07-30T18:59:06Z","admin_state_up":true,"updated_at":"2018-07-30T19:02:19Z","binding:vnic_type":"normal","device_id":"a87a705f-dc82-4594-ba31-9208dd346c5e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:12:66:9a","id":"67763f47-3a39-4e77-97d9-d8dfe9294e18","port_security_enabled":true,"project_id":"5bc6f502285547acb97479ae2415fca5","fixed_ips":[{"subnet_id":"689cacb8-cde1-4883-86b3-365feb2ce52f","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["d63b06b4-bb4c-4791-a004-c3a0efb66f5c"],"name":""}]} 2018-07-30 19:02:21,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=a87a705f-dc82-4594-ba31-9208dd346c5e used request id req-8aea6280-dce5-4297-9215-885a37541cd6 2018-07-30 19:02:21,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0572369098663s 2018-07-30 19:02:21,590 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=a87a705f-dc82-4594-ba31-9208dd346c5e used request id req-8aea6280-dce5-4297-9215-885a37541cd6 2018-07-30 19:02:21,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 19:02:21,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=67763f47-3a39-4e77-97d9-d8dfe9294e18" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:02:21,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-54986f78-37ad-4520-a714-9dab52f720b5 Date: Mon, 30 Jul 2018 19:02:21 GMT RESP BODY: {"floatingips": []} 2018-07-30 19:02:21,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=67763f47-3a39-4e77-97d9-d8dfe9294e18 used request id req-54986f78-37ad-4520-a714-9dab52f720b5 2018-07-30 19:02:21,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0189638137817s 2018-07-30 19:02:21,614 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=67763f47-3a39-4e77-97d9-d8dfe9294e18 used request id req-54986f78-37ad-4520-a714-9dab52f720b5 2018-07-30 19:02:21,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-30 19:02:21,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:02:22,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:02: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-6e18dfe9-ae91-4412-8d52-c4d6c48c053b x-compute-request-id: req-6e18dfe9-ae91-4412-8d52-c4d6c48c053b Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_523452bf-84b6-482b-ab9d-ebb398cea3f6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:66:9a", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a87a705f-dc82-4594-ba31-9208dd346c5e", "rel": "bookmark"}], "image": {"id": "246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "links": [{"href": "http://172.30.9.21:8774/images/246aa93e-0357-4aff-8eab-b0a98bf2c2e4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-30T19:02:19.000000", "flavor": {"id": "f1205af6-aaad-4439-837c-7414223538dc", "links": [{"href": "http://172.30.9.21:8774/flavors/f1205af6-aaad-4439-837c-7414223538dc", "rel": "bookmark"}]}, "id": "a87a705f-dc82-4594-ba31-9208dd346c5e", "security_groups": [{"name": "shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6"}], "user_id": "44c8daf1ec2d4f08a32ccb3f03911485", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-30T19:02:19Z", "hostId": "40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6", "name": "shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6", "created": "2018-07-30T18:59:03Z", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-30 19:02:22,133 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6e18dfe9-ae91-4412-8d52-c4d6c48c053b 2018-07-30 19:02:22,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517856121063s 2018-07-30 19:02:22,134 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6e18dfe9-ae91-4412-8d52-c4d6c48c053b 2018-07-30 19:02:22,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 19:02:22,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=a87a705f-dc82-4594-ba31-9208dd346c5e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:02:22,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-22a14484-ed3a-4764-82b6-b705405573e2 Date: Mon, 30 Jul 2018 19:02:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"94c379b2-cbd1-4067-8ed1-421089e0a9ae","tenant_id":"5bc6f502285547acb97479ae2415fca5","created_at":"2018-07-30T18:59:06Z","admin_state_up":true,"updated_at":"2018-07-30T19:02:19Z","binding:vnic_type":"normal","device_id":"a87a705f-dc82-4594-ba31-9208dd346c5e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:12:66:9a","id":"67763f47-3a39-4e77-97d9-d8dfe9294e18","port_security_enabled":true,"project_id":"5bc6f502285547acb97479ae2415fca5","fixed_ips":[{"subnet_id":"689cacb8-cde1-4883-86b3-365feb2ce52f","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["d63b06b4-bb4c-4791-a004-c3a0efb66f5c"],"name":""}]} 2018-07-30 19:02:22,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=a87a705f-dc82-4594-ba31-9208dd346c5e used request id req-22a14484-ed3a-4764-82b6-b705405573e2 2018-07-30 19:02:22,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.054230928421s 2018-07-30 19:02:22,192 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=a87a705f-dc82-4594-ba31-9208dd346c5e used request id req-22a14484-ed3a-4764-82b6-b705405573e2 2018-07-30 19:02:22,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-30 19:02:22,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=67763f47-3a39-4e77-97d9-d8dfe9294e18" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:02:22,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-44909784-4cfa-4539-9860-6c73876c0587 Date: Mon, 30 Jul 2018 19:02:22 GMT RESP BODY: {"floatingips": []} 2018-07-30 19:02:22,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=67763f47-3a39-4e77-97d9-d8dfe9294e18 used request id req-44909784-4cfa-4539-9860-6c73876c0587 2018-07-30 19:02:22,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0211639404297s 2018-07-30 19:02:22,219 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=67763f47-3a39-4e77-97d9-d8dfe9294e18 used request id req-44909784-4cfa-4539-9860-6c73876c0587 2018-07-30 19:02:22,219 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_523452bf-84b6-482b-ab9d-ebb398cea3f6': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:12:66:9a', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'246aa93e-0357-4aff-8eab-b0a98bf2c2e4'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-30T19:02:19.000000', 'flavor': Munch({u'id': u'f1205af6-aaad-4439-837c-7414223538dc'}), 'az': u'nova', 'id': u'a87a705f-dc82-4594-ba31-9208dd346c5e', 'security_groups': [Munch({u'name': u'shaker-sg_523452bf-84b6-482b-ab9d-ebb398cea3f6'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'44c8daf1ec2d4f08a32ccb3f03911485', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5bc6f502285547acb97479ae2415fca5', 'name': 'shaker-project_523452bf-84b6-482b-ab9d-ebb398cea3f6', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-30T19:02:19.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-30T19:02:19Z', 'hostId': u'40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_523452bf-84b6-482b-ab9d-ebb398cea3f6', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'40745c10f431daa63d28339bd4a1a9ad417340c8a2717a59d70b4f56', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-30T19:02:19.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5bc6f502285547acb97479ae2415fca5', 'name': u'shaker-vm_523452bf-84b6-482b-ab9d-ebb398cea3f6', 'adminPass': None, 'tenant_id': u'5bc6f502285547acb97479ae2415fca5', 'created_at': u'2018-07-30T18:59:03Z', 'created': u'2018-07-30T18:59:03Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-30 19:02:22,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-30 19:02:22,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:02:22,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-eefd75d6-7ae4-4c88-ba1e-3095f75fda75 Date: Mon, 30 Jul 2018 19:02:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e3fbcf-10f4-420f-b75f-a6a4b4ce6a22"],"updated_at":"2018-07-30T17:14:56Z","tenant_id":"bbb29370cb064c718b72faa5c6748440","created_at":"2018-07-30T17:14:48Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"bbb29370cb064c718b72faa5c6748440","id":"6cded11f-6a6d-475c-8684-92fd679f2832","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["689cacb8-cde1-4883-86b3-365feb2ce52f"],"updated_at":"2018-07-30T18:58:38Z","tenant_id":"5bc6f502285547acb97479ae2415fca5","created_at":"2018-07-30T18:58:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5bc6f502285547acb97479ae2415fca5","id":"94c379b2-cbd1-4067-8ed1-421089e0a9ae","name":"shaker-net_523452bf-84b6-482b-ab9d-ebb398cea3f6"}]} 2018-07-30 19:02:22,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-eefd75d6-7ae4-4c88-ba1e-3095f75fda75 2018-07-30 19:02:22,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.11000418663s 2018-07-30 19:02:22,333 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-eefd75d6-7ae4-4c88-ba1e-3095f75fda75 2018-07-30 19:02:22,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-30 19:02:22,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=a87a705f-dc82-4594-ba31-9208dd346c5e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" 2018-07-30 19:02:22,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a12b918d-a3fa-4276-ba21-20f15d20c92a Date: Mon, 30 Jul 2018 19:02:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"94c379b2-cbd1-4067-8ed1-421089e0a9ae","tenant_id":"5bc6f502285547acb97479ae2415fca5","created_at":"2018-07-30T18:59:06Z","admin_state_up":true,"updated_at":"2018-07-30T19:02:19Z","binding:vnic_type":"normal","device_id":"a87a705f-dc82-4594-ba31-9208dd346c5e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:12:66:9a","id":"67763f47-3a39-4e77-97d9-d8dfe9294e18","port_security_enabled":true,"project_id":"5bc6f502285547acb97479ae2415fca5","fixed_ips":[{"subnet_id":"689cacb8-cde1-4883-86b3-365feb2ce52f","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["d63b06b4-bb4c-4791-a004-c3a0efb66f5c"],"name":""}]} 2018-07-30 19:02:22,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=a87a705f-dc82-4594-ba31-9208dd346c5e used request id req-a12b918d-a3fa-4276-ba21-20f15d20c92a 2018-07-30 19:02:22,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0596249103546s 2018-07-30 19:02:22,395 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=a87a705f-dc82-4594-ba31-9208dd346c5e used request id req-a12b918d-a3fa-4276-ba21-20f15d20c92a 2018-07-30 19:02:22,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-30 19:02:22,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" -d '{"floatingip": {"floating_network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "fixed_ip_address": "192.168.120.13", "port_id": "67763f47-3a39-4e77-97d9-d8dfe9294e18"}}' 2018-07-30 19:02:24,228 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-475c7639-eeb2-4990-89e0-bc0e185bdf62 Date: Mon, 30 Jul 2018 19:02:24 GMT RESP BODY: {"floatingip": {"router_id": "691ffe0c-7c9b-46ea-a856-14f9ad400afa", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-30T19:02:23Z", "floating_network_id": "6cded11f-6a6d-475c-8684-92fd679f2832", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "67763f47-3a39-4e77-97d9-d8dfe9294e18", "id": "695d54e5-f7a5-492d-be6f-9dd95a92d7cf", "tenant_id": "5bc6f502285547acb97479ae2415fca5", "created_at": "2018-07-30T19:02:23Z", "project_id": "5bc6f502285547acb97479ae2415fca5"}} 2018-07-30 19:02:24,228 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-475c7639-eeb2-4990-89e0-bc0e185bdf62 2018-07-30 19:02:24,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.83318591118s 2018-07-30 19:02:24,229 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-475c7639-eeb2-4990-89e0-bc0e185bdf62 2018-07-30 19:02:24,232 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'691ffe0c-7c9b-46ea-a856-14f9ad400afa', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'5bc6f502285547acb97479ae2415fca5', 'created_at': u'2018-07-30T19:02:23Z', 'attached': True, 'updated_at': u'2018-07-30T19:02:23Z', 'id': u'695d54e5-f7a5-492d-be6f-9dd95a92d7cf', 'floating_network_id': u'6cded11f-6a6d-475c-8684-92fd679f2832', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5bc6f502285547acb97479ae2415fca5', 'name': 'shaker-project_523452bf-84b6-482b-ab9d-ebb398cea3f6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'691ffe0c-7c9b-46ea-a856-14f9ad400afa', 'project_id': u'5bc6f502285547acb97479ae2415fca5', 'port_id': u'67763f47-3a39-4e77-97d9-d8dfe9294e18', 'port': u'67763f47-3a39-4e77-97d9-d8dfe9294e18', 'network': u'6cded11f-6a6d-475c-8684-92fd679f2832'}) 2018-07-30 19:02:24,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-30 19:02:24,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76fc9b0125b7ff0309b4f717d773018d87d3411d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-30 19:02:24,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:02:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ba9d773-eb53-4d42-9ba9-fd382190a525 x-compute-request-id: req-4ba9d773-eb53-4d42-9ba9-fd382190a525 Content-Encoding: gzip Content-Length: 10419 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff]\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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 651631986 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 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.146874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148924] pid_max: default: 32768 minimum: 301\n[ 0.150033] ACPI: Core revision 20150930\n[ 0.151565] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153148] Security Framework initialized\n[ 0.154150] Yama: becoming mindful.\n[ 0.155030] AppArmor: AppArmor initialized\n[ 0.156058] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157689] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.159257] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160735] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162411] Initializing cgroup subsys io\n[ 0.163391] Initializing cgroup subsys memory\n[ 0.164423] Initializing cgroup subsys devices\n[ 0.165464] Initializing cgroup subsys freezer\n[ 0.166506] Initializing cgroup subsys net_cls\n[ 0.167555] Initializing cgroup subsys perf_event\n[ 0.168646] Initializing cgroup subsys net_prio\n[ 0.169723] Initializing cgroup subsys hugetlb\n[ 0.170766] Initializing cgroup subsys pids\n[ 0.171805] CPU: Physical Processor ID: 0\n[ 0.173475] mce: CPU supports 10 MCE banks\n[ 0.174486] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177036] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.178326] Spectre V2 : Enabling Indirect Branch Prediction Barrier\n[ 0.179768] Spectre V2 : Enabling Indirect Branch Restricted Speculation\n[ 0.181244] Spectre V2 : Speculation control IBPB supported IBRS supported\n[ 0.182590] Spectre V2 : Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.184392] Speculative Store Bypass: Vulnerable\n[ 0.201087] Freeing SMP alternatives memory: 32K\n[ 0.206855] ftrace: allocating 32237 entries in 126 pages\n[ 0.240971] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.242467] smpboot: Max logical packages: 1\n[ 0.243628] x2apic enabled\n[ 0.244536] Switched APIC routing to physical x2apic.\n[ 0.246464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.247833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.250300] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.252445] KVM setup paravirtual spinlock\n[ 0.253920] x86: Booted up 1 node, 1 CPUs\n[ 0.254887] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.256543] devtmpfs: initialized\n[ 0.258369] evm: security.selinux\n[ 0.259200] evm: security.SMACK64\n[ 0.260017] evm: security.SMACK64EXEC\n[ 0.260899] evm: security.SMACK64TRANSMUTE\n[ 0.261870] evm: security.SMACK64MMAP\n[ 0.262750] evm: security.ima\n[ 0.263496] evm: security.capability\n[ 0.264460] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.266635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.268050] pinctrl core: initialized pinctrl subsystem\n[ 0.269359] RTC time: 19:02:19, date: 07/30/18\n[ 0.270510] NET: Registered protocol family 16\n[ 0.271678] cpuidle: using governor ladder\n[ 0.272688] cpuidle: using governor menu\n[ 0.273657] PCCT header not found.\n[ 0.274553] ACPI: bus type PCI registered\n[ 0.275509] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.277001] PCI: Using configuration type 1 for base access\n[ 0.279102] ACPI: Added _OSI(Module Device)\n[ 0.280116] ACPI: Added _OSI(Processor Device)\n[ 0.281156] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.282239] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.284221] ACPI: Interpreter enabled\n[ 0.285147] ACPI: (supports S0 S5)\n[ 0.285990] ACPI: Using IOAPIC for interrupt routing\n[ 0.287133] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.292126] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295064] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297746] acpiphp: Slot [3] registered\n[ 0.298700] acpiphp: Slot [4] registered\n[ 0.309506] acpiphp: Slot [5] registered\n[ 0.310465] acpiphp: Slot [6] registered\n[ 0.311425] acpiphp: Slot [7] registered\n[ 0.312388] acpiphp: Slot [8] registered\n[ 0.313345] acpiphp: Slot [9] registered\n[ 0.314300] acpiphp: Slot [10] registered\n[ 0.315266] acpiphp: Slot [11] registered\n[ 0.316240] acpiphp: Slot [12] registered\n[ 0.317213] acpiphp: Slot [13] registered\n[ 0.318183] acpiphp: Slot [14] registered\n[ 0.319153] acpiphp: Slot [15] registered\n[ 0.320121] acpiphp: Slot [16] registered\n[ 0.321093] acpiphp: Slot [17] registered\n[ 0.322143] acpiphp: Slot [18] registered\n[ 0.322986] acpiphp: Slot [19] registered\n[ 0.323819] acpiphp: Slot [20] registered\n[ 0.324655] acpiphp: Slot [21] registered\n[ 0.325477] acpiphp: Slot [22] registered\n[ 0.326300] acpiphp: Slot [23] registered\n[ 0.327126] acpiphp: Slot [24] registered\n[ 0.327953] acpiphp: Slot [25] registered\n[ 0.328777] acpiphp: Slot [26] registered\n[ 0.329591] acpiphp: Slot [27] registered\n[ 0.330412] acpiphp: Slot [28] registered\n[ 0.331232] acpiphp: Slot [29] registered\n[ 0.332065] acpiphp: Slot [30] registered\n[ 0.332896] acpiphp: Slot [31] registered\n[ 0.333705] PCI host bridge to bus 0000:00\n[ 0.334520] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335746] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336971] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338432] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.339897] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.341378] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344660] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345954] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347147] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348422] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351465] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352915] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371862] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373384] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374832] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376276] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377935] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379215] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380559] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383181] vgaarb: loaded\n[ 0.383788] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385063] SCSI subsystem initialized\n[ 0.385973] ACPI: bus type USB registered\n[ 0.386811] usbcore: registered new interface driver usbfs\n[ 0.387862] usbcore: registered new interface driver hub\n[ 0.388876] usbcore: registered new device driver usb\n[ 0.389994] PCI: Using ACPI for IRQ routing\n[ 0.391114] NetLabel: Initializing\n[ 0.391838] NetLabel: domain hash size = 128\n[ 0.392684] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393654] NetLabel: unlabeled traffic allowed by default\n[ 0.394817] amd_nb: Cannot enumerate AMD northbridges\n[ 0.395803] clocksource: Switched to clocksource kvm-clock\n[ 0.403582] AppArmor: AppArmor Filesystem Enabled\n[ 0.404652] pnp: PnP ACPI init\n[ 0.405627] pnp: PnP ACPI: found 5 devices\n[ 0.412004] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413723] NET: Registered protocol family 2\n[ 0.414766] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416061] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417259] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418450] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419537] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420729] NET: Registered protocol family 1\n[ 0.423461] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424658] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425751] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441658] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.457735] Unpacking initramfs...\n[ 0.906386] Freeing initrd memory: 37084K\n[ 0.907767] Scanning for low memory corruption every 60 seconds\n[ 0.909297] audit: initializing netlink subsys (disabled)\n[ 0.910388] audit: type=2000 audit(1532977340.661:1): initialized\n[ 0.911831] Initialise system trusted keyring\n[ 0.912878] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.914051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.916303] zbud: loaded\n[ 0.917172] VFS: Disk quotas dquot_6.6.0\n[ 0.918006] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.919479] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.920810] fuse init (API version 7.23)\n[ 0.921743] Key type big_key registered\n[ 0.922557] Allocating IMA MOK and blacklist keyrings.\n[ 0.923854] Key type asymmetric registered\n[ 0.924689] Asymmetric key parser 'x509' registered\n[ 0.925661] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.927161] io scheduler noop registered\n[ 0.927972] io scheduler deadline registered (default)\n[ 0.928987] io scheduler cfq registered\n[ 0.929864] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.930912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.932257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.933722] ACPI: Power Button [PWRF]\n[ 0.934632] GHES: HEST is not enabled!\n[ 0.950066] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.981282] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.983509] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.007597] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.009940] Linux agpgart interface v0.103\n[ 1.012093] loop: module loaded\n[ 1.014915] vda: vda1\n[ 1.016212] scsi host0: ata_piix\n[ 1.016990] scsi host1: ata_piix\n[ 1.017718] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.018945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.020489] libphy: Fixed MDIO Bus: probed\n[ 1.021327] tun: Universal TUN/TAP device driver, 1.6\n[ 1.022290] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.024646] PPP generic driver version 2.4.2\n[ 1.025621] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.027218] ehci-pci: EHCI PCI platform driver\n[ 1.028424] ehci-platform: EHCI generic platform driver\n[ 1.029787] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.031341] ohci-pci: OHCI PCI platform driver\n[ 1.032530] ohci-platform: OHCI generic platform driver\n[ 1.033883] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.050151] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.051529] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.053521] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.054874] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.056422] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.058090] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.059933] usb usb1: Product: UHCI Host Controller\n[ 1.061187] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.062720] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.064018] hub 1-0:1.0: USB hub found\n[ 1.065052] hub 1-0:1.0: 2 ports detected\n[ 1.066241] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.068981] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.070231] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.071583] mousedev: PS/2 mouse device common for all mice\n[ 1.073218] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.075658] rtc_cmos 00:00: RTC can wake from S4\n[ 1.077122] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.078740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.080319] i2c /dev entries driver\n[ 1.081300] device-mapper: uevent: version 1.0.3\n[ 1.082537] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.084718] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.086490] NET: Registered protocol family 10\n[ 1.087641] NET: Registered protocol family 17\n[ 1.088577] Key type dns_resolver registered\n[ 1.089652] registered taskstats version 1\n[ 1.090518] Loading compiled-in X.509 certificates\n[ 1.092017] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.093901] zswap: loaded using pool lzo/zbud\n[ 1.096124] Key type trusted registered\n[ 1.098895] Key type encrypted registered\n[ 1.099736] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.100796] ima: No TPM chip found, activating TPM-bypass!\n[ 1.101856] evm: HMAC attrs: 0x1\n[ 1.102828] Magic number: 10:239:42\n[ 1.103596] bdi 7:7: hash matches\n[ 1.104424] rtc_cmos 00:00: setting system clock to 2018-07-30 19:02:20 UTC (1532977340)\n[ 1.106070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.117627] EDD information not available.\n[ 1.177232] Freeing unused kernel memory: 1512K\n[ 1.178194] Write protecting the kernel read-only data: 14336k\n[ 1.180302] Freeing unused kernel memory: 1692K\n[ 1.181406] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.191572] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.193726] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.195634] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.197515] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.199348] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.201193] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.208448] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.210319] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.212860] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214879] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.267485] [drm] Initialized drm 1.1.0 20060810\n[ 1.269466] virtio_net virtio0 ens3: renamed from eth0\n[ 1.278100] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.280080] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.300124] FDC 0 is a S82078B\n[ 1.314072] AVX2 version of gcm_enc/dec engaged.\n[ 1.315093] AES CTR mode by8 optimization enabled\n[ 1.377494] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nBegin: Loading essential drivers ... [ 1.541504] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.542767] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.544068] usb 1-1: Product: QEMU USB Tablet\n[ 1.544946] usb 1-1: Manufacturer: QEMU\n[ 1.545736] usb 1-1: SerialNumber: 42\n[ 1.549703] md: linear personality registered for level -1\n[ 1.554276] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.559524] md: multipath personality registered for level -4\n[ 1.561981] usbcore: registered new interface driver usbhid\n[ 1.563072] usbhid: USB HID core driver\n[ 1.565334] md: raid0 personality registered for level 0\n[ 1.566555] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.569119] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 1.574140] md: raid1 personality registered for level 1\n[ 1.643803] raid6: sse2x1 gen() 11446 MB/s\n[ 1.711803] raid6: sse2x1 xor() 8884 MB/s\n[ 1.779804] raid6: sse2x2 gen() 14527 MB/s\n[ 1.847802] raid6: sse2x2 xor() 9743 MB/s\n[ 1.915804] raid6: sse2x4 gen() 16781 MB/s\n[ 1.983803] raid6: sse2x4 xor() 11705 MB/s\n[ 2.051805] raid6: avx2x1 gen() 22249 MB/s\n[ 2.119804] raid6: avx2x2 gen() 25742 MB/s\n[ 2.187803] raid6: avx2x4 gen() 29923 MB/s\n[ 2.188651] raid6: using algorithm avx2x4 gen() 29923 MB/s\n[ 2.189702] raid6: using avx2x2 recovery algorithm\n[ 2.190657] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 2.191835] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 2.195594] xor: automatically using best checksumming function:\n[ 2.235803] avx : 31853.000 MB/sec\n[ 2.237957] async_tx: api initialized (async)\n[ 2.248097] md: raid6 personality registered for level 6\n[ 2.249152] md: raid5 personality registered for level 5\n[ 2.250164] md: raid4 personality registered for level 4\n[ 2.255458] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.283958] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.301909] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.403635] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.408112] systemd[1]: Detected virtualization kvm.\n[ 2.409412] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.413181] systemd[1]: Set hostname to .\n[ 2.416595] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.418103] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.534711] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.539162] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.541748] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.544973] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.547740] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.550733] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.553776] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.556637] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.559965] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.563508] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.566399] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.569580] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.573381] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.576336] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 2.581233] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.587661] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.594239] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.604034] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.611833] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.616275] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.624124] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.626857] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.637705] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.646660] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.651943] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.[ 2.657704] Loading iSCSI transport class v2.0-870.\n\n[ 2.659935] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.664604] systemd[1]: Starting Journal Service...\n Starting Journal Service...[ 2.668554] iscsi: registered transport (tcp)\n\n[ 2.670161] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.680090] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.683309] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.693400] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.699910] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.702868] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.710954] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.714512] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 2.731646] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.565607] intel_rapl: no valid rapl domains found in package 0\n"} 2018-07-30 19:02:24,310 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e/action used request id req-4ba9d773-eb53-4d42-9ba9-fd382190a525 2018-07-30 19:02:24,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0776879787445s 2018-07-30 19:02:24,312 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/a87a705f-dc82-4594-ba31-9208dd346c5e/action used request id req-4ba9d773-eb53-4d42-9ba9-fd382190a525 2018-07-30 19:02:24,312 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff] [ 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 651631986 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.146874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148924] pid_max: default: 32768 minimum: 301 [ 0.150033] ACPI: Core revision 20150930 [ 0.151565] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153148] Security Framework initialized [ 0.154150] Yama: becoming mindful. [ 0.155030] AppArmor: AppArmor initialized [ 0.156058] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157689] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.159257] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.160735] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162411] Initializing cgroup subsys io [ 0.163391] Initializing cgroup subsys memory [ 0.164423] Initializing cgroup subsys devices [ 0.165464] Initializing cgroup subsys freezer [ 0.166506] Initializing cgroup subsys net_cls [ 0.167555] Initializing cgroup subsys perf_event [ 0.168646] Initializing cgroup subsys net_prio [ 0.169723] Initializing cgroup subsys hugetlb [ 0.170766] Initializing cgroup subsys pids [ 0.171805] CPU: Physical Processor ID: 0 [ 0.173475] mce: CPU supports 10 MCE banks [ 0.174486] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.175700] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.177036] Spectre V2 : Mitigation: Full generic retpoline [ 0.178326] Spectre V2 : Enabling Indirect Branch Prediction Barrier [ 0.179768] Spectre V2 : Enabling Indirect Branch Restricted Speculation [ 0.181244] Spectre V2 : Speculation control IBPB supported IBRS supported [ 0.182590] Spectre V2 : Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.184392] Speculative Store Bypass: Vulnerable [ 0.201087] Freeing SMP alternatives memory: 32K [ 0.206855] ftrace: allocating 32237 entries in 126 pages [ 0.240971] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.242467] smpboot: Max logical packages: 1 [ 0.243628] x2apic enabled [ 0.244536] Switched APIC routing to physical x2apic. [ 0.246464] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.247833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.250300] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.252445] KVM setup paravirtual spinlock [ 0.253920] x86: Booted up 1 node, 1 CPUs [ 0.254887] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.256543] devtmpfs: initialized [ 0.258369] evm: security.selinux [ 0.259200] evm: security.SMACK64 [ 0.260017] evm: security.SMACK64EXEC [ 0.260899] evm: security.SMACK64TRANSMUTE [ 0.261870] evm: security.SMACK64MMAP [ 0.262750] evm: security.ima [ 0.263496] evm: security.capability [ 0.264460] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.266635] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.268050] pinctrl core: initialized pinctrl subsystem [ 0.269359] RTC time: 19:02:19, date: 07/30/18 [ 0.270510] NET: Registered protocol family 16 [ 0.271678] cpuidle: using governor ladder [ 0.272688] cpuidle: using governor menu [ 0.273657] PCCT header not found. [ 0.274553] ACPI: bus type PCI registered [ 0.275509] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.277001] PCI: Using configuration type 1 for base access [ 0.279102] ACPI: Added _OSI(Module Device) [ 0.280116] ACPI: Added _OSI(Processor Device) [ 0.281156] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.282239] ACPI: Added _OSI(Processor Aggregator Device) [ 0.284221] ACPI: Interpreter enabled [ 0.285147] ACPI: (supports S0 S5) [ 0.285990] ACPI: Using IOAPIC for interrupt routing [ 0.287133] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.290733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.292126] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.293617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.295064] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.297746] acpiphp: Slot [3] registered [ 0.298700] acpiphp: Slot [4] registered [ 0.309506] acpiphp: Slot [5] registered [ 0.310465] acpiphp: Slot [6] registered [ 0.311425] acpiphp: Slot [7] registered [ 0.312388] acpiphp: Slot [8] registered [ 0.313345] acpiphp: Slot [9] registered [ 0.314300] acpiphp: Slot [10] registered [ 0.315266] acpiphp: Slot [11] registered [ 0.316240] acpiphp: Slot [12] registered [ 0.317213] acpiphp: Slot [13] registered [ 0.318183] acpiphp: Slot [14] registered [ 0.319153] acpiphp: Slot [15] registered [ 0.320121] acpiphp: Slot [16] registered [ 0.321093] acpiphp: Slot [17] registered [ 0.322143] acpiphp: Slot [18] registered [ 0.322986] acpiphp: Slot [19] registered [ 0.323819] acpiphp: Slot [20] registered [ 0.324655] acpiphp: Slot [21] registered [ 0.325477] acpiphp: Slot [22] registered [ 0.326300] acpiphp: Slot [23] registered [ 0.327126] acpiphp: Slot [24] registered [ 0.327953] acpiphp: Slot [25] registered [ 0.328777] acpiphp: Slot [26] registered [ 0.329591] acpiphp: Slot [27] registered [ 0.330412] acpiphp: Slot [28] registered [ 0.331232] acpiphp: Slot [29] registered [ 0.332065] acpiphp: Slot [30] registered [ 0.332896] acpiphp: Slot [31] registered [ 0.333705] PCI host bridge to bus 0000:00 [ 0.334520] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.335746] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.336971] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.338432] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.339897] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.341378] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.344660] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.345954] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.347147] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.348422] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.351465] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.352915] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371862] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.373384] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374832] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.376276] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.377935] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379215] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.380559] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.381624] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383181] vgaarb: loaded [ 0.383788] vgaarb: bridge control possible 0000:00:02.0 [ 0.385063] SCSI subsystem initialized [ 0.385973] ACPI: bus type USB registered [ 0.386811] usbcore: registered new interface driver usbfs [ 0.387862] usbcore: registered new interface driver hub [ 0.388876] usbcore: registered new device driver usb [ 0.389994] PCI: Using ACPI for IRQ routing [ 0.391114] NetLabel: Initializing [ 0.391838] NetLabel: domain hash size = 128 [ 0.392684] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393654] NetLabel: unlabeled traffic allowed by default [ 0.394817] amd_nb: Cannot enumerate AMD northbridges [ 0.395803] clocksource: Switched to clocksource kvm-clock [ 0.403582] AppArmor: AppArmor Filesystem Enabled [ 0.404652] pnp: PnP ACPI init [ 0.405627] pnp: PnP ACPI: found 5 devices [ 0.412004] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.413723] NET: Registered protocol family 2 [ 0.414766] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.416061] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.417259] TCP: Hash tables configured (established 4096 bind 4096) [ 0.418450] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.419537] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.420729] NET: Registered protocol family 1 [ 0.423461] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.424658] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.425751] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.441658] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.457735] Unpacking initramfs... [ 0.906386] Freeing initrd memory: 37084K [ 0.907767] Scanning for low memory corruption every 60 seconds [ 0.909297] audit: initializing netlink subsys (disabled) [ 0.910388] audit: type=2000 audit(1532977340.661:1): initialized [ 0.911831] Initialise system trusted keyring [ 0.912878] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.914051] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.916303] zbud: loaded [ 0.917172] VFS: Disk quotas dquot_6.6.0 [ 0.918006] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.919479] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.920810] fuse init (API version 7.23) [ 0.921743] Key type big_key registered [ 0.922557] Allocating IMA MOK and blacklist keyrings. [ 0.923854] Key type asymmetric registered [ 0.924689] Asymmetric key parser 'x509' registered [ 0.925661] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.927161] io scheduler noop registered [ 0.927972] io scheduler deadline registered (default) [ 0.928987] io scheduler cfq registered [ 0.929864] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.930912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.932257] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.933722] ACPI: Power Button [PWRF] [ 0.934632] GHES: HEST is not enabled! [ 0.950066] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.981282] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.983509] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.007597] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.009940] Linux agpgart interface v0.103 [ 1.012093] loop: module loaded [ 1.014915] vda: vda1 [ 1.016212] scsi host0: ata_piix [ 1.016990] scsi host1: ata_piix [ 1.017718] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.018945] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.020489] libphy: Fixed MDIO Bus: probed [ 1.021327] tun: Universal TUN/TAP device driver, 1.6 [ 1.022290] tun: (C) 1999-2004 Max Krasnyansky [ 1.024646] PPP generic driver version 2.4.2 [ 1.025621] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.027218] ehci-pci: EHCI PCI platform driver [ 1.028424] ehci-platform: EHCI generic platform driver [ 1.029787] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.031341] ohci-pci: OHCI PCI platform driver [ 1.032530] ohci-platform: OHCI generic platform driver [ 1.033883] uhci_hcd: USB Universal Host Controller Interface driver [ 1.050151] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.051529] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.053521] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.054874] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.056422] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.058090] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.059933] usb usb1: Product: UHCI Host Controller [ 1.061187] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.062720] usb usb1: SerialNumber: 0000:00:01.2 [ 1.064018] hub 1-0:1.0: USB hub found [ 1.065052] hub 1-0:1.0: 2 ports detected [ 1.066241] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.068981] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.070231] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.071583] mousedev: PS/2 mouse device common for all mice [ 1.073218] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.075658] rtc_cmos 00:00: RTC can wake from S4 [ 1.077122] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.078740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.080319] i2c /dev entries driver [ 1.081300] device-mapper: uevent: version 1.0.3 [ 1.082537] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.084718] ledtrig-cpu: registered to indicate activity on CPUs [ 1.086490] NET: Registered protocol family 10 [ 1.087641] NET: Registered protocol family 17 [ 1.088577] Key type dns_resolver registered [ 1.089652] registered taskstats version 1 [ 1.090518] Loading compiled-in X.509 certificates [ 1.092017] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.093901] zswap: loaded using pool lzo/zbud [ 1.096124] Key type trusted registered [ 1.098895] Key type encrypted registered [ 1.099736] AppArmor: AppArmor sha1 policy hashing enabled [ 1.100796] ima: No TPM chip found, activating TPM-bypass! [ 1.101856] evm: HMAC attrs: 0x1 [ 1.102828] Magic number: 10:239:42 [ 1.103596] bdi 7:7: hash matches [ 1.104424] rtc_cmos 00:00: setting system clock to 2018-07-30 19:02:20 UTC (1532977340) [ 1.106070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.117627] EDD information not available. [ 1.177232] Freeing unused kernel memory: 1512K [ 1.178194] Write protecting the kernel read-only data: 14336k [ 1.180302] Freeing unused kernel memory: 1692K [ 1.181406] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.191572] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.193726] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.195634] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.197515] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.199348] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.201193] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.208448] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.210319] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.212860] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214879] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.267485] [drm] Initialized drm 1.1.0 20060810 [ 1.269466] virtio_net virtio0 ens3: renamed from eth0 [ 1.278100] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.280080] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.300124] FDC 0 is a S82078B [ 1.314072] AVX2 version of gcm_enc/dec engaged. [ 1.315093] AES CTR mode by8 optimization enabled [ 1.377494] usb 1-1: new full-speed USB device number 2 using uhci_hcd Begin: Loading essential drivers ... [ 1.541504] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.542767] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.544068] usb 1-1: Product: QEMU USB Tablet [ 1.544946] usb 1-1: Manufacturer: QEMU [ 1.545736] usb 1-1: SerialNumber: 42 [ 1.549703] md: linear personality registered for level -1 [ 1.554276] hidraw: raw HID events driver (C) Jiri Kosina [ 1.559524] md: multipath personality registered for level -4 [ 1.561981] usbcore: registered new interface driver usbhid [ 1.563072] usbhid: USB HID core driver [ 1.565334] md: raid0 personality registered for level 0 [ 1.566555] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.569119] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 1.574140] md: raid1 personality registered for level 1 [ 1.643803] raid6: sse2x1 gen() 11446 MB/s [ 1.711803] raid6: sse2x1 xor() 8884 MB/s [ 1.779804] raid6: sse2x2 gen() 14527 MB/s [ 1.847802] raid6: sse2x2 xor() 9743 MB/s [ 1.915804] raid6: sse2x4 gen() 16781 MB/s [ 1.983803] raid6: sse2x4 xor() 11705 MB/s [ 2.051805] raid6: avx2x1 gen() 22249 MB/s [ 2.119804] raid6: avx2x2 gen() 25742 MB/s [ 2.187803] raid6: avx2x4 gen() 29923 MB/s [ 2.188651] raid6: using algorithm avx2x4 gen() 29923 MB/s [ 2.189702] raid6: using avx2x2 recovery algorithm [ 2.190657] tsc: Refined TSC clocksource calibration: 3491.850 MHz [ 2.191835] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns [ 2.195594] xor: automatically using best checksumming function: [ 2.235803] avx : 31853.000 MB/sec [ 2.237957] async_tx: api initialized (async) [ 2.248097] md: raid6 personality registered for level 6 [ 2.249152] md: raid5 personality registered for level 5 [ 2.250164] md: raid4 personality registered for level 4 [ 2.255458] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.283958] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.301909] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.403635] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.408112] systemd[1]: Detected virtualization kvm. [ 2.409412] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.413181] systemd[1]: Set hostname to . [ 2.416595] systemd[1]: Initializing machine ID from KVM UUID. [ 2.418103] systemd[1]: Installed transient /etc/machine-id file. [ 2.534711] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.539162] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.541748] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.544973] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.547740] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.550733] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.553776] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.556637] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.559965] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.563508] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.566399] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.569580] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.573381] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.576336] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 2.581233] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.587661] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.594239] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.604034] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.611833] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.616275] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.624124] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.626857] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.637705] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.646660] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.651943] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket.[ 2.657704] Loading iSCSI transport class v2.0-870. [ 2.659935] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.664604] systemd[1]: Starting Journal Service... Starting Journal Service...[ 2.668554] iscsi: registered transport (tcp) [ 2.670161] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.680090] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.683309] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.693400] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.699910] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.702868] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.710954] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.714512] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [ 2.731646] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Mounting FUSE Control File System... Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.565607] intel_rapl: no valid rapl domains found in package 0 2018-07-30 19:02:25,317 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.210 2018-07-30 19:02:35,327 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.210 2018-07-30 19:02:45,338 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.210 2018-07-30 19:02:55,350 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.210 2018-07-30 19:03:05,361 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.210 2018-07-30 19:03:15,372 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.210 2018-07-30 19:03:25,384 - functest.core.singlevm - DEBUG - try 7: cannot connect to 172.30.9.210 2018-07-30 19:03:35,391 - paramiko.transport - DEBUG - starting thread (client mode): 0x27849d0L 2018-07-30 19:03:35,391 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-30 19:03:35,398 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-07-30 19:03:35,398 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-07-30 19:03:35,400 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group14-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-30 19:03:35,400 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-30 19:03:35,400 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-07-30 19:03:35,400 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-30 19:03:35,400 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-30 19:03:35,401 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-30 19:03:35,442 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-30 19:03:35,443 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-30 19:03:35,455 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.210: 4107a98ce5549132b4fc66b203d04b9f 2018-07-30 19:03:35,457 - paramiko.transport - DEBUG - Trying discovered key f1a00b0e0b4cc5d610ca8958ede52349 in /tmp/tmpjZMrDs 2018-07-30 19:03:35,481 - paramiko.transport - DEBUG - userauth is OK 2018-07-30 19:03:35,505 - paramiko.transport - INFO - Auth banner: "System is booting up. See pam_nologin(8)" 2018-07-30 19:03:35,506 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-30 19:03:35,523 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-07-30 19:03:35,524 - functest.core.singlevm - DEBUG - try 8: cannot connect to 172.30.9.210 2018-07-30 19:03:45,526 - paramiko.transport - DEBUG - starting thread (client mode): 0x2726d90L 2018-07-30 19:03:45,526 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-30 19:03:45,529 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-07-30 19:03:45,529 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-07-30 19:03:45,530 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group14-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-30 19:03:45,530 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-30 19:03:45,531 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-07-30 19:03:45,531 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-30 19:03:45,531 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-30 19:03:45,531 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-30 19:03:45,572 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-30 19:03:45,573 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-30 19:03:45,591 - paramiko.transport - DEBUG - Trying discovered key f1a00b0e0b4cc5d610ca8958ede52349 in /tmp/tmpjZMrDs 2018-07-30 19:03:45,609 - paramiko.transport - DEBUG - userauth is OK 2018-07-30 19:03:45,617 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-30 19:03:45,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-30 19:03:45,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-30 19:03:45,636 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 30 Jul 2018 19:03:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 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"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-30 19:03:45,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 19:03:45,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e3cdbfe-8e85-4912-a0b9-b2d4d45f4ae9 Content-Encoding: gzip Content-Length: 857 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1000fbdbb5cb4c97b0f344b8ef00fd19"}, "enabled": true, "type": "volume", "id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "name": "cinder"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1600a4cc7ab644788745b7ee6d5196a1"}, "enabled": true, "type": "placement", "id": "1600a4cc7ab644788745b7ee6d5196a1", "name": "placement"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1b6acac8284d4e33a6dac00e2b6baaf6"}, "enabled": true, "type": "metering", "id": "1b6acac8284d4e33a6dac00e2b6baaf6", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2bbdcb597aa6403bb5e477969385729a"}, "enabled": true, "type": "object-store", "id": "2bbdcb597aa6403bb5e477969385729a", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/3131e80615484006b54d4e5be3be80c8"}, "enabled": true, "type": "volumev2", "id": "3131e80615484006b54d4e5be3be80c8", "name": "cinderv2"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3fbe8c09dbf949038925549f740de3ff"}, "enabled": true, "type": "event", "id": "3fbe8c09dbf949038925549f740de3ff", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5aee3694a9ba44a5ae2ad968487e3b22"}, "enabled": true, "type": "identity", "id": "5aee3694a9ba44a5ae2ad968487e3b22", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/693176b62b854fae9330575401fa0522"}, "enabled": true, "type": "cloudformation", "id": "693176b62b854fae9330575401fa0522", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/71f8e84c6f8e4dffa62fa0e4c9239689"}, "enabled": true, "type": "volumev3", "id": "71f8e84c6f8e4dffa62fa0e4c9239689", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/8cd080ed818b46da98705f8817375bde"}, "enabled": true, "type": "network", "id": "8cd080ed818b46da98705f8817375bde", "name": "neutron"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9be1aed440d1460c86c712790176d34d"}, "enabled": true, "type": "compute", "id": "9be1aed440d1460c86c712790176d34d", "name": "nova"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b632c1b4d3e84a458a5e71e177814503"}, "enabled": true, "type": "alarming", "id": "b632c1b4d3e84a458a5e71e177814503", "name": "aodh"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c422fc51a96c47cc9d0066c7202cda09"}, "enabled": true, "type": "image", "id": "c422fc51a96c47cc9d0066c7202cda09", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f8b66410f521488d9c9d5c3814bb71d2"}, "enabled": true, "type": "metric", "id": "f8b66410f521488d9c9d5c3814bb71d2", "name": "gnocchi"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/fee612194e2c4cbba783658e7994ac0b"}, "enabled": true, "type": "orchestration", "id": "fee612194e2c4cbba783658e7994ac0b", "name": "heat"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-07-30 19:03:45,738 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-4e3cdbfe-8e85-4912-a0b9-b2d4d45f4ae9 2018-07-30 19:03:45,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.110916852951s 2018-07-30 19:03:45,739 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-4e3cdbfe-8e85-4912-a0b9-b2d4d45f4ae9 2018-07-30 19:03:45,746 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-07-30 19:03:45,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-30 19:03:45,750 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-07-30 19:03:45,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 19:03:45,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d04f04e1-1595-43e1-a564-948b6f6ed5f6 Content-Encoding: gzip Content-Length: 1974 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/016420ad24d24c54abd42aff5b48a805"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "id": "016420ad24d24c54abd42aff5b48a805"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/04ecdba354f44a8786268e206d33523e"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9be1aed440d1460c86c712790176d34d", "id": "04ecdba354f44a8786268e206d33523e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0af96dfa9b7a446e8f45acfebc461c5c"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3131e80615484006b54d4e5be3be80c8", "id": "0af96dfa9b7a446e8f45acfebc461c5c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/12c773bacab84dd091f964acc09bf744"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5aee3694a9ba44a5ae2ad968487e3b22", "id": "12c773bacab84dd091f964acc09bf744"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/12ca29f59258435c8f521b7b322ab4b3"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3fbe8c09dbf949038925549f740de3ff", "id": "12ca29f59258435c8f521b7b322ab4b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1361e8ba25094a3faf52ee9f0b61e319"}, "url": "http://12.0.0.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2bbdcb597aa6403bb5e477969385729a", "id": "1361e8ba25094a3faf52ee9f0b61e319"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1592d5d5e09e494fac2430e1e2a3924e"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f8b66410f521488d9c9d5c3814bb71d2", "id": "1592d5d5e09e494fac2430e1e2a3924e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/17cd8408513e478aafa7819d9a44bbe0"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9be1aed440d1460c86c712790176d34d", "id": "17cd8408513e478aafa7819d9a44bbe0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1e85b737381141afae890983029e7a92"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "id": "1e85b737381141afae890983029e7a92"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/231805529ad14a01ac7573c7121a81fe"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8cd080ed818b46da98705f8817375bde", "id": "231805529ad14a01ac7573c7121a81fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/25881817dcba4472a4f7b881deb9570e"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b632c1b4d3e84a458a5e71e177814503", "id": "25881817dcba4472a4f7b881deb9570e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3d996b12a48040489d45c70d938b811e"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f8b66410f521488d9c9d5c3814bb71d2", "id": "3d996b12a48040489d45c70d938b811e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4963b6339c0646a6bdeb062616ac44c2"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f8b66410f521488d9c9d5c3814bb71d2", "id": "4963b6339c0646a6bdeb062616ac44c2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4d0af009bae543bbb9de975f6b7ce704"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c422fc51a96c47cc9d0066c7202cda09", "id": "4d0af009bae543bbb9de975f6b7ce704"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4d3ef972aba947009fc74c08468a337d"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3fbe8c09dbf949038925549f740de3ff", "id": "4d3ef972aba947009fc74c08468a337d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4e8e83f8524e45468acdf9cbc8d28dc2"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fee612194e2c4cbba783658e7994ac0b", "id": "4e8e83f8524e45468acdf9cbc8d28dc2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/507df6074a2e42a8befef569b02727bf"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8cd080ed818b46da98705f8817375bde", "id": "507df6074a2e42a8befef569b02727bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/51f6cc01c0c1479389242611ab7f312c"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "693176b62b854fae9330575401fa0522", "id": "51f6cc01c0c1479389242611ab7f312c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5418887849894159b25d2548d8f90b5d"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3131e80615484006b54d4e5be3be80c8", "id": "5418887849894159b25d2548d8f90b5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5da367db6f8246e68a51b5b3ba49f3e5"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8cd080ed818b46da98705f8817375bde", "id": "5da367db6f8246e68a51b5b3ba49f3e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/64761e7fb2ce4714a722e895e67412a5"}, "url": "http://12.0.0.23:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2bbdcb597aa6403bb5e477969385729a", "id": "64761e7fb2ce4714a722e895e67412a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/65c7665cea5c40638199c5a9467d07cd"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9be1aed440d1460c86c712790176d34d", "id": "65c7665cea5c40638199c5a9467d07cd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/6caaf7c81eb3417bab956d7aea76425a"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5aee3694a9ba44a5ae2ad968487e3b22", "id": "6caaf7c81eb3417bab956d7aea76425a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/77469ce0efcc4cb59360cdb741b6c0f0"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "693176b62b854fae9330575401fa0522", "id": "77469ce0efcc4cb59360cdb741b6c0f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7e95f0c522a14320a9c48014df4e61e5"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b632c1b4d3e84a458a5e71e177814503", "id": "7e95f0c522a14320a9c48014df4e61e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/863b0acdf82e4532b711a3567d6f7daa"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "693176b62b854fae9330575401fa0522", "id": "863b0acdf82e4532b711a3567d6f7daa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8ae6f52c409f48d5af6e3e059db9e722"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "71f8e84c6f8e4dffa62fa0e4c9239689", "id": "8ae6f52c409f48d5af6e3e059db9e722"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8ce3683ffc334233aae29720b31c6429"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5aee3694a9ba44a5ae2ad968487e3b22", "id": "8ce3683ffc334233aae29720b31c6429"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/92a1f3fbdc024958911453ee071657d1"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3fbe8c09dbf949038925549f740de3ff", "id": "92a1f3fbdc024958911453ee071657d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/994dcd01b08541c592e31f6a1d0da83c"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1600a4cc7ab644788745b7ee6d5196a1", "id": "994dcd01b08541c592e31f6a1d0da83c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9cc944430f064544a6dce86b506dfb3d"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1600a4cc7ab644788745b7ee6d5196a1", "id": "9cc944430f064544a6dce86b506dfb3d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a0adec319416450191188ce27ccdad49"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c422fc51a96c47cc9d0066c7202cda09", "id": "a0adec319416450191188ce27ccdad49"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a62ce20056ab45679633de9e75f6a580"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "71f8e84c6f8e4dffa62fa0e4c9239689", "id": "a62ce20056ab45679633de9e75f6a580"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a9d178cac4834ce7946ed3d7e1e94576"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1000fbdbb5cb4c97b0f344b8ef00fd19", "id": "a9d178cac4834ce7946ed3d7e1e94576"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bc922724c02e4fefa3c127a40a81170a"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fee612194e2c4cbba783658e7994ac0b", "id": "bc922724c02e4fefa3c127a40a81170a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c0386e2ba6324a36a5eb0ec180228cf3"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b632c1b4d3e84a458a5e71e177814503", "id": "c0386e2ba6324a36a5eb0ec180228cf3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/cf02c408026e4beda8789a7544b91070"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c422fc51a96c47cc9d0066c7202cda09", "id": "cf02c408026e4beda8789a7544b91070"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e09478274a274758bf8cb2a384444b01"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fee612194e2c4cbba783658e7994ac0b", "id": "e09478274a274758bf8cb2a384444b01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e67f6ca40e4941b68b72a828543e4ee3"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2bbdcb597aa6403bb5e477969385729a", "id": "e67f6ca40e4941b68b72a828543e4ee3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e9ccc26c5e3e4c7e8377042bc4e71b86"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "71f8e84c6f8e4dffa62fa0e4c9239689", "id": "e9ccc26c5e3e4c7e8377042bc4e71b86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ed2f650d6a97493aaee6be4af8d79cc6"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3131e80615484006b54d4e5be3be80c8", "id": "ed2f650d6a97493aaee6be4af8d79cc6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ed8611631a1341ab9288cf7b3f22ffb6"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1600a4cc7ab644788745b7ee6d5196a1", "id": "ed8611631a1341ab9288cf7b3f22ffb6"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-30 19:03:45,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-d04f04e1-1595-43e1-a564-948b6f6ed5f6 2018-07-30 19:03:45,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.112910985947s 2018-07-30 19:03:45,863 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-d04f04e1-1595-43e1-a564-948b6f6ed5f6 2018-07-30 19:03:45,870 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.21:5000 2018-07-30 19:03:45,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 19:03:45,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 19:03:45,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-716a3aa1-5702-4ada-aac2-f588c3952190 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da8e73b35915498ab61eb3dcab104c48", "links": {"self": "http://172.30.9.21:5000/v3/roles/da8e73b35915498ab61eb3dcab104c48"}, "name": "Member"}]} 2018-07-30 19:03:45,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-716a3aa1-5702-4ada-aac2-f588c3952190 2018-07-30 19:03:45,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0901529788971s 2018-07-30 19:03:45,964 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-716a3aa1-5702-4ada-aac2-f588c3952190 2018-07-30 19:03:45,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 19:03:45,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 19:03:46,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47d380af-d71e-494a-ada6-8ba4f37e2f97 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da8e73b35915498ab61eb3dcab104c48", "links": {"self": "http://172.30.9.21:5000/v3/roles/da8e73b35915498ab61eb3dcab104c48"}, "name": "Member"}]} 2018-07-30 19:03:46,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-47d380af-d71e-494a-ada6-8ba4f37e2f97 2018-07-30 19:03:46,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100908994675s 2018-07-30 19:03:46,070 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-47d380af-d71e-494a-ada6-8ba4f37e2f97 2018-07-30 19:03:46,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 19:03:46,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 19:03:46,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d100d5b-d981-4447-9b7a-64a5ccb29664 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-30 19:03:46,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-0d100d5b-d981-4447-9b7a-64a5ccb29664 2018-07-30 19:03:46,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.105805873871s 2018-07-30 19:03:46,180 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-0d100d5b-d981-4447-9b7a-64a5ccb29664 2018-07-30 19:03:46,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 19:03:46,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 19:03:46,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51e6770d-7514-4465-a1b6-33ef8218fd5e Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/007c651792db418193688c10d843d637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "007c651792db418193688c10d843d637", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/244dcd30c06d4384961fa64d49c3e41c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "244dcd30c06d4384961fa64d49c3e41c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2a5230a6efdb4a64a4b00fb62e23cfea"}, "domain_id": "4476b8ce97754bddbc8c57708e295eeb", "enabled": true, "options": {}, "id": "2a5230a6efdb4a64a4b00fb62e23cfea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/3d82804d95aa4fd1bfc17877fcdf7354"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d82804d95aa4fd1bfc17877fcdf7354", "email": "admin@example.com", "password_expires_at": null}, {"name": "shaker-user_523452bf-84b6-482b-ab9d-ebb398cea3f6", "links": {"self": "http://172.30.9.21:5000/v3/users/44c8daf1ec2d4f08a32ccb3f03911485"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "44c8daf1ec2d4f08a32ccb3f03911485", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/656ce29b237b48409909716a40fce1c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "656ce29b237b48409909716a40fce1c7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/6e6a16503d3c4934b5b61073aba8b08c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6e6a16503d3c4934b5b61073aba8b08c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/766202d20652431a9855034c09964e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "766202d20652431a9855034c09964e9e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7908f48045ad430c8bb89bc94876adee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7908f48045ad430c8bb89bc94876adee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/857e0417e4494e29b92ccbb6e2e75992"}, "domain_id": "default", "enabled": true, "options": {}, "id": "857e0417e4494e29b92ccbb6e2e75992", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a699b948ffba4770a3e60d35294751c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a699b948ffba4770a3e60d35294751c3", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/aaa8224c76a3484bbac84a74b4ba8b3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aaa8224c76a3484bbac84a74b4ba8b3f", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1e29c6e158e46b79cb6db3144213a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e29c6e158e46b79cb6db3144213a17", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d4319e1f77ec4d80b169bc61bdac9efc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4319e1f77ec4d80b169bc61bdac9efc", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/d4889590909945f088a965d003206189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4889590909945f088a965d003206189", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-30 19:03:46,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-51e6770d-7514-4465-a1b6-33ef8218fd5e 2018-07-30 19:03:46,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110754013062s 2018-07-30 19:03:46,292 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-51e6770d-7514-4465-a1b6-33ef8218fd5e 2018-07-30 19:03:46,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-30 19:03:46,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 19:03:46,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1960d4e9-6172-4dbb-ad3a-3b3ee230ea06 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.21:5000/v3/projects/5bc6f502285547acb97479ae2415fca5"}, "tags": [], "enabled": true, "id": "5bc6f502285547acb97479ae2415fca5", "parent_id": "default", "domain_id": "default", "name": "shaker-project_523452bf-84b6-482b-ab9d-ebb398cea3f6"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a5c443b661124ecdb463f917c180f6c2"}, "tags": [], "enabled": true, "id": "a5c443b661124ecdb463f917c180f6c2", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440"}, "tags": [], "enabled": true, "id": "bbb29370cb064c718b72faa5c6748440", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-30 19:03:46,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1960d4e9-6172-4dbb-ad3a-3b3ee230ea06 2018-07-30 19:03:46,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0979199409485s 2018-07-30 19:03:46,401 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1960d4e9-6172-4dbb-ad3a-3b3ee230ea06 2018-07-30 19:03:46,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-30 19:03:46,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=44c8daf1ec2d4f08a32ccb3f03911485&role.id=9eb37427ee864bbead4b2c672b5c6b7d&scope.project.id=5bc6f502285547acb97479ae2415fca5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 19:03:46,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-019eb221-f91a-496c-9a5d-023f6631b350 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=44c8daf1ec2d4f08a32ccb3f03911485&role.id=9eb37427ee864bbead4b2c672b5c6b7d&scope.project.id=5bc6f502285547acb97479ae2415fca5", "previous": null, "next": null}} 2018-07-30 19:03:46,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=44c8daf1ec2d4f08a32ccb3f03911485&role.id=9eb37427ee864bbead4b2c672b5c6b7d&scope.project.id=5bc6f502285547acb97479ae2415fca5 used request id req-019eb221-f91a-496c-9a5d-023f6631b350 2018-07-30 19:03:46,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.102431058884s 2018-07-30 19:03:46,511 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=44c8daf1ec2d4f08a32ccb3f03911485&role.id=9eb37427ee864bbead4b2c672b5c6b7d&scope.project.id=5bc6f502285547acb97479ae2415fca5 used request id req-019eb221-f91a-496c-9a5d-023f6631b350 2018-07-30 19:03:46,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-30 19:03:46,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/5bc6f502285547acb97479ae2415fca5/users/44c8daf1ec2d4f08a32ccb3f03911485/roles/9eb37427ee864bbead4b2c672b5c6b7d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 19:03:46,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 19:03:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d4c417d-c343-4a31-8e38-8a1c02cd0cb7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 19:03:46,685 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5bc6f502285547acb97479ae2415fca5/users/44c8daf1ec2d4f08a32ccb3f03911485/roles/9eb37427ee864bbead4b2c672b5c6b7d used request id req-0d4c417d-c343-4a31-8e38-8a1c02cd0cb7 2018-07-30 19:03:46,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.17017698288s 2018-07-30 19:03:46,685 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5bc6f502285547acb97479ae2415fca5/users/44c8daf1ec2d4f08a32ccb3f03911485/roles/9eb37427ee864bbead4b2c672b5c6b7d used request id req-0d4c417d-c343-4a31-8e38-8a1c02cd0cb7 2018-07-30 19:03:46,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 19:03:46,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 19:03:46,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76c7f48a-2a42-4547-aa9d-2ddafaccc431 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da8e73b35915498ab61eb3dcab104c48", "links": {"self": "http://172.30.9.21:5000/v3/roles/da8e73b35915498ab61eb3dcab104c48"}, "name": "Member"}]} 2018-07-30 19:03:46,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-76c7f48a-2a42-4547-aa9d-2ddafaccc431 2018-07-30 19:03:46,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0945558547974s 2018-07-30 19:03:46,784 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-76c7f48a-2a42-4547-aa9d-2ddafaccc431 2018-07-30 19:03:46,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-30 19:03:46,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" -d '{"role": {"name": "heat_stack_owner"}}' 2018-07-30 19:03:46,903 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 30 Jul 2018 19:03:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fc45fa3-73fa-45da-8b2f-11fbedf51e49 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9d5d2e4600c048e594ec5cd37867fb64", "links": {"self": "http://172.30.9.21:5000/v3/roles/9d5d2e4600c048e594ec5cd37867fb64"}, "name": "heat_stack_owner"}} 2018-07-30 19:03:46,903 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-3fc45fa3-73fa-45da-8b2f-11fbedf51e49 2018-07-30 19:03:46,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.114633083344s 2018-07-30 19:03:46,904 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-3fc45fa3-73fa-45da-8b2f-11fbedf51e49 2018-07-30 19:03:46,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-30 19:03:46,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 19:03:46,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d99b29fa-1add-466b-8a26-aec4f787cef3 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "44ee7a7899714042b8a5cec4aa90d549", "links": {"self": "http://172.30.9.21:5000/v3/roles/44ee7a7899714042b8a5cec4aa90d549"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d5d2e4600c048e594ec5cd37867fb64", "links": {"self": "http://172.30.9.21:5000/v3/roles/9d5d2e4600c048e594ec5cd37867fb64"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9eb37427ee864bbead4b2c672b5c6b7d", "links": {"self": "http://172.30.9.21:5000/v3/roles/9eb37427ee864bbead4b2c672b5c6b7d"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a5410d8ad505419494542020b00c9440", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5410d8ad505419494542020b00c9440"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cc768f3ab7404964a63f1b7d6a841081", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc768f3ab7404964a63f1b7d6a841081"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da8e73b35915498ab61eb3dcab104c48", "links": {"self": "http://172.30.9.21:5000/v3/roles/da8e73b35915498ab61eb3dcab104c48"}, "name": "Member"}]} 2018-07-30 19:03:46,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d99b29fa-1add-466b-8a26-aec4f787cef3 2018-07-30 19:03:46,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0894711017609s 2018-07-30 19:03:46,997 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d99b29fa-1add-466b-8a26-aec4f787cef3 2018-07-30 19:03:47,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-30 19:03:47,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 19:03:47,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:03:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ebe8806-1420-4b9c-913e-427786ed5e57 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-30 19:03:47,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-5ebe8806-1420-4b9c-913e-427786ed5e57 2018-07-30 19:03:47,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101362943649s 2018-07-30 19:03:47,104 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-5ebe8806-1420-4b9c-913e-427786ed5e57 2018-07-30 19:03:47,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-30 19:03:47,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 19:03:47,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:03:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a83478f3-ccc2-4728-b7fc-f52a371b5e31 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/007c651792db418193688c10d843d637"}, "domain_id": "default", "enabled": true, "options": {}, "id": "007c651792db418193688c10d843d637", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/244dcd30c06d4384961fa64d49c3e41c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "244dcd30c06d4384961fa64d49c3e41c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/2a5230a6efdb4a64a4b00fb62e23cfea"}, "domain_id": "4476b8ce97754bddbc8c57708e295eeb", "enabled": true, "options": {}, "id": "2a5230a6efdb4a64a4b00fb62e23cfea", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/3d82804d95aa4fd1bfc17877fcdf7354"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d82804d95aa4fd1bfc17877fcdf7354", "email": "admin@example.com", "password_expires_at": null}, {"name": "shaker-user_523452bf-84b6-482b-ab9d-ebb398cea3f6", "links": {"self": "http://172.30.9.21:5000/v3/users/44c8daf1ec2d4f08a32ccb3f03911485"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "44c8daf1ec2d4f08a32ccb3f03911485", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/656ce29b237b48409909716a40fce1c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "656ce29b237b48409909716a40fce1c7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/6e6a16503d3c4934b5b61073aba8b08c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6e6a16503d3c4934b5b61073aba8b08c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/766202d20652431a9855034c09964e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "766202d20652431a9855034c09964e9e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/7908f48045ad430c8bb89bc94876adee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7908f48045ad430c8bb89bc94876adee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/857e0417e4494e29b92ccbb6e2e75992"}, "domain_id": "default", "enabled": true, "options": {}, "id": "857e0417e4494e29b92ccbb6e2e75992", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a699b948ffba4770a3e60d35294751c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a699b948ffba4770a3e60d35294751c3", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/aaa8224c76a3484bbac84a74b4ba8b3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aaa8224c76a3484bbac84a74b4ba8b3f", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/c1e29c6e158e46b79cb6db3144213a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1e29c6e158e46b79cb6db3144213a17", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d4319e1f77ec4d80b169bc61bdac9efc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4319e1f77ec4d80b169bc61bdac9efc", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/d4889590909945f088a965d003206189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d4889590909945f088a965d003206189", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-07-30 19:03:47,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a83478f3-ccc2-4728-b7fc-f52a371b5e31 2018-07-30 19:03:47,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115081071854s 2018-07-30 19:03:47,220 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a83478f3-ccc2-4728-b7fc-f52a371b5e31 2018-07-30 19:03:47,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-30 19:03:47,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 19:03:47,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:03:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2b53199-8ed3-40fa-bb50-07e3f01a41ed Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.21:5000/v3/projects/5bc6f502285547acb97479ae2415fca5"}, "tags": [], "enabled": true, "id": "5bc6f502285547acb97479ae2415fca5", "parent_id": "default", "domain_id": "default", "name": "shaker-project_523452bf-84b6-482b-ab9d-ebb398cea3f6"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/a5c443b661124ecdb463f917c180f6c2"}, "tags": [], "enabled": true, "id": "a5c443b661124ecdb463f917c180f6c2", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/bbb29370cb064c718b72faa5c6748440"}, "tags": [], "enabled": true, "id": "bbb29370cb064c718b72faa5c6748440", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-30 19:03:47,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-e2b53199-8ed3-40fa-bb50-07e3f01a41ed 2018-07-30 19:03:47,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0968170166016s 2018-07-30 19:03:47,329 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-e2b53199-8ed3-40fa-bb50-07e3f01a41ed 2018-07-30 19:03:47,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-30 19:03:47,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=44c8daf1ec2d4f08a32ccb3f03911485&role.id=9d5d2e4600c048e594ec5cd37867fb64&scope.project.id=5bc6f502285547acb97479ae2415fca5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 19:03:47,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 30 Jul 2018 19:03:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a0f7ccb-2f6b-4539-b71f-1a15a3e88746 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=44c8daf1ec2d4f08a32ccb3f03911485&role.id=9d5d2e4600c048e594ec5cd37867fb64&scope.project.id=5bc6f502285547acb97479ae2415fca5", "previous": null, "next": null}} 2018-07-30 19:03:47,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=44c8daf1ec2d4f08a32ccb3f03911485&role.id=9d5d2e4600c048e594ec5cd37867fb64&scope.project.id=5bc6f502285547acb97479ae2415fca5 used request id req-1a0f7ccb-2f6b-4539-b71f-1a15a3e88746 2018-07-30 19:03:47,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0957539081573s 2018-07-30 19:03:47,432 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=44c8daf1ec2d4f08a32ccb3f03911485&role.id=9d5d2e4600c048e594ec5cd37867fb64&scope.project.id=5bc6f502285547acb97479ae2415fca5 used request id req-1a0f7ccb-2f6b-4539-b71f-1a15a3e88746 2018-07-30 19:03:47,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-30 19:03:47,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/5bc6f502285547acb97479ae2415fca5/users/44c8daf1ec2d4f08a32ccb3f03911485/roles/9d5d2e4600c048e594ec5cd37867fb64 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}03346a67593b8adbcd14c0a3be552e9e572a649b" 2018-07-30 19:03:47,583 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 30 Jul 2018 19:03:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe4466c3-c3de-4f9b-add0-d2a326252357 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-30 19:03:47,584 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5bc6f502285547acb97479ae2415fca5/users/44c8daf1ec2d4f08a32ccb3f03911485/roles/9d5d2e4600c048e594ec5cd37867fb64 used request id req-fe4466c3-c3de-4f9b-add0-d2a326252357 2018-07-30 19:03:47,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.148020982742s 2018-07-30 19:03:47,584 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5bc6f502285547acb97479ae2415fca5/users/44c8daf1ec2d4f08a32ccb3f03911485/roles/9d5d2e4600c048e594ec5cd37867fb64 used request id req-fe4466c3-c3de-4f9b-add0-d2a326252357 2018-07-30 19:03:47,585 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-30 19:03:47,586 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-07-30 19:03:47,586 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-30 19:03:47,588 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-30 19:03:47,661 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-30 19:03:47,662 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-30 19:03:47,663 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-30 19:03:47,701 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-07-30 19:03:47,701 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-30 19:03:47,728 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok