2018-07-19 15:16:54,996 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-163 | | 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-19 15:16:55,001 - 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.27,192.30.9.5 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=ZiS4YPYpkTiiUl8NBRX1NH0BY 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=7d50cfbadfca4f97bb43893af276dd48 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.5 export SDN_CONTROLLER_PASSWORD=GlMv4DHdFVd5HlnuLyzOnQRwU export OS_REGION_NAME=regionOne 2018-07-19 15:16:55,001 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-19 15:16:55,002 - 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-19 15:16:55,042 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-07-19 15:16:55,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 15:16:55,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 15:16:55,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 15:16:55,342 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-19 15:16:55,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-19 15:16:55,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:16:55,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:16:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6669c2df-0e05-4542-a959-38f23b83b67b 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.27:5000/v3/", "rel": "self"}]}} 2018-07-19 15:16:55,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6669c2df-0e05-4542-a959-38f23b83b67b 2018-07-19 15:16:55,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-19 15:16:55,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e510a8d85f2843e7adb74eb79b019a06", "name": "member"}, {"id": "86acc0178aab498c8596bc00783cc977", "name": "admin"}, {"id": "96135507935b4266a5faae8ccf385c73", "name": "reader"}], "expires_at": "2018-07-19T16:16:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d50cfbadfca4f97bb43893af276dd48", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2e208dfc044aa5b8b32dcee96757ba"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51b4b6ff8bdc45ab81b943defdd3ccaf"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8a1d6ff5b704eb29b141ee342007a82"}], "type": "volumev2", "id": "0089826d3475488dae0cd8029a6a00c0", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "adcdacaa3de841c99109cea84120388e"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b58a6aa01e8946d284128d1f663ae0a2"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d429741a29b242399dd74260160b73fe"}], "type": "image", "id": "191daf233b3f4c6c83d53a15b8cd7ef6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e85124444324bbfb8cecbdce7961bff"}, {"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6173b753eb9942268c18baa91145b9a2"}, {"url": "http://172.30.9.27:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd03f23581044097bcce7c81c93215c6"}], "type": "volume", "id": "1d989ac5b227497496a10f6d9faf549a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fc4ef2d750c4715abaa6c2cce36765c"}, {"url": "http://172.30.9.27:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58c077b0bf844702a9e4c22a36fa4ad2"}, {"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77187bf0dae0492eb7451b02ba327210"}], "type": "orchestration", "id": "27a6dd74121743ce9a3f1aa6bb914040", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "135de0c6bef648d6951e6fcbdb30912d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9db63137fbf54ac3b9585d39a97f0841"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c76d4c40a416487e9ac8ee9d5fee0ef0"}], "type": "alarming", "id": "2c87e1400a454e08b94f6db84c372213", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6731b468ee264228a16bb2d1502d6421"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b31949a272764a809f8839f4e198a281"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "faf96e0d93424360add49cbd24e78f56"}], "type": "placement", "id": "43359fd69b874031ab493522a6799c48", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcdd040951d4fa7af84456c1ad6e6ca"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "365279d676ed4582a8e04aa4696c9365"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd0db987f12d4c0e8b24c6f8c68e35ee"}], "type": "event", "id": "505dbdade868480b8e5f458d3d6f397a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2657dc9b83014ed69b636cc84a6cac26"}, {"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8752b7f1ced848d2a31544bcf2a29ad7"}, {"url": "http://172.30.9.27:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b23aeba821e74bb084df8b8176e12450"}], "type": "volumev3", "id": "626a25c6775e4ee79e4a4d076676ea89", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b51bde020ed46cbb997bde098dda2e1"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5dc927980d40442facdd0077ef7504c3"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be66c97a2f014e68b4a6d6cba02a7016"}], "type": "cloudformation", "id": "62781e9a4b184985950b99af5ea789f4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e873e1ef1904496adf0a6203be32e6e"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "533f339425a24eb58e36635e658b057c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dcf4c2ccb7cb4a75972ea128a3dc908e"}], "type": "network", "id": "62b4c9ae32d34228865f4d922a940e6d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "815fa25cb430425ea964e90174bf9db2"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6629a9fff044809b40eb48bd8f8318c"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c85d44c528634a1c8568f72ed48e8662"}], "type": "identity", "id": "7491d69be9c94fecb490ef7eaeff0a5b", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "488912e67ad74a3c9d879af63fb34b9a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be6e984f7840430f861aa4b4dc16f702"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3b1c4ef0c54ddea7dc65c83679024d"}], "type": "compute", "id": "bf8f20e3740d42f0a63f4cb15500efd0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "d9b916eb514844f9a6938dd47cadb3d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "334f33c5c1ac4993ba84dfb6dcd5afcb"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62632aa017c5405b8e480e86059930a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "990b5f5231024fe7a50f73995de9655a"}], "type": "metric", "id": "e2cedfe1577c444bb48df428931b7904", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0687c97ee785449ebc34ed9be84c59c8"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d4cdd2da49b4446b27c825128de942f"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d77647bf8194490821b01953e4c2406"}], "type": "object-store", "id": "f7d54c1162c34fb68cd02f2c4c9075a1", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aec7ef653ad14251b31b13b80a39b8e0"}, "audit_ids": ["qNaLwgHKQRmvBZwbNyjw3g"], "issued_at": "2018-07-19T15:16:55.000000Z"}} 2018-07-19 15:16:55,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c457890d9f4df5c8737ee608dc92079a0be4dd22" 2018-07-19 15:16:56,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:16: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 x-openstack-request-id: req-deba7bca-cd64-433e-8c06-e62822c37862 x-compute-request-id: req-deba7bca-cd64-433e-8c06-e62822c37862 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-19 15:16:56,842 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-aggregates used request id req-deba7bca-cd64-433e-8c06-e62822c37862 2018-07-19 15:16:56,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.49930310249s 2018-07-19 15:16:56,843 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-aggregates used request id req-deba7bca-cd64-433e-8c06-e62822c37862 2018-07-19 15:16:56,843 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-19 15:16:56,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:16:56,851 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 15:16:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b1e82c4-c2b3-4bf3-846a-f884aa758357 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}]}} 2018-07-19 15:16:56,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-2b1e82c4-c2b3-4bf3-846a-f884aa758357 2018-07-19 15:16:56,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 15:16:56,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c457890d9f4df5c8737ee608dc92079a0be4dd22" 2018-07-19 15:16:57,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffb5f94b-71d0-49a1-9450-12ac81434389 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/115922a7b3214ad0aa00b54a84360fdf"}, "tags": [], "enabled": true, "id": "115922a7b3214ad0aa00b54a84360fdf", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-07-19 15:16:57,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-ffb5f94b-71d0-49a1-9450-12ac81434389 2018-07-19 15:16:57,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.191854000092s 2018-07-19 15:16:57,045 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-ffb5f94b-71d0-49a1-9450-12ac81434389 2018-07-19 15:16:57,046 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'115922a7b3214ad0aa00b54a84360fdf', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-07-19 15:16:57,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-19 15:16:57,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c457890d9f4df5c8737ee608dc92079a0be4dd22" 2018-07-19 15:16:57,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44f3d29c-8e33-4c38-9cd7-ac0cc2931b92 Content-Encoding: gzip Content-Length: 1976 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0687c97ee785449ebc34ed9be84c59c8"}, "url": "http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f7d54c1162c34fb68cd02f2c4c9075a1", "id": "0687c97ee785449ebc34ed9be84c59c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0bcdd040951d4fa7af84456c1ad6e6ca"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "505dbdade868480b8e5f458d3d6f397a", "id": "0bcdd040951d4fa7af84456c1ad6e6ca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0e85124444324bbfb8cecbdce7961bff"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d989ac5b227497496a10f6d9faf549a", "id": "0e85124444324bbfb8cecbdce7961bff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0e873e1ef1904496adf0a6203be32e6e"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "62b4c9ae32d34228865f4d922a940e6d", "id": "0e873e1ef1904496adf0a6203be32e6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/135de0c6bef648d6951e6fcbdb30912d"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2c87e1400a454e08b94f6db84c372213", "id": "135de0c6bef648d6951e6fcbdb30912d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1d4cdd2da49b4446b27c825128de942f"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f7d54c1162c34fb68cd02f2c4c9075a1", "id": "1d4cdd2da49b4446b27c825128de942f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2657dc9b83014ed69b636cc84a6cac26"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "626a25c6775e4ee79e4a4d076676ea89", "id": "2657dc9b83014ed69b636cc84a6cac26"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2b2e208dfc044aa5b8b32dcee96757ba"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0089826d3475488dae0cd8029a6a00c0", "id": "2b2e208dfc044aa5b8b32dcee96757ba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/334f33c5c1ac4993ba84dfb6dcd5afcb"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e2cedfe1577c444bb48df428931b7904", "id": "334f33c5c1ac4993ba84dfb6dcd5afcb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/365279d676ed4582a8e04aa4696c9365"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "505dbdade868480b8e5f458d3d6f397a", "id": "365279d676ed4582a8e04aa4696c9365"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/488912e67ad74a3c9d879af63fb34b9a"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bf8f20e3740d42f0a63f4cb15500efd0", "id": "488912e67ad74a3c9d879af63fb34b9a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/4b51bde020ed46cbb997bde098dda2e1"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "62781e9a4b184985950b99af5ea789f4", "id": "4b51bde020ed46cbb997bde098dda2e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/4fc4ef2d750c4715abaa6c2cce36765c"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "27a6dd74121743ce9a3f1aa6bb914040", "id": "4fc4ef2d750c4715abaa6c2cce36765c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/51b4b6ff8bdc45ab81b943defdd3ccaf"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0089826d3475488dae0cd8029a6a00c0", "id": "51b4b6ff8bdc45ab81b943defdd3ccaf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/533f339425a24eb58e36635e658b057c"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "62b4c9ae32d34228865f4d922a940e6d", "id": "533f339425a24eb58e36635e658b057c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/58c077b0bf844702a9e4c22a36fa4ad2"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "27a6dd74121743ce9a3f1aa6bb914040", "id": "58c077b0bf844702a9e4c22a36fa4ad2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5d77647bf8194490821b01953e4c2406"}, "url": "http://12.0.0.28:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f7d54c1162c34fb68cd02f2c4c9075a1", "id": "5d77647bf8194490821b01953e4c2406"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5dc927980d40442facdd0077ef7504c3"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "62781e9a4b184985950b99af5ea789f4", "id": "5dc927980d40442facdd0077ef7504c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6173b753eb9942268c18baa91145b9a2"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d989ac5b227497496a10f6d9faf549a", "id": "6173b753eb9942268c18baa91145b9a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/62632aa017c5405b8e480e86059930a4"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e2cedfe1577c444bb48df428931b7904", "id": "62632aa017c5405b8e480e86059930a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6731b468ee264228a16bb2d1502d6421"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "43359fd69b874031ab493522a6799c48", "id": "6731b468ee264228a16bb2d1502d6421"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/77187bf0dae0492eb7451b02ba327210"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "27a6dd74121743ce9a3f1aa6bb914040", "id": "77187bf0dae0492eb7451b02ba327210"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/815fa25cb430425ea964e90174bf9db2"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7491d69be9c94fecb490ef7eaeff0a5b", "id": "815fa25cb430425ea964e90174bf9db2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/8752b7f1ced848d2a31544bcf2a29ad7"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "626a25c6775e4ee79e4a4d076676ea89", "id": "8752b7f1ced848d2a31544bcf2a29ad7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/990b5f5231024fe7a50f73995de9655a"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e2cedfe1577c444bb48df428931b7904", "id": "990b5f5231024fe7a50f73995de9655a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/9db63137fbf54ac3b9585d39a97f0841"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2c87e1400a454e08b94f6db84c372213", "id": "9db63137fbf54ac3b9585d39a97f0841"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a8a1d6ff5b704eb29b141ee342007a82"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0089826d3475488dae0cd8029a6a00c0", "id": "a8a1d6ff5b704eb29b141ee342007a82"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/adcdacaa3de841c99109cea84120388e"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "191daf233b3f4c6c83d53a15b8cd7ef6", "id": "adcdacaa3de841c99109cea84120388e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b23aeba821e74bb084df8b8176e12450"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "626a25c6775e4ee79e4a4d076676ea89", "id": "b23aeba821e74bb084df8b8176e12450"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b31949a272764a809f8839f4e198a281"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "43359fd69b874031ab493522a6799c48", "id": "b31949a272764a809f8839f4e198a281"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b58a6aa01e8946d284128d1f663ae0a2"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "191daf233b3f4c6c83d53a15b8cd7ef6", "id": "b58a6aa01e8946d284128d1f663ae0a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b6629a9fff044809b40eb48bd8f8318c"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7491d69be9c94fecb490ef7eaeff0a5b", "id": "b6629a9fff044809b40eb48bd8f8318c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/be66c97a2f014e68b4a6d6cba02a7016"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "62781e9a4b184985950b99af5ea789f4", "id": "be66c97a2f014e68b4a6d6cba02a7016"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/be6e984f7840430f861aa4b4dc16f702"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bf8f20e3740d42f0a63f4cb15500efd0", "id": "be6e984f7840430f861aa4b4dc16f702"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c76d4c40a416487e9ac8ee9d5fee0ef0"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2c87e1400a454e08b94f6db84c372213", "id": "c76d4c40a416487e9ac8ee9d5fee0ef0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c85d44c528634a1c8568f72ed48e8662"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7491d69be9c94fecb490ef7eaeff0a5b", "id": "c85d44c528634a1c8568f72ed48e8662"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d429741a29b242399dd74260160b73fe"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "191daf233b3f4c6c83d53a15b8cd7ef6", "id": "d429741a29b242399dd74260160b73fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/dcf4c2ccb7cb4a75972ea128a3dc908e"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "62b4c9ae32d34228865f4d922a940e6d", "id": "dcf4c2ccb7cb4a75972ea128a3dc908e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/dd03f23581044097bcce7c81c93215c6"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d989ac5b227497496a10f6d9faf549a", "id": "dd03f23581044097bcce7c81c93215c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/dd0db987f12d4c0e8b24c6f8c68e35ee"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "505dbdade868480b8e5f458d3d6f397a", "id": "dd0db987f12d4c0e8b24c6f8c68e35ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/eb3b1c4ef0c54ddea7dc65c83679024d"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bf8f20e3740d42f0a63f4cb15500efd0", "id": "eb3b1c4ef0c54ddea7dc65c83679024d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/faf96e0d93424360add49cbd24e78f56"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "43359fd69b874031ab493522a6799c48", "id": "faf96e0d93424360add49cbd24e78f56"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-19 15:16:57,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-44f3d29c-8e33-4c38-9cd7-ac0cc2931b92 2018-07-19 15:16:57,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.18786907196s 2018-07-19 15:16:57,238 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-44f3d29c-8e33-4c38-9cd7-ac0cc2931b92 2018-07-19 15:16:57,245 - 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.27:5000/v3/endpoints/0687c97ee785449ebc34ed9be84c59c8'}, u'url': u'http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f7d54c1162c34fb68cd02f2c4c9075a1', u'id': u'0687c97ee785449ebc34ed9be84c59c8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/0bcdd040951d4fa7af84456c1ad6e6ca'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'505dbdade868480b8e5f458d3d6f397a', u'id': u'0bcdd040951d4fa7af84456c1ad6e6ca'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/0e85124444324bbfb8cecbdce7961bff'}, u'url': u'http://192.30.9.5:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1d989ac5b227497496a10f6d9faf549a', u'id': u'0e85124444324bbfb8cecbdce7961bff'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/0e873e1ef1904496adf0a6203be32e6e'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'62b4c9ae32d34228865f4d922a940e6d', u'id': u'0e873e1ef1904496adf0a6203be32e6e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/135de0c6bef648d6951e6fcbdb30912d'}, u'url': u'http://172.30.9.27:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2c87e1400a454e08b94f6db84c372213', u'id': u'135de0c6bef648d6951e6fcbdb30912d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/1d4cdd2da49b4446b27c825128de942f'}, u'url': u'http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f7d54c1162c34fb68cd02f2c4c9075a1', u'id': u'1d4cdd2da49b4446b27c825128de942f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/2657dc9b83014ed69b636cc84a6cac26'}, u'url': u'http://192.30.9.5:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'626a25c6775e4ee79e4a4d076676ea89', u'id': u'2657dc9b83014ed69b636cc84a6cac26'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/2b2e208dfc044aa5b8b32dcee96757ba'}, u'url': u'http://172.30.9.27:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0089826d3475488dae0cd8029a6a00c0', u'id': u'2b2e208dfc044aa5b8b32dcee96757ba'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/334f33c5c1ac4993ba84dfb6dcd5afcb'}, u'url': u'http://172.30.9.27:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e2cedfe1577c444bb48df428931b7904', u'id': u'334f33c5c1ac4993ba84dfb6dcd5afcb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/365279d676ed4582a8e04aa4696c9365'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'505dbdade868480b8e5f458d3d6f397a', u'id': u'365279d676ed4582a8e04aa4696c9365'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/488912e67ad74a3c9d879af63fb34b9a'}, u'url': u'http://172.30.9.27:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bf8f20e3740d42f0a63f4cb15500efd0', u'id': u'488912e67ad74a3c9d879af63fb34b9a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/4b51bde020ed46cbb997bde098dda2e1'}, u'url': u'http://172.30.9.27:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'62781e9a4b184985950b99af5ea789f4', u'id': u'4b51bde020ed46cbb997bde098dda2e1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/4fc4ef2d750c4715abaa6c2cce36765c'}, u'url': u'http://192.30.9.5:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'27a6dd74121743ce9a3f1aa6bb914040', u'id': u'4fc4ef2d750c4715abaa6c2cce36765c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/51b4b6ff8bdc45ab81b943defdd3ccaf'}, u'url': u'http://192.30.9.5:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0089826d3475488dae0cd8029a6a00c0', u'id': u'51b4b6ff8bdc45ab81b943defdd3ccaf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/533f339425a24eb58e36635e658b057c'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'62b4c9ae32d34228865f4d922a940e6d', u'id': u'533f339425a24eb58e36635e658b057c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/58c077b0bf844702a9e4c22a36fa4ad2'}, u'url': u'http://172.30.9.27:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'27a6dd74121743ce9a3f1aa6bb914040', u'id': u'58c077b0bf844702a9e4c22a36fa4ad2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/5d77647bf8194490821b01953e4c2406'}, u'url': u'http://12.0.0.28:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f7d54c1162c34fb68cd02f2c4c9075a1', u'id': u'5d77647bf8194490821b01953e4c2406'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/5dc927980d40442facdd0077ef7504c3'}, u'url': u'http://192.30.9.5:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'62781e9a4b184985950b99af5ea789f4', u'id': u'5dc927980d40442facdd0077ef7504c3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/6173b753eb9942268c18baa91145b9a2'}, u'url': u'http://192.30.9.5:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1d989ac5b227497496a10f6d9faf549a', u'id': u'6173b753eb9942268c18baa91145b9a2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/62632aa017c5405b8e480e86059930a4'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e2cedfe1577c444bb48df428931b7904', u'id': u'62632aa017c5405b8e480e86059930a4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/6731b468ee264228a16bb2d1502d6421'}, u'url': u'http://172.30.9.27:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'43359fd69b874031ab493522a6799c48', u'id': u'6731b468ee264228a16bb2d1502d6421'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/77187bf0dae0492eb7451b02ba327210'}, u'url': u'http://192.30.9.5:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'27a6dd74121743ce9a3f1aa6bb914040', u'id': u'77187bf0dae0492eb7451b02ba327210'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/815fa25cb430425ea964e90174bf9db2'}, u'url': u'http://192.30.9.5:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7491d69be9c94fecb490ef7eaeff0a5b', u'id': u'815fa25cb430425ea964e90174bf9db2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/8752b7f1ced848d2a31544bcf2a29ad7'}, u'url': u'http://192.30.9.5:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'626a25c6775e4ee79e4a4d076676ea89', u'id': u'8752b7f1ced848d2a31544bcf2a29ad7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/990b5f5231024fe7a50f73995de9655a'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e2cedfe1577c444bb48df428931b7904', u'id': u'990b5f5231024fe7a50f73995de9655a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/9db63137fbf54ac3b9585d39a97f0841'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2c87e1400a454e08b94f6db84c372213', u'id': u'9db63137fbf54ac3b9585d39a97f0841'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/a8a1d6ff5b704eb29b141ee342007a82'}, u'url': u'http://192.30.9.5:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0089826d3475488dae0cd8029a6a00c0', u'id': u'a8a1d6ff5b704eb29b141ee342007a82'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/adcdacaa3de841c99109cea84120388e'}, u'url': u'http://172.30.9.27:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'191daf233b3f4c6c83d53a15b8cd7ef6', u'id': u'adcdacaa3de841c99109cea84120388e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/b23aeba821e74bb084df8b8176e12450'}, u'url': u'http://172.30.9.27:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'626a25c6775e4ee79e4a4d076676ea89', u'id': u'b23aeba821e74bb084df8b8176e12450'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/b31949a272764a809f8839f4e198a281'}, u'url': u'http://192.30.9.5:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'43359fd69b874031ab493522a6799c48', u'id': u'b31949a272764a809f8839f4e198a281'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/b58a6aa01e8946d284128d1f663ae0a2'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'191daf233b3f4c6c83d53a15b8cd7ef6', u'id': u'b58a6aa01e8946d284128d1f663ae0a2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/b6629a9fff044809b40eb48bd8f8318c'}, u'url': u'http://192.30.9.5:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7491d69be9c94fecb490ef7eaeff0a5b', u'id': u'b6629a9fff044809b40eb48bd8f8318c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/be66c97a2f014e68b4a6d6cba02a7016'}, u'url': u'http://192.30.9.5:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'62781e9a4b184985950b99af5ea789f4', u'id': u'be66c97a2f014e68b4a6d6cba02a7016'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/be6e984f7840430f861aa4b4dc16f702'}, u'url': u'http://192.30.9.5:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bf8f20e3740d42f0a63f4cb15500efd0', u'id': u'be6e984f7840430f861aa4b4dc16f702'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/c76d4c40a416487e9ac8ee9d5fee0ef0'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2c87e1400a454e08b94f6db84c372213', u'id': u'c76d4c40a416487e9ac8ee9d5fee0ef0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/c85d44c528634a1c8568f72ed48e8662'}, u'url': u'http://172.30.9.27:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7491d69be9c94fecb490ef7eaeff0a5b', u'id': u'c85d44c528634a1c8568f72ed48e8662'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/d429741a29b242399dd74260160b73fe'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'191daf233b3f4c6c83d53a15b8cd7ef6', u'id': u'd429741a29b242399dd74260160b73fe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/dcf4c2ccb7cb4a75972ea128a3dc908e'}, u'url': u'http://172.30.9.27:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'62b4c9ae32d34228865f4d922a940e6d', u'id': u'dcf4c2ccb7cb4a75972ea128a3dc908e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/dd03f23581044097bcce7c81c93215c6'}, u'url': u'http://172.30.9.27:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1d989ac5b227497496a10f6d9faf549a', u'id': u'dd03f23581044097bcce7c81c93215c6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/dd0db987f12d4c0e8b24c6f8c68e35ee'}, u'url': u'http://172.30.9.27:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'505dbdade868480b8e5f458d3d6f397a', u'id': u'dd0db987f12d4c0e8b24c6f8c68e35ee'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/eb3b1c4ef0c54ddea7dc65c83679024d'}, u'url': u'http://192.30.9.5:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bf8f20e3740d42f0a63f4cb15500efd0', u'id': u'eb3b1c4ef0c54ddea7dc65c83679024d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/faf96e0d93424360add49cbd24e78f56'}, u'url': u'http://192.30.9.5:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'43359fd69b874031ab493522a6799c48', u'id': u'faf96e0d93424360add49cbd24e78f56'})] 2018-07-19 15:16:57,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-19 15:16:57,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c457890d9f4df5c8737ee608dc92079a0be4dd22" 2018-07-19 15:16:57,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:16: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-fd076a4d-26e1-4d1e-952d-c07ba385e222 x-compute-request-id: req-fd076a4d-26e1-4d1e-952d-c07ba385e222 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-19 15:16:57,373 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/extensions used request id req-fd076a4d-26e1-4d1e-952d-c07ba385e222 2018-07-19 15:16:57,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.126336812973s 2018-07-19 15:16:57,374 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/extensions used request id req-fd076a4d-26e1-4d1e-952d-c07ba385e222 2018-07-19 15:16:57,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-19 15:16:57,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c457890d9f4df5c8737ee608dc92079a0be4dd22" 2018-07-19 15:16:59,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:16: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-7b6ef1c0-2e00-4123-86d9-92eaa3de204e x-compute-request-id: req-7b6ef1c0-2e00-4123-86d9-92eaa3de204e Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-19 15:16:59,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-floating-ip-pools used request id req-7b6ef1c0-2e00-4123-86d9-92eaa3de204e 2018-07-19 15:16:59,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 2.23813915253s 2018-07-19 15:16:59,628 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-floating-ip-pools used request id req-7b6ef1c0-2e00-4123-86d9-92eaa3de204e 2018-07-19 15:16:59,629 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-19 15:16:59,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 15:16:59,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c457890d9f4df5c8737ee608dc92079a0be4dd22" 2018-07-19 15:17:00,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-00e43d37-e760-4d07-8a20-adc8bf35e7a4 Date: Thu, 19 Jul 2018 15:17:00 GMT RESP BODY: {"floatingips": []} 2018-07-19 15:17:00,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-00e43d37-e760-4d07-8a20-adc8bf35e7a4 2018-07-19 15:17:00,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.00350499153s 2018-07-19 15:17:00,638 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-00e43d37-e760-4d07-8a20-adc8bf35e7a4 2018-07-19 15:17:00,638 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-19 15:17:00,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-19 15:17:00,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c457890d9f4df5c8737ee608dc92079a0be4dd22" 2018-07-19 15:17:00,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17: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-96e264e3-521b-45ec-8edc-fecc499930a7 x-compute-request-id: req-96e264e3-521b-45ec-8edc-fecc499930a7 Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 39}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 42}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 9}]} 2018-07-19 15:17:00,821 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-96e264e3-521b-45ec-8edc-fecc499930a7 2018-07-19 15:17:00,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.18271112442s 2018-07-19 15:17:00,822 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-96e264e3-521b-45ec-8edc-fecc499930a7 2018-07-19 15:17:00,823 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.9', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 47, u'hypervisor_version': 2010000, u'disk_available_least': 46, u'local_gb': 47, u'free_ram_mb': 28406, u'id': 3, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 39}, 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.10', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 47, u'hypervisor_version': 2010000, u'disk_available_least': 46, u'local_gb': 47, u'free_ram_mb': 28406, u'id': 9, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 42}, 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-19 15:17:00,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-19 15:17:00,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c457890d9f4df5c8737ee608dc92079a0be4dd22" 2018-07-19 15:17:00,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17: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-307b404b-caf3-456c-8ee8-43b2122f726e x-compute-request-id: req-307b404b-caf3-456c-8ee8-43b2122f726e Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-19 15:17:00,847 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-307b404b-caf3-456c-8ee8-43b2122f726e 2018-07-19 15:17:00,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0242598056793s 2018-07-19 15:17:00,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-307b404b-caf3-456c-8ee8-43b2122f726e 2018-07-19 15:17:00,848 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-19 15:17:00,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:17:00,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c457890d9f4df5c8737ee608dc92079a0be4dd22" 2018-07-19 15:17:01,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-266fcad9-239f-4eda-be66-2136adc7965b Date: Thu, 19 Jul 2018 15:17:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"}]} 2018-07-19 15:17:01,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-266fcad9-239f-4eda-be66-2136adc7965b 2018-07-19 15:17:01,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.12450313568s 2018-07-19 15:17:01,973 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-266fcad9-239f-4eda-be66-2136adc7965b 2018-07-19 15:17:01,974 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'c9ca5b98-e387-4148-b42d-c22d07aa7079'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-19T15:13:57Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'b74ea510-ba57-4f85-8b9f-14fc3006297d', 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'c55653f9c43d4f42abb964f57f2b6757', u'created_at': u'2018-07-19T15:13:49Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c55653f9c43d4f42abb964f57f2b6757'})] 2018-07-19 15:17:01,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 15:17:01,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c457890d9f4df5c8737ee608dc92079a0be4dd22" 2018-07-19 15:17:02,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b461de25-6a44-4c25-8c2b-dc72084783cb Date: Thu, 19 Jul 2018 15:17:02 GMT RESP BODY: {"ports":[]} 2018-07-19 15:17:02,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json used request id req-b461de25-6a44-4c25-8c2b-dc72084783cb 2018-07-19 15:17:02,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.21001291275s 2018-07-19 15:17:02,185 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json used request id req-b461de25-6a44-4c25-8c2b-dc72084783cb 2018-07-19 15:17:02,185 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-19 15:17:02,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-19 15:17:02,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c457890d9f4df5c8737ee608dc92079a0be4dd22" 2018-07-19 15:17:02,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-974f1040-7837-4666-8f93-0f5c99818aa5 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "c55653f9c43d4f42abb964f57f2b6757"}}, "role": {"id": "86acc0178aab498c8596bc00783cc977"}, "user": {"id": "37000be35cb64bffbfba6f8747b5a038"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757/users/37000be35cb64bffbfba6f8747b5a038/roles/86acc0178aab498c8596bc00783cc977"}}, {"scope": {"project": {"id": "c55653f9c43d4f42abb964f57f2b6757"}}, "role": {"id": "86acc0178aab498c8596bc00783cc977"}, "user": {"id": "43e8dce6cabc46db97fff83134d6f611"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757/users/43e8dce6cabc46db97fff83134d6f611/roles/86acc0178aab498c8596bc00783cc977"}}, {"scope": {"project": {"id": "c55653f9c43d4f42abb964f57f2b6757"}}, "role": {"id": "86acc0178aab498c8596bc00783cc977"}, "user": {"id": "5d70f478784d418baecdeb0bb6195c82"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757/users/5d70f478784d418baecdeb0bb6195c82/roles/86acc0178aab498c8596bc00783cc977"}}, {"scope": {"project": {"id": "c55653f9c43d4f42abb964f57f2b6757"}}, "role": {"id": "86acc0178aab498c8596bc00783cc977"}, "user": {"id": "65c25d91e04547f4adb599eaf44ac3e8"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757/users/65c25d91e04547f4adb599eaf44ac3e8/roles/86acc0178aab498c8596bc00783cc977"}}, {"scope": {"project": {"id": "c55653f9c43d4f42abb964f57f2b6757"}}, "role": {"id": "86acc0178aab498c8596bc00783cc977"}, "user": {"id": "97574d93f3ba4b898aa0ede559c79c3b"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757/users/97574d93f3ba4b898aa0ede559c79c3b/roles/86acc0178aab498c8596bc00783cc977"}}, {"scope": {"project": {"id": "c55653f9c43d4f42abb964f57f2b6757"}}, "role": {"id": "86acc0178aab498c8596bc00783cc977"}, "user": {"id": "a49beb8a4f7943ddb60db9c89c8dd329"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757/users/a49beb8a4f7943ddb60db9c89c8dd329/roles/86acc0178aab498c8596bc00783cc977"}}, {"scope": {"project": {"id": "c55653f9c43d4f42abb964f57f2b6757"}}, "role": {"id": "86acc0178aab498c8596bc00783cc977"}, "user": {"id": "a6ded9f63a8e465e853e9bfe85ca9d6d"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757/users/a6ded9f63a8e465e853e9bfe85ca9d6d/roles/86acc0178aab498c8596bc00783cc977"}}, {"scope": {"project": {"id": "c55653f9c43d4f42abb964f57f2b6757"}}, "role": {"id": "86acc0178aab498c8596bc00783cc977"}, "user": {"id": "a7fa9f4d0d1a4bc4bc408af0f2dca3a3"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757/users/a7fa9f4d0d1a4bc4bc408af0f2dca3a3/roles/86acc0178aab498c8596bc00783cc977"}}, {"scope": {"project": {"id": "7d50cfbadfca4f97bb43893af276dd48"}}, "role": {"id": "86acc0178aab498c8596bc00783cc977"}, "user": {"id": "aec7ef653ad14251b31b13b80a39b8e0"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/7d50cfbadfca4f97bb43893af276dd48/users/aec7ef653ad14251b31b13b80a39b8e0/roles/86acc0178aab498c8596bc00783cc977"}}, {"scope": {"project": {"id": "c55653f9c43d4f42abb964f57f2b6757"}}, "role": {"id": "7e20d2451a324e06a80d2bb8ab03d6d1"}, "user": {"id": "be589fcc23044bec983a142248de7b03"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757/users/be589fcc23044bec983a142248de7b03/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}}, {"scope": {"project": {"id": "c55653f9c43d4f42abb964f57f2b6757"}}, "role": {"id": "86acc0178aab498c8596bc00783cc977"}, "user": {"id": "be589fcc23044bec983a142248de7b03"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757/users/be589fcc23044bec983a142248de7b03/roles/86acc0178aab498c8596bc00783cc977"}}, {"scope": {"project": {"id": "c55653f9c43d4f42abb964f57f2b6757"}}, "role": {"id": "86acc0178aab498c8596bc00783cc977"}, "user": {"id": "cd873df4a7644be5910b067909ed4b92"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757/users/cd873df4a7644be5910b067909ed4b92/roles/86acc0178aab498c8596bc00783cc977"}}, {"scope": {"project": {"id": "c55653f9c43d4f42abb964f57f2b6757"}}, "role": {"id": "86acc0178aab498c8596bc00783cc977"}, "user": {"id": "e9b708f325e148f299ae7af945eb2e55"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757/users/e9b708f325e148f299ae7af945eb2e55/roles/86acc0178aab498c8596bc00783cc977"}}, {"scope": {"project": {"id": "c55653f9c43d4f42abb964f57f2b6757"}}, "role": {"id": "86acc0178aab498c8596bc00783cc977"}, "user": {"id": "f3b2ef3fe4c14b76934c4322efffcc55"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757/users/f3b2ef3fe4c14b76934c4322efffcc55/roles/86acc0178aab498c8596bc00783cc977"}}, {"scope": {"domain": {"id": "115922a7b3214ad0aa00b54a84360fdf"}}, "role": {"id": "86acc0178aab498c8596bc00783cc977"}, "user": {"id": "b9918efab4ff4513b04ec2a5c3c2ec83"}, "links": {"assignment": "http://172.30.9.27:5000/v3/domains/115922a7b3214ad0aa00b54a84360fdf/users/b9918efab4ff4513b04ec2a5c3c2ec83/roles/86acc0178aab498c8596bc00783cc977"}}, {"scope": {"system": {"all": true}}, "role": {"id": "86acc0178aab498c8596bc00783cc977"}, "user": {"id": "aec7ef653ad14251b31b13b80a39b8e0"}, "links": {"assignment": "http://172.30.9.27:5000/v3/system/users/aec7ef653ad14251b31b13b80a39b8e0/roles/86acc0178aab498c8596bc00783cc977"}}], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-19 15:17:02,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments used request id req-974f1040-7837-4666-8f93-0f5c99818aa5 2018-07-19 15:17:02,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.197144031525s 2018-07-19 15:17:02,386 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments used request id req-974f1040-7837-4666-8f93-0f5c99818aa5 2018-07-19 15:17:02,388 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'c55653f9c43d4f42abb964f57f2b6757', 'id': u'86acc0178aab498c8596bc00783cc977', 'user': u'37000be35cb64bffbfba6f8747b5a038'}), Munch({'project': u'c55653f9c43d4f42abb964f57f2b6757', 'id': u'86acc0178aab498c8596bc00783cc977', 'user': u'43e8dce6cabc46db97fff83134d6f611'}), Munch({'project': u'c55653f9c43d4f42abb964f57f2b6757', 'id': u'86acc0178aab498c8596bc00783cc977', 'user': u'5d70f478784d418baecdeb0bb6195c82'}), Munch({'project': u'c55653f9c43d4f42abb964f57f2b6757', 'id': u'86acc0178aab498c8596bc00783cc977', 'user': u'65c25d91e04547f4adb599eaf44ac3e8'}), Munch({'project': u'c55653f9c43d4f42abb964f57f2b6757', 'id': u'86acc0178aab498c8596bc00783cc977', 'user': u'97574d93f3ba4b898aa0ede559c79c3b'}), Munch({'project': u'c55653f9c43d4f42abb964f57f2b6757', 'id': u'86acc0178aab498c8596bc00783cc977', 'user': u'a49beb8a4f7943ddb60db9c89c8dd329'}), Munch({'project': u'c55653f9c43d4f42abb964f57f2b6757', 'id': u'86acc0178aab498c8596bc00783cc977', 'user': u'a6ded9f63a8e465e853e9bfe85ca9d6d'}), Munch({'project': u'c55653f9c43d4f42abb964f57f2b6757', 'id': u'86acc0178aab498c8596bc00783cc977', 'user': u'a7fa9f4d0d1a4bc4bc408af0f2dca3a3'}), Munch({'project': u'7d50cfbadfca4f97bb43893af276dd48', 'id': u'86acc0178aab498c8596bc00783cc977', 'user': u'aec7ef653ad14251b31b13b80a39b8e0'}), Munch({'project': u'c55653f9c43d4f42abb964f57f2b6757', 'id': u'7e20d2451a324e06a80d2bb8ab03d6d1', 'user': u'be589fcc23044bec983a142248de7b03'}), Munch({'project': u'c55653f9c43d4f42abb964f57f2b6757', 'id': u'86acc0178aab498c8596bc00783cc977', 'user': u'be589fcc23044bec983a142248de7b03'}), Munch({'project': u'c55653f9c43d4f42abb964f57f2b6757', 'id': u'86acc0178aab498c8596bc00783cc977', 'user': u'cd873df4a7644be5910b067909ed4b92'}), Munch({'project': u'c55653f9c43d4f42abb964f57f2b6757', 'id': u'86acc0178aab498c8596bc00783cc977', 'user': u'e9b708f325e148f299ae7af945eb2e55'}), Munch({'project': u'c55653f9c43d4f42abb964f57f2b6757', 'id': u'86acc0178aab498c8596bc00783cc977', 'user': u'f3b2ef3fe4c14b76934c4322efffcc55'}), Munch({'domain': u'115922a7b3214ad0aa00b54a84360fdf', 'id': u'86acc0178aab498c8596bc00783cc977', 'user': u'b9918efab4ff4513b04ec2a5c3c2ec83'}), Munch({'id': u'86acc0178aab498c8596bc00783cc977', 'user': u'aec7ef653ad14251b31b13b80a39b8e0'})] 2018-07-19 15:17:02,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 15:17:02,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c457890d9f4df5c8737ee608dc92079a0be4dd22" 2018-07-19 15:17:02,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b53aa4e4-41e0-4a5a-baed-8fa7b8d25473 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4cbc8b130a614d689a27c23aca4f8b00", "links": {"self": "http://172.30.9.27:5000/v3/roles/4cbc8b130a614d689a27c23aca4f8b00"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7e20d2451a324e06a80d2bb8ab03d6d1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86acc0178aab498c8596bc00783cc977", "links": {"self": "http://172.30.9.27:5000/v3/roles/86acc0178aab498c8596bc00783cc977"}, "name": "admin"}, {"domain_id": null, "id": "8d2c5dbc0060400b9e7edabbef7e2966", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d2c5dbc0060400b9e7edabbef7e2966"}, "name": "swiftoperator"}, {"domain_id": null, "id": "96135507935b4266a5faae8ccf385c73", "links": {"self": "http://172.30.9.27:5000/v3/roles/96135507935b4266a5faae8ccf385c73"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e510a8d85f2843e7adb74eb79b019a06", "links": {"self": "http://172.30.9.27:5000/v3/roles/e510a8d85f2843e7adb74eb79b019a06"}, "name": "member"}]} 2018-07-19 15:17:02,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b53aa4e4-41e0-4a5a-baed-8fa7b8d25473 2018-07-19 15:17:02,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17747092247s 2018-07-19 15:17:02,570 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b53aa4e4-41e0-4a5a-baed-8fa7b8d25473 2018-07-19 15:17:02,571 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'heat_stack_user', 'id': u'4cbc8b130a614d689a27c23aca4f8b00'}), 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'7e20d2451a324e06a80d2bb8ab03d6d1'}), 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'86acc0178aab498c8596bc00783cc977'}), 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'8d2c5dbc0060400b9e7edabbef7e2966'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'reader', 'id': u'96135507935b4266a5faae8ccf385c73'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'member', 'id': u'e510a8d85f2843e7adb74eb79b019a06'})] 2018-07-19 15:17:02,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 15:17:02,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c457890d9f4df5c8737ee608dc92079a0be4dd22" 2018-07-19 15:17:03,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-21498ece-0c11-4630-a24e-e8db2aba3b23 Date: Thu, 19 Jul 2018 15:17:03 GMT RESP BODY: {"routers": []} 2018-07-19 15:17:03,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-21498ece-0c11-4630-a24e-e8db2aba3b23 2018-07-19 15:17:03,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.15162491798s 2018-07-19 15:17:03,724 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-21498ece-0c11-4630-a24e-e8db2aba3b23 2018-07-19 15:17:03,724 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-19 15:17:03,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:17:03,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c457890d9f4df5c8737ee608dc92079a0be4dd22" 2018-07-19 15:17:03,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17: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-b9c7b56a-adfd-4cce-86fa-35884828647a x-compute-request-id: req-b9c7b56a-adfd-4cce-86fa-35884828647a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-19 15:17:03,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b9c7b56a-adfd-4cce-86fa-35884828647a 2018-07-19 15:17:03,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.243514060974s 2018-07-19 15:17:03,968 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b9c7b56a-adfd-4cce-86fa-35884828647a 2018-07-19 15:17:03,968 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-19 15:17:03,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-19 15:17:03,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-19 15:17:03,981 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 15:17:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5a44e26-8c75-443c-b8e9-6eb708814841 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.5:35357/v3/", "rel": "self"}]}]}} 2018-07-19 15:17:03,981 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-b5a44e26-8c75-443c-b8e9-6eb708814841 2018-07-19 15:17:03,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c457890d9f4df5c8737ee608dc92079a0be4dd22" 2018-07-19 15:17:04,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1336a534-9dea-47cb-8797-4ab0debcdf5e Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/0089826d3475488dae0cd8029a6a00c0"}, "enabled": true, "type": "volumev2", "id": "0089826d3475488dae0cd8029a6a00c0", "name": "cinderv2"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/191daf233b3f4c6c83d53a15b8cd7ef6"}, "enabled": true, "type": "image", "id": "191daf233b3f4c6c83d53a15b8cd7ef6", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/1d989ac5b227497496a10f6d9faf549a"}, "enabled": true, "type": "volume", "id": "1d989ac5b227497496a10f6d9faf549a", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/27a6dd74121743ce9a3f1aa6bb914040"}, "enabled": true, "type": "orchestration", "id": "27a6dd74121743ce9a3f1aa6bb914040", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/2c87e1400a454e08b94f6db84c372213"}, "enabled": true, "type": "alarming", "id": "2c87e1400a454e08b94f6db84c372213", "name": "aodh"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/43359fd69b874031ab493522a6799c48"}, "enabled": true, "type": "placement", "id": "43359fd69b874031ab493522a6799c48", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/505dbdade868480b8e5f458d3d6f397a"}, "enabled": true, "type": "event", "id": "505dbdade868480b8e5f458d3d6f397a", "name": "panko"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/626a25c6775e4ee79e4a4d076676ea89"}, "enabled": true, "type": "volumev3", "id": "626a25c6775e4ee79e4a4d076676ea89", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/62781e9a4b184985950b99af5ea789f4"}, "enabled": true, "type": "cloudformation", "id": "62781e9a4b184985950b99af5ea789f4", "name": "heat-cfn"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/62b4c9ae32d34228865f4d922a940e6d"}, "enabled": true, "type": "network", "id": "62b4c9ae32d34228865f4d922a940e6d", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/7491d69be9c94fecb490ef7eaeff0a5b"}, "enabled": true, "type": "identity", "id": "7491d69be9c94fecb490ef7eaeff0a5b", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/bf8f20e3740d42f0a63f4cb15500efd0"}, "enabled": true, "type": "compute", "id": "bf8f20e3740d42f0a63f4cb15500efd0", "name": "nova"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/d9b916eb514844f9a6938dd47cadb3d1"}, "enabled": true, "type": "metering", "id": "d9b916eb514844f9a6938dd47cadb3d1", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/e2cedfe1577c444bb48df428931b7904"}, "enabled": true, "type": "metric", "id": "e2cedfe1577c444bb48df428931b7904", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/f7d54c1162c34fb68cd02f2c4c9075a1"}, "enabled": true, "type": "object-store", "id": "f7d54c1162c34fb68cd02f2c4c9075a1", "name": "swift"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-07-19 15:17:04,091 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-1336a534-9dea-47cb-8797-4ab0debcdf5e 2018-07-19 15:17:04,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.119599103928s 2018-07-19 15:17:04,092 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-1336a534-9dea-47cb-8797-4ab0debcdf5e 2018-07-19 15:17:04,097 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'0089826d3475488dae0cd8029a6a00c0', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'191daf233b3f4c6c83d53a15b8cd7ef6', 'name': u'glance'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'1d989ac5b227497496a10f6d9faf549a', 'name': u'cinder'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'27a6dd74121743ce9a3f1aa6bb914040', 'name': u'heat'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'2c87e1400a454e08b94f6db84c372213', 'name': u'aodh'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'43359fd69b874031ab493522a6799c48', 'name': u'placement'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'505dbdade868480b8e5f458d3d6f397a', 'name': u'panko'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'626a25c6775e4ee79e4a4d076676ea89', 'name': u'cinderv3'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'62781e9a4b184985950b99af5ea789f4', 'name': u'heat-cfn'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'62b4c9ae32d34228865f4d922a940e6d', 'name': u'neutron'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'7491d69be9c94fecb490ef7eaeff0a5b', 'name': u'keystone'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'bf8f20e3740d42f0a63f4cb15500efd0', 'name': u'nova'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'd9b916eb514844f9a6938dd47cadb3d1', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'e2cedfe1577c444bb48df428931b7904', 'name': u'gnocchi'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'f7d54c1162c34fb68cd02f2c4c9075a1', 'name': u'swift'})] 2018-07-19 15:17:04,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 15:17:04,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c457890d9f4df5c8737ee608dc92079a0be4dd22" 2018-07-19 15:17:05,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b8087328-20d4-47c5-8717-196fe47ab007 Date: Thu, 19 Jul 2018 15:17:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:57Z","dns_nameservers":[],"updated_at":"2018-07-19T15:13:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"c9ca5b98-e387-4148-b42d-c22d07aa7079","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-19 15:17:05,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-b8087328-20d4-47c5-8717-196fe47ab007 2018-07-19 15:17:05,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.0915210247s 2018-07-19 15:17:05,190 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-b8087328-20d4-47c5-8717-196fe47ab007 2018-07-19 15:17:05,190 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T15:13:57Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'172.30.9.200', u'end': u'172.30.9.220'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'172.30.9.0/24', u'id': u'c9ca5b98-e387-4148-b42d-c22d07aa7079', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'b74ea510-ba57-4f85-8b9f-14fc3006297d', u'tenant_id': u'c55653f9c43d4f42abb964f57f2b6757', u'created_at': u'2018-07-19T15:13:57Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'c55653f9c43d4f42abb964f57f2b6757'})] 2018-07-19 15:17:05,312 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 15:17:05,313 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-19 15:17:05,372 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-07-19 15:17:05,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 15:17:05,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 15:17:05,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 15:17:05,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 15:17:05,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 15:17:05,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 15:17:05,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 15:17:05,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 15:17:05,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 15:17:05,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 15:17:05,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 15:17:05,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 15:17:05,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 15:17:05,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 15:17:05,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 15:17:05,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 15:17:05,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 15:17:05,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 15:17:05,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 15:17:05,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 15:17:05,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 15:17:05,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 15:17:05,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:17:05,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b22cafa9-bcec-43b2-be92-1bfaac488b35 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.27:5000/v3/", "rel": "self"}]}} 2018-07-19 15:17:05,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b22cafa9-bcec-43b2-be92-1bfaac488b35 2018-07-19 15:17:05,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-19 15:17:05,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e510a8d85f2843e7adb74eb79b019a06", "name": "member"}, {"id": "86acc0178aab498c8596bc00783cc977", "name": "admin"}, {"id": "96135507935b4266a5faae8ccf385c73", "name": "reader"}], "expires_at": "2018-07-19T16:17:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d50cfbadfca4f97bb43893af276dd48", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2e208dfc044aa5b8b32dcee96757ba"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51b4b6ff8bdc45ab81b943defdd3ccaf"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8a1d6ff5b704eb29b141ee342007a82"}], "type": "volumev2", "id": "0089826d3475488dae0cd8029a6a00c0", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "adcdacaa3de841c99109cea84120388e"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b58a6aa01e8946d284128d1f663ae0a2"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d429741a29b242399dd74260160b73fe"}], "type": "image", "id": "191daf233b3f4c6c83d53a15b8cd7ef6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e85124444324bbfb8cecbdce7961bff"}, {"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6173b753eb9942268c18baa91145b9a2"}, {"url": "http://172.30.9.27:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd03f23581044097bcce7c81c93215c6"}], "type": "volume", "id": "1d989ac5b227497496a10f6d9faf549a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fc4ef2d750c4715abaa6c2cce36765c"}, {"url": "http://172.30.9.27:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58c077b0bf844702a9e4c22a36fa4ad2"}, {"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77187bf0dae0492eb7451b02ba327210"}], "type": "orchestration", "id": "27a6dd74121743ce9a3f1aa6bb914040", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "135de0c6bef648d6951e6fcbdb30912d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9db63137fbf54ac3b9585d39a97f0841"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c76d4c40a416487e9ac8ee9d5fee0ef0"}], "type": "alarming", "id": "2c87e1400a454e08b94f6db84c372213", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6731b468ee264228a16bb2d1502d6421"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b31949a272764a809f8839f4e198a281"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "faf96e0d93424360add49cbd24e78f56"}], "type": "placement", "id": "43359fd69b874031ab493522a6799c48", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcdd040951d4fa7af84456c1ad6e6ca"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "365279d676ed4582a8e04aa4696c9365"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd0db987f12d4c0e8b24c6f8c68e35ee"}], "type": "event", "id": "505dbdade868480b8e5f458d3d6f397a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2657dc9b83014ed69b636cc84a6cac26"}, {"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8752b7f1ced848d2a31544bcf2a29ad7"}, {"url": "http://172.30.9.27:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b23aeba821e74bb084df8b8176e12450"}], "type": "volumev3", "id": "626a25c6775e4ee79e4a4d076676ea89", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b51bde020ed46cbb997bde098dda2e1"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5dc927980d40442facdd0077ef7504c3"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be66c97a2f014e68b4a6d6cba02a7016"}], "type": "cloudformation", "id": "62781e9a4b184985950b99af5ea789f4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e873e1ef1904496adf0a6203be32e6e"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "533f339425a24eb58e36635e658b057c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dcf4c2ccb7cb4a75972ea128a3dc908e"}], "type": "network", "id": "62b4c9ae32d34228865f4d922a940e6d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "815fa25cb430425ea964e90174bf9db2"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6629a9fff044809b40eb48bd8f8318c"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c85d44c528634a1c8568f72ed48e8662"}], "type": "identity", "id": "7491d69be9c94fecb490ef7eaeff0a5b", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "488912e67ad74a3c9d879af63fb34b9a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be6e984f7840430f861aa4b4dc16f702"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3b1c4ef0c54ddea7dc65c83679024d"}], "type": "compute", "id": "bf8f20e3740d42f0a63f4cb15500efd0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "d9b916eb514844f9a6938dd47cadb3d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "334f33c5c1ac4993ba84dfb6dcd5afcb"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62632aa017c5405b8e480e86059930a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "990b5f5231024fe7a50f73995de9655a"}], "type": "metric", "id": "e2cedfe1577c444bb48df428931b7904", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0687c97ee785449ebc34ed9be84c59c8"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d4cdd2da49b4446b27c825128de942f"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d77647bf8194490821b01953e4c2406"}], "type": "object-store", "id": "f7d54c1162c34fb68cd02f2c4c9075a1", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aec7ef653ad14251b31b13b80a39b8e0"}, "audit_ids": ["duVcn67UQzCynSMtXkw-zA"], "issued_at": "2018-07-19T15:17:05.000000Z"}} 2018-07-19 15:17:05,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:17:05,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}b7eefd0b006e974d01d009caa3c29044bdeb0fa9" 2018-07-19 15:17:06,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f6318611-1ad3-40e8-8c78-559edd4e2331 Date: Thu, 19 Jul 2018 15:17:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"}]} 2018-07-19 15:17:06,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f6318611-1ad3-40e8-8c78-559edd4e2331 2018-07-19 15:17:06,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.962790966034s 2018-07-19 15:17:06,862 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f6318611-1ad3-40e8-8c78-559edd4e2331 2018-07-19 15:17:06,862 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-19 15:17:06,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 15:17:06,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}b7eefd0b006e974d01d009caa3c29044bdeb0fa9" -d '{"network": {"name": "tenantnetwork1-net_befc42a3-3986-404b-8589-759c596f961a", "admin_state_up": true}}' 2018-07-19 15:17:07,675 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-2f593e1f-a35a-4eed-8af8-f0b6576d3e2e Date: Thu, 19 Jul 2018 15:17:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9ba77553-f957-4d8f-8b12-9608a076ba7f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7d50cfbadfca4f97bb43893af276dd48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T15:17:07Z","is_default":false,"provider:segmentation_id":88,"name":"tenantnetwork1-net_befc42a3-3986-404b-8589-759c596f961a","admin_state_up":true,"tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:17:07Z","mtu":1450}} 2018-07-19 15:17:07,676 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2f593e1f-a35a-4eed-8af8-f0b6576d3e2e 2018-07-19 15:17:07,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.812448978424s 2018-07-19 15:17:07,676 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2f593e1f-a35a-4eed-8af8-f0b6576d3e2e 2018-07-19 15:17:07,676 - 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-19T15:17:07Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9ba77553-f957-4d8f-8b12-9608a076ba7f', u'provider:segmentation_id': 88, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_befc42a3-3986-404b-8589-759c596f961a', u'admin_state_up': True, u'tenant_id': u'7d50cfbadfca4f97bb43893af276dd48', u'created_at': u'2018-07-19T15:17:07Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7d50cfbadfca4f97bb43893af276dd48'}) 2018-07-19 15:17:07,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:17:07,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}b7eefd0b006e974d01d009caa3c29044bdeb0fa9" 2018-07-19 15:17:08,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-5e2df0f7-65d6-4d13-86ba-89a7bcd2c561 Date: Thu, 19 Jul 2018 15:17:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9ba77553-f957-4d8f-8b12-9608a076ba7f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7d50cfbadfca4f97bb43893af276dd48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T15:17:07Z","provider:segmentation_id":88,"name":"tenantnetwork1-net_befc42a3-3986-404b-8589-759c596f961a","admin_state_up":true,"tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:17:07Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"}]} 2018-07-19 15:17:08,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-5e2df0f7-65d6-4d13-86ba-89a7bcd2c561 2018-07-19 15:17:08,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.2331738472s 2018-07-19 15:17:08,911 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-5e2df0f7-65d6-4d13-86ba-89a7bcd2c561 2018-07-19 15:17:08,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 15:17:08,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}b7eefd0b006e974d01d009caa3c29044bdeb0fa9" -d '{"subnet": {"name": "tenantnetwork1-subnet_befc42a3-3986-404b-8589-759c596f961a", "enable_dhcp": true, "network_id": "9ba77553-f957-4d8f-8b12-9608a076ba7f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 15:17:10,484 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-443c064e-66d8-4430-b46f-3d696bd520b8 Date: Thu, 19 Jul 2018 15:17:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ba77553-f957-4d8f-8b12-9608a076ba7f","tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:17:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:17:10Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"7d50cfbadfca4f97bb43893af276dd48","id":"1bfde51b-3b29-47ff-a4b4-48d13e7141c3","subnetpool_id":null,"name":"tenantnetwork1-subnet_befc42a3-3986-404b-8589-759c596f961a"}} 2018-07-19 15:17:10,484 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-443c064e-66d8-4430-b46f-3d696bd520b8 2018-07-19 15:17:10,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.57149386406s 2018-07-19 15:17:10,484 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-443c064e-66d8-4430-b46f-3d696bd520b8 2018-07-19 15:17:10,485 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T15:17:10Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'1bfde51b-3b29-47ff-a4b4-48d13e7141c3', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_befc42a3-3986-404b-8589-759c596f961a', u'enable_dhcp': True, u'network_id': u'9ba77553-f957-4d8f-8b12-9608a076ba7f', u'tenant_id': u'7d50cfbadfca4f97bb43893af276dd48', u'created_at': u'2018-07-19T15:17:10Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'7d50cfbadfca4f97bb43893af276dd48'}) 2018-07-19 15:17:10,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 15:17:10,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}b7eefd0b006e974d01d009caa3c29044bdeb0fa9" -d '{"router": {"external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d"}, "name": "tenantnetwork1-router_befc42a3-3986-404b-8589-759c596f961a", "admin_state_up": true}}' 2018-07-19 15:17:13,151 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-d5367128-e7c7-47ec-b8be-bf77bddab863 Date: Thu, 19 Jul 2018 15:17:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9ca5b98-e387-4148-b42d-c22d07aa7079", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "created_at": "2018-07-19T15:17:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-19T15:17:12Z", "revision_number": 2, "routes": [], "project_id": "7d50cfbadfca4f97bb43893af276dd48", "id": "06df53cf-e22b-4661-8aa7-6b9acfab84a4", "name": "tenantnetwork1-router_befc42a3-3986-404b-8589-759c596f961a"}} 2018-07-19 15:17:13,152 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-d5367128-e7c7-47ec-b8be-bf77bddab863 2018-07-19 15:17:13,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.66614699364s 2018-07-19 15:17:13,152 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-d5367128-e7c7-47ec-b8be-bf77bddab863 2018-07-19 15:17:13,152 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'b74ea510-ba57-4f85-8b9f-14fc3006297d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9ca5b98-e387-4148-b42d-c22d07aa7079', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7d50cfbadfca4f97bb43893af276dd48', u'created_at': u'2018-07-19T15:17:11Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-19T15:17:12Z', u'revision_number': 2, u'routes': [], u'project_id': u'7d50cfbadfca4f97bb43893af276dd48', u'id': u'06df53cf-e22b-4661-8aa7-6b9acfab84a4', u'name': u'tenantnetwork1-router_befc42a3-3986-404b-8589-759c596f961a'}) 2018-07-19 15:17:13,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 15:17:13,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/06df53cf-e22b-4661-8aa7-6b9acfab84a4/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}b7eefd0b006e974d01d009caa3c29044bdeb0fa9" -d '{"subnet_id": "1bfde51b-3b29-47ff-a4b4-48d13e7141c3"}' 2018-07-19 15:17:15,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-583a4047-99b5-47c0-9ba8-9053e707b181 Date: Thu, 19 Jul 2018 15:17:15 GMT RESP BODY: {"network_id": "9ba77553-f957-4d8f-8b12-9608a076ba7f", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "subnet_id": "1bfde51b-3b29-47ff-a4b4-48d13e7141c3", "subnet_ids": ["1bfde51b-3b29-47ff-a4b4-48d13e7141c3"], "port_id": "bd47b7fc-0db3-4e7a-817b-bdb8b6316f0f", "id": "06df53cf-e22b-4661-8aa7-6b9acfab84a4"} 2018-07-19 15:17:15,139 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/06df53cf-e22b-4661-8aa7-6b9acfab84a4/add_router_interface.json used request id req-583a4047-99b5-47c0-9ba8-9053e707b181 2018-07-19 15:17:15,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.98548603058s 2018-07-19 15:17:15,139 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/06df53cf-e22b-4661-8aa7-6b9acfab84a4/add_router_interface.json used request id req-583a4047-99b5-47c0-9ba8-9053e707b181 returning object 06df53cf-e22b-4661-8aa7-6b9acfab84a4 2018-07-19 15:17:15,260 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 15:17:15,261 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-19 15:17:15,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 15:17:15,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/06df53cf-e22b-4661-8aa7-6b9acfab84a4/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}b7eefd0b006e974d01d009caa3c29044bdeb0fa9" -d '{"subnet_id": "1bfde51b-3b29-47ff-a4b4-48d13e7141c3"}' 2018-07-19 15:17:17,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7291c619-df0e-41bf-a8bb-9d40888ca4cf Date: Thu, 19 Jul 2018 15:17:17 GMT RESP BODY: {"network_id": "9ba77553-f957-4d8f-8b12-9608a076ba7f", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "subnet_id": "1bfde51b-3b29-47ff-a4b4-48d13e7141c3", "subnet_ids": ["1bfde51b-3b29-47ff-a4b4-48d13e7141c3"], "port_id": "bd47b7fc-0db3-4e7a-817b-bdb8b6316f0f", "id": "06df53cf-e22b-4661-8aa7-6b9acfab84a4"} 2018-07-19 15:17:17,778 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/06df53cf-e22b-4661-8aa7-6b9acfab84a4/remove_router_interface.json used request id req-7291c619-df0e-41bf-a8bb-9d40888ca4cf 2018-07-19 15:17:17,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.51270508766s 2018-07-19 15:17:17,779 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/06df53cf-e22b-4661-8aa7-6b9acfab84a4/remove_router_interface.json used request id req-7291c619-df0e-41bf-a8bb-9d40888ca4cf returning object 06df53cf-e22b-4661-8aa7-6b9acfab84a4 2018-07-19 15:17:17,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 15:17:17,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}b7eefd0b006e974d01d009caa3c29044bdeb0fa9" 2018-07-19 15:17:18,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-61a6c5b2-fb6e-4477-ac2e-a9539da3ad65 Date: Thu, 19 Jul 2018 15:17:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9ca5b98-e387-4148-b42d-c22d07aa7079", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "created_at": "2018-07-19T15:17:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-19T15:17:17Z", "revision_number": 4, "routes": [], "project_id": "7d50cfbadfca4f97bb43893af276dd48", "id": "06df53cf-e22b-4661-8aa7-6b9acfab84a4", "name": "tenantnetwork1-router_befc42a3-3986-404b-8589-759c596f961a"}]} 2018-07-19 15:17:18,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-61a6c5b2-fb6e-4477-ac2e-a9539da3ad65 2018-07-19 15:17:18,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.11113595963s 2018-07-19 15:17:18,891 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-61a6c5b2-fb6e-4477-ac2e-a9539da3ad65 2018-07-19 15:17:18,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 15:17:18,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/06df53cf-e22b-4661-8aa7-6b9acfab84a4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7eefd0b006e974d01d009caa3c29044bdeb0fa9" 2018-07-19 15:17:20,635 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d5a36b0c-2547-4406-be93-2ab7c700b5a5 Content-Length: 0 Date: Thu, 19 Jul 2018 15:17:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:17:20,636 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/06df53cf-e22b-4661-8aa7-6b9acfab84a4.json used request id req-d5a36b0c-2547-4406-be93-2ab7c700b5a5 2018-07-19 15:17:20,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.74359893799s 2018-07-19 15:17:20,636 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/06df53cf-e22b-4661-8aa7-6b9acfab84a4.json used request id req-d5a36b0c-2547-4406-be93-2ab7c700b5a5 2018-07-19 15:17:20,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 15:17:20,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}b7eefd0b006e974d01d009caa3c29044bdeb0fa9" 2018-07-19 15:17:21,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1288 X-Openstack-Request-Id: req-ed266c40-0770-4fa7-aeff-f5caf6917a94 Date: Thu, 19 Jul 2018 15:17:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ba77553-f957-4d8f-8b12-9608a076ba7f","tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:17:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:17:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"7d50cfbadfca4f97bb43893af276dd48","id":"1bfde51b-3b29-47ff-a4b4-48d13e7141c3","subnetpool_id":null,"name":"tenantnetwork1-subnet_befc42a3-3986-404b-8589-759c596f961a"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:57Z","dns_nameservers":[],"updated_at":"2018-07-19T15:13:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"c9ca5b98-e387-4148-b42d-c22d07aa7079","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-19 15:17:21,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ed266c40-0770-4fa7-aeff-f5caf6917a94 2018-07-19 15:17:21,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.946145057678s 2018-07-19 15:17:21,583 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ed266c40-0770-4fa7-aeff-f5caf6917a94 2018-07-19 15:17:21,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 15:17:21,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/1bfde51b-3b29-47ff-a4b4-48d13e7141c3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7eefd0b006e974d01d009caa3c29044bdeb0fa9" 2018-07-19 15:17:24,669 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b89d4abc-ae22-4b72-9257-cddc02d20de0 Date: Thu, 19 Jul 2018 15:17:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:17:24,669 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/1bfde51b-3b29-47ff-a4b4-48d13e7141c3.json used request id req-b89d4abc-ae22-4b72-9257-cddc02d20de0 2018-07-19 15:17:24,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.08436203003s 2018-07-19 15:17:24,669 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/1bfde51b-3b29-47ff-a4b4-48d13e7141c3.json used request id req-b89d4abc-ae22-4b72-9257-cddc02d20de0 2018-07-19 15:17:24,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:17:24,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}b7eefd0b006e974d01d009caa3c29044bdeb0fa9" 2018-07-19 15:17:25,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-cb40a214-678c-4349-877f-ffb1b08a3852 Date: Thu, 19 Jul 2018 15:17:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9ba77553-f957-4d8f-8b12-9608a076ba7f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7d50cfbadfca4f97bb43893af276dd48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T15:17:24Z","provider:segmentation_id":88,"name":"tenantnetwork1-net_befc42a3-3986-404b-8589-759c596f961a","admin_state_up":true,"tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:17:07Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"}]} 2018-07-19 15:17:25,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cb40a214-678c-4349-877f-ffb1b08a3852 2018-07-19 15:17:25,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.16941380501s 2018-07-19 15:17:25,840 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cb40a214-678c-4349-877f-ffb1b08a3852 2018-07-19 15:17:25,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 15:17:25,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/9ba77553-f957-4d8f-8b12-9608a076ba7f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7eefd0b006e974d01d009caa3c29044bdeb0fa9" 2018-07-19 15:17:27,484 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-df9f3f4b-131e-4987-9696-cc864894d51d Date: Thu, 19 Jul 2018 15:17:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:17:27,484 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/9ba77553-f957-4d8f-8b12-9608a076ba7f.json used request id req-df9f3f4b-131e-4987-9696-cc864894d51d 2018-07-19 15:17:27,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.64329195023s 2018-07-19 15:17:27,484 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/9ba77553-f957-4d8f-8b12-9608a076ba7f.json used request id req-df9f3f4b-131e-4987-9696-cc864894d51d 2018-07-19 15:17:27,539 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-07-19 15:17:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 15:17:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 15:17:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 15:17:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 15:17:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 15:17:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 15:17:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 15:17:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 15:17:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 15:17:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 15:17:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 15:17:27,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 15:17:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 15:17:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 15:17:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 15:17:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 15:17:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 15:17:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 15:17:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 15:17:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 15:17:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 15:17:27,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 15:17:27,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:17:27,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dbf84ac-c4db-44c9-9f95-94fc39c36cc9 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.27:5000/v3/", "rel": "self"}]}} 2018-07-19 15:17:27,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3dbf84ac-c4db-44c9-9f95-94fc39c36cc9 2018-07-19 15:17:27,590 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-19 15:17:27,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e510a8d85f2843e7adb74eb79b019a06", "name": "member"}, {"id": "86acc0178aab498c8596bc00783cc977", "name": "admin"}, {"id": "96135507935b4266a5faae8ccf385c73", "name": "reader"}], "expires_at": "2018-07-19T16:17:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d50cfbadfca4f97bb43893af276dd48", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2e208dfc044aa5b8b32dcee96757ba"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51b4b6ff8bdc45ab81b943defdd3ccaf"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8a1d6ff5b704eb29b141ee342007a82"}], "type": "volumev2", "id": "0089826d3475488dae0cd8029a6a00c0", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "adcdacaa3de841c99109cea84120388e"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b58a6aa01e8946d284128d1f663ae0a2"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d429741a29b242399dd74260160b73fe"}], "type": "image", "id": "191daf233b3f4c6c83d53a15b8cd7ef6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e85124444324bbfb8cecbdce7961bff"}, {"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6173b753eb9942268c18baa91145b9a2"}, {"url": "http://172.30.9.27:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd03f23581044097bcce7c81c93215c6"}], "type": "volume", "id": "1d989ac5b227497496a10f6d9faf549a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fc4ef2d750c4715abaa6c2cce36765c"}, {"url": "http://172.30.9.27:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58c077b0bf844702a9e4c22a36fa4ad2"}, {"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77187bf0dae0492eb7451b02ba327210"}], "type": "orchestration", "id": "27a6dd74121743ce9a3f1aa6bb914040", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "135de0c6bef648d6951e6fcbdb30912d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9db63137fbf54ac3b9585d39a97f0841"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c76d4c40a416487e9ac8ee9d5fee0ef0"}], "type": "alarming", "id": "2c87e1400a454e08b94f6db84c372213", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6731b468ee264228a16bb2d1502d6421"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b31949a272764a809f8839f4e198a281"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "faf96e0d93424360add49cbd24e78f56"}], "type": "placement", "id": "43359fd69b874031ab493522a6799c48", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcdd040951d4fa7af84456c1ad6e6ca"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "365279d676ed4582a8e04aa4696c9365"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd0db987f12d4c0e8b24c6f8c68e35ee"}], "type": "event", "id": "505dbdade868480b8e5f458d3d6f397a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2657dc9b83014ed69b636cc84a6cac26"}, {"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8752b7f1ced848d2a31544bcf2a29ad7"}, {"url": "http://172.30.9.27:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b23aeba821e74bb084df8b8176e12450"}], "type": "volumev3", "id": "626a25c6775e4ee79e4a4d076676ea89", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b51bde020ed46cbb997bde098dda2e1"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5dc927980d40442facdd0077ef7504c3"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be66c97a2f014e68b4a6d6cba02a7016"}], "type": "cloudformation", "id": "62781e9a4b184985950b99af5ea789f4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e873e1ef1904496adf0a6203be32e6e"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "533f339425a24eb58e36635e658b057c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dcf4c2ccb7cb4a75972ea128a3dc908e"}], "type": "network", "id": "62b4c9ae32d34228865f4d922a940e6d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "815fa25cb430425ea964e90174bf9db2"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6629a9fff044809b40eb48bd8f8318c"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c85d44c528634a1c8568f72ed48e8662"}], "type": "identity", "id": "7491d69be9c94fecb490ef7eaeff0a5b", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "488912e67ad74a3c9d879af63fb34b9a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be6e984f7840430f861aa4b4dc16f702"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3b1c4ef0c54ddea7dc65c83679024d"}], "type": "compute", "id": "bf8f20e3740d42f0a63f4cb15500efd0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "d9b916eb514844f9a6938dd47cadb3d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "334f33c5c1ac4993ba84dfb6dcd5afcb"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62632aa017c5405b8e480e86059930a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "990b5f5231024fe7a50f73995de9655a"}], "type": "metric", "id": "e2cedfe1577c444bb48df428931b7904", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0687c97ee785449ebc34ed9be84c59c8"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d4cdd2da49b4446b27c825128de942f"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d77647bf8194490821b01953e4c2406"}], "type": "object-store", "id": "f7d54c1162c34fb68cd02f2c4c9075a1", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aec7ef653ad14251b31b13b80a39b8e0"}, "audit_ids": ["iG-iORloTZaGSrDWQFkmAw"], "issued_at": "2018-07-19T15:17:28.000000Z"}} 2018-07-19 15:17:27,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:17:27,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}f6b5e162c27794a63f7916a1a8dee875c96c7723" 2018-07-19 15:17:28,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6a8c7fa4-6be8-466b-8499-8ee1f8f2aad2 Date: Thu, 19 Jul 2018 15:17:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"}]} 2018-07-19 15:17:28,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6a8c7fa4-6be8-466b-8499-8ee1f8f2aad2 2018-07-19 15:17:28,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.572963953018s 2018-07-19 15:17:28,567 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6a8c7fa4-6be8-466b-8499-8ee1f8f2aad2 2018-07-19 15:17:28,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:17:28,577 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 15:17:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c50e1d24-1fbd-4d6d-a422-8ecede19f5b7 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}]}} 2018-07-19 15:17:28,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-c50e1d24-1fbd-4d6d-a422-8ecede19f5b7 2018-07-19 15:17:28,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 15:17:28,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f6b5e162c27794a63f7916a1a8dee875c96c7723" 2018-07-19 15:17:28,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46497397-6741-46eb-ab01-0e2cb7deb492 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/115922a7b3214ad0aa00b54a84360fdf"}, "tags": [], "enabled": true, "id": "115922a7b3214ad0aa00b54a84360fdf", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-07-19 15:17:28,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-46497397-6741-46eb-ab01-0e2cb7deb492 2018-07-19 15:17:28,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.232256889343s 2018-07-19 15:17:28,812 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-46497397-6741-46eb-ab01-0e2cb7deb492 2018-07-19 15:17:28,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-19 15:17:28,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}f6b5e162c27794a63f7916a1a8dee875c96c7723" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_b06871d3-6cbf-4fda-a99c-c6f3220410ae"}}' 2018-07-19 15:17:29,071 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 15:17:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f906316-2b35-418a-93eb-83dd6da94652 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.27:5000/v3/projects/9f8c801a5e8d43b0a8d5392a78efc04c"}, "tags": [], "enabled": true, "id": "9f8c801a5e8d43b0a8d5392a78efc04c", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_b06871d3-6cbf-4fda-a99c-c6f3220410ae"}} 2018-07-19 15:17:29,071 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-5f906316-2b35-418a-93eb-83dd6da94652 2018-07-19 15:17:29,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.253844022751s 2018-07-19 15:17:29,071 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-5f906316-2b35-418a-93eb-83dd6da94652 2018-07-19 15:17:29,072 - 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'9f8c801a5e8d43b0a8d5392a78efc04c', '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_b06871d3-6cbf-4fda-a99c-c6f3220410ae'}) 2018-07-19 15:17:29,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-19 15:17:29,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}f6b5e162c27794a63f7916a1a8dee875c96c7723" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "7914a6ba-10d1-45ed-9b65-d4cde322a5e7", "email": null, "name": "tenantnetwork2-user_b06871d3-6cbf-4fda-a99c-c6f3220410ae"}}' 2018-07-19 15:17:29,495 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 15:17:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f06479a-9421-4ff7-b763-8eee518af962 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_b06871d3-6cbf-4fda-a99c-c6f3220410ae", "links": {"self": "http://172.30.9.27:5000/v3/users/a8d73e0484704287857121261c2a4a56"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a8d73e0484704287857121261c2a4a56", "domain_id": "default", "password_expires_at": null}} 2018-07-19 15:17:29,495 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-6f06479a-9421-4ff7-b763-8eee518af962 2018-07-19 15:17:29,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.415828943253s 2018-07-19 15:17:29,495 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-6f06479a-9421-4ff7-b763-8eee518af962 2018-07-19 15:17:29,496 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a8d73e0484704287857121261c2a4a56', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_b06871d3-6cbf-4fda-a99c-c6f3220410ae'}) 2018-07-19 15:17:29,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 15:17:29,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f6b5e162c27794a63f7916a1a8dee875c96c7723" 2018-07-19 15:17:29,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3b27b2c-b131-445b-b909-b140021909d0 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4cbc8b130a614d689a27c23aca4f8b00", "links": {"self": "http://172.30.9.27:5000/v3/roles/4cbc8b130a614d689a27c23aca4f8b00"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7e20d2451a324e06a80d2bb8ab03d6d1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86acc0178aab498c8596bc00783cc977", "links": {"self": "http://172.30.9.27:5000/v3/roles/86acc0178aab498c8596bc00783cc977"}, "name": "admin"}, {"domain_id": null, "id": "8d2c5dbc0060400b9e7edabbef7e2966", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d2c5dbc0060400b9e7edabbef7e2966"}, "name": "swiftoperator"}, {"domain_id": null, "id": "96135507935b4266a5faae8ccf385c73", "links": {"self": "http://172.30.9.27:5000/v3/roles/96135507935b4266a5faae8ccf385c73"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e510a8d85f2843e7adb74eb79b019a06", "links": {"self": "http://172.30.9.27:5000/v3/roles/e510a8d85f2843e7adb74eb79b019a06"}, "name": "member"}]} 2018-07-19 15:17:29,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e3b27b2c-b131-445b-b909-b140021909d0 2018-07-19 15:17:29,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103873968124s 2018-07-19 15:17:29,605 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e3b27b2c-b131-445b-b909-b140021909d0 2018-07-19 15:17:29,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 15:17:29,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f6b5e162c27794a63f7916a1a8dee875c96c7723" 2018-07-19 15:17:29,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bf18928-4c4a-4da3-8ace-04ceef6731db Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4cbc8b130a614d689a27c23aca4f8b00", "links": {"self": "http://172.30.9.27:5000/v3/roles/4cbc8b130a614d689a27c23aca4f8b00"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7e20d2451a324e06a80d2bb8ab03d6d1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86acc0178aab498c8596bc00783cc977", "links": {"self": "http://172.30.9.27:5000/v3/roles/86acc0178aab498c8596bc00783cc977"}, "name": "admin"}, {"domain_id": null, "id": "8d2c5dbc0060400b9e7edabbef7e2966", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d2c5dbc0060400b9e7edabbef7e2966"}, "name": "swiftoperator"}, {"domain_id": null, "id": "96135507935b4266a5faae8ccf385c73", "links": {"self": "http://172.30.9.27:5000/v3/roles/96135507935b4266a5faae8ccf385c73"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e510a8d85f2843e7adb74eb79b019a06", "links": {"self": "http://172.30.9.27:5000/v3/roles/e510a8d85f2843e7adb74eb79b019a06"}, "name": "member"}]} 2018-07-19 15:17:29,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2bf18928-4c4a-4da3-8ace-04ceef6731db 2018-07-19 15:17:29,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188652992249s 2018-07-19 15:17:29,798 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2bf18928-4c4a-4da3-8ace-04ceef6731db 2018-07-19 15:17:29,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 15:17:29,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f6b5e162c27794a63f7916a1a8dee875c96c7723" 2018-07-19 15:17:29,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d637aeb-2da0-4308-b55e-683f0b9c2073 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4cbc8b130a614d689a27c23aca4f8b00", "links": {"self": "http://172.30.9.27:5000/v3/roles/4cbc8b130a614d689a27c23aca4f8b00"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7e20d2451a324e06a80d2bb8ab03d6d1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86acc0178aab498c8596bc00783cc977", "links": {"self": "http://172.30.9.27:5000/v3/roles/86acc0178aab498c8596bc00783cc977"}, "name": "admin"}, {"domain_id": null, "id": "8d2c5dbc0060400b9e7edabbef7e2966", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d2c5dbc0060400b9e7edabbef7e2966"}, "name": "swiftoperator"}, {"domain_id": null, "id": "96135507935b4266a5faae8ccf385c73", "links": {"self": "http://172.30.9.27:5000/v3/roles/96135507935b4266a5faae8ccf385c73"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e510a8d85f2843e7adb74eb79b019a06", "links": {"self": "http://172.30.9.27:5000/v3/roles/e510a8d85f2843e7adb74eb79b019a06"}, "name": "member"}]} 2018-07-19 15:17:29,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8d637aeb-2da0-4308-b55e-683f0b9c2073 2018-07-19 15:17:29,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0992169380188s 2018-07-19 15:17:29,901 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8d637aeb-2da0-4308-b55e-683f0b9c2073 2018-07-19 15:17:29,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 15:17:29,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f6b5e162c27794a63f7916a1a8dee875c96c7723" 2018-07-19 15:17:30,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c57f247b-d83c-4171-8084-9fee4b2a4b56 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 15:17:30,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-c57f247b-d83c-4171-8084-9fee4b2a4b56 2018-07-19 15:17:30,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.205117225647s 2018-07-19 15:17:30,108 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-c57f247b-d83c-4171-8084-9fee4b2a4b56 2018-07-19 15:17:30,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 15:17:30,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f6b5e162c27794a63f7916a1a8dee875c96c7723" 2018-07-19 15:17:30,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8318a316-8fa6-415c-b254-e42cecdd9ab8 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/37000be35cb64bffbfba6f8747b5a038"}, "domain_id": "default", "enabled": true, "options": {}, "id": "37000be35cb64bffbfba6f8747b5a038", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/43e8dce6cabc46db97fff83134d6f611"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43e8dce6cabc46db97fff83134d6f611", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/5d70f478784d418baecdeb0bb6195c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d70f478784d418baecdeb0bb6195c82", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/65c25d91e04547f4adb599eaf44ac3e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c25d91e04547f4adb599eaf44ac3e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/97574d93f3ba4b898aa0ede559c79c3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "97574d93f3ba4b898aa0ede559c79c3b", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/a49beb8a4f7943ddb60db9c89c8dd329"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a49beb8a4f7943ddb60db9c89c8dd329", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/a6ded9f63a8e465e853e9bfe85ca9d6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6ded9f63a8e465e853e9bfe85ca9d6d", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/a7fa9f4d0d1a4bc4bc408af0f2dca3a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7fa9f4d0d1a4bc4bc408af0f2dca3a3", "email": "panko@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_b06871d3-6cbf-4fda-a99c-c6f3220410ae", "links": {"self": "http://172.30.9.27:5000/v3/users/a8d73e0484704287857121261c2a4a56"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a8d73e0484704287857121261c2a4a56", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/aec7ef653ad14251b31b13b80a39b8e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec7ef653ad14251b31b13b80a39b8e0", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b9918efab4ff4513b04ec2a5c3c2ec83"}, "domain_id": "115922a7b3214ad0aa00b54a84360fdf", "enabled": true, "options": {}, "id": "b9918efab4ff4513b04ec2a5c3c2ec83", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/be589fcc23044bec983a142248de7b03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be589fcc23044bec983a142248de7b03", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/cd873df4a7644be5910b067909ed4b92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd873df4a7644be5910b067909ed4b92", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/e9b708f325e148f299ae7af945eb2e55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9b708f325e148f299ae7af945eb2e55", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/f3b2ef3fe4c14b76934c4322efffcc55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3b2ef3fe4c14b76934c4322efffcc55", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-19 15:17:30,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-8318a316-8fa6-415c-b254-e42cecdd9ab8 2018-07-19 15:17:30,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.134988069534s 2018-07-19 15:17:30,244 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-8318a316-8fa6-415c-b254-e42cecdd9ab8 2018-07-19 15:17:30,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 15:17:30,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}f6b5e162c27794a63f7916a1a8dee875c96c7723" 2018-07-19 15:17:30,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de163c21-db42-45f2-ab94-b2ad9693d50c Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7d50cfbadfca4f97bb43893af276dd48"}, "tags": [], "enabled": true, "id": "7d50cfbadfca4f97bb43893af276dd48", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757"}, "tags": [], "enabled": true, "id": "c55653f9c43d4f42abb964f57f2b6757", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.27:5000/v3/projects/9f8c801a5e8d43b0a8d5392a78efc04c"}, "tags": [], "enabled": true, "id": "9f8c801a5e8d43b0a8d5392a78efc04c", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_b06871d3-6cbf-4fda-a99c-c6f3220410ae"}]} 2018-07-19 15:17:30,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-de163c21-db42-45f2-ab94-b2ad9693d50c 2018-07-19 15:17:30,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.15945482254s 2018-07-19 15:17:30,411 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-de163c21-db42-45f2-ab94-b2ad9693d50c 2018-07-19 15:17:30,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-19 15:17:30,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=a8d73e0484704287857121261c2a4a56&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=9f8c801a5e8d43b0a8d5392a78efc04c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6b5e162c27794a63f7916a1a8dee875c96c7723" 2018-07-19 15:17:30,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdf383c8-18a8-477f-94ba-5f0b39af7baa Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=a8d73e0484704287857121261c2a4a56&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=9f8c801a5e8d43b0a8d5392a78efc04c", "previous": null, "next": null}} 2018-07-19 15:17:30,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=a8d73e0484704287857121261c2a4a56&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=9f8c801a5e8d43b0a8d5392a78efc04c used request id req-bdf383c8-18a8-477f-94ba-5f0b39af7baa 2018-07-19 15:17:30,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.118811845779s 2018-07-19 15:17:30,534 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=a8d73e0484704287857121261c2a4a56&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=9f8c801a5e8d43b0a8d5392a78efc04c used request id req-bdf383c8-18a8-477f-94ba-5f0b39af7baa 2018-07-19 15:17:30,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-19 15:17:30,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/9f8c801a5e8d43b0a8d5392a78efc04c/users/a8d73e0484704287857121261c2a4a56/roles/e510a8d85f2843e7adb74eb79b019a06 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6b5e162c27794a63f7916a1a8dee875c96c7723" 2018-07-19 15:17:30,753 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:17:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e67e745-7f2e-4acd-8189-8e632288123e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 15:17:30,753 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/9f8c801a5e8d43b0a8d5392a78efc04c/users/a8d73e0484704287857121261c2a4a56/roles/e510a8d85f2843e7adb74eb79b019a06 used request id req-1e67e745-7f2e-4acd-8189-8e632288123e 2018-07-19 15:17:30,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.217367887497s 2018-07-19 15:17:30,754 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/9f8c801a5e8d43b0a8d5392a78efc04c/users/a8d73e0484704287857121261c2a4a56/roles/e510a8d85f2843e7adb74eb79b019a06 used request id req-1e67e745-7f2e-4acd-8189-8e632288123e 2018-07-19 15:17:30,754 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_b06871d3-6cbf-4fda-a99c-c6f3220410ae', 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'9f8c801a5e8d43b0a8d5392a78efc04c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '7914a6ba-10d1-45ed-9b65-d4cde322a5e7', 'username': u'tenantnetwork2-user_b06871d3-6cbf-4fda-a99c-c6f3220410ae', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27: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-19 15:17:30,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 15:17:30,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 15:17:30,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 15:17:30,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 15:17:30,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 15:17:30,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 15:17:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 15:17:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 15:17:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 15:17:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 15:17:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 15:17:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 15:17:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 15:17:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 15:17:30,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 15:17:30,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 15:17:30,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 15:17:30,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 15:17:30,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 15:17:30,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 15:17:30,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 15:17:30,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 15:17:30,760 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_b06871d3-6cbf-4fda-a99c-c6f3220410ae', 'password': '7914a6ba-10d1-45ed-9b65-d4cde322a5e7', 'project_name': 'tenantnetwork2-project_b06871d3-6cbf-4fda-a99c-c6f3220410ae', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '9f8c801a5e8d43b0a8d5392a78efc04c', 'project_domain_name': 'Default'} 2018-07-19 15:17:30,760 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-19 15:17:30,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:17:30,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65850d6f-9a81-41ea-b800-cb9d4bbe0e43 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.27:5000/v3/", "rel": "self"}]}} 2018-07-19 15:17:30,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-65850d6f-9a81-41ea-b800-cb9d4bbe0e43 2018-07-19 15:17:30,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-19 15:17:31,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e510a8d85f2843e7adb74eb79b019a06", "name": "member"}, {"id": "96135507935b4266a5faae8ccf385c73", "name": "reader"}], "expires_at": "2018-07-19T16:17:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9f8c801a5e8d43b0a8d5392a78efc04c", "name": "tenantnetwork2-project_b06871d3-6cbf-4fda-a99c-c6f3220410ae"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8776/v2/9f8c801a5e8d43b0a8d5392a78efc04c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2e208dfc044aa5b8b32dcee96757ba"}, {"url": "http://192.30.9.5:8776/v2/9f8c801a5e8d43b0a8d5392a78efc04c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51b4b6ff8bdc45ab81b943defdd3ccaf"}, {"url": "http://192.30.9.5:8776/v2/9f8c801a5e8d43b0a8d5392a78efc04c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8a1d6ff5b704eb29b141ee342007a82"}], "type": "volumev2", "id": "0089826d3475488dae0cd8029a6a00c0", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "adcdacaa3de841c99109cea84120388e"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b58a6aa01e8946d284128d1f663ae0a2"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d429741a29b242399dd74260160b73fe"}], "type": "image", "id": "191daf233b3f4c6c83d53a15b8cd7ef6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/9f8c801a5e8d43b0a8d5392a78efc04c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e85124444324bbfb8cecbdce7961bff"}, {"url": "http://192.30.9.5:8776/v1/9f8c801a5e8d43b0a8d5392a78efc04c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6173b753eb9942268c18baa91145b9a2"}, {"url": "http://172.30.9.27:8776/v1/9f8c801a5e8d43b0a8d5392a78efc04c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd03f23581044097bcce7c81c93215c6"}], "type": "volume", "id": "1d989ac5b227497496a10f6d9faf549a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9f8c801a5e8d43b0a8d5392a78efc04c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fc4ef2d750c4715abaa6c2cce36765c"}, {"url": "http://172.30.9.27:8004/v1/9f8c801a5e8d43b0a8d5392a78efc04c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58c077b0bf844702a9e4c22a36fa4ad2"}, {"url": "http://192.30.9.5:8004/v1/9f8c801a5e8d43b0a8d5392a78efc04c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77187bf0dae0492eb7451b02ba327210"}], "type": "orchestration", "id": "27a6dd74121743ce9a3f1aa6bb914040", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "135de0c6bef648d6951e6fcbdb30912d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9db63137fbf54ac3b9585d39a97f0841"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c76d4c40a416487e9ac8ee9d5fee0ef0"}], "type": "alarming", "id": "2c87e1400a454e08b94f6db84c372213", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6731b468ee264228a16bb2d1502d6421"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b31949a272764a809f8839f4e198a281"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "faf96e0d93424360add49cbd24e78f56"}], "type": "placement", "id": "43359fd69b874031ab493522a6799c48", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcdd040951d4fa7af84456c1ad6e6ca"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "365279d676ed4582a8e04aa4696c9365"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd0db987f12d4c0e8b24c6f8c68e35ee"}], "type": "event", "id": "505dbdade868480b8e5f458d3d6f397a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9f8c801a5e8d43b0a8d5392a78efc04c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2657dc9b83014ed69b636cc84a6cac26"}, {"url": "http://192.30.9.5:8776/v3/9f8c801a5e8d43b0a8d5392a78efc04c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8752b7f1ced848d2a31544bcf2a29ad7"}, {"url": "http://172.30.9.27:8776/v3/9f8c801a5e8d43b0a8d5392a78efc04c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b23aeba821e74bb084df8b8176e12450"}], "type": "volumev3", "id": "626a25c6775e4ee79e4a4d076676ea89", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b51bde020ed46cbb997bde098dda2e1"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5dc927980d40442facdd0077ef7504c3"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be66c97a2f014e68b4a6d6cba02a7016"}], "type": "cloudformation", "id": "62781e9a4b184985950b99af5ea789f4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e873e1ef1904496adf0a6203be32e6e"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "533f339425a24eb58e36635e658b057c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dcf4c2ccb7cb4a75972ea128a3dc908e"}], "type": "network", "id": "62b4c9ae32d34228865f4d922a940e6d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "815fa25cb430425ea964e90174bf9db2"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6629a9fff044809b40eb48bd8f8318c"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c85d44c528634a1c8568f72ed48e8662"}], "type": "identity", "id": "7491d69be9c94fecb490ef7eaeff0a5b", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "488912e67ad74a3c9d879af63fb34b9a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be6e984f7840430f861aa4b4dc16f702"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3b1c4ef0c54ddea7dc65c83679024d"}], "type": "compute", "id": "bf8f20e3740d42f0a63f4cb15500efd0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "d9b916eb514844f9a6938dd47cadb3d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "334f33c5c1ac4993ba84dfb6dcd5afcb"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62632aa017c5405b8e480e86059930a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "990b5f5231024fe7a50f73995de9655a"}], "type": "metric", "id": "e2cedfe1577c444bb48df428931b7904", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_9f8c801a5e8d43b0a8d5392a78efc04c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0687c97ee785449ebc34ed9be84c59c8"}, {"url": "http://172.30.9.27:8080/v1/AUTH_9f8c801a5e8d43b0a8d5392a78efc04c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d4cdd2da49b4446b27c825128de942f"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d77647bf8194490821b01953e4c2406"}], "type": "object-store", "id": "f7d54c1162c34fb68cd02f2c4c9075a1", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_b06871d3-6cbf-4fda-a99c-c6f3220410ae", "id": "a8d73e0484704287857121261c2a4a56"}, "audit_ids": ["ZTOBQUvARte4DYX1Z7djxA"], "issued_at": "2018-07-19T15:17:31.000000Z"}} 2018-07-19 15:17:31,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 15:17:31,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}ea0781fe601fe08be04ef2c7056a74914a9f067a" -d '{"network": {"name": "tenantnetwork2-net_b06871d3-6cbf-4fda-a99c-c6f3220410ae", "admin_state_up": true}}' 2018-07-19 15:17:32,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-d26f7345-bbc8-4aac-8d3a-7db70be1f30c Date: Thu, 19 Jul 2018 15:17:32 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"9f8c801a5e8d43b0a8d5392a78efc04c","created_at":"2018-07-19T15:17:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-19T15:17:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"9f8c801a5e8d43b0a8d5392a78efc04c","id":"ac1a6d3a-6bf5-48f4-a8ac-33f404ebf0c4","name":"tenantnetwork2-net_b06871d3-6cbf-4fda-a99c-c6f3220410ae"}} 2018-07-19 15:17:32,049 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d26f7345-bbc8-4aac-8d3a-7db70be1f30c 2018-07-19 15:17:32,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.868467092514s 2018-07-19 15:17:32,050 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d26f7345-bbc8-4aac-8d3a-7db70be1f30c 2018-07-19 15:17:32,050 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T15:17:31Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'ac1a6d3a-6bf5-48f4-a8ac-33f404ebf0c4', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_b06871d3-6cbf-4fda-a99c-c6f3220410ae', u'admin_state_up': True, u'tenant_id': u'9f8c801a5e8d43b0a8d5392a78efc04c', u'created_at': u'2018-07-19T15:17:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9f8c801a5e8d43b0a8d5392a78efc04c'}) 2018-07-19 15:17:32,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:17:32,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}ea0781fe601fe08be04ef2c7056a74914a9f067a" 2018-07-19 15:17:33,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-d332927f-eba5-45dd-935c-446191458871 Date: Thu, 19 Jul 2018 15:17:33 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-19T15:17:31Z","tenant_id":"9f8c801a5e8d43b0a8d5392a78efc04c","created_at":"2018-07-19T15:17:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"9f8c801a5e8d43b0a8d5392a78efc04c","id":"ac1a6d3a-6bf5-48f4-a8ac-33f404ebf0c4","name":"tenantnetwork2-net_b06871d3-6cbf-4fda-a99c-c6f3220410ae"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","name":"external"}]} 2018-07-19 15:17:33,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d332927f-eba5-45dd-935c-446191458871 2018-07-19 15:17:33,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.10635590553s 2018-07-19 15:17:33,158 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d332927f-eba5-45dd-935c-446191458871 2018-07-19 15:17:33,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 15:17:33,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}ea0781fe601fe08be04ef2c7056a74914a9f067a" -d '{"subnet": {"name": "tenantnetwork2-subnet_b06871d3-6cbf-4fda-a99c-c6f3220410ae", "enable_dhcp": true, "network_id": "ac1a6d3a-6bf5-48f4-a8ac-33f404ebf0c4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 15:17:34,808 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f475c298-b042-41cc-a8bf-4075b650ea8c Date: Thu, 19 Jul 2018 15:17:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac1a6d3a-6bf5-48f4-a8ac-33f404ebf0c4","tenant_id":"9f8c801a5e8d43b0a8d5392a78efc04c","created_at":"2018-07-19T15:17:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:17:34Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"9f8c801a5e8d43b0a8d5392a78efc04c","id":"f7fff9f3-2afc-4efc-b296-72290aa10aa1","subnetpool_id":null,"name":"tenantnetwork2-subnet_b06871d3-6cbf-4fda-a99c-c6f3220410ae"}} 2018-07-19 15:17:34,808 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-f475c298-b042-41cc-a8bf-4075b650ea8c 2018-07-19 15:17:34,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.649050951s 2018-07-19 15:17:34,809 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-f475c298-b042-41cc-a8bf-4075b650ea8c 2018-07-19 15:17:34,809 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T15:17:34Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'f7fff9f3-2afc-4efc-b296-72290aa10aa1', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_b06871d3-6cbf-4fda-a99c-c6f3220410ae', u'enable_dhcp': True, u'network_id': u'ac1a6d3a-6bf5-48f4-a8ac-33f404ebf0c4', u'tenant_id': u'9f8c801a5e8d43b0a8d5392a78efc04c', u'created_at': u'2018-07-19T15:17:34Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'9f8c801a5e8d43b0a8d5392a78efc04c'}) 2018-07-19 15:17:34,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 15:17:34,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}ea0781fe601fe08be04ef2c7056a74914a9f067a" -d '{"router": {"external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d"}, "name": "tenantnetwork2-router_b06871d3-6cbf-4fda-a99c-c6f3220410ae", "admin_state_up": true}}' 2018-07-19 15:17:37,099 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-6dd96de7-f8fd-4ead-b81c-d972c0294f33 Date: Thu, 19 Jul 2018 15:17:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9ca5b98-e387-4148-b42d-c22d07aa7079", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "created_at": "2018-07-19T15:17:35Z", "admin_state_up": true, "updated_at": "2018-07-19T15:17:36Z", "revision_number": 2, "routes": [], "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "id": "79bf5309-e69a-4ffc-8bea-ec10d1ea7631", "name": "tenantnetwork2-router_b06871d3-6cbf-4fda-a99c-c6f3220410ae"}} 2018-07-19 15:17:37,099 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-6dd96de7-f8fd-4ead-b81c-d972c0294f33 2018-07-19 15:17:37,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.28923082352s 2018-07-19 15:17:37,099 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-6dd96de7-f8fd-4ead-b81c-d972c0294f33 2018-07-19 15:17:37,100 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'b74ea510-ba57-4f85-8b9f-14fc3006297d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9ca5b98-e387-4148-b42d-c22d07aa7079', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9f8c801a5e8d43b0a8d5392a78efc04c', u'created_at': u'2018-07-19T15:17:35Z', u'admin_state_up': True, u'updated_at': u'2018-07-19T15:17:36Z', u'revision_number': 2, u'routes': [], u'project_id': u'9f8c801a5e8d43b0a8d5392a78efc04c', u'id': u'79bf5309-e69a-4ffc-8bea-ec10d1ea7631', u'name': u'tenantnetwork2-router_b06871d3-6cbf-4fda-a99c-c6f3220410ae'}) 2018-07-19 15:17:37,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 15:17:37,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/79bf5309-e69a-4ffc-8bea-ec10d1ea7631/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}ea0781fe601fe08be04ef2c7056a74914a9f067a" -d '{"subnet_id": "f7fff9f3-2afc-4efc-b296-72290aa10aa1"}' 2018-07-19 15:17:39,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1092435c-d2ea-42ab-b0f3-d66d391ec51b Date: Thu, 19 Jul 2018 15:17:39 GMT RESP BODY: {"network_id": "ac1a6d3a-6bf5-48f4-a8ac-33f404ebf0c4", "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "subnet_id": "f7fff9f3-2afc-4efc-b296-72290aa10aa1", "subnet_ids": ["f7fff9f3-2afc-4efc-b296-72290aa10aa1"], "port_id": "9686f8c0-e29f-4045-a24e-4be23eabec79", "id": "79bf5309-e69a-4ffc-8bea-ec10d1ea7631"} 2018-07-19 15:17:39,203 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/79bf5309-e69a-4ffc-8bea-ec10d1ea7631/add_router_interface.json used request id req-1092435c-d2ea-42ab-b0f3-d66d391ec51b 2018-07-19 15:17:39,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.10282802582s 2018-07-19 15:17:39,204 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/79bf5309-e69a-4ffc-8bea-ec10d1ea7631/add_router_interface.json used request id req-1092435c-d2ea-42ab-b0f3-d66d391ec51b returning object 79bf5309-e69a-4ffc-8bea-ec10d1ea7631 2018-07-19 15:17:39,327 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 15:17:39,327 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-19 15:17:39,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 15:17:39,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/79bf5309-e69a-4ffc-8bea-ec10d1ea7631/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}ea0781fe601fe08be04ef2c7056a74914a9f067a" -d '{"subnet_id": "f7fff9f3-2afc-4efc-b296-72290aa10aa1"}' 2018-07-19 15:17:41,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1cd91e8e-1910-432e-92c3-52dca2ffd530 Date: Thu, 19 Jul 2018 15:17:41 GMT RESP BODY: {"network_id": "ac1a6d3a-6bf5-48f4-a8ac-33f404ebf0c4", "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "subnet_id": "f7fff9f3-2afc-4efc-b296-72290aa10aa1", "subnet_ids": ["f7fff9f3-2afc-4efc-b296-72290aa10aa1"], "port_id": "9686f8c0-e29f-4045-a24e-4be23eabec79", "id": "79bf5309-e69a-4ffc-8bea-ec10d1ea7631"} 2018-07-19 15:17:41,086 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/79bf5309-e69a-4ffc-8bea-ec10d1ea7631/remove_router_interface.json used request id req-1cd91e8e-1910-432e-92c3-52dca2ffd530 2018-07-19 15:17:41,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.75325608253s 2018-07-19 15:17:41,086 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/79bf5309-e69a-4ffc-8bea-ec10d1ea7631/remove_router_interface.json used request id req-1cd91e8e-1910-432e-92c3-52dca2ffd530 returning object 79bf5309-e69a-4ffc-8bea-ec10d1ea7631 2018-07-19 15:17:41,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 15:17:41,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}ea0781fe601fe08be04ef2c7056a74914a9f067a" 2018-07-19 15:17:41,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-19fe3311-9a73-4789-a99a-f479217b5a78 Date: Thu, 19 Jul 2018 15:17:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9ca5b98-e387-4148-b42d-c22d07aa7079", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "created_at": "2018-07-19T15:17:35Z", "admin_state_up": true, "updated_at": "2018-07-19T15:17:40Z", "revision_number": 4, "routes": [], "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "id": "79bf5309-e69a-4ffc-8bea-ec10d1ea7631", "name": "tenantnetwork2-router_b06871d3-6cbf-4fda-a99c-c6f3220410ae"}]} 2018-07-19 15:17:41,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-19fe3311-9a73-4789-a99a-f479217b5a78 2018-07-19 15:17:41,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.538066148758s 2018-07-19 15:17:41,625 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-19fe3311-9a73-4789-a99a-f479217b5a78 2018-07-19 15:17:41,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 15:17:41,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/79bf5309-e69a-4ffc-8bea-ec10d1ea7631.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea0781fe601fe08be04ef2c7056a74914a9f067a" 2018-07-19 15:17:43,373 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa3173c5-c807-41bc-91c4-e6fc17cd724d Content-Length: 0 Date: Thu, 19 Jul 2018 15:17:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:17:43,373 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/79bf5309-e69a-4ffc-8bea-ec10d1ea7631.json used request id req-aa3173c5-c807-41bc-91c4-e6fc17cd724d 2018-07-19 15:17:43,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.74613499641s 2018-07-19 15:17:43,373 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/79bf5309-e69a-4ffc-8bea-ec10d1ea7631.json used request id req-aa3173c5-c807-41bc-91c4-e6fc17cd724d 2018-07-19 15:17:43,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 15:17:43,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}ea0781fe601fe08be04ef2c7056a74914a9f067a" 2018-07-19 15:17:44,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-8f3d17f0-4ccb-4f4c-b80e-00b773d0a7bf Date: Thu, 19 Jul 2018 15:17:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac1a6d3a-6bf5-48f4-a8ac-33f404ebf0c4","tenant_id":"9f8c801a5e8d43b0a8d5392a78efc04c","created_at":"2018-07-19T15:17:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:17:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"9f8c801a5e8d43b0a8d5392a78efc04c","id":"f7fff9f3-2afc-4efc-b296-72290aa10aa1","subnetpool_id":null,"name":"tenantnetwork2-subnet_b06871d3-6cbf-4fda-a99c-c6f3220410ae"}]} 2018-07-19 15:17:44,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8f3d17f0-4ccb-4f4c-b80e-00b773d0a7bf 2018-07-19 15:17:44,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.889284849167s 2018-07-19 15:17:44,263 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8f3d17f0-4ccb-4f4c-b80e-00b773d0a7bf 2018-07-19 15:17:44,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 15:17:44,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/f7fff9f3-2afc-4efc-b296-72290aa10aa1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea0781fe601fe08be04ef2c7056a74914a9f067a" 2018-07-19 15:17:47,577 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1ed6bead-4c9f-423f-af24-f02ef30e804d Date: Thu, 19 Jul 2018 15:17:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:17:47,577 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/f7fff9f3-2afc-4efc-b296-72290aa10aa1.json used request id req-1ed6bead-4c9f-423f-af24-f02ef30e804d 2018-07-19 15:17:47,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.31287884712s 2018-07-19 15:17:47,578 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/f7fff9f3-2afc-4efc-b296-72290aa10aa1.json used request id req-1ed6bead-4c9f-423f-af24-f02ef30e804d 2018-07-19 15:17:47,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:17:47,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}ea0781fe601fe08be04ef2c7056a74914a9f067a" 2018-07-19 15:17:48,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-0165def5-42b4-4b06-baf9-b7414638245e Date: Thu, 19 Jul 2018 15:17:48 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-19T15:17:47Z","tenant_id":"9f8c801a5e8d43b0a8d5392a78efc04c","created_at":"2018-07-19T15:17:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9f8c801a5e8d43b0a8d5392a78efc04c","id":"ac1a6d3a-6bf5-48f4-a8ac-33f404ebf0c4","name":"tenantnetwork2-net_b06871d3-6cbf-4fda-a99c-c6f3220410ae"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","name":"external"}]} 2018-07-19 15:17:48,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0165def5-42b4-4b06-baf9-b7414638245e 2018-07-19 15:17:48,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.474454879761s 2018-07-19 15:17:48,053 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0165def5-42b4-4b06-baf9-b7414638245e 2018-07-19 15:17:48,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 15:17:48,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/ac1a6d3a-6bf5-48f4-a8ac-33f404ebf0c4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea0781fe601fe08be04ef2c7056a74914a9f067a" 2018-07-19 15:17:49,088 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e95f1d7f-fe72-4336-94b0-98816ca4f161 Date: Thu, 19 Jul 2018 15:17:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:17:49,088 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/ac1a6d3a-6bf5-48f4-a8ac-33f404ebf0c4.json used request id req-e95f1d7f-fe72-4336-94b0-98816ca4f161 2018-07-19 15:17:49,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.03407406807s 2018-07-19 15:17:49,089 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/ac1a6d3a-6bf5-48f4-a8ac-33f404ebf0c4.json used request id req-e95f1d7f-fe72-4336-94b0-98816ca4f161 2018-07-19 15:17:49,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 15:17:49,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f6b5e162c27794a63f7916a1a8dee875c96c7723" 2018-07-19 15:17:49,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7957cbb-9a5f-4343-a8ed-4cc5411ef6b5 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/37000be35cb64bffbfba6f8747b5a038"}, "domain_id": "default", "enabled": true, "options": {}, "id": "37000be35cb64bffbfba6f8747b5a038", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/43e8dce6cabc46db97fff83134d6f611"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43e8dce6cabc46db97fff83134d6f611", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/5d70f478784d418baecdeb0bb6195c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d70f478784d418baecdeb0bb6195c82", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/65c25d91e04547f4adb599eaf44ac3e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c25d91e04547f4adb599eaf44ac3e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/97574d93f3ba4b898aa0ede559c79c3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "97574d93f3ba4b898aa0ede559c79c3b", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/a49beb8a4f7943ddb60db9c89c8dd329"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a49beb8a4f7943ddb60db9c89c8dd329", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/a6ded9f63a8e465e853e9bfe85ca9d6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6ded9f63a8e465e853e9bfe85ca9d6d", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/a7fa9f4d0d1a4bc4bc408af0f2dca3a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7fa9f4d0d1a4bc4bc408af0f2dca3a3", "email": "panko@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_b06871d3-6cbf-4fda-a99c-c6f3220410ae", "links": {"self": "http://172.30.9.27:5000/v3/users/a8d73e0484704287857121261c2a4a56"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a8d73e0484704287857121261c2a4a56", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/aec7ef653ad14251b31b13b80a39b8e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec7ef653ad14251b31b13b80a39b8e0", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b9918efab4ff4513b04ec2a5c3c2ec83"}, "domain_id": "115922a7b3214ad0aa00b54a84360fdf", "enabled": true, "options": {}, "id": "b9918efab4ff4513b04ec2a5c3c2ec83", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/be589fcc23044bec983a142248de7b03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be589fcc23044bec983a142248de7b03", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/cd873df4a7644be5910b067909ed4b92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd873df4a7644be5910b067909ed4b92", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/e9b708f325e148f299ae7af945eb2e55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9b708f325e148f299ae7af945eb2e55", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/f3b2ef3fe4c14b76934c4322efffcc55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3b2ef3fe4c14b76934c4322efffcc55", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-19 15:17:49,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a7957cbb-9a5f-4343-a8ed-4cc5411ef6b5 2018-07-19 15:17:49,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.127922058105s 2018-07-19 15:17:49,218 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a7957cbb-9a5f-4343-a8ed-4cc5411ef6b5 2018-07-19 15:17:49,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 15:17:49,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/a8d73e0484704287857121261c2a4a56 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6b5e162c27794a63f7916a1a8dee875c96c7723" 2018-07-19 15:17:49,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03fc99c1-4e33-4084-b7cf-f9f85dc9d363 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_b06871d3-6cbf-4fda-a99c-c6f3220410ae", "links": {"self": "http://172.30.9.27:5000/v3/users/a8d73e0484704287857121261c2a4a56"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "a8d73e0484704287857121261c2a4a56", "description": null}} 2018-07-19 15:17:49,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/a8d73e0484704287857121261c2a4a56 used request id req-03fc99c1-4e33-4084-b7cf-f9f85dc9d363 2018-07-19 15:17:49,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114784002304s 2018-07-19 15:17:49,339 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/a8d73e0484704287857121261c2a4a56 used request id req-03fc99c1-4e33-4084-b7cf-f9f85dc9d363 2018-07-19 15:17:49,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-19 15:17:49,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/a8d73e0484704287857121261c2a4a56 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6b5e162c27794a63f7916a1a8dee875c96c7723" 2018-07-19 15:17:49,662 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:17:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e736052-de5f-4d4c-87ac-77472edd289f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 15:17:49,662 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/a8d73e0484704287857121261c2a4a56 used request id req-9e736052-de5f-4d4c-87ac-77472edd289f 2018-07-19 15:17:49,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.323200941086s 2018-07-19 15:17:49,663 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/a8d73e0484704287857121261c2a4a56 used request id req-9e736052-de5f-4d4c-87ac-77472edd289f 2018-07-19 15:17:49,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 15:17:49,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f6b5e162c27794a63f7916a1a8dee875c96c7723" 2018-07-19 15:17:49,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdc7f804-55ca-4db8-a9ce-0668837b59dc Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7d50cfbadfca4f97bb43893af276dd48"}, "tags": [], "enabled": true, "id": "7d50cfbadfca4f97bb43893af276dd48", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.27:5000/v3/projects/9f8c801a5e8d43b0a8d5392a78efc04c"}, "tags": [], "enabled": true, "id": "9f8c801a5e8d43b0a8d5392a78efc04c", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_b06871d3-6cbf-4fda-a99c-c6f3220410ae"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757"}, "tags": [], "enabled": true, "id": "c55653f9c43d4f42abb964f57f2b6757", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-19 15:17:49,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-bdc7f804-55ca-4db8-a9ce-0668837b59dc 2018-07-19 15:17:49,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.215866088867s 2018-07-19 15:17:49,885 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-bdc7f804-55ca-4db8-a9ce-0668837b59dc 2018-07-19 15:17:49,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-19 15:17:49,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/9f8c801a5e8d43b0a8d5392a78efc04c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6b5e162c27794a63f7916a1a8dee875c96c7723" 2018-07-19 15:17:50,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:17:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7501167a-030b-4979-94d5-f9b7257b6125 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 15:17:50,107 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/9f8c801a5e8d43b0a8d5392a78efc04c used request id req-7501167a-030b-4979-94d5-f9b7257b6125 2018-07-19 15:17:50,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.217412948608s 2018-07-19 15:17:50,107 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/9f8c801a5e8d43b0a8d5392a78efc04c used request id req-7501167a-030b-4979-94d5-f9b7257b6125 2018-07-19 15:17:50,159 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-07-19 15:17:50,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 15:17:50,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 15:17:50,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 15:17:50,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 15:17:50,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 15:17:50,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 15:17:50,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 15:17:50,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 15:17:50,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 15:17:50,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 15:17:50,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 15:17:50,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 15:17:50,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 15:17:50,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 15:17:50,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 15:17:50,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 15:17:50,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 15:17:50,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 15:17:50,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 15:17:50,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 15:17:50,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 15:17:50,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 15:17:50,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:17:50,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-184bd216-83fa-4089-9385-71abdbfe58e1 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.27:5000/v3/", "rel": "self"}]}} 2018-07-19 15:17:50,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-184bd216-83fa-4089-9385-71abdbfe58e1 2018-07-19 15:17:50,238 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-19 15:17:50,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e510a8d85f2843e7adb74eb79b019a06", "name": "member"}, {"id": "86acc0178aab498c8596bc00783cc977", "name": "admin"}, {"id": "96135507935b4266a5faae8ccf385c73", "name": "reader"}], "expires_at": "2018-07-19T16:17:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d50cfbadfca4f97bb43893af276dd48", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2e208dfc044aa5b8b32dcee96757ba"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51b4b6ff8bdc45ab81b943defdd3ccaf"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8a1d6ff5b704eb29b141ee342007a82"}], "type": "volumev2", "id": "0089826d3475488dae0cd8029a6a00c0", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "adcdacaa3de841c99109cea84120388e"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b58a6aa01e8946d284128d1f663ae0a2"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d429741a29b242399dd74260160b73fe"}], "type": "image", "id": "191daf233b3f4c6c83d53a15b8cd7ef6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e85124444324bbfb8cecbdce7961bff"}, {"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6173b753eb9942268c18baa91145b9a2"}, {"url": "http://172.30.9.27:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd03f23581044097bcce7c81c93215c6"}], "type": "volume", "id": "1d989ac5b227497496a10f6d9faf549a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fc4ef2d750c4715abaa6c2cce36765c"}, {"url": "http://172.30.9.27:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58c077b0bf844702a9e4c22a36fa4ad2"}, {"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77187bf0dae0492eb7451b02ba327210"}], "type": "orchestration", "id": "27a6dd74121743ce9a3f1aa6bb914040", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "135de0c6bef648d6951e6fcbdb30912d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9db63137fbf54ac3b9585d39a97f0841"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c76d4c40a416487e9ac8ee9d5fee0ef0"}], "type": "alarming", "id": "2c87e1400a454e08b94f6db84c372213", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6731b468ee264228a16bb2d1502d6421"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b31949a272764a809f8839f4e198a281"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "faf96e0d93424360add49cbd24e78f56"}], "type": "placement", "id": "43359fd69b874031ab493522a6799c48", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcdd040951d4fa7af84456c1ad6e6ca"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "365279d676ed4582a8e04aa4696c9365"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd0db987f12d4c0e8b24c6f8c68e35ee"}], "type": "event", "id": "505dbdade868480b8e5f458d3d6f397a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2657dc9b83014ed69b636cc84a6cac26"}, {"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8752b7f1ced848d2a31544bcf2a29ad7"}, {"url": "http://172.30.9.27:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b23aeba821e74bb084df8b8176e12450"}], "type": "volumev3", "id": "626a25c6775e4ee79e4a4d076676ea89", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b51bde020ed46cbb997bde098dda2e1"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5dc927980d40442facdd0077ef7504c3"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be66c97a2f014e68b4a6d6cba02a7016"}], "type": "cloudformation", "id": "62781e9a4b184985950b99af5ea789f4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e873e1ef1904496adf0a6203be32e6e"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "533f339425a24eb58e36635e658b057c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dcf4c2ccb7cb4a75972ea128a3dc908e"}], "type": "network", "id": "62b4c9ae32d34228865f4d922a940e6d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "815fa25cb430425ea964e90174bf9db2"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6629a9fff044809b40eb48bd8f8318c"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c85d44c528634a1c8568f72ed48e8662"}], "type": "identity", "id": "7491d69be9c94fecb490ef7eaeff0a5b", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "488912e67ad74a3c9d879af63fb34b9a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be6e984f7840430f861aa4b4dc16f702"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3b1c4ef0c54ddea7dc65c83679024d"}], "type": "compute", "id": "bf8f20e3740d42f0a63f4cb15500efd0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "d9b916eb514844f9a6938dd47cadb3d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "334f33c5c1ac4993ba84dfb6dcd5afcb"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62632aa017c5405b8e480e86059930a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "990b5f5231024fe7a50f73995de9655a"}], "type": "metric", "id": "e2cedfe1577c444bb48df428931b7904", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0687c97ee785449ebc34ed9be84c59c8"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d4cdd2da49b4446b27c825128de942f"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d77647bf8194490821b01953e4c2406"}], "type": "object-store", "id": "f7d54c1162c34fb68cd02f2c4c9075a1", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aec7ef653ad14251b31b13b80a39b8e0"}, "audit_ids": ["TTJe3eOXTuWH2nYY-qwaxA"], "issued_at": "2018-07-19T15:17:50.000000Z"}} 2018-07-19 15:17:50,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:17:50,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" 2018-07-19 15:17:50,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f9da4b2a-af23-44f1-9216-691b277b9976 Date: Thu, 19 Jul 2018 15:17:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"}]} 2018-07-19 15:17:50,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f9da4b2a-af23-44f1-9216-691b277b9976 2018-07-19 15:17:50,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.290919065475s 2018-07-19 15:17:50,933 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f9da4b2a-af23-44f1-9216-691b277b9976 2018-07-19 15:17:50,934 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-07-19 15:17:50,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 15:17:50,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" -d '{"network": {"name": "vmready1-net_354ee04b-40b4-4952-a8ce-c06f2e830e4f", "admin_state_up": true}}' 2018-07-19 15:17:51,394 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-d0b1e69f-059a-4ad5-a1d6-7ab4f2754db7 Date: Thu, 19 Jul 2018 15:17:51 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c4acaa28-3ed9-486c-8b83-485fa223ff26","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7d50cfbadfca4f97bb43893af276dd48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T15:17:51Z","is_default":false,"provider:segmentation_id":58,"name":"vmready1-net_354ee04b-40b4-4952-a8ce-c06f2e830e4f","admin_state_up":true,"tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:17:51Z","mtu":1450}} 2018-07-19 15:17:51,395 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d0b1e69f-059a-4ad5-a1d6-7ab4f2754db7 2018-07-19 15:17:51,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.460253000259s 2018-07-19 15:17:51,395 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d0b1e69f-059a-4ad5-a1d6-7ab4f2754db7 2018-07-19 15:17:51,395 - 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-19T15:17:51Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'c4acaa28-3ed9-486c-8b83-485fa223ff26', u'provider:segmentation_id': 58, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_354ee04b-40b4-4952-a8ce-c06f2e830e4f', u'admin_state_up': True, u'tenant_id': u'7d50cfbadfca4f97bb43893af276dd48', u'created_at': u'2018-07-19T15:17:51Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7d50cfbadfca4f97bb43893af276dd48'}) 2018-07-19 15:17:51,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:17:51,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" 2018-07-19 15:17:51,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-3e7531f3-4a2c-46a5-b2cf-76977fcc7eca Date: Thu, 19 Jul 2018 15:17:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c4acaa28-3ed9-486c-8b83-485fa223ff26","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7d50cfbadfca4f97bb43893af276dd48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T15:17:51Z","provider:segmentation_id":58,"name":"vmready1-net_354ee04b-40b4-4952-a8ce-c06f2e830e4f","admin_state_up":true,"tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:17:51Z","provider:network_type":"vxlan"}]} 2018-07-19 15:17:51,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3e7531f3-4a2c-46a5-b2cf-76977fcc7eca 2018-07-19 15:17:51,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.327801942825s 2018-07-19 15:17:51,724 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3e7531f3-4a2c-46a5-b2cf-76977fcc7eca 2018-07-19 15:17:51,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 15:17:51,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" -d '{"subnet": {"name": "vmready1-subnet_354ee04b-40b4-4952-a8ce-c06f2e830e4f", "enable_dhcp": true, "network_id": "c4acaa28-3ed9-486c-8b83-485fa223ff26", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 15:17:52,706 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-88c3fa11-49d1-4186-8a06-d15be9881525 Date: Thu, 19 Jul 2018 15:17:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c4acaa28-3ed9-486c-8b83-485fa223ff26","tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:17:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:17:52Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"7d50cfbadfca4f97bb43893af276dd48","id":"ea854cc0-2d0b-445f-9ad1-4242cfa3cdfc","subnetpool_id":null,"name":"vmready1-subnet_354ee04b-40b4-4952-a8ce-c06f2e830e4f"}} 2018-07-19 15:17:52,706 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-88c3fa11-49d1-4186-8a06-d15be9881525 2018-07-19 15:17:52,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.980252981186s 2018-07-19 15:17:52,707 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-88c3fa11-49d1-4186-8a06-d15be9881525 2018-07-19 15:17:52,707 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T15:17:52Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'ea854cc0-2d0b-445f-9ad1-4242cfa3cdfc', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_354ee04b-40b4-4952-a8ce-c06f2e830e4f', u'enable_dhcp': True, u'network_id': u'c4acaa28-3ed9-486c-8b83-485fa223ff26', u'tenant_id': u'7d50cfbadfca4f97bb43893af276dd48', u'created_at': u'2018-07-19T15:17:52Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'7d50cfbadfca4f97bb43893af276dd48'}) 2018-07-19 15:17:52,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 15:17:52,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" -d '{"router": {"external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d"}, "name": "vmready1-router_354ee04b-40b4-4952-a8ce-c06f2e830e4f", "admin_state_up": true}}' 2018-07-19 15:17:55,105 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-d33a293f-668e-4f3d-b415-1e6b0b1373d1 Date: Thu, 19 Jul 2018 15:17:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9ca5b98-e387-4148-b42d-c22d07aa7079", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "created_at": "2018-07-19T15:17:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-19T15:17:54Z", "revision_number": 2, "routes": [], "project_id": "7d50cfbadfca4f97bb43893af276dd48", "id": "071c5d39-1ed0-4ada-aaa0-2af74b7a45df", "name": "vmready1-router_354ee04b-40b4-4952-a8ce-c06f2e830e4f"}} 2018-07-19 15:17:55,105 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-d33a293f-668e-4f3d-b415-1e6b0b1373d1 2018-07-19 15:17:55,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.39719486237s 2018-07-19 15:17:55,106 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-d33a293f-668e-4f3d-b415-1e6b0b1373d1 2018-07-19 15:17:55,106 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'b74ea510-ba57-4f85-8b9f-14fc3006297d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9ca5b98-e387-4148-b42d-c22d07aa7079', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7d50cfbadfca4f97bb43893af276dd48', u'created_at': u'2018-07-19T15:17:53Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-19T15:17:54Z', u'revision_number': 2, u'routes': [], u'project_id': u'7d50cfbadfca4f97bb43893af276dd48', u'id': u'071c5d39-1ed0-4ada-aaa0-2af74b7a45df', u'name': u'vmready1-router_354ee04b-40b4-4952-a8ce-c06f2e830e4f'}) 2018-07-19 15:17:55,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 15:17:55,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/071c5d39-1ed0-4ada-aaa0-2af74b7a45df/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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" -d '{"subnet_id": "ea854cc0-2d0b-445f-9ad1-4242cfa3cdfc"}' 2018-07-19 15:17:57,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e48133f3-1c85-47f4-a660-951c23004cb4 Date: Thu, 19 Jul 2018 15:17:57 GMT RESP BODY: {"network_id": "c4acaa28-3ed9-486c-8b83-485fa223ff26", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "subnet_id": "ea854cc0-2d0b-445f-9ad1-4242cfa3cdfc", "subnet_ids": ["ea854cc0-2d0b-445f-9ad1-4242cfa3cdfc"], "port_id": "c578c87f-7573-46e4-bf9a-a937962ee7f1", "id": "071c5d39-1ed0-4ada-aaa0-2af74b7a45df"} 2018-07-19 15:17:57,350 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/071c5d39-1ed0-4ada-aaa0-2af74b7a45df/add_router_interface.json used request id req-e48133f3-1c85-47f4-a660-951c23004cb4 2018-07-19 15:17:57,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.24352383614s 2018-07-19 15:17:57,351 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/071c5d39-1ed0-4ada-aaa0-2af74b7a45df/add_router_interface.json used request id req-e48133f3-1c85-47f4-a660-951c23004cb4 returning object 071c5d39-1ed0-4ada-aaa0-2af74b7a45df 2018-07-19 15:17:57,351 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 15:17:57,478 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-19 15:17:57,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:17:57,485 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Thu, 19 Jul 2018 15:17:57 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-07-19 15:17:57,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:17:57,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" 2018-07-19 15:17:58,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-863ffb9f-fe86-413b-8dca-c682c2d8572e Date: Thu, 19 Jul 2018 15:17:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:17:58,183 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-863ffb9f-fe86-413b-8dca-c682c2d8572e 2018-07-19 15:17:58,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.693639039993s 2018-07-19 15:17:58,183 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-863ffb9f-fe86-413b-8dca-c682c2d8572e 2018-07-19 15:17:58,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-19 15:17:58,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_354ee04b-40b4-4952-a8ce-c06f2e830e4f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_354ee04b-40b4-4952-a8ce-c06f2e830e4f"}' 2018-07-19 15:17:59,019 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/6d8741c1-1746-4c14-8057-97b1d1901b6d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b9222416-748b-42ce-9c3a-c349e1195cc9 Date: Thu, 19 Jul 2018 15:17:59 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6d8741c1-1746-4c14-8057-97b1d1901b6d/file", "owner": "7d50cfbadfca4f97bb43893af276dd48", "id": "6d8741c1-1746-4c14-8057-97b1d1901b6d", "size": null, "self": "/v2/images/6d8741c1-1746-4c14-8057-97b1d1901b6d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:17:58Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_354ee04b-40b4-4952-a8ce-c06f2e830e4f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_354ee04b-40b4-4952-a8ce-c06f2e830e4f", "checksum": null, "created_at": "2018-07-19T15:17:58Z", "protected": false} 2018-07-19 15:17:59,019 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-b9222416-748b-42ce-9c3a-c349e1195cc9 2018-07-19 15:17:59,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.827373981476s 2018-07-19 15:17:59,019 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-b9222416-748b-42ce-9c3a-c349e1195cc9 returning object 6d8741c1-1746-4c14-8057-97b1d1901b6d 2018-07-19 15:17:59,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-19 15:17:59,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/6d8741c1-1746-4c14-8057-97b1d1901b6d/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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" -d '' 2018-07-19 15:18:02,251 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7cfa94da-6eed-4f5a-87ea-0ab76f40af1e Date: Thu, 19 Jul 2018 15:18: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-19 15:18:02,251 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/6d8741c1-1746-4c14-8057-97b1d1901b6d/file used request id req-7cfa94da-6eed-4f5a-87ea-0ab76f40af1e 2018-07-19 15:18:02,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.23127484322s 2018-07-19 15:18:02,252 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/6d8741c1-1746-4c14-8057-97b1d1901b6d/file used request id req-7cfa94da-6eed-4f5a-87ea-0ab76f40af1e 2018-07-19 15:18:02,252 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready1-img_354ee04b-40b4-4952-a8ce-c06f2e830e4f', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-19T15:17:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/6d8741c1-1746-4c14-8057-97b1d1901b6d/file', u'owner': u'7d50cfbadfca4f97bb43893af276dd48', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'6d8741c1-1746-4c14-8057-97b1d1901b6d', u'size': None, u'name': u'vmready1-img_354ee04b-40b4-4952-a8ce-c06f2e830e4f', u'checksum': None, u'self': u'/v2/images/6d8741c1-1746-4c14-8057-97b1d1901b6d', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-19T15:17:58Z', u'schema': u'/v2/schemas/image'}) 2018-07-19 15:18:02,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-19 15:18:02,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_354ee04b-40b4-4952-a8ce-c06f2e830e4f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-19 15:18:03,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18: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-0a3c2553-90c5-4a13-8367-0a59e01cb3e1 x-compute-request-id: req-0a3c2553-90c5-4a13-8367-0a59e01cb3e1 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_354ee04b-40b4-4952-a8ce-c06f2e830e4f", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/952d35f0-55dc-47b4-be63-f87e05e26e49", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/952d35f0-55dc-47b4-be63-f87e05e26e49", "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": "952d35f0-55dc-47b4-be63-f87e05e26e49"}} 2018-07-19 15:18:03,020 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-0a3c2553-90c5-4a13-8367-0a59e01cb3e1 2018-07-19 15:18:03,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.767120838165s 2018-07-19 15:18:03,020 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-0a3c2553-90c5-4a13-8367-0a59e01cb3e1 2018-07-19 15:18:03,021 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_354ee04b-40b4-4952-a8ce-c06f2e830e4f', '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'7d50cfbadfca4f97bb43893af276dd48', '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'952d35f0-55dc-47b4-be63-f87e05e26e49', 'swap': 0}) 2018-07-19 15:18:03,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-19 15:18:03,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/952d35f0-55dc-47b4-be63-f87e05e26e49/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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" -d '{"extra_specs": {}}' 2018-07-19 15:18:03,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18: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-3514094d-a9ec-460b-bcf5-f923e52f7c18 x-compute-request-id: req-3514094d-a9ec-460b-bcf5-f923e52f7c18 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 15:18:03,153 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/952d35f0-55dc-47b4-be63-f87e05e26e49/os-extra_specs used request id req-3514094d-a9ec-460b-bcf5-f923e52f7c18 2018-07-19 15:18:03,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.131469011307s 2018-07-19 15:18:03,154 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/952d35f0-55dc-47b4-be63-f87e05e26e49/os-extra_specs used request id req-3514094d-a9ec-460b-bcf5-f923e52f7c18 2018-07-19 15:18:03,264 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 15:18:03,264 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-19 15:18:03,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 15:18:03,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/071c5d39-1ed0-4ada-aaa0-2af74b7a45df/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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" -d '{"subnet_id": "ea854cc0-2d0b-445f-9ad1-4242cfa3cdfc"}' 2018-07-19 15:18:04,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3928f069-801f-482a-8d37-57d6a47d9d9a Date: Thu, 19 Jul 2018 15:18:04 GMT RESP BODY: {"network_id": "c4acaa28-3ed9-486c-8b83-485fa223ff26", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "subnet_id": "ea854cc0-2d0b-445f-9ad1-4242cfa3cdfc", "subnet_ids": ["ea854cc0-2d0b-445f-9ad1-4242cfa3cdfc"], "port_id": "c578c87f-7573-46e4-bf9a-a937962ee7f1", "id": "071c5d39-1ed0-4ada-aaa0-2af74b7a45df"} 2018-07-19 15:18:04,846 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/071c5d39-1ed0-4ada-aaa0-2af74b7a45df/remove_router_interface.json used request id req-3928f069-801f-482a-8d37-57d6a47d9d9a 2018-07-19 15:18:04,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.57694101334s 2018-07-19 15:18:04,847 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/071c5d39-1ed0-4ada-aaa0-2af74b7a45df/remove_router_interface.json used request id req-3928f069-801f-482a-8d37-57d6a47d9d9a returning object 071c5d39-1ed0-4ada-aaa0-2af74b7a45df 2018-07-19 15:18:04,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 15:18:04,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" 2018-07-19 15:18:05,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-0aab4e85-5cb3-4677-b592-85bbbdf6a9d6 Date: Thu, 19 Jul 2018 15:18:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9ca5b98-e387-4148-b42d-c22d07aa7079", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "created_at": "2018-07-19T15:17:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-19T15:18:04Z", "revision_number": 4, "routes": [], "project_id": "7d50cfbadfca4f97bb43893af276dd48", "id": "071c5d39-1ed0-4ada-aaa0-2af74b7a45df", "name": "vmready1-router_354ee04b-40b4-4952-a8ce-c06f2e830e4f"}]} 2018-07-19 15:18:05,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-0aab4e85-5cb3-4677-b592-85bbbdf6a9d6 2018-07-19 15:18:05,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.11437106133s 2018-07-19 15:18:05,962 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-0aab4e85-5cb3-4677-b592-85bbbdf6a9d6 2018-07-19 15:18:05,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 15:18:05,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/071c5d39-1ed0-4ada-aaa0-2af74b7a45df.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" 2018-07-19 15:18:07,785 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-744946dd-3605-422d-a3c7-66bad3f826fa Content-Length: 0 Date: Thu, 19 Jul 2018 15:18:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:18:07,786 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/071c5d39-1ed0-4ada-aaa0-2af74b7a45df.json used request id req-744946dd-3605-422d-a3c7-66bad3f826fa 2018-07-19 15:18:07,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.82285714149s 2018-07-19 15:18:07,786 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/071c5d39-1ed0-4ada-aaa0-2af74b7a45df.json used request id req-744946dd-3605-422d-a3c7-66bad3f826fa 2018-07-19 15:18:07,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 15:18:07,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" 2018-07-19 15:18:08,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1282 X-Openstack-Request-Id: req-4f9adfe1-1c4e-4e31-bc0a-85c4f3c877f3 Date: Thu, 19 Jul 2018 15:18:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:57Z","dns_nameservers":[],"updated_at":"2018-07-19T15:13:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"c9ca5b98-e387-4148-b42d-c22d07aa7079","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c4acaa28-3ed9-486c-8b83-485fa223ff26","tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:17:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:17:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"7d50cfbadfca4f97bb43893af276dd48","id":"ea854cc0-2d0b-445f-9ad1-4242cfa3cdfc","subnetpool_id":null,"name":"vmready1-subnet_354ee04b-40b4-4952-a8ce-c06f2e830e4f"}]} 2018-07-19 15:18:08,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4f9adfe1-1c4e-4e31-bc0a-85c4f3c877f3 2018-07-19 15:18:08,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.226940155029s 2018-07-19 15:18:08,014 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4f9adfe1-1c4e-4e31-bc0a-85c4f3c877f3 2018-07-19 15:18:08,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 15:18:08,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/ea854cc0-2d0b-445f-9ad1-4242cfa3cdfc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" 2018-07-19 15:18:11,123 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cc532bea-1816-49ed-b8b1-c3c7cb7d452a Date: Thu, 19 Jul 2018 15:18:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:18:11,123 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/ea854cc0-2d0b-445f-9ad1-4242cfa3cdfc.json used request id req-cc532bea-1816-49ed-b8b1-c3c7cb7d452a 2018-07-19 15:18:11,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.10771989822s 2018-07-19 15:18:11,123 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/ea854cc0-2d0b-445f-9ad1-4242cfa3cdfc.json used request id req-cc532bea-1816-49ed-b8b1-c3c7cb7d452a 2018-07-19 15:18:11,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:18:11,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" 2018-07-19 15:18:12,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-f601f62d-e2f0-455b-abfe-3b4862fbc6a9 Date: Thu, 19 Jul 2018 15:18:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c4acaa28-3ed9-486c-8b83-485fa223ff26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7d50cfbadfca4f97bb43893af276dd48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T15:18:10Z","provider:segmentation_id":58,"name":"vmready1-net_354ee04b-40b4-4952-a8ce-c06f2e830e4f","admin_state_up":true,"tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:17:51Z","provider:network_type":"vxlan"}]} 2018-07-19 15:18:12,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f601f62d-e2f0-455b-abfe-3b4862fbc6a9 2018-07-19 15:18:12,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.01573395729s 2018-07-19 15:18:12,140 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f601f62d-e2f0-455b-abfe-3b4862fbc6a9 2018-07-19 15:18:12,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 15:18:12,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/c4acaa28-3ed9-486c-8b83-485fa223ff26.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" 2018-07-19 15:18:13,442 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-46a594d9-3bc1-4386-a767-90773ef2972a Date: Thu, 19 Jul 2018 15:18:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:18:13,442 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/c4acaa28-3ed9-486c-8b83-485fa223ff26.json used request id req-46a594d9-3bc1-4386-a767-90773ef2972a 2018-07-19 15:18:13,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.30113816261s 2018-07-19 15:18:13,443 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/c4acaa28-3ed9-486c-8b83-485fa223ff26.json used request id req-46a594d9-3bc1-4386-a767-90773ef2972a 2018-07-19 15:18:13,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:18:13,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" 2018-07-19 15:18:14,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-f1cbbd72-945a-47f0-91a5-38ed0bc85253 Date: Thu, 19 Jul 2018 15:18:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/6d8741c1-1746-4c14-8057-97b1d1901b6d/snap", "metadata": {}}], "file": "/v2/images/6d8741c1-1746-4c14-8057-97b1d1901b6d/file", "owner": "7d50cfbadfca4f97bb43893af276dd48", "id": "6d8741c1-1746-4c14-8057-97b1d1901b6d", "size": 12716032, "self": "/v2/images/6d8741c1-1746-4c14-8057-97b1d1901b6d", "disk_format": "qcow2", "direct_url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/6d8741c1-1746-4c14-8057-97b1d1901b6d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:18:02Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_354ee04b-40b4-4952-a8ce-c06f2e830e4f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_354ee04b-40b4-4952-a8ce-c06f2e830e4f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T15:17:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:18:14,250 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f1cbbd72-945a-47f0-91a5-38ed0bc85253 2018-07-19 15:18:14,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.802911996841s 2018-07-19 15:18:14,250 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f1cbbd72-945a-47f0-91a5-38ed0bc85253 2018-07-19 15:18:14,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-19 15:18:14,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/6d8741c1-1746-4c14-8057-97b1d1901b6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" 2018-07-19 15:18:15,731 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b79f1160-8018-440b-b57c-1db5b96a142e Date: Thu, 19 Jul 2018 15:18:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 15:18:15,731 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/6d8741c1-1746-4c14-8057-97b1d1901b6d used request id req-b79f1160-8018-440b-b57c-1db5b96a142e 2018-07-19 15:18:15,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.47891807556s 2018-07-19 15:18:15,732 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/6d8741c1-1746-4c14-8057-97b1d1901b6d used request id req-b79f1160-8018-440b-b57c-1db5b96a142e 2018-07-19 15:18:15,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 15:18:15,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" 2018-07-19 15:18:15,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18: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-c02ec334-536e-413b-b9e8-559b7c3e5bf8 x-compute-request-id: req-c02ec334-536e-413b-b9e8-559b7c3e5bf8 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_354ee04b-40b4-4952-a8ce-c06f2e830e4f", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/952d35f0-55dc-47b4-be63-f87e05e26e49", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/952d35f0-55dc-47b4-be63-f87e05e26e49", "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": "952d35f0-55dc-47b4-be63-f87e05e26e49"}]} 2018-07-19 15:18:15,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-c02ec334-536e-413b-b9e8-559b7c3e5bf8 2018-07-19 15:18:15,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0311329364777s 2018-07-19 15:18:15,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-c02ec334-536e-413b-b9e8-559b7c3e5bf8 2018-07-19 15:18:15,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-19 15:18:15,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/952d35f0-55dc-47b4-be63-f87e05e26e49 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}590930a334ad89684e9c4f1e8bb8a4b7d00ab75a" 2018-07-19 15:18:15,958 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 15:18: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-efa404be-a4ec-45c0-899b-70da6d2a3b7a x-compute-request-id: req-efa404be-a4ec-45c0-899b-70da6d2a3b7a Content-Length: 0 Content-Type: application/json 2018-07-19 15:18:15,958 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/952d35f0-55dc-47b4-be63-f87e05e26e49 used request id req-efa404be-a4ec-45c0-899b-70da6d2a3b7a 2018-07-19 15:18:15,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.192583084106s 2018-07-19 15:18:15,958 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/952d35f0-55dc-47b4-be63-f87e05e26e49 used request id req-efa404be-a4ec-45c0-899b-70da6d2a3b7a 2018-07-19 15:18:16,013 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-07-19 15:18:16,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 15:18:16,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 15:18:16,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 15:18:16,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 15:18:16,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 15:18:16,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 15:18:16,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 15:18:16,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 15:18:16,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 15:18:16,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 15:18:16,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 15:18:16,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 15:18:16,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 15:18:16,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 15:18:16,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 15:18:16,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 15:18:16,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 15:18:16,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 15:18:16,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 15:18:16,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 15:18:16,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 15:18:16,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 15:18:16,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:18:16,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8a7e5ae-64da-44bb-8a96-9b38de622dd9 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.27:5000/v3/", "rel": "self"}]}} 2018-07-19 15:18:16,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c8a7e5ae-64da-44bb-8a96-9b38de622dd9 2018-07-19 15:18:16,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-19 15:18:16,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e510a8d85f2843e7adb74eb79b019a06", "name": "member"}, {"id": "86acc0178aab498c8596bc00783cc977", "name": "admin"}, {"id": "96135507935b4266a5faae8ccf385c73", "name": "reader"}], "expires_at": "2018-07-19T16:18:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d50cfbadfca4f97bb43893af276dd48", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2e208dfc044aa5b8b32dcee96757ba"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51b4b6ff8bdc45ab81b943defdd3ccaf"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8a1d6ff5b704eb29b141ee342007a82"}], "type": "volumev2", "id": "0089826d3475488dae0cd8029a6a00c0", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "adcdacaa3de841c99109cea84120388e"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b58a6aa01e8946d284128d1f663ae0a2"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d429741a29b242399dd74260160b73fe"}], "type": "image", "id": "191daf233b3f4c6c83d53a15b8cd7ef6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e85124444324bbfb8cecbdce7961bff"}, {"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6173b753eb9942268c18baa91145b9a2"}, {"url": "http://172.30.9.27:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd03f23581044097bcce7c81c93215c6"}], "type": "volume", "id": "1d989ac5b227497496a10f6d9faf549a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fc4ef2d750c4715abaa6c2cce36765c"}, {"url": "http://172.30.9.27:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58c077b0bf844702a9e4c22a36fa4ad2"}, {"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77187bf0dae0492eb7451b02ba327210"}], "type": "orchestration", "id": "27a6dd74121743ce9a3f1aa6bb914040", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "135de0c6bef648d6951e6fcbdb30912d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9db63137fbf54ac3b9585d39a97f0841"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c76d4c40a416487e9ac8ee9d5fee0ef0"}], "type": "alarming", "id": "2c87e1400a454e08b94f6db84c372213", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6731b468ee264228a16bb2d1502d6421"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b31949a272764a809f8839f4e198a281"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "faf96e0d93424360add49cbd24e78f56"}], "type": "placement", "id": "43359fd69b874031ab493522a6799c48", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcdd040951d4fa7af84456c1ad6e6ca"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "365279d676ed4582a8e04aa4696c9365"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd0db987f12d4c0e8b24c6f8c68e35ee"}], "type": "event", "id": "505dbdade868480b8e5f458d3d6f397a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2657dc9b83014ed69b636cc84a6cac26"}, {"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8752b7f1ced848d2a31544bcf2a29ad7"}, {"url": "http://172.30.9.27:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b23aeba821e74bb084df8b8176e12450"}], "type": "volumev3", "id": "626a25c6775e4ee79e4a4d076676ea89", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b51bde020ed46cbb997bde098dda2e1"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5dc927980d40442facdd0077ef7504c3"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be66c97a2f014e68b4a6d6cba02a7016"}], "type": "cloudformation", "id": "62781e9a4b184985950b99af5ea789f4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e873e1ef1904496adf0a6203be32e6e"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "533f339425a24eb58e36635e658b057c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dcf4c2ccb7cb4a75972ea128a3dc908e"}], "type": "network", "id": "62b4c9ae32d34228865f4d922a940e6d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "815fa25cb430425ea964e90174bf9db2"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6629a9fff044809b40eb48bd8f8318c"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c85d44c528634a1c8568f72ed48e8662"}], "type": "identity", "id": "7491d69be9c94fecb490ef7eaeff0a5b", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "488912e67ad74a3c9d879af63fb34b9a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be6e984f7840430f861aa4b4dc16f702"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3b1c4ef0c54ddea7dc65c83679024d"}], "type": "compute", "id": "bf8f20e3740d42f0a63f4cb15500efd0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "d9b916eb514844f9a6938dd47cadb3d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "334f33c5c1ac4993ba84dfb6dcd5afcb"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62632aa017c5405b8e480e86059930a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "990b5f5231024fe7a50f73995de9655a"}], "type": "metric", "id": "e2cedfe1577c444bb48df428931b7904", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0687c97ee785449ebc34ed9be84c59c8"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d4cdd2da49b4446b27c825128de942f"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d77647bf8194490821b01953e4c2406"}], "type": "object-store", "id": "f7d54c1162c34fb68cd02f2c4c9075a1", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aec7ef653ad14251b31b13b80a39b8e0"}, "audit_ids": ["Nc_3kuBARZys5lB8hdNTzA"], "issued_at": "2018-07-19T15:18:16.000000Z"}} 2018-07-19 15:18:16,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:18:16,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:17,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-342e5068-1d7c-4de5-8704-b5299b8a3bfc Date: Thu, 19 Jul 2018 15:18:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"}]} 2018-07-19 15:18:17,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-342e5068-1d7c-4de5-8704-b5299b8a3bfc 2018-07-19 15:18:17,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.987947940826s 2018-07-19 15:18:17,463 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-342e5068-1d7c-4de5-8704-b5299b8a3bfc 2018-07-19 15:18:17,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:18:17,472 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 15:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef173c59-78ea-4e7d-a73c-6d2d5953908a Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}]}} 2018-07-19 15:18:17,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-ef173c59-78ea-4e7d-a73c-6d2d5953908a 2018-07-19 15:18:17,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 15:18:17,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:17,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87f19155-e55d-48f1-b98e-77c9feafd321 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/115922a7b3214ad0aa00b54a84360fdf"}, "tags": [], "enabled": true, "id": "115922a7b3214ad0aa00b54a84360fdf", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-07-19 15:18:17,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-87f19155-e55d-48f1-b98e-77c9feafd321 2018-07-19 15:18:17,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.104360103607s 2018-07-19 15:18:17,578 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-87f19155-e55d-48f1-b98e-77c9feafd321 2018-07-19 15:18:17,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-19 15:18:17,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}235208b2465579f8aa858df3111d50e337c4f784" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_bce5079c-2f97-4104-8cf9-0f24632038a0"}}' 2018-07-19 15:18:17,790 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 15:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63245d9a-1f45-484f-a4cb-c28b0148cbf6 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.27:5000/v3/projects/57541de163234529b1b743deebc599c8"}, "tags": [], "enabled": true, "id": "57541de163234529b1b743deebc599c8", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_bce5079c-2f97-4104-8cf9-0f24632038a0"}} 2018-07-19 15:18:17,790 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-63245d9a-1f45-484f-a4cb-c28b0148cbf6 2018-07-19 15:18:17,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.205613851547s 2018-07-19 15:18:17,791 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-63245d9a-1f45-484f-a4cb-c28b0148cbf6 2018-07-19 15:18:17,791 - 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'57541de163234529b1b743deebc599c8', '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_bce5079c-2f97-4104-8cf9-0f24632038a0'}) 2018-07-19 15:18:17,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-19 15:18:17,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}235208b2465579f8aa858df3111d50e337c4f784" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "03ccedc8-b02a-490b-ba07-1cb0841d2835", "email": null, "name": "vmready2-user_bce5079c-2f97-4104-8cf9-0f24632038a0"}}' 2018-07-19 15:18:18,249 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 15:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07c404b9-3965-4875-a159-d09aec25ed1d Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_bce5079c-2f97-4104-8cf9-0f24632038a0", "links": {"self": "http://172.30.9.27:5000/v3/users/4acc1efb83ab4ed0ad782c224308da3f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4acc1efb83ab4ed0ad782c224308da3f", "domain_id": "default", "password_expires_at": null}} 2018-07-19 15:18:18,249 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-07c404b9-3965-4875-a159-d09aec25ed1d 2018-07-19 15:18:18,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.451620101929s 2018-07-19 15:18:18,249 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-07c404b9-3965-4875-a159-d09aec25ed1d 2018-07-19 15:18:18,250 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4acc1efb83ab4ed0ad782c224308da3f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_bce5079c-2f97-4104-8cf9-0f24632038a0'}) 2018-07-19 15:18:18,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 15:18:18,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:18,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8bf62b2-4327-4529-83b2-140d25e7df43 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4cbc8b130a614d689a27c23aca4f8b00", "links": {"self": "http://172.30.9.27:5000/v3/roles/4cbc8b130a614d689a27c23aca4f8b00"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7e20d2451a324e06a80d2bb8ab03d6d1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86acc0178aab498c8596bc00783cc977", "links": {"self": "http://172.30.9.27:5000/v3/roles/86acc0178aab498c8596bc00783cc977"}, "name": "admin"}, {"domain_id": null, "id": "8d2c5dbc0060400b9e7edabbef7e2966", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d2c5dbc0060400b9e7edabbef7e2966"}, "name": "swiftoperator"}, {"domain_id": null, "id": "96135507935b4266a5faae8ccf385c73", "links": {"self": "http://172.30.9.27:5000/v3/roles/96135507935b4266a5faae8ccf385c73"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e510a8d85f2843e7adb74eb79b019a06", "links": {"self": "http://172.30.9.27:5000/v3/roles/e510a8d85f2843e7adb74eb79b019a06"}, "name": "member"}]} 2018-07-19 15:18:18,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e8bf62b2-4327-4529-83b2-140d25e7df43 2018-07-19 15:18:18,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.233964920044s 2018-07-19 15:18:18,488 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e8bf62b2-4327-4529-83b2-140d25e7df43 2018-07-19 15:18:18,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 15:18:18,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:18,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25d547d0-c6b4-4750-a1ea-a504fd062fe0 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4cbc8b130a614d689a27c23aca4f8b00", "links": {"self": "http://172.30.9.27:5000/v3/roles/4cbc8b130a614d689a27c23aca4f8b00"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7e20d2451a324e06a80d2bb8ab03d6d1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86acc0178aab498c8596bc00783cc977", "links": {"self": "http://172.30.9.27:5000/v3/roles/86acc0178aab498c8596bc00783cc977"}, "name": "admin"}, {"domain_id": null, "id": "8d2c5dbc0060400b9e7edabbef7e2966", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d2c5dbc0060400b9e7edabbef7e2966"}, "name": "swiftoperator"}, {"domain_id": null, "id": "96135507935b4266a5faae8ccf385c73", "links": {"self": "http://172.30.9.27:5000/v3/roles/96135507935b4266a5faae8ccf385c73"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e510a8d85f2843e7adb74eb79b019a06", "links": {"self": "http://172.30.9.27:5000/v3/roles/e510a8d85f2843e7adb74eb79b019a06"}, "name": "member"}]} 2018-07-19 15:18:18,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-25d547d0-c6b4-4750-a1ea-a504fd062fe0 2018-07-19 15:18:18,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10781621933s 2018-07-19 15:18:18,600 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-25d547d0-c6b4-4750-a1ea-a504fd062fe0 2018-07-19 15:18:18,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 15:18:18,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:18,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53cae22d-b045-4ab3-852b-d9f34139ff49 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4cbc8b130a614d689a27c23aca4f8b00", "links": {"self": "http://172.30.9.27:5000/v3/roles/4cbc8b130a614d689a27c23aca4f8b00"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7e20d2451a324e06a80d2bb8ab03d6d1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86acc0178aab498c8596bc00783cc977", "links": {"self": "http://172.30.9.27:5000/v3/roles/86acc0178aab498c8596bc00783cc977"}, "name": "admin"}, {"domain_id": null, "id": "8d2c5dbc0060400b9e7edabbef7e2966", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d2c5dbc0060400b9e7edabbef7e2966"}, "name": "swiftoperator"}, {"domain_id": null, "id": "96135507935b4266a5faae8ccf385c73", "links": {"self": "http://172.30.9.27:5000/v3/roles/96135507935b4266a5faae8ccf385c73"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e510a8d85f2843e7adb74eb79b019a06", "links": {"self": "http://172.30.9.27:5000/v3/roles/e510a8d85f2843e7adb74eb79b019a06"}, "name": "member"}]} 2018-07-19 15:18:18,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-53cae22d-b045-4ab3-852b-d9f34139ff49 2018-07-19 15:18:18,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.115773200989s 2018-07-19 15:18:18,721 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-53cae22d-b045-4ab3-852b-d9f34139ff49 2018-07-19 15:18:18,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 15:18:18,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:18,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69d00483-b1b6-4edd-abd7-53f4f49bd4b8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 15:18:18,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-69d00483-b1b6-4edd-abd7-53f4f49bd4b8 2018-07-19 15:18:18,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101147174835s 2018-07-19 15:18:18,828 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-69d00483-b1b6-4edd-abd7-53f4f49bd4b8 2018-07-19 15:18:18,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 15:18:18,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:18,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f746c21-74fb-4e22-a803-9f6a8b78239a Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/37000be35cb64bffbfba6f8747b5a038"}, "domain_id": "default", "enabled": true, "options": {}, "id": "37000be35cb64bffbfba6f8747b5a038", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/43e8dce6cabc46db97fff83134d6f611"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43e8dce6cabc46db97fff83134d6f611", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vmready2-user_bce5079c-2f97-4104-8cf9-0f24632038a0", "links": {"self": "http://172.30.9.27:5000/v3/users/4acc1efb83ab4ed0ad782c224308da3f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4acc1efb83ab4ed0ad782c224308da3f", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/5d70f478784d418baecdeb0bb6195c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d70f478784d418baecdeb0bb6195c82", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/65c25d91e04547f4adb599eaf44ac3e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c25d91e04547f4adb599eaf44ac3e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/97574d93f3ba4b898aa0ede559c79c3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "97574d93f3ba4b898aa0ede559c79c3b", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/a49beb8a4f7943ddb60db9c89c8dd329"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a49beb8a4f7943ddb60db9c89c8dd329", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/a6ded9f63a8e465e853e9bfe85ca9d6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6ded9f63a8e465e853e9bfe85ca9d6d", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/a7fa9f4d0d1a4bc4bc408af0f2dca3a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7fa9f4d0d1a4bc4bc408af0f2dca3a3", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/aec7ef653ad14251b31b13b80a39b8e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec7ef653ad14251b31b13b80a39b8e0", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b9918efab4ff4513b04ec2a5c3c2ec83"}, "domain_id": "115922a7b3214ad0aa00b54a84360fdf", "enabled": true, "options": {}, "id": "b9918efab4ff4513b04ec2a5c3c2ec83", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/be589fcc23044bec983a142248de7b03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be589fcc23044bec983a142248de7b03", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/cd873df4a7644be5910b067909ed4b92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd873df4a7644be5910b067909ed4b92", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/e9b708f325e148f299ae7af945eb2e55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9b708f325e148f299ae7af945eb2e55", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/f3b2ef3fe4c14b76934c4322efffcc55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3b2ef3fe4c14b76934c4322efffcc55", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-19 15:18:18,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-2f746c21-74fb-4e22-a803-9f6a8b78239a 2018-07-19 15:18:18,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.125608921051s 2018-07-19 15:18:18,955 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-2f746c21-74fb-4e22-a803-9f6a8b78239a 2018-07-19 15:18:18,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 15:18:18,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:19,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1852c5c-5201-451a-9282-cc3dface45f8 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7d50cfbadfca4f97bb43893af276dd48"}, "tags": [], "enabled": true, "id": "7d50cfbadfca4f97bb43893af276dd48", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757"}, "tags": [], "enabled": true, "id": "c55653f9c43d4f42abb964f57f2b6757", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.27:5000/v3/projects/57541de163234529b1b743deebc599c8"}, "tags": [], "enabled": true, "id": "57541de163234529b1b743deebc599c8", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_bce5079c-2f97-4104-8cf9-0f24632038a0"}]} 2018-07-19 15:18:19,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-a1852c5c-5201-451a-9282-cc3dface45f8 2018-07-19 15:18:19,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.114086151123s 2018-07-19 15:18:19,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-a1852c5c-5201-451a-9282-cc3dface45f8 2018-07-19 15:18:19,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-19 15:18:19,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=4acc1efb83ab4ed0ad782c224308da3f&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=57541de163234529b1b743deebc599c8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:19,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcb0426b-9208-4ced-8dfe-5a53e9950d9c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=4acc1efb83ab4ed0ad782c224308da3f&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=57541de163234529b1b743deebc599c8", "previous": null, "next": null}} 2018-07-19 15:18:19,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=4acc1efb83ab4ed0ad782c224308da3f&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=57541de163234529b1b743deebc599c8 used request id req-fcb0426b-9208-4ced-8dfe-5a53e9950d9c 2018-07-19 15:18:19,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0880780220032s 2018-07-19 15:18:19,176 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=4acc1efb83ab4ed0ad782c224308da3f&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=57541de163234529b1b743deebc599c8 used request id req-fcb0426b-9208-4ced-8dfe-5a53e9950d9c 2018-07-19 15:18:19,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-19 15:18:19,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/57541de163234529b1b743deebc599c8/users/4acc1efb83ab4ed0ad782c224308da3f/roles/e510a8d85f2843e7adb74eb79b019a06 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:19,333 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:18:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-feb50b6c-eae0-4d58-866c-305fc53216be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 15:18:19,333 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/57541de163234529b1b743deebc599c8/users/4acc1efb83ab4ed0ad782c224308da3f/roles/e510a8d85f2843e7adb74eb79b019a06 used request id req-feb50b6c-eae0-4d58-866c-305fc53216be 2018-07-19 15:18:19,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.1541929245s 2018-07-19 15:18:19,334 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/57541de163234529b1b743deebc599c8/users/4acc1efb83ab4ed0ad782c224308da3f/roles/e510a8d85f2843e7adb74eb79b019a06 used request id req-feb50b6c-eae0-4d58-866c-305fc53216be 2018-07-19 15:18:19,334 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_bce5079c-2f97-4104-8cf9-0f24632038a0', 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'57541de163234529b1b743deebc599c8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '03ccedc8-b02a-490b-ba07-1cb0841d2835', 'username': u'vmready2-user_bce5079c-2f97-4104-8cf9-0f24632038a0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27: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-19 15:18:19,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 15:18:19,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 15:18:19,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 15:18:19,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 15:18:19,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 15:18:19,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 15:18:19,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 15:18:19,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 15:18:19,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 15:18:19,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 15:18:19,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 15:18:19,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 15:18:19,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 15:18:19,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 15:18:19,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 15:18:19,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 15:18:19,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 15:18:19,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 15:18:19,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 15:18:19,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 15:18:19,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 15:18:19,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 15:18:19,340 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_bce5079c-2f97-4104-8cf9-0f24632038a0', 'password': '03ccedc8-b02a-490b-ba07-1cb0841d2835', 'project_name': 'vmready2-project_bce5079c-2f97-4104-8cf9-0f24632038a0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '57541de163234529b1b743deebc599c8', 'project_domain_name': 'Default'} 2018-07-19 15:18:19,340 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-07-19 15:18:19,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:18:19,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-533dec39-3543-4a82-a5a4-ca0e1bd8d904 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.27:5000/v3/", "rel": "self"}]}} 2018-07-19 15:18:19,348 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-533dec39-3543-4a82-a5a4-ca0e1bd8d904 2018-07-19 15:18:19,349 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-19 15:18:19,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e510a8d85f2843e7adb74eb79b019a06", "name": "member"}, {"id": "96135507935b4266a5faae8ccf385c73", "name": "reader"}], "expires_at": "2018-07-19T16:18:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57541de163234529b1b743deebc599c8", "name": "vmready2-project_bce5079c-2f97-4104-8cf9-0f24632038a0"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8776/v2/57541de163234529b1b743deebc599c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2e208dfc044aa5b8b32dcee96757ba"}, {"url": "http://192.30.9.5:8776/v2/57541de163234529b1b743deebc599c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51b4b6ff8bdc45ab81b943defdd3ccaf"}, {"url": "http://192.30.9.5:8776/v2/57541de163234529b1b743deebc599c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8a1d6ff5b704eb29b141ee342007a82"}], "type": "volumev2", "id": "0089826d3475488dae0cd8029a6a00c0", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "adcdacaa3de841c99109cea84120388e"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b58a6aa01e8946d284128d1f663ae0a2"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d429741a29b242399dd74260160b73fe"}], "type": "image", "id": "191daf233b3f4c6c83d53a15b8cd7ef6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/57541de163234529b1b743deebc599c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e85124444324bbfb8cecbdce7961bff"}, {"url": "http://192.30.9.5:8776/v1/57541de163234529b1b743deebc599c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6173b753eb9942268c18baa91145b9a2"}, {"url": "http://172.30.9.27:8776/v1/57541de163234529b1b743deebc599c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd03f23581044097bcce7c81c93215c6"}], "type": "volume", "id": "1d989ac5b227497496a10f6d9faf549a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/57541de163234529b1b743deebc599c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fc4ef2d750c4715abaa6c2cce36765c"}, {"url": "http://172.30.9.27:8004/v1/57541de163234529b1b743deebc599c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58c077b0bf844702a9e4c22a36fa4ad2"}, {"url": "http://192.30.9.5:8004/v1/57541de163234529b1b743deebc599c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77187bf0dae0492eb7451b02ba327210"}], "type": "orchestration", "id": "27a6dd74121743ce9a3f1aa6bb914040", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "135de0c6bef648d6951e6fcbdb30912d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9db63137fbf54ac3b9585d39a97f0841"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c76d4c40a416487e9ac8ee9d5fee0ef0"}], "type": "alarming", "id": "2c87e1400a454e08b94f6db84c372213", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6731b468ee264228a16bb2d1502d6421"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b31949a272764a809f8839f4e198a281"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "faf96e0d93424360add49cbd24e78f56"}], "type": "placement", "id": "43359fd69b874031ab493522a6799c48", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcdd040951d4fa7af84456c1ad6e6ca"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "365279d676ed4582a8e04aa4696c9365"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd0db987f12d4c0e8b24c6f8c68e35ee"}], "type": "event", "id": "505dbdade868480b8e5f458d3d6f397a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/57541de163234529b1b743deebc599c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2657dc9b83014ed69b636cc84a6cac26"}, {"url": "http://192.30.9.5:8776/v3/57541de163234529b1b743deebc599c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8752b7f1ced848d2a31544bcf2a29ad7"}, {"url": "http://172.30.9.27:8776/v3/57541de163234529b1b743deebc599c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b23aeba821e74bb084df8b8176e12450"}], "type": "volumev3", "id": "626a25c6775e4ee79e4a4d076676ea89", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b51bde020ed46cbb997bde098dda2e1"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5dc927980d40442facdd0077ef7504c3"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be66c97a2f014e68b4a6d6cba02a7016"}], "type": "cloudformation", "id": "62781e9a4b184985950b99af5ea789f4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e873e1ef1904496adf0a6203be32e6e"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "533f339425a24eb58e36635e658b057c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dcf4c2ccb7cb4a75972ea128a3dc908e"}], "type": "network", "id": "62b4c9ae32d34228865f4d922a940e6d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "815fa25cb430425ea964e90174bf9db2"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6629a9fff044809b40eb48bd8f8318c"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c85d44c528634a1c8568f72ed48e8662"}], "type": "identity", "id": "7491d69be9c94fecb490ef7eaeff0a5b", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "488912e67ad74a3c9d879af63fb34b9a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be6e984f7840430f861aa4b4dc16f702"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3b1c4ef0c54ddea7dc65c83679024d"}], "type": "compute", "id": "bf8f20e3740d42f0a63f4cb15500efd0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "d9b916eb514844f9a6938dd47cadb3d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "334f33c5c1ac4993ba84dfb6dcd5afcb"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62632aa017c5405b8e480e86059930a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "990b5f5231024fe7a50f73995de9655a"}], "type": "metric", "id": "e2cedfe1577c444bb48df428931b7904", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_57541de163234529b1b743deebc599c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0687c97ee785449ebc34ed9be84c59c8"}, {"url": "http://172.30.9.27:8080/v1/AUTH_57541de163234529b1b743deebc599c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d4cdd2da49b4446b27c825128de942f"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d77647bf8194490821b01953e4c2406"}], "type": "object-store", "id": "f7d54c1162c34fb68cd02f2c4c9075a1", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_bce5079c-2f97-4104-8cf9-0f24632038a0", "id": "4acc1efb83ab4ed0ad782c224308da3f"}, "audit_ids": ["7SUMc0YUTKKJDfWPGDe2Rg"], "issued_at": "2018-07-19T15:18:19.000000Z"}} 2018-07-19 15:18:19,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 15:18:19,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" -d '{"network": {"name": "vmready2-net_bce5079c-2f97-4104-8cf9-0f24632038a0", "admin_state_up": true}}' 2018-07-19 15:18:20,442 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-90c842ac-8f50-48b0-9a61-ab740f9caa67 Date: Thu, 19 Jul 2018 15:18:20 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"57541de163234529b1b743deebc599c8","created_at":"2018-07-19T15:18:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-19T15:18:20Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"57541de163234529b1b743deebc599c8","id":"493df68d-9a65-4e60-9742-ea676c10d08e","name":"vmready2-net_bce5079c-2f97-4104-8cf9-0f24632038a0"}} 2018-07-19 15:18:20,443 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-90c842ac-8f50-48b0-9a61-ab740f9caa67 2018-07-19 15:18:20,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.625782966614s 2018-07-19 15:18:20,443 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-90c842ac-8f50-48b0-9a61-ab740f9caa67 2018-07-19 15:18:20,444 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T15:18:20Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'493df68d-9a65-4e60-9742-ea676c10d08e', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_bce5079c-2f97-4104-8cf9-0f24632038a0', u'admin_state_up': True, u'tenant_id': u'57541de163234529b1b743deebc599c8', u'created_at': u'2018-07-19T15:18:20Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'57541de163234529b1b743deebc599c8'}) 2018-07-19 15:18:20,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:18:20,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" 2018-07-19 15:18:20,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-0d7178ad-8c27-4617-a56e-cbae072fbbaf Date: Thu, 19 Jul 2018 15:18:20 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-19T15:18:20Z","tenant_id":"57541de163234529b1b743deebc599c8","created_at":"2018-07-19T15:18:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"57541de163234529b1b743deebc599c8","id":"493df68d-9a65-4e60-9742-ea676c10d08e","name":"vmready2-net_bce5079c-2f97-4104-8cf9-0f24632038a0"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","name":"external"}]} 2018-07-19 15:18:20,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0d7178ad-8c27-4617-a56e-cbae072fbbaf 2018-07-19 15:18:20,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.33294916153s 2018-07-19 15:18:20,778 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0d7178ad-8c27-4617-a56e-cbae072fbbaf 2018-07-19 15:18:20,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 15:18:20,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" -d '{"subnet": {"name": "vmready2-subnet_bce5079c-2f97-4104-8cf9-0f24632038a0", "enable_dhcp": true, "network_id": "493df68d-9a65-4e60-9742-ea676c10d08e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 15:18:21,819 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a71a9952-1063-4650-91ba-ef847b7b7297 Date: Thu, 19 Jul 2018 15:18:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"493df68d-9a65-4e60-9742-ea676c10d08e","tenant_id":"57541de163234529b1b743deebc599c8","created_at":"2018-07-19T15:18:21Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:18:21Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"57541de163234529b1b743deebc599c8","id":"8bbe295c-515d-4c66-97bd-618b841cf733","subnetpool_id":null,"name":"vmready2-subnet_bce5079c-2f97-4104-8cf9-0f24632038a0"}} 2018-07-19 15:18:21,819 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a71a9952-1063-4650-91ba-ef847b7b7297 2018-07-19 15:18:21,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.04024720192s 2018-07-19 15:18:21,820 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a71a9952-1063-4650-91ba-ef847b7b7297 2018-07-19 15:18:21,820 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T15:18:21Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'8bbe295c-515d-4c66-97bd-618b841cf733', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_bce5079c-2f97-4104-8cf9-0f24632038a0', u'enable_dhcp': True, u'network_id': u'493df68d-9a65-4e60-9742-ea676c10d08e', u'tenant_id': u'57541de163234529b1b743deebc599c8', u'created_at': u'2018-07-19T15:18:21Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'57541de163234529b1b743deebc599c8'}) 2018-07-19 15:18:21,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 15:18:21,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" -d '{"router": {"external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d"}, "name": "vmready2-router_bce5079c-2f97-4104-8cf9-0f24632038a0", "admin_state_up": true}}' 2018-07-19 15:18:23,280 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-a902d411-b3cf-4154-997a-38f6e0ceee64 Date: Thu, 19 Jul 2018 15:18:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9ca5b98-e387-4148-b42d-c22d07aa7079", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "57541de163234529b1b743deebc599c8", "created_at": "2018-07-19T15:18:22Z", "admin_state_up": true, "updated_at": "2018-07-19T15:18:23Z", "revision_number": 2, "routes": [], "project_id": "57541de163234529b1b743deebc599c8", "id": "61832f0f-b2f8-490c-a6d4-49087dc85afc", "name": "vmready2-router_bce5079c-2f97-4104-8cf9-0f24632038a0"}} 2018-07-19 15:18:23,281 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-a902d411-b3cf-4154-997a-38f6e0ceee64 2018-07-19 15:18:23,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.45964217186s 2018-07-19 15:18:23,281 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-a902d411-b3cf-4154-997a-38f6e0ceee64 2018-07-19 15:18:23,282 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'b74ea510-ba57-4f85-8b9f-14fc3006297d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9ca5b98-e387-4148-b42d-c22d07aa7079', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'57541de163234529b1b743deebc599c8', u'created_at': u'2018-07-19T15:18:22Z', u'admin_state_up': True, u'updated_at': u'2018-07-19T15:18:23Z', u'revision_number': 2, u'routes': [], u'project_id': u'57541de163234529b1b743deebc599c8', u'id': u'61832f0f-b2f8-490c-a6d4-49087dc85afc', u'name': u'vmready2-router_bce5079c-2f97-4104-8cf9-0f24632038a0'}) 2018-07-19 15:18:23,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 15:18:23,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/61832f0f-b2f8-490c-a6d4-49087dc85afc/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}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" -d '{"subnet_id": "8bbe295c-515d-4c66-97bd-618b841cf733"}' 2018-07-19 15:18:26,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-114241ad-622d-4c60-b948-673c2381308d Date: Thu, 19 Jul 2018 15:18:26 GMT RESP BODY: {"network_id": "493df68d-9a65-4e60-9742-ea676c10d08e", "tenant_id": "57541de163234529b1b743deebc599c8", "subnet_id": "8bbe295c-515d-4c66-97bd-618b841cf733", "subnet_ids": ["8bbe295c-515d-4c66-97bd-618b841cf733"], "port_id": "9d5e665c-a322-4e2b-ac8f-4a4d169ad750", "id": "61832f0f-b2f8-490c-a6d4-49087dc85afc"} 2018-07-19 15:18:26,255 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/61832f0f-b2f8-490c-a6d4-49087dc85afc/add_router_interface.json used request id req-114241ad-622d-4c60-b948-673c2381308d 2018-07-19 15:18:26,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.97261190414s 2018-07-19 15:18:26,255 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/61832f0f-b2f8-490c-a6d4-49087dc85afc/add_router_interface.json used request id req-114241ad-622d-4c60-b948-673c2381308d returning object 61832f0f-b2f8-490c-a6d4-49087dc85afc 2018-07-19 15:18:26,256 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 15:18:26,382 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-19 15:18:26,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:18:26,389 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Thu, 19 Jul 2018 15:18:26 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-07-19 15:18:26,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:18:26,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" 2018-07-19 15:18:27,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fac250f4-7604-4356-a9da-7706616f27b1 Date: Thu, 19 Jul 2018 15:18:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:18:27,119 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-fac250f4-7604-4356-a9da-7706616f27b1 2018-07-19 15:18:27,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.727816104889s 2018-07-19 15:18:27,119 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-fac250f4-7604-4356-a9da-7706616f27b1 2018-07-19 15:18:27,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-19 15:18:27,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_bce5079c-2f97-4104-8cf9-0f24632038a0", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_bce5079c-2f97-4104-8cf9-0f24632038a0"}' 2018-07-19 15:18:27,390 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/351fa55b-3242-4631-9cbb-9617e2550732 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d6dd87c7-376b-4b1d-a6da-16d27bbeb154 Date: Thu, 19 Jul 2018 15:18:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/351fa55b-3242-4631-9cbb-9617e2550732/file", "owner": "57541de163234529b1b743deebc599c8", "id": "351fa55b-3242-4631-9cbb-9617e2550732", "size": null, "self": "/v2/images/351fa55b-3242-4631-9cbb-9617e2550732", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:18:27Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_bce5079c-2f97-4104-8cf9-0f24632038a0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_bce5079c-2f97-4104-8cf9-0f24632038a0", "checksum": null, "created_at": "2018-07-19T15:18:27Z", "protected": false} 2018-07-19 15:18:27,390 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-d6dd87c7-376b-4b1d-a6da-16d27bbeb154 2018-07-19 15:18:27,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.263056993484s 2018-07-19 15:18:27,390 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-d6dd87c7-376b-4b1d-a6da-16d27bbeb154 returning object 351fa55b-3242-4631-9cbb-9617e2550732 2018-07-19 15:18:27,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-19 15:18:27,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/351fa55b-3242-4631-9cbb-9617e2550732/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}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" -d '' 2018-07-19 15:18:28,127 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-32fda36c-19f6-46a0-8f84-55842d7d4ec9 Date: Thu, 19 Jul 2018 15:18:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 15:18:28,127 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/351fa55b-3242-4631-9cbb-9617e2550732/file used request id req-32fda36c-19f6-46a0-8f84-55842d7d4ec9 2018-07-19 15:18:28,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.735914945602s 2018-07-19 15:18:28,127 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/351fa55b-3242-4631-9cbb-9617e2550732/file used request id req-32fda36c-19f6-46a0-8f84-55842d7d4ec9 2018-07-19 15:18:28,128 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready2-img_bce5079c-2f97-4104-8cf9-0f24632038a0', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-19T15:18:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/351fa55b-3242-4631-9cbb-9617e2550732/file', u'owner': u'57541de163234529b1b743deebc599c8', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'351fa55b-3242-4631-9cbb-9617e2550732', u'size': None, u'name': u'vmready2-img_bce5079c-2f97-4104-8cf9-0f24632038a0', u'checksum': None, u'self': u'/v2/images/351fa55b-3242-4631-9cbb-9617e2550732', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-19T15:18:27Z', u'schema': u'/v2/schemas/image'}) 2018-07-19 15:18:28,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-19 15:18:28,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}235208b2465579f8aa858df3111d50e337c4f784" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_bce5079c-2f97-4104-8cf9-0f24632038a0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-19 15:18:28,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4eaf963c-601c-4944-b482-cf5a919c2788 x-compute-request-id: req-4eaf963c-601c-4944-b482-cf5a919c2788 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_bce5079c-2f97-4104-8cf9-0f24632038a0", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/63d15807-485d-4f89-8fd6-0a0d071223c7", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/63d15807-485d-4f89-8fd6-0a0d071223c7", "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": "63d15807-485d-4f89-8fd6-0a0d071223c7"}} 2018-07-19 15:18:28,904 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4eaf963c-601c-4944-b482-cf5a919c2788 2018-07-19 15:18:28,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.77556681633s 2018-07-19 15:18:28,904 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4eaf963c-601c-4944-b482-cf5a919c2788 2018-07-19 15:18:28,905 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_bce5079c-2f97-4104-8cf9-0f24632038a0', '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'7d50cfbadfca4f97bb43893af276dd48', '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'63d15807-485d-4f89-8fd6-0a0d071223c7', 'swap': 0}) 2018-07-19 15:18:28,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-19 15:18:28,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/63d15807-485d-4f89-8fd6-0a0d071223c7/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}235208b2465579f8aa858df3111d50e337c4f784" -d '{"extra_specs": {}}' 2018-07-19 15:18:29,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-262d657f-d8d6-49e4-b19f-1e4e50e9fdec x-compute-request-id: req-262d657f-d8d6-49e4-b19f-1e4e50e9fdec Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 15:18:29,050 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/63d15807-485d-4f89-8fd6-0a0d071223c7/os-extra_specs used request id req-262d657f-d8d6-49e4-b19f-1e4e50e9fdec 2018-07-19 15:18:29,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.14412689209s 2018-07-19 15:18:29,050 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/63d15807-485d-4f89-8fd6-0a0d071223c7/os-extra_specs used request id req-262d657f-d8d6-49e4-b19f-1e4e50e9fdec 2018-07-19 15:18:29,162 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 15:18:29,163 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-19 15:18:29,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 15:18:29,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/61832f0f-b2f8-490c-a6d4-49087dc85afc/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}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" -d '{"subnet_id": "8bbe295c-515d-4c66-97bd-618b841cf733"}' 2018-07-19 15:18:31,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-848a0861-d28c-4071-9e1f-6fbcc295023c Date: Thu, 19 Jul 2018 15:18:31 GMT RESP BODY: {"network_id": "493df68d-9a65-4e60-9742-ea676c10d08e", "tenant_id": "57541de163234529b1b743deebc599c8", "subnet_id": "8bbe295c-515d-4c66-97bd-618b841cf733", "subnet_ids": ["8bbe295c-515d-4c66-97bd-618b841cf733"], "port_id": "9d5e665c-a322-4e2b-ac8f-4a4d169ad750", "id": "61832f0f-b2f8-490c-a6d4-49087dc85afc"} 2018-07-19 15:18:31,117 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/61832f0f-b2f8-490c-a6d4-49087dc85afc/remove_router_interface.json used request id req-848a0861-d28c-4071-9e1f-6fbcc295023c 2018-07-19 15:18:31,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.9487850666s 2018-07-19 15:18:31,117 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/61832f0f-b2f8-490c-a6d4-49087dc85afc/remove_router_interface.json used request id req-848a0861-d28c-4071-9e1f-6fbcc295023c returning object 61832f0f-b2f8-490c-a6d4-49087dc85afc 2018-07-19 15:18:31,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 15:18:31,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" 2018-07-19 15:18:31,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-153c2a55-036d-4f71-be05-96fb3aefb52a Date: Thu, 19 Jul 2018 15:18:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9ca5b98-e387-4148-b42d-c22d07aa7079", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "57541de163234529b1b743deebc599c8", "created_at": "2018-07-19T15:18:22Z", "admin_state_up": true, "updated_at": "2018-07-19T15:18:30Z", "revision_number": 4, "routes": [], "project_id": "57541de163234529b1b743deebc599c8", "id": "61832f0f-b2f8-490c-a6d4-49087dc85afc", "name": "vmready2-router_bce5079c-2f97-4104-8cf9-0f24632038a0"}]} 2018-07-19 15:18:31,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-153c2a55-036d-4f71-be05-96fb3aefb52a 2018-07-19 15:18:31,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.314800024033s 2018-07-19 15:18:31,433 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-153c2a55-036d-4f71-be05-96fb3aefb52a 2018-07-19 15:18:31,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 15:18:31,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/61832f0f-b2f8-490c-a6d4-49087dc85afc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" 2018-07-19 15:18:33,089 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9ab5df7b-412a-41d6-b4a0-2ccfb91a4936 Content-Length: 0 Date: Thu, 19 Jul 2018 15:18:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:18:33,090 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/61832f0f-b2f8-490c-a6d4-49087dc85afc.json used request id req-9ab5df7b-412a-41d6-b4a0-2ccfb91a4936 2018-07-19 15:18:33,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.6541249752s 2018-07-19 15:18:33,090 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/61832f0f-b2f8-490c-a6d4-49087dc85afc.json used request id req-9ab5df7b-412a-41d6-b4a0-2ccfb91a4936 2018-07-19 15:18:33,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 15:18:33,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" 2018-07-19 15:18:33,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-7466034c-2418-471d-b8cf-b345032b33d4 Date: Thu, 19 Jul 2018 15:18:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"493df68d-9a65-4e60-9742-ea676c10d08e","tenant_id":"57541de163234529b1b743deebc599c8","created_at":"2018-07-19T15:18:21Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:18:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"57541de163234529b1b743deebc599c8","id":"8bbe295c-515d-4c66-97bd-618b841cf733","subnetpool_id":null,"name":"vmready2-subnet_bce5079c-2f97-4104-8cf9-0f24632038a0"}]} 2018-07-19 15:18:33,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-7466034c-2418-471d-b8cf-b345032b33d4 2018-07-19 15:18:33,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.234268903732s 2018-07-19 15:18:33,325 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-7466034c-2418-471d-b8cf-b345032b33d4 2018-07-19 15:18:33,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 15:18:33,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/8bbe295c-515d-4c66-97bd-618b841cf733.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" 2018-07-19 15:18:35,837 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5c0c44a-bab8-405a-ac51-fec9ae948e32 Date: Thu, 19 Jul 2018 15:18:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:18:35,837 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/8bbe295c-515d-4c66-97bd-618b841cf733.json used request id req-f5c0c44a-bab8-405a-ac51-fec9ae948e32 2018-07-19 15:18:35,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.51056909561s 2018-07-19 15:18:35,838 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/8bbe295c-515d-4c66-97bd-618b841cf733.json used request id req-f5c0c44a-bab8-405a-ac51-fec9ae948e32 2018-07-19 15:18:35,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:18:35,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" 2018-07-19 15:18:36,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-ffa41c54-7ee0-4640-8f19-465e3c094453 Date: Thu, 19 Jul 2018 15:18:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-19T15:18:35Z","tenant_id":"57541de163234529b1b743deebc599c8","created_at":"2018-07-19T15:18:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57541de163234529b1b743deebc599c8","id":"493df68d-9a65-4e60-9742-ea676c10d08e","name":"vmready2-net_bce5079c-2f97-4104-8cf9-0f24632038a0"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","name":"external"}]} 2018-07-19 15:18:36,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ffa41c54-7ee0-4640-8f19-465e3c094453 2018-07-19 15:18:36,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.366034984589s 2018-07-19 15:18:36,205 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ffa41c54-7ee0-4640-8f19-465e3c094453 2018-07-19 15:18:36,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 15:18:36,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/493df68d-9a65-4e60-9742-ea676c10d08e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" 2018-07-19 15:18:37,266 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8c31942e-d199-4ce8-a09e-fbed00dfaae7 Date: Thu, 19 Jul 2018 15:18:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:18:37,266 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/493df68d-9a65-4e60-9742-ea676c10d08e.json used request id req-8c31942e-d199-4ce8-a09e-fbed00dfaae7 2018-07-19 15:18:37,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.06029605865s 2018-07-19 15:18:37,266 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/493df68d-9a65-4e60-9742-ea676c10d08e.json used request id req-8c31942e-d199-4ce8-a09e-fbed00dfaae7 2018-07-19 15:18:37,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:18:37,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" 2018-07-19 15:18:37,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-5c39e972-18da-4bee-a792-91d7edeb874f Date: Thu, 19 Jul 2018 15:18:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/351fa55b-3242-4631-9cbb-9617e2550732/snap", "metadata": {}}], "file": "/v2/images/351fa55b-3242-4631-9cbb-9617e2550732/file", "owner": "57541de163234529b1b743deebc599c8", "id": "351fa55b-3242-4631-9cbb-9617e2550732", "size": 12716032, "self": "/v2/images/351fa55b-3242-4631-9cbb-9617e2550732", "disk_format": "qcow2", "direct_url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/351fa55b-3242-4631-9cbb-9617e2550732/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:18:28Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_bce5079c-2f97-4104-8cf9-0f24632038a0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_bce5079c-2f97-4104-8cf9-0f24632038a0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T15:18:27Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:18:37,307 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5c39e972-18da-4bee-a792-91d7edeb874f 2018-07-19 15:18:37,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0366809368134s 2018-07-19 15:18:37,307 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5c39e972-18da-4bee-a792-91d7edeb874f 2018-07-19 15:18:37,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-19 15:18:37,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/351fa55b-3242-4631-9cbb-9617e2550732 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ad9bd9c9ca10e359a5123ff694f6c68f8a1a8536" 2018-07-19 15:18:38,292 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ccf17647-75af-4c65-995b-58364cdd79a7 Date: Thu, 19 Jul 2018 15:18:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 15:18:38,292 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/351fa55b-3242-4631-9cbb-9617e2550732 used request id req-ccf17647-75af-4c65-995b-58364cdd79a7 2018-07-19 15:18:38,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.982776880264s 2018-07-19 15:18:38,293 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/351fa55b-3242-4631-9cbb-9617e2550732 used request id req-ccf17647-75af-4c65-995b-58364cdd79a7 2018-07-19 15:18:38,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 15:18:38,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:38,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18: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-c3aa2c8e-1a72-45c8-bfb6-277e8e6b5138 x-compute-request-id: req-c3aa2c8e-1a72-45c8-bfb6-277e8e6b5138 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_bce5079c-2f97-4104-8cf9-0f24632038a0", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/63d15807-485d-4f89-8fd6-0a0d071223c7", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/63d15807-485d-4f89-8fd6-0a0d071223c7", "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": "63d15807-485d-4f89-8fd6-0a0d071223c7"}]} 2018-07-19 15:18:38,443 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-c3aa2c8e-1a72-45c8-bfb6-277e8e6b5138 2018-07-19 15:18:38,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.150406122208s 2018-07-19 15:18:38,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-c3aa2c8e-1a72-45c8-bfb6-277e8e6b5138 2018-07-19 15:18:38,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-19 15:18:38,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/63d15807-485d-4f89-8fd6-0a0d071223c7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:38,610 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 15:18:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1ffb680b-c4af-4c2b-94b2-d2fc06677f10 x-compute-request-id: req-1ffb680b-c4af-4c2b-94b2-d2fc06677f10 Content-Length: 0 Content-Type: application/json 2018-07-19 15:18:38,611 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/63d15807-485d-4f89-8fd6-0a0d071223c7 used request id req-1ffb680b-c4af-4c2b-94b2-d2fc06677f10 2018-07-19 15:18:38,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.165095806122s 2018-07-19 15:18:38,611 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/63d15807-485d-4f89-8fd6-0a0d071223c7 used request id req-1ffb680b-c4af-4c2b-94b2-d2fc06677f10 2018-07-19 15:18:38,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 15:18:38,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:38,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c24caa59-6387-478d-9f1f-03e6b56622ed Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/37000be35cb64bffbfba6f8747b5a038"}, "domain_id": "default", "enabled": true, "options": {}, "id": "37000be35cb64bffbfba6f8747b5a038", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/43e8dce6cabc46db97fff83134d6f611"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43e8dce6cabc46db97fff83134d6f611", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vmready2-user_bce5079c-2f97-4104-8cf9-0f24632038a0", "links": {"self": "http://172.30.9.27:5000/v3/users/4acc1efb83ab4ed0ad782c224308da3f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4acc1efb83ab4ed0ad782c224308da3f", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/5d70f478784d418baecdeb0bb6195c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d70f478784d418baecdeb0bb6195c82", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/65c25d91e04547f4adb599eaf44ac3e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c25d91e04547f4adb599eaf44ac3e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/97574d93f3ba4b898aa0ede559c79c3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "97574d93f3ba4b898aa0ede559c79c3b", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/a49beb8a4f7943ddb60db9c89c8dd329"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a49beb8a4f7943ddb60db9c89c8dd329", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/a6ded9f63a8e465e853e9bfe85ca9d6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6ded9f63a8e465e853e9bfe85ca9d6d", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/a7fa9f4d0d1a4bc4bc408af0f2dca3a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7fa9f4d0d1a4bc4bc408af0f2dca3a3", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/aec7ef653ad14251b31b13b80a39b8e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec7ef653ad14251b31b13b80a39b8e0", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b9918efab4ff4513b04ec2a5c3c2ec83"}, "domain_id": "115922a7b3214ad0aa00b54a84360fdf", "enabled": true, "options": {}, "id": "b9918efab4ff4513b04ec2a5c3c2ec83", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/be589fcc23044bec983a142248de7b03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be589fcc23044bec983a142248de7b03", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/cd873df4a7644be5910b067909ed4b92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd873df4a7644be5910b067909ed4b92", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/e9b708f325e148f299ae7af945eb2e55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9b708f325e148f299ae7af945eb2e55", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/f3b2ef3fe4c14b76934c4322efffcc55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3b2ef3fe4c14b76934c4322efffcc55", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-19 15:18:38,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-c24caa59-6387-478d-9f1f-03e6b56622ed 2018-07-19 15:18:38,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.12370800972s 2018-07-19 15:18:38,736 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-c24caa59-6387-478d-9f1f-03e6b56622ed 2018-07-19 15:18:38,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 15:18:38,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/4acc1efb83ab4ed0ad782c224308da3f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:38,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26172068-0ce1-4494-a543-ca68ca05fb40 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_bce5079c-2f97-4104-8cf9-0f24632038a0", "links": {"self": "http://172.30.9.27:5000/v3/users/4acc1efb83ab4ed0ad782c224308da3f"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "4acc1efb83ab4ed0ad782c224308da3f", "description": null}} 2018-07-19 15:18:38,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/4acc1efb83ab4ed0ad782c224308da3f used request id req-26172068-0ce1-4494-a543-ca68ca05fb40 2018-07-19 15:18:38,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.129377126694s 2018-07-19 15:18:38,871 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/4acc1efb83ab4ed0ad782c224308da3f used request id req-26172068-0ce1-4494-a543-ca68ca05fb40 2018-07-19 15:18:38,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-19 15:18:38,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/4acc1efb83ab4ed0ad782c224308da3f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:39,194 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:18:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74a22b61-39c9-41a1-b5d2-d443d3170d3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 15:18:39,194 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/4acc1efb83ab4ed0ad782c224308da3f used request id req-74a22b61-39c9-41a1-b5d2-d443d3170d3d 2018-07-19 15:18:39,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.322136163712s 2018-07-19 15:18:39,194 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/4acc1efb83ab4ed0ad782c224308da3f used request id req-74a22b61-39c9-41a1-b5d2-d443d3170d3d 2018-07-19 15:18:39,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 15:18:39,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:39,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef0db1d8-5ced-4824-9c59-afc680e5f2c9 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.27:5000/v3/projects/57541de163234529b1b743deebc599c8"}, "tags": [], "enabled": true, "id": "57541de163234529b1b743deebc599c8", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_bce5079c-2f97-4104-8cf9-0f24632038a0"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7d50cfbadfca4f97bb43893af276dd48"}, "tags": [], "enabled": true, "id": "7d50cfbadfca4f97bb43893af276dd48", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757"}, "tags": [], "enabled": true, "id": "c55653f9c43d4f42abb964f57f2b6757", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-19 15:18:39,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-ef0db1d8-5ced-4824-9c59-afc680e5f2c9 2018-07-19 15:18:39,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.113022089005s 2018-07-19 15:18:39,313 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-ef0db1d8-5ced-4824-9c59-afc680e5f2c9 2018-07-19 15:18:39,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-19 15:18:39,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/57541de163234529b1b743deebc599c8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}235208b2465579f8aa858df3111d50e337c4f784" 2018-07-19 15:18:39,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:18:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85ddc469-8a39-440a-94bc-15a708498e5b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 15:18:39,606 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/57541de163234529b1b743deebc599c8 used request id req-85ddc469-8a39-440a-94bc-15a708498e5b 2018-07-19 15:18:39,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.288793087006s 2018-07-19 15:18:39,607 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/57541de163234529b1b743deebc599c8 used request id req-85ddc469-8a39-440a-94bc-15a708498e5b 2018-07-19 15:18:39,661 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-07-19 15:18:39,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 15:18:39,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 15:18:39,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 15:18:39,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 15:18:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 15:18:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 15:18:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 15:18:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 15:18:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 15:18:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 15:18:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 15:18:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 15:18:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 15:18:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 15:18:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 15:18:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 15:18:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 15:18:39,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 15:18:39,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 15:18:39,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 15:18:39,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 15:18:39,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 15:18:39,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:18:39,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22af2d04-bc17-49b3-b607-a79b81a67918 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.27:5000/v3/", "rel": "self"}]}} 2018-07-19 15:18:39,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-22af2d04-bc17-49b3-b607-a79b81a67918 2018-07-19 15:18:39,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-19 15:18:40,118 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e510a8d85f2843e7adb74eb79b019a06", "name": "member"}, {"id": "86acc0178aab498c8596bc00783cc977", "name": "admin"}, {"id": "96135507935b4266a5faae8ccf385c73", "name": "reader"}], "expires_at": "2018-07-19T16:18:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d50cfbadfca4f97bb43893af276dd48", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2e208dfc044aa5b8b32dcee96757ba"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51b4b6ff8bdc45ab81b943defdd3ccaf"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8a1d6ff5b704eb29b141ee342007a82"}], "type": "volumev2", "id": "0089826d3475488dae0cd8029a6a00c0", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "adcdacaa3de841c99109cea84120388e"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b58a6aa01e8946d284128d1f663ae0a2"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d429741a29b242399dd74260160b73fe"}], "type": "image", "id": "191daf233b3f4c6c83d53a15b8cd7ef6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e85124444324bbfb8cecbdce7961bff"}, {"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6173b753eb9942268c18baa91145b9a2"}, {"url": "http://172.30.9.27:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd03f23581044097bcce7c81c93215c6"}], "type": "volume", "id": "1d989ac5b227497496a10f6d9faf549a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fc4ef2d750c4715abaa6c2cce36765c"}, {"url": "http://172.30.9.27:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58c077b0bf844702a9e4c22a36fa4ad2"}, {"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77187bf0dae0492eb7451b02ba327210"}], "type": "orchestration", "id": "27a6dd74121743ce9a3f1aa6bb914040", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "135de0c6bef648d6951e6fcbdb30912d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9db63137fbf54ac3b9585d39a97f0841"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c76d4c40a416487e9ac8ee9d5fee0ef0"}], "type": "alarming", "id": "2c87e1400a454e08b94f6db84c372213", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6731b468ee264228a16bb2d1502d6421"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b31949a272764a809f8839f4e198a281"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "faf96e0d93424360add49cbd24e78f56"}], "type": "placement", "id": "43359fd69b874031ab493522a6799c48", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcdd040951d4fa7af84456c1ad6e6ca"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "365279d676ed4582a8e04aa4696c9365"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd0db987f12d4c0e8b24c6f8c68e35ee"}], "type": "event", "id": "505dbdade868480b8e5f458d3d6f397a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2657dc9b83014ed69b636cc84a6cac26"}, {"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8752b7f1ced848d2a31544bcf2a29ad7"}, {"url": "http://172.30.9.27:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b23aeba821e74bb084df8b8176e12450"}], "type": "volumev3", "id": "626a25c6775e4ee79e4a4d076676ea89", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b51bde020ed46cbb997bde098dda2e1"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5dc927980d40442facdd0077ef7504c3"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be66c97a2f014e68b4a6d6cba02a7016"}], "type": "cloudformation", "id": "62781e9a4b184985950b99af5ea789f4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e873e1ef1904496adf0a6203be32e6e"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "533f339425a24eb58e36635e658b057c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dcf4c2ccb7cb4a75972ea128a3dc908e"}], "type": "network", "id": "62b4c9ae32d34228865f4d922a940e6d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "815fa25cb430425ea964e90174bf9db2"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6629a9fff044809b40eb48bd8f8318c"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c85d44c528634a1c8568f72ed48e8662"}], "type": "identity", "id": "7491d69be9c94fecb490ef7eaeff0a5b", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "488912e67ad74a3c9d879af63fb34b9a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be6e984f7840430f861aa4b4dc16f702"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3b1c4ef0c54ddea7dc65c83679024d"}], "type": "compute", "id": "bf8f20e3740d42f0a63f4cb15500efd0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "d9b916eb514844f9a6938dd47cadb3d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "334f33c5c1ac4993ba84dfb6dcd5afcb"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62632aa017c5405b8e480e86059930a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "990b5f5231024fe7a50f73995de9655a"}], "type": "metric", "id": "e2cedfe1577c444bb48df428931b7904", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0687c97ee785449ebc34ed9be84c59c8"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d4cdd2da49b4446b27c825128de942f"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d77647bf8194490821b01953e4c2406"}], "type": "object-store", "id": "f7d54c1162c34fb68cd02f2c4c9075a1", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aec7ef653ad14251b31b13b80a39b8e0"}, "audit_ids": ["QG2zjVGoS7CLccewbRrFnw"], "issued_at": "2018-07-19T15:18:40.000000Z"}} 2018-07-19 15:18:40,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:18:40,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:18:40,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fc93f3b5-59ff-427a-8bd8-af541dad3497 Date: Thu, 19 Jul 2018 15:18:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"}]} 2018-07-19 15:18:40,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fc93f3b5-59ff-427a-8bd8-af541dad3497 2018-07-19 15:18:40,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.271470785141s 2018-07-19 15:18:40,393 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fc93f3b5-59ff-427a-8bd8-af541dad3497 2018-07-19 15:18:40,399 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-07-19 15:18:40,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 15:18:40,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" -d '{"network": {"name": "singlevm1-net_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "admin_state_up": true}}' 2018-07-19 15:18:40,862 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4cdea5e9-fbc9-47fc-bcd8-6aead9755823 Date: Thu, 19 Jul 2018 15:18:40 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5f01c3db-daee-472f-869b-ed2243383ade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7d50cfbadfca4f97bb43893af276dd48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T15:18:40Z","is_default":false,"provider:segmentation_id":44,"name":"singlevm1-net_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f","admin_state_up":true,"tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:18:40Z","mtu":1450}} 2018-07-19 15:18:40,862 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-4cdea5e9-fbc9-47fc-bcd8-6aead9755823 2018-07-19 15:18:40,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.462448120117s 2018-07-19 15:18:40,862 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-4cdea5e9-fbc9-47fc-bcd8-6aead9755823 2018-07-19 15:18:40,863 - 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-19T15:18:40Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5f01c3db-daee-472f-869b-ed2243383ade', u'provider:segmentation_id': 44, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f', u'admin_state_up': True, u'tenant_id': u'7d50cfbadfca4f97bb43893af276dd48', u'created_at': u'2018-07-19T15:18:40Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7d50cfbadfca4f97bb43893af276dd48'}) 2018-07-19 15:18:40,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:18:40,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:18:41,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-04143063-f7dc-4aa9-985e-fdeda2951fbe Date: Thu, 19 Jul 2018 15:18:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"5f01c3db-daee-472f-869b-ed2243383ade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7d50cfbadfca4f97bb43893af276dd48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T15:18:40Z","provider:segmentation_id":44,"name":"singlevm1-net_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f","admin_state_up":true,"tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:18:40Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"}]} 2018-07-19 15:18:41,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-04143063-f7dc-4aa9-985e-fdeda2951fbe 2018-07-19 15:18:41,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.285485982895s 2018-07-19 15:18:41,149 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-04143063-f7dc-4aa9-985e-fdeda2951fbe 2018-07-19 15:18:41,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 15:18:41,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" -d '{"subnet": {"name": "singlevm1-subnet_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "enable_dhcp": true, "network_id": "5f01c3db-daee-472f-869b-ed2243383ade", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 15:18:42,592 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-d907e890-8fff-4642-b3ea-5569f0d8f65c Date: Thu, 19 Jul 2018 15:18:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f01c3db-daee-472f-869b-ed2243383ade","tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:18:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:18:42Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"7d50cfbadfca4f97bb43893af276dd48","id":"f7e37338-fcb6-4806-9f3b-0a00c8afd525","subnetpool_id":null,"name":"singlevm1-subnet_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}} 2018-07-19 15:18:42,592 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-d907e890-8fff-4642-b3ea-5569f0d8f65c 2018-07-19 15:18:42,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.44093704224s 2018-07-19 15:18:42,592 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-d907e890-8fff-4642-b3ea-5569f0d8f65c 2018-07-19 15:18:42,593 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T15:18:42Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'f7e37338-fcb6-4806-9f3b-0a00c8afd525', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f', u'enable_dhcp': True, u'network_id': u'5f01c3db-daee-472f-869b-ed2243383ade', u'tenant_id': u'7d50cfbadfca4f97bb43893af276dd48', u'created_at': u'2018-07-19T15:18:42Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'7d50cfbadfca4f97bb43893af276dd48'}) 2018-07-19 15:18:42,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 15:18:42,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" -d '{"router": {"external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d"}, "name": "singlevm1-router_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "admin_state_up": true}}' 2018-07-19 15:18:44,119 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-5d96ab82-f951-4ea1-865b-c3e2df9bb7f5 Date: Thu, 19 Jul 2018 15:18:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9ca5b98-e387-4148-b42d-c22d07aa7079", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "created_at": "2018-07-19T15:18:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-19T15:18:43Z", "revision_number": 2, "routes": [], "project_id": "7d50cfbadfca4f97bb43893af276dd48", "id": "9fa18c8a-f4c4-40e2-a877-6a26f503f706", "name": "singlevm1-router_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}} 2018-07-19 15:18:44,119 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-5d96ab82-f951-4ea1-865b-c3e2df9bb7f5 2018-07-19 15:18:44,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.52596688271s 2018-07-19 15:18:44,120 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-5d96ab82-f951-4ea1-865b-c3e2df9bb7f5 2018-07-19 15:18:44,120 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'b74ea510-ba57-4f85-8b9f-14fc3006297d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9ca5b98-e387-4148-b42d-c22d07aa7079', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7d50cfbadfca4f97bb43893af276dd48', u'created_at': u'2018-07-19T15:18:42Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-19T15:18:43Z', u'revision_number': 2, u'routes': [], u'project_id': u'7d50cfbadfca4f97bb43893af276dd48', u'id': u'9fa18c8a-f4c4-40e2-a877-6a26f503f706', u'name': u'singlevm1-router_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f'}) 2018-07-19 15:18:44,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 15:18:44,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9fa18c8a-f4c4-40e2-a877-6a26f503f706/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}12af55de84b64c2d724d6883eb97f997e37fde46" -d '{"subnet_id": "f7e37338-fcb6-4806-9f3b-0a00c8afd525"}' 2018-07-19 15:18:46,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7601a08d-4052-49ed-b612-b1e2f382a8e6 Date: Thu, 19 Jul 2018 15:18:46 GMT RESP BODY: {"network_id": "5f01c3db-daee-472f-869b-ed2243383ade", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "subnet_id": "f7e37338-fcb6-4806-9f3b-0a00c8afd525", "subnet_ids": ["f7e37338-fcb6-4806-9f3b-0a00c8afd525"], "port_id": "8b71355e-07fc-49f6-b06e-dce8b10ec476", "id": "9fa18c8a-f4c4-40e2-a877-6a26f503f706"} 2018-07-19 15:18:46,141 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9fa18c8a-f4c4-40e2-a877-6a26f503f706/add_router_interface.json used request id req-7601a08d-4052-49ed-b612-b1e2f382a8e6 2018-07-19 15:18:46,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.02058982849s 2018-07-19 15:18:46,142 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9fa18c8a-f4c4-40e2-a877-6a26f503f706/add_router_interface.json used request id req-7601a08d-4052-49ed-b612-b1e2f382a8e6 returning object 9fa18c8a-f4c4-40e2-a877-6a26f503f706 2018-07-19 15:18:46,142 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 15:18:46,275 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-19 15:18:46,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:18:46,284 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Thu, 19 Jul 2018 15:18:46 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-07-19 15:18:46,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:18:46,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:18:46,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3a82ac09-dd91-4a91-9a01-f02c30410415 Date: Thu, 19 Jul 2018 15:18:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:18:46,511 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3a82ac09-dd91-4a91-9a01-f02c30410415 2018-07-19 15:18:46,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.224838972092s 2018-07-19 15:18:46,511 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3a82ac09-dd91-4a91-9a01-f02c30410415 2018-07-19 15:18:46,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-19 15:18:46,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}' 2018-07-19 15:18:47,330 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a04e09bf-da40-40cb-b9d4-2a41a958a7a7 Date: Thu, 19 Jul 2018 15:18:47 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124/file", "owner": "7d50cfbadfca4f97bb43893af276dd48", "id": "04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "size": null, "self": "/v2/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:18:47Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "checksum": null, "created_at": "2018-07-19T15:18:47Z", "protected": false} 2018-07-19 15:18:47,330 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-a04e09bf-da40-40cb-b9d4-2a41a958a7a7 2018-07-19 15:18:47,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.813347101212s 2018-07-19 15:18:47,331 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-a04e09bf-da40-40cb-b9d4-2a41a958a7a7 returning object 04282cc8-e6e9-4ca6-87ca-e77dd2fa5124 2018-07-19 15:18:47,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-19 15:18:47,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124/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}12af55de84b64c2d724d6883eb97f997e37fde46" -d '' 2018-07-19 15:18:48,520 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a24cd96a-e6e1-49a5-80a4-e4330537cb0a Date: Thu, 19 Jul 2018 15:18: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-19 15:18:48,520 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124/file used request id req-a24cd96a-e6e1-49a5-80a4-e4330537cb0a 2018-07-19 15:18:48,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.18915605545s 2018-07-19 15:18:48,521 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124/file used request id req-a24cd96a-e6e1-49a5-80a4-e4330537cb0a 2018-07-19 15:18:48,521 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm1-img_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-19T15:18:47Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124/file', u'owner': u'7d50cfbadfca4f97bb43893af276dd48', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'04282cc8-e6e9-4ca6-87ca-e77dd2fa5124', u'size': None, u'name': u'singlevm1-img_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f', u'checksum': None, u'self': u'/v2/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-19T15:18:47Z', u'schema': u'/v2/schemas/image'}) 2018-07-19 15:18:48,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-19 15:18:48,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-19 15:18:49,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18: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-f8d4692d-f4d7-47f8-9bab-c2867d5687fc x-compute-request-id: req-f8d4692d-f4d7-47f8-9bab-c2867d5687fc Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74", "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": "cd9d4cca-7143-4773-a67a-980b35a6fe74"}} 2018-07-19 15:18:49,294 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-f8d4692d-f4d7-47f8-9bab-c2867d5687fc 2018-07-19 15:18:49,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.772112131119s 2018-07-19 15:18:49,294 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-f8d4692d-f4d7-47f8-9bab-c2867d5687fc 2018-07-19 15:18:49,295 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f', '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'7d50cfbadfca4f97bb43893af276dd48', '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'cd9d4cca-7143-4773-a67a-980b35a6fe74', 'swap': 0}) 2018-07-19 15:18:49,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-19 15:18:49,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74/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}12af55de84b64c2d724d6883eb97f997e37fde46" -d '{"extra_specs": {}}' 2018-07-19 15:18:49,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18: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-cb2b1632-ecdc-4375-8abd-f1b18ddaf8ef x-compute-request-id: req-cb2b1632-ecdc-4375-8abd-f1b18ddaf8ef Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 15:18:49,438 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74/os-extra_specs used request id req-cb2b1632-ecdc-4375-8abd-f1b18ddaf8ef 2018-07-19 15:18:49,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.14167714119s 2018-07-19 15:18:49,438 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74/os-extra_specs used request id req-cb2b1632-ecdc-4375-8abd-f1b18ddaf8ef 2018-07-19 15:18:49,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-19 15:18:49,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" -d '{"keypair": {"name": "singlevm1-kp_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}}' 2018-07-19 15:18:49,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18: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-97861536-bc7e-405b-8391-7a2263d7784e x-compute-request-id: req-97861536-bc7e-405b-8391-7a2263d7784e Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/F+B3eGNTSO8X8TKvhKZotJXBIw6J3H0Ih5X8uur+xV6DeUyw/zxavucEOAuGn9xM+/llX16HX6HNHrAjvcqc4Jpa5w9J5PB5W1yWIE+K6C6Do4Es4EX3jHDpbDgeX967mzTr6KLMmGA+vP5PZFFSMASQsrSj61RB76B8H1ox82hsTmm635yDti6VG5SnfR8Vxu0gWmA2Ov5FyeYC8B8SavWG9QQFrvgdJQJQtsIgs5p5GjCtaGmieRLtDsio8kHqSpXLLJTL68UxzZPLl4PcDh/M28W01VYX998gP/cUBI8XeSvH1YnwG5DEOfI4mauoC9eZSWN9nI/VqUPm3sjF Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvxfgd3hjU0jvF/Eyr4SmaLSVwSMOidx9CIeV/Lrq/sVeg3lM\nsP88Wr7nBDgLhp/cTPv5ZV9eh1+hzR6wI73KnOCaWucPSeTweVtcliBPiugug6OB\nLOBF94xw6Ww4Hl/eu5s06+iizJhgPrz+T2RRUjAEkLK0o+tUQe+gfB9aMfNobE5p\nut+cg7YulRuUp30fFcbtIFpgNjr+RcnmAvAfEmr1hvUEBa74HSUCULbCILOaeRow\nrWhponkS7Q7IqPJB6kqVyyyUy+vFMc2Ty5eD3A4fzNvFtNVWF/ffID/3FASPF3kr\nx9WJ8BuQxDnyOJmrqAvXmUljfZyP1alD5t7IxQIDAQABAoIBAQCm//zhK8rR7DlX\nWSkMjwbHFpqRcUuxW4nBvIxtlATuphoVGBrXzBc4zwEhhME949MpTEQGPbRk5kSG\n+DzC34iEVR1QOAH6eCNYS2m8oXwiTwrnbCrlxxIeZxP+St84XFxQ5DD5whMUbk4e\nRhiR1X/kLaavth1765t1DC/aiaPPZgDCiO6a8YSzQwYORymI/M+BKYhZ1ng+Xyfq\nPff9NUpPKUErA1CRTR0SJv48d39/eKO77/6NJjsOOOYgjm8KNUCLPcsftE3ntVGh\nKGQwC1/9AIeIax2t9D0Ju/NCU9bsc0rBVq4gjNSZPQIGmfqxvSmkxI2KVU7/L1TS\nPQv6RPp5AoGBAOFICiF99h01DUE1bOPD73Dq5+RGQTvndOOXm/xHCITMLPbcRj4k\nmWMvk+ZQwDClK1wiOJs9V2R36ovLybEYm9592G6M3f8ei7b6KpY4acRlLp1SI5Jc\n1HjX+sHBY8g05m4mN8BxleZnvTfDN1tnaqlqLoLWioNJdEADwo4wVt/nAoGBANkm\nbCpBZi/SpMX/mrP/yGSGLKrPtz7Dy1v+tOzNzgUd+MQVyNVcEzzpwiG7g8SBOd2c\nkNA1snUYchAe/OF1ja9F3tsUy2iPQvXhxdk3UYqcyHqrxIA38l5xiS7dJvcYyQvV\nXeu2GjaGOY5Y+8oRhZBIC7d5uV8/3eGyQ9TaL6xzAoGAMNGlsGBVhzrJ5omnUSxS\npQuiuOsok8yynedq3B6gj/aW/9/4MNtJih7zVAPHwkLoxIx969Y9K/54i1bcHE6S\n6IIo9rv8F58M89f+hpMvCGpM0bbNEpifSpizNG2uK+Ka1N/fUQrMSyPL81uQkXQ1\nvwTNk3jeh1jRolWuQZXkHZ0CgYEAwplfN6LyG4tO5K2Ciyp/AC8J2m1ZT2MRXDjv\nFIP+y7EnXToUh7gC+YSW17n+hNw16jbDxANLEQq+NVo/zyCUv20DIRwKiYJRRJ52\nuomLhoeoVd6Wszzv89kVUi0YHTpV+UfV6kWASjqRW9K8mkKHilw2O89W41gN1JP3\nm8mIDacCgYBk5eysnNn5cf9v0KtxM65aPCUzJdG4miBco7PCog+TdimyZm6KtTBJ\nLTe4xUCHJH2OHTbo7V3yU3NaVSJDaESf4iUBepn/sQ46tyo30nH94OA9+HcCqqn3\nRq67e6lxwNVRVih6+R137xQW/n4axhUcpwd+Tq5LVO1dUKA2MtQnuw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "aec7ef653ad14251b31b13b80a39b8e0", "name": "singlevm1-kp_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "fingerprint": "ca:73:a5:dd:22:f5:a5:24:23:af:c0:34:75:53:2a:3b"}} 2018-07-19 15:18:49,793 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-97861536-bc7e-405b-8391-7a2263d7784e 2018-07-19 15:18:49,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.354794979095s 2018-07-19 15:18:49,794 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-97861536-bc7e-405b-8391-7a2263d7784e 2018-07-19 15:18:49,795 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/F+B3eGNTSO8X8TKvhKZotJXBIw6J3H0Ih5X8uur+xV6DeUyw/zxavucEOAuGn9xM+/llX16HX6HNHrAjvcqc4Jpa5w9J5PB5W1yWIE+K6C6Do4Es4EX3jHDpbDgeX967mzTr6KLMmGA+vP5PZFFSMASQsrSj61RB76B8H1ox82hsTmm635yDti6VG5SnfR8Vxu0gWmA2Ov5FyeYC8B8SavWG9QQFrvgdJQJQtsIgs5p5GjCtaGmieRLtDsio8kHqSpXLLJTL68UxzZPLl4PcDh/M28W01VYX998gP/cUBI8XeSvH1YnwG5DEOfI4mauoC9eZSWN9nI/VqUPm3sjF Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvxfgd3hjU0jvF/Eyr4SmaLSVwSMOidx9CIeV/Lrq/sVeg3lM\nsP88Wr7nBDgLhp/cTPv5ZV9eh1+hzR6wI73KnOCaWucPSeTweVtcliBPiugug6OB\nLOBF94xw6Ww4Hl/eu5s06+iizJhgPrz+T2RRUjAEkLK0o+tUQe+gfB9aMfNobE5p\nut+cg7YulRuUp30fFcbtIFpgNjr+RcnmAvAfEmr1hvUEBa74HSUCULbCILOaeRow\nrWhponkS7Q7IqPJB6kqVyyyUy+vFMc2Ty5eD3A4fzNvFtNVWF/ffID/3FASPF3kr\nx9WJ8BuQxDnyOJmrqAvXmUljfZyP1alD5t7IxQIDAQABAoIBAQCm//zhK8rR7DlX\nWSkMjwbHFpqRcUuxW4nBvIxtlATuphoVGBrXzBc4zwEhhME949MpTEQGPbRk5kSG\n+DzC34iEVR1QOAH6eCNYS2m8oXwiTwrnbCrlxxIeZxP+St84XFxQ5DD5whMUbk4e\nRhiR1X/kLaavth1765t1DC/aiaPPZgDCiO6a8YSzQwYORymI/M+BKYhZ1ng+Xyfq\nPff9NUpPKUErA1CRTR0SJv48d39/eKO77/6NJjsOOOYgjm8KNUCLPcsftE3ntVGh\nKGQwC1/9AIeIax2t9D0Ju/NCU9bsc0rBVq4gjNSZPQIGmfqxvSmkxI2KVU7/L1TS\nPQv6RPp5AoGBAOFICiF99h01DUE1bOPD73Dq5+RGQTvndOOXm/xHCITMLPbcRj4k\nmWMvk+ZQwDClK1wiOJs9V2R36ovLybEYm9592G6M3f8ei7b6KpY4acRlLp1SI5Jc\n1HjX+sHBY8g05m4mN8BxleZnvTfDN1tnaqlqLoLWioNJdEADwo4wVt/nAoGBANkm\nbCpBZi/SpMX/mrP/yGSGLKrPtz7Dy1v+tOzNzgUd+MQVyNVcEzzpwiG7g8SBOd2c\nkNA1snUYchAe/OF1ja9F3tsUy2iPQvXhxdk3UYqcyHqrxIA38l5xiS7dJvcYyQvV\nXeu2GjaGOY5Y+8oRhZBIC7d5uV8/3eGyQ9TaL6xzAoGAMNGlsGBVhzrJ5omnUSxS\npQuiuOsok8yynedq3B6gj/aW/9/4MNtJih7zVAPHwkLoxIx969Y9K/54i1bcHE6S\n6IIo9rv8F58M89f+hpMvCGpM0bbNEpifSpizNG2uK+Ka1N/fUQrMSyPL81uQkXQ1\nvwTNk3jeh1jRolWuQZXkHZ0CgYEAwplfN6LyG4tO5K2Ciyp/AC8J2m1ZT2MRXDjv\nFIP+y7EnXToUh7gC+YSW17n+hNw16jbDxANLEQq+NVo/zyCUv20DIRwKiYJRRJ52\nuomLhoeoVd6Wszzv89kVUi0YHTpV+UfV6kWASjqRW9K8mkKHilw2O89W41gN1JP3\nm8mIDacCgYBk5eysnNn5cf9v0KtxM65aPCUzJdG4miBco7PCog+TdimyZm6KtTBJ\nLTe4xUCHJH2OHTbo7V3yU3NaVSJDaESf4iUBepn/sQ46tyo30nH94OA9+HcCqqn3\nRq67e6lxwNVRVih6+R137xQW/n4axhUcpwd+Tq5LVO1dUKA2MtQnuw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'aec7ef653ad14251b31b13b80a39b8e0', 'name': u'singlevm1-kp_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f', 'created_at': '2018-07-19T15:18:49.794977', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7d50cfbadfca4f97bb43893af276dd48', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ca:73:a5:dd:22:f5:a5:24:23:af:c0:34:75:53:2a:3b', 'type': 'ssh', 'id': u'singlevm1-kp_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f'}) 2018-07-19 15:18:49,795 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAvxfgd3hjU0jvF/Eyr4SmaLSVwSMOidx9CIeV/Lrq/sVeg3lM sP88Wr7nBDgLhp/cTPv5ZV9eh1+hzR6wI73KnOCaWucPSeTweVtcliBPiugug6OB LOBF94xw6Ww4Hl/eu5s06+iizJhgPrz+T2RRUjAEkLK0o+tUQe+gfB9aMfNobE5p ut+cg7YulRuUp30fFcbtIFpgNjr+RcnmAvAfEmr1hvUEBa74HSUCULbCILOaeRow rWhponkS7Q7IqPJB6kqVyyyUy+vFMc2Ty5eD3A4fzNvFtNVWF/ffID/3FASPF3kr x9WJ8BuQxDnyOJmrqAvXmUljfZyP1alD5t7IxQIDAQABAoIBAQCm//zhK8rR7DlX WSkMjwbHFpqRcUuxW4nBvIxtlATuphoVGBrXzBc4zwEhhME949MpTEQGPbRk5kSG +DzC34iEVR1QOAH6eCNYS2m8oXwiTwrnbCrlxxIeZxP+St84XFxQ5DD5whMUbk4e RhiR1X/kLaavth1765t1DC/aiaPPZgDCiO6a8YSzQwYORymI/M+BKYhZ1ng+Xyfq Pff9NUpPKUErA1CRTR0SJv48d39/eKO77/6NJjsOOOYgjm8KNUCLPcsftE3ntVGh KGQwC1/9AIeIax2t9D0Ju/NCU9bsc0rBVq4gjNSZPQIGmfqxvSmkxI2KVU7/L1TS PQv6RPp5AoGBAOFICiF99h01DUE1bOPD73Dq5+RGQTvndOOXm/xHCITMLPbcRj4k mWMvk+ZQwDClK1wiOJs9V2R36ovLybEYm9592G6M3f8ei7b6KpY4acRlLp1SI5Jc 1HjX+sHBY8g05m4mN8BxleZnvTfDN1tnaqlqLoLWioNJdEADwo4wVt/nAoGBANkm bCpBZi/SpMX/mrP/yGSGLKrPtz7Dy1v+tOzNzgUd+MQVyNVcEzzpwiG7g8SBOd2c kNA1snUYchAe/OF1ja9F3tsUy2iPQvXhxdk3UYqcyHqrxIA38l5xiS7dJvcYyQvV Xeu2GjaGOY5Y+8oRhZBIC7d5uV8/3eGyQ9TaL6xzAoGAMNGlsGBVhzrJ5omnUSxS pQuiuOsok8yynedq3B6gj/aW/9/4MNtJih7zVAPHwkLoxIx969Y9K/54i1bcHE6S 6IIo9rv8F58M89f+hpMvCGpM0bbNEpifSpizNG2uK+Ka1N/fUQrMSyPL81uQkXQ1 vwTNk3jeh1jRolWuQZXkHZ0CgYEAwplfN6LyG4tO5K2Ciyp/AC8J2m1ZT2MRXDjv FIP+y7EnXToUh7gC+YSW17n+hNw16jbDxANLEQq+NVo/zyCUv20DIRwKiYJRRJ52 uomLhoeoVd6Wszzv89kVUi0YHTpV+UfV6kWASjqRW9K8mkKHilw2O89W41gN1JP3 m8mIDacCgYBk5eysnNn5cf9v0KtxM65aPCUzJdG4miBco7PCog+TdimyZm6KtTBJ LTe4xUCHJH2OHTbo7V3yU3NaVSJDaESf4iUBepn/sQ46tyo30nH94OA9+HcCqqn3 Rq67e6lxwNVRVih6+R137xQW/n4axhUcpwd+Tq5LVO1dUKA2MtQnuw== -----END RSA PRIVATE KEY----- 2018-07-19 15:18:49,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-19 15:18:49,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" -d '{"security_group": {"name": "singlevm1-sg_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-07-19 15:18:50,044 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-9a5b30a7-7856-4797-ac77-91390f247d7e Date: Thu, 19 Jul 2018 15:18:50 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "created_at": "2018-07-19T15:18:49Z", "updated_at": "2018-07-19T15:18:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:49Z", "revision_number": 0, "id": "7d710e00-5c32-48fe-bb9b-0324865eb25e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:49Z", "security_group_id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:49Z", "revision_number": 0, "id": "94ac8809-1bdd-4138-ab31-4d52089162c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:49Z", "security_group_id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}], "revision_number": 1, "project_id": "7d50cfbadfca4f97bb43893af276dd48", "id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "name": "singlevm1-sg_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}} 2018-07-19 15:18:50,044 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-9a5b30a7-7856-4797-ac77-91390f247d7e 2018-07-19 15:18:50,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.246174097061s 2018-07-19 15:18:50,045 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-9a5b30a7-7856-4797-ac77-91390f247d7e 2018-07-19 15:18:50,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 15:18:50,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:18:50,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-bf5ed225-3432-48b3-af78-c8cae72fff02 Date: Thu, 19 Jul 2018 15:18:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "57541de163234529b1b743deebc599c8", "created_at": "2018-07-19T15:18:20Z", "updated_at": "2018-07-19T15:18:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:20Z", "revision_number": 0, "id": "174271db-8594-4f3f-afdb-f21d0c9f0284", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:20Z", "security_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "tenant_id": "57541de163234529b1b743deebc599c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "57541de163234529b1b743deebc599c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:20Z", "revision_number": 0, "id": "2e552c3c-f32b-47ff-a36d-fe71296d5d08", "remote_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:20Z", "security_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "tenant_id": "57541de163234529b1b743deebc599c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "57541de163234529b1b743deebc599c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:20Z", "revision_number": 0, "id": "8b674665-d049-45d4-abf7-b4bee1e402d1", "remote_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:20Z", "security_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "tenant_id": "57541de163234529b1b743deebc599c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "57541de163234529b1b743deebc599c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:20Z", "revision_number": 0, "id": "c75ec856-bc2a-4fcb-b18d-4097787ec1e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:20Z", "security_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "tenant_id": "57541de163234529b1b743deebc599c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "57541de163234529b1b743deebc599c8"}], "revision_number": 1, "project_id": "57541de163234529b1b743deebc599c8", "id": "02084744-715e-4bf8-b734-879b4b7c269a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "created_at": "2018-07-19T15:17:31Z", "updated_at": "2018-07-19T15:17:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:31Z", "revision_number": 0, "id": "70c7744b-154d-4359-b049-d9d181cdd01d", "remote_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:31Z", "security_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:31Z", "revision_number": 0, "id": "833ff421-20df-4a79-b506-f56b3286061c", "remote_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:31Z", "security_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:31Z", "revision_number": 0, "id": "b0d24d43-97a9-4c5c-a5ab-35f87144546e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:31Z", "security_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:31Z", "revision_number": 0, "id": "d76dc8b6-8b22-436e-83e4-192f57ed03cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:31Z", "security_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c"}], "revision_number": 1, "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c55653f9c43d4f42abb964f57f2b6757", "created_at": "2018-07-19T15:13:49Z", "updated_at": "2018-07-19T15:13:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:13:49Z", "revision_number": 0, "id": "09842d2a-e682-4435-9694-53e937bf3c73", "remote_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "remote_ip_prefix": null, "created_at": "2018-07-19T15:13:49Z", "security_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "tenant_id": "c55653f9c43d4f42abb964f57f2b6757", "port_range_min": null, "ethertype": "IPv4", "project_id": "c55653f9c43d4f42abb964f57f2b6757"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:13:49Z", "revision_number": 0, "id": "669b5793-703a-4ad2-9ff1-63364ce17b7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:13:49Z", "security_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "tenant_id": "c55653f9c43d4f42abb964f57f2b6757", "port_range_min": null, "ethertype": "IPv4", "project_id": "c55653f9c43d4f42abb964f57f2b6757"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:13:49Z", "revision_number": 0, "id": "bfb2de19-e655-40a4-8d6c-03068f7b7a08", "remote_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "remote_ip_prefix": null, "created_at": "2018-07-19T15:13:49Z", "security_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "tenant_id": "c55653f9c43d4f42abb964f57f2b6757", "port_range_min": null, "ethertype": "IPv6", "project_id": "c55653f9c43d4f42abb964f57f2b6757"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:13:49Z", "revision_number": 0, "id": "d1904063-ada9-472f-b771-1b03b99769e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:13:49Z", "security_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "tenant_id": "c55653f9c43d4f42abb964f57f2b6757", "port_range_min": null, "ethertype": "IPv6", "project_id": "c55653f9c43d4f42abb964f57f2b6757"}], "revision_number": 1, "project_id": "c55653f9c43d4f42abb964f57f2b6757", "id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-19T15:17:11Z", "updated_at": "2018-07-19T15:17:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:11Z", "revision_number": 0, "id": "2be283c9-cd3e-40b8-b8f6-2af9612cb4ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:11Z", "security_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:11Z", "revision_number": 0, "id": "3d266f85-832f-4eaf-823b-69d52f45a477", "remote_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:11Z", "security_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "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-19T15:17:11Z", "revision_number": 0, "id": "79217314-d9af-4e9c-a7d2-7ee50ce31c8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:11Z", "security_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "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-19T15:17:11Z", "revision_number": 0, "id": "d2d56f83-f324-4c21-911d-5d38daa89b97", "remote_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:11Z", "security_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "created_at": "2018-07-19T15:17:07Z", "updated_at": "2018-07-19T15:17:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:07Z", "revision_number": 0, "id": "25eab83c-ae7d-46bd-bbd8-1427f06d7abe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:07Z", "security_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:07Z", "revision_number": 0, "id": "65d40092-db88-42f7-a669-f20bf349fd12", "remote_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:07Z", "security_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:07Z", "revision_number": 0, "id": "c7d74c23-c6b7-45c4-81c2-1191f6a1538d", "remote_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:07Z", "security_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:07Z", "revision_number": 0, "id": "fc115bd8-4e91-48d0-a8ec-e8cde4263624", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:07Z", "security_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}], "revision_number": 1, "project_id": "7d50cfbadfca4f97bb43893af276dd48", "id": "872342b9-d933-4a25-8e3f-2335b989d723", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "created_at": "2018-07-19T15:18:49Z", "updated_at": "2018-07-19T15:18:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:49Z", "revision_number": 0, "id": "7d710e00-5c32-48fe-bb9b-0324865eb25e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:49Z", "security_group_id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:49Z", "revision_number": 0, "id": "94ac8809-1bdd-4138-ab31-4d52089162c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:49Z", "security_group_id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}], "revision_number": 1, "project_id": "7d50cfbadfca4f97bb43893af276dd48", "id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "name": "singlevm1-sg_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}]} 2018-07-19 15:18:50,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-bf5ed225-3432-48b3-af78-c8cae72fff02 2018-07-19 15:18:50,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0620889663696s 2018-07-19 15:18:50,113 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-bf5ed225-3432-48b3-af78-c8cae72fff02 2018-07-19 15:18:50,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-19 15:18:50,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" -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": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24"}}' 2018-07-19 15:18:50,504 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b3382310-9fd5-48e1-9b6a-c2dc53dfebc5 Date: Thu, 19 Jul 2018 15:18:50 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-19T15:18:50Z", "security_group_id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "port_range_min": 22, "revision_number": 0, "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "created_at": "2018-07-19T15:18:50Z", "project_id": "7d50cfbadfca4f97bb43893af276dd48", "id": "8e309b35-c039-425b-8cfc-446ea6a483f2"}} 2018-07-19 15:18:50,504 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-b3382310-9fd5-48e1-9b6a-c2dc53dfebc5 2018-07-19 15:18:50,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.383113861084s 2018-07-19 15:18:50,505 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-b3382310-9fd5-48e1-9b6a-c2dc53dfebc5 2018-07-19 15:18:50,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 15:18:50,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:18:50,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-c72bfda9-695f-4d91-98c9-993a0b63bb5e Date: Thu, 19 Jul 2018 15:18:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "57541de163234529b1b743deebc599c8", "created_at": "2018-07-19T15:18:20Z", "updated_at": "2018-07-19T15:18:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:20Z", "revision_number": 0, "id": "174271db-8594-4f3f-afdb-f21d0c9f0284", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:20Z", "security_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "tenant_id": "57541de163234529b1b743deebc599c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "57541de163234529b1b743deebc599c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:20Z", "revision_number": 0, "id": "2e552c3c-f32b-47ff-a36d-fe71296d5d08", "remote_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:20Z", "security_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "tenant_id": "57541de163234529b1b743deebc599c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "57541de163234529b1b743deebc599c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:20Z", "revision_number": 0, "id": "8b674665-d049-45d4-abf7-b4bee1e402d1", "remote_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:20Z", "security_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "tenant_id": "57541de163234529b1b743deebc599c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "57541de163234529b1b743deebc599c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:20Z", "revision_number": 0, "id": "c75ec856-bc2a-4fcb-b18d-4097787ec1e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:20Z", "security_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "tenant_id": "57541de163234529b1b743deebc599c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "57541de163234529b1b743deebc599c8"}], "revision_number": 1, "project_id": "57541de163234529b1b743deebc599c8", "id": "02084744-715e-4bf8-b734-879b4b7c269a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "created_at": "2018-07-19T15:17:31Z", "updated_at": "2018-07-19T15:17:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:31Z", "revision_number": 0, "id": "70c7744b-154d-4359-b049-d9d181cdd01d", "remote_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:31Z", "security_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:31Z", "revision_number": 0, "id": "833ff421-20df-4a79-b506-f56b3286061c", "remote_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:31Z", "security_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:31Z", "revision_number": 0, "id": "b0d24d43-97a9-4c5c-a5ab-35f87144546e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:31Z", "security_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:31Z", "revision_number": 0, "id": "d76dc8b6-8b22-436e-83e4-192f57ed03cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:31Z", "security_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c"}], "revision_number": 1, "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c55653f9c43d4f42abb964f57f2b6757", "created_at": "2018-07-19T15:13:49Z", "updated_at": "2018-07-19T15:13:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:13:49Z", "revision_number": 0, "id": "09842d2a-e682-4435-9694-53e937bf3c73", "remote_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "remote_ip_prefix": null, "created_at": "2018-07-19T15:13:49Z", "security_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "tenant_id": "c55653f9c43d4f42abb964f57f2b6757", "port_range_min": null, "ethertype": "IPv4", "project_id": "c55653f9c43d4f42abb964f57f2b6757"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:13:49Z", "revision_number": 0, "id": "669b5793-703a-4ad2-9ff1-63364ce17b7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:13:49Z", "security_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "tenant_id": "c55653f9c43d4f42abb964f57f2b6757", "port_range_min": null, "ethertype": "IPv4", "project_id": "c55653f9c43d4f42abb964f57f2b6757"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:13:49Z", "revision_number": 0, "id": "bfb2de19-e655-40a4-8d6c-03068f7b7a08", "remote_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "remote_ip_prefix": null, "created_at": "2018-07-19T15:13:49Z", "security_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "tenant_id": "c55653f9c43d4f42abb964f57f2b6757", "port_range_min": null, "ethertype": "IPv6", "project_id": "c55653f9c43d4f42abb964f57f2b6757"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:13:49Z", "revision_number": 0, "id": "d1904063-ada9-472f-b771-1b03b99769e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:13:49Z", "security_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "tenant_id": "c55653f9c43d4f42abb964f57f2b6757", "port_range_min": null, "ethertype": "IPv6", "project_id": "c55653f9c43d4f42abb964f57f2b6757"}], "revision_number": 1, "project_id": "c55653f9c43d4f42abb964f57f2b6757", "id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-19T15:17:11Z", "updated_at": "2018-07-19T15:17:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:11Z", "revision_number": 0, "id": "2be283c9-cd3e-40b8-b8f6-2af9612cb4ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:11Z", "security_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:11Z", "revision_number": 0, "id": "3d266f85-832f-4eaf-823b-69d52f45a477", "remote_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:11Z", "security_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "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-19T15:17:11Z", "revision_number": 0, "id": "79217314-d9af-4e9c-a7d2-7ee50ce31c8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:11Z", "security_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "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-19T15:17:11Z", "revision_number": 0, "id": "d2d56f83-f324-4c21-911d-5d38daa89b97", "remote_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:11Z", "security_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "created_at": "2018-07-19T15:17:07Z", "updated_at": "2018-07-19T15:17:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:07Z", "revision_number": 0, "id": "25eab83c-ae7d-46bd-bbd8-1427f06d7abe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:07Z", "security_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:07Z", "revision_number": 0, "id": "65d40092-db88-42f7-a669-f20bf349fd12", "remote_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:07Z", "security_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:07Z", "revision_number": 0, "id": "c7d74c23-c6b7-45c4-81c2-1191f6a1538d", "remote_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:07Z", "security_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:07Z", "revision_number": 0, "id": "fc115bd8-4e91-48d0-a8ec-e8cde4263624", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:07Z", "security_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}], "revision_number": 1, "project_id": "7d50cfbadfca4f97bb43893af276dd48", "id": "872342b9-d933-4a25-8e3f-2335b989d723", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "created_at": "2018-07-19T15:18:49Z", "updated_at": "2018-07-19T15:18:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:49Z", "revision_number": 0, "id": "7d710e00-5c32-48fe-bb9b-0324865eb25e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:49Z", "security_group_id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-19T15:18:50Z", "revision_number": 0, "id": "8e309b35-c039-425b-8cfc-446ea6a483f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:50Z", "security_group_id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": 22, "ethertype": "IPv4", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:49Z", "revision_number": 0, "id": "94ac8809-1bdd-4138-ab31-4d52089162c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:49Z", "security_group_id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}], "revision_number": 2, "project_id": "7d50cfbadfca4f97bb43893af276dd48", "id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "name": "singlevm1-sg_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}]} 2018-07-19 15:18:50,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-c72bfda9-695f-4d91-98c9-993a0b63bb5e 2018-07-19 15:18:50,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0637049674988s 2018-07-19 15:18:50,573 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-c72bfda9-695f-4d91-98c9-993a0b63bb5e 2018-07-19 15:18:50,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-19 15:18:50,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" -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": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24"}}' 2018-07-19 15:18:51,070 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-5d61b09c-fcf0-4d3e-955d-4d612d7ebee7 Date: Thu, 19 Jul 2018 15:18:51 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-19T15:18:50Z", "security_group_id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "port_range_min": null, "revision_number": 0, "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "created_at": "2018-07-19T15:18:50Z", "project_id": "7d50cfbadfca4f97bb43893af276dd48", "id": "63949fe2-1ada-496b-bdae-18f2de4819c7"}} 2018-07-19 15:18:51,070 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-5d61b09c-fcf0-4d3e-955d-4d612d7ebee7 2018-07-19 15:18:51,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.49315905571s 2018-07-19 15:18:51,070 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-5d61b09c-fcf0-4d3e-955d-4d612d7ebee7 2018-07-19 15:18:51,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:18:51,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:18:51,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ceeeb62d-b21a-42ac-9bb6-29c2d7110421 Date: Thu, 19 Jul 2018 15:18:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5f01c3db-daee-472f-869b-ed2243383ade","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7d50cfbadfca4f97bb43893af276dd48","status":"ACTIVE","subnets":["f7e37338-fcb6-4806-9f3b-0a00c8afd525"],"description":"","tags":[],"updated_at":"2018-07-19T15:18:42Z","provider:segmentation_id":44,"name":"singlevm1-net_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f","admin_state_up":true,"tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:18:40Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"}]} 2018-07-19 15:18:51,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ceeeb62d-b21a-42ac-9bb6-29c2d7110421 2018-07-19 15:18:51,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.300153017044s 2018-07-19 15:18:51,372 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ceeeb62d-b21a-42ac-9bb6-29c2d7110421 2018-07-19 15:18:51,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:18:51,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:18:52,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-22eafbda-e214-4842-87ed-0e0370f7bd99 Date: Thu, 19 Jul 2018 15:18:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124/snap", "metadata": {}}], "file": "/v2/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124/file", "owner": "7d50cfbadfca4f97bb43893af276dd48", "id": "04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "size": 12716032, "self": "/v2/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "disk_format": "qcow2", "direct_url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:18:48Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T15:18:47Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:18:52,173 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-22eafbda-e214-4842-87ed-0e0370f7bd99 2018-07-19 15:18:52,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.795649051666s 2018-07-19 15:18:52,173 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-22eafbda-e214-4842-87ed-0e0370f7bd99 2018-07-19 15:18:52,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 15:18:52,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:18:52,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18: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-bea1f3a8-3dbb-4b67-a8e7-3d5bdb223a3c x-compute-request-id: req-bea1f3a8-3dbb-4b67-a8e7-3d5bdb223a3c Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74", "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": "cd9d4cca-7143-4773-a67a-980b35a6fe74"}]} 2018-07-19 15:18:52,215 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-bea1f3a8-3dbb-4b67-a8e7-3d5bdb223a3c 2018-07-19 15:18:52,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0395648479462s 2018-07-19 15:18:52,215 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-bea1f3a8-3dbb-4b67-a8e7-3d5bdb223a3c 2018-07-19 15:18:52,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-19 15:18:52,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" -d '{"server": {"name": "singlevm1-vm_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "imageRef": "04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "key_name": "singlevm1-kp_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "flavorRef": "cd9d4cca-7143-4773-a67a-980b35a6fe74", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5f01c3db-daee-472f-869b-ed2243383ade"}], "security_groups": [{"name": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24"}]}}' 2018-07-19 15:18:56,797 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 15:18: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-40f239c4-6494-4dfc-b15a-f4aed47bbefe x-compute-request-id: req-40f239c4-6494-4dfc-b15a-f4aed47bbefe Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24"}], "OS-DCF:diskConfig": "MANUAL", "id": "57b2a409-465a-4ef5-8186-de5fdb2a5e57", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57", "rel": "bookmark"}], "adminPass": "cKkezs5DPSBZ"}} 2018-07-19 15:18:56,797 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-40f239c4-6494-4dfc-b15a-f4aed47bbefe 2018-07-19 15:18:56,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.58017992973s 2018-07-19 15:18:56,797 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-40f239c4-6494-4dfc-b15a-f4aed47bbefe 2018-07-19 15:18:56,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:18:56,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:18:57,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:18: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-16bb500a-5984-448d-abd7-0a9f9d048d2f x-compute-request-id: req-16bb500a-5984-448d-abd7-0a9f9d048d2f Content-Encoding: gzip Content-Length: 639 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57", "rel": "bookmark"}], "image": {"id": "04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "links": [{"href": "http://172.30.9.27:8774/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cd9d4cca-7143-4773-a67a-980b35a6fe74", "links": [{"href": "http://172.30.9.27:8774/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74", "rel": "bookmark"}]}, "id": "57b2a409-465a-4ef5-8186-de5fdb2a5e57", "user_id": "aec7ef653ad14251b31b13b80a39b8e0", "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-19T15:18:56Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "created": "2018-07-19T15:18:56Z", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:18:57,641 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-16bb500a-5984-448d-abd7-0a9f9d048d2f 2018-07-19 15:18:57,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.842885971069s 2018-07-19 15:18:57,642 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-16bb500a-5984-448d-abd7-0a9f9d048d2f 2018-07-19 15:18:57,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:18:57,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:18:58,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-905d6bcb-7fb8-42b6-a8cd-980f67ba6548 Date: Thu, 19 Jul 2018 15:18:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5f01c3db-daee-472f-869b-ed2243383ade","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7d50cfbadfca4f97bb43893af276dd48","status":"ACTIVE","subnets":["f7e37338-fcb6-4806-9f3b-0a00c8afd525"],"description":"","tags":[],"updated_at":"2018-07-19T15:18:42Z","provider:segmentation_id":44,"name":"singlevm1-net_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f","admin_state_up":true,"tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:18:40Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"}]} 2018-07-19 15:18:58,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-905d6bcb-7fb8-42b6-a8cd-980f67ba6548 2018-07-19 15:18:58,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.402032852173s 2018-07-19 15:18:58,051 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-905d6bcb-7fb8-42b6-a8cd-980f67ba6548 2018-07-19 15:18:58,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 15:18:58,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:18:59,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1283 X-Openstack-Request-Id: req-6e51f004-0421-4623-baca-482698d298d4 Date: Thu, 19 Jul 2018 15:18:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:57Z","dns_nameservers":[],"updated_at":"2018-07-19T15:13:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"c9ca5b98-e387-4148-b42d-c22d07aa7079","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f01c3db-daee-472f-869b-ed2243383ade","tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:18:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:18:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"7d50cfbadfca4f97bb43893af276dd48","id":"f7e37338-fcb6-4806-9f3b-0a00c8afd525","subnetpool_id":null,"name":"singlevm1-subnet_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}]} 2018-07-19 15:18:59,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-6e51f004-0421-4623-baca-482698d298d4 2018-07-19 15:18:59,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.971645116806s 2018-07-19 15:18:59,024 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-6e51f004-0421-4623-baca-482698d298d4 2018-07-19 15:18:59,025 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:19:01,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:19:01,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:02,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19: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-63df7697-bff1-4e80-b92e-f6f40069ffaa x-compute-request-id: req-63df7697-bff1-4e80-b92e-f6f40069ffaa Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57", "rel": "bookmark"}], "image": {"id": "04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "links": [{"href": "http://172.30.9.27:8774/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cd9d4cca-7143-4773-a67a-980b35a6fe74", "links": [{"href": "http://172.30.9.27:8774/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74", "rel": "bookmark"}]}, "id": "57b2a409-465a-4ef5-8186-de5fdb2a5e57", "security_groups": [{"name": "singlevm1-sg_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}], "user_id": "aec7ef653ad14251b31b13b80a39b8e0", "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-19T15:19:01Z", "hostId": "9bf6d9765989b856458c4c11909ccb4c0854338b86c49064cc709130", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "created": "2018-07-19T15:18:56Z", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:19:02,573 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-63df7697-bff1-4e80-b92e-f6f40069ffaa 2018-07-19 15:19:02,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.54504704475s 2018-07-19 15:19:02,573 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-63df7697-bff1-4e80-b92e-f6f40069ffaa 2018-07-19 15:19:02,577 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:19:04,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:19:04,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:05,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19: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-9266a172-5c5f-4a38-9fc5-7c8c801946a4 x-compute-request-id: req-9266a172-5c5f-4a38-9fc5-7c8c801946a4 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:c4:6d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57", "rel": "bookmark"}], "image": {"id": "04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "links": [{"href": "http://172.30.9.27:8774/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cd9d4cca-7143-4773-a67a-980b35a6fe74", "links": [{"href": "http://172.30.9.27:8774/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74", "rel": "bookmark"}]}, "id": "57b2a409-465a-4ef5-8186-de5fdb2a5e57", "security_groups": [{"name": "singlevm1-sg_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}], "user_id": "aec7ef653ad14251b31b13b80a39b8e0", "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-19T15:19:01Z", "hostId": "9bf6d9765989b856458c4c11909ccb4c0854338b86c49064cc709130", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "created": "2018-07-19T15:18:56Z", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:19:05,723 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9266a172-5c5f-4a38-9fc5-7c8c801946a4 2018-07-19 15:19:05,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14316511154s 2018-07-19 15:19:05,724 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9266a172-5c5f-4a38-9fc5-7c8c801946a4 2018-07-19 15:19:05,727 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:19:07,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:19:07,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:09,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19: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-955782c6-7935-48c7-8b5d-47b118084a77 x-compute-request-id: req-955782c6-7935-48c7-8b5d-47b118084a77 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:c4:6d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57", "rel": "bookmark"}], "image": {"id": "04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "links": [{"href": "http://172.30.9.27:8774/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cd9d4cca-7143-4773-a67a-980b35a6fe74", "links": [{"href": "http://172.30.9.27:8774/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74", "rel": "bookmark"}]}, "id": "57b2a409-465a-4ef5-8186-de5fdb2a5e57", "security_groups": [{"name": "singlevm1-sg_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}], "user_id": "aec7ef653ad14251b31b13b80a39b8e0", "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-19T15:19:01Z", "hostId": "9bf6d9765989b856458c4c11909ccb4c0854338b86c49064cc709130", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "created": "2018-07-19T15:18:56Z", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:19:09,201 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-955782c6-7935-48c7-8b5d-47b118084a77 2018-07-19 15:19:09,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.47090387344s 2018-07-19 15:19:09,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-955782c6-7935-48c7-8b5d-47b118084a77 2018-07-19 15:19:09,206 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:19:11,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:19:11,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:12,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19: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-bad422ea-9c16-4633-8eed-21dcc1a592eb x-compute-request-id: req-bad422ea-9c16-4633-8eed-21dcc1a592eb Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:c4:6d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57", "rel": "bookmark"}], "image": {"id": "04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "links": [{"href": "http://172.30.9.27:8774/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-07-19T15:19:09.000000", "flavor": {"id": "cd9d4cca-7143-4773-a67a-980b35a6fe74", "links": [{"href": "http://172.30.9.27:8774/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74", "rel": "bookmark"}]}, "id": "57b2a409-465a-4ef5-8186-de5fdb2a5e57", "security_groups": [{"name": "singlevm1-sg_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}], "user_id": "aec7ef653ad14251b31b13b80a39b8e0", "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-19T15:19:09Z", "hostId": "9bf6d9765989b856458c4c11909ccb4c0854338b86c49064cc709130", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "created": "2018-07-19T15:18:56Z", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:19:12,718 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bad422ea-9c16-4633-8eed-21dcc1a592eb 2018-07-19 15:19:12,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.50995516777s 2018-07-19 15:19:12,719 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bad422ea-9c16-4633-8eed-21dcc1a592eb 2018-07-19 15:19:12,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 15:19:12,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=57b2a409-465a-4ef5-8186-de5fdb2a5e57" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:12,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 875 X-Openstack-Request-Id: req-0e29a602-5824-45e9-bedf-4e7086acfb4e Date: Thu, 19 Jul 2018 15:19:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T15:19:08Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f7e37338-fcb6-4806-9f3b-0a00c8afd525","ip_address":"192.168.0.10"}],"id":"b05e11d1-b79c-41b4-a317-c44d905532ee","security_groups":["a6f54c55-483e-4bb0-a6a3-e85ba647bb24"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:35:c4:6d","project_id":"7d50cfbadfca4f97bb43893af276dd48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"57b2a409-465a-4ef5-8186-de5fdb2a5e57","name":"","admin_state_up":true,"network_id":"5f01c3db-daee-472f-869b-ed2243383ade","tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:19:00Z","binding:vnic_type":"normal"}]} 2018-07-19 15:19:12,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=57b2a409-465a-4ef5-8186-de5fdb2a5e57 used request id req-0e29a602-5824-45e9-bedf-4e7086acfb4e 2018-07-19 15:19:12,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0474429130554s 2018-07-19 15:19:12,771 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=57b2a409-465a-4ef5-8186-de5fdb2a5e57 used request id req-0e29a602-5824-45e9-bedf-4e7086acfb4e 2018-07-19 15:19:12,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 15:19:12,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=b05e11d1-b79c-41b4-a317-c44d905532ee" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:12,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-03679136-5eb2-4afa-bfac-4974562e1c51 Date: Thu, 19 Jul 2018 15:19:12 GMT RESP BODY: {"floatingips": []} 2018-07-19 15:19:12,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=b05e11d1-b79c-41b4-a317-c44d905532ee used request id req-03679136-5eb2-4afa-bfac-4974562e1c51 2018-07-19 15:19:12,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0584778785706s 2018-07-19 15:19:12,835 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=b05e11d1-b79c-41b4-a317-c44d905532ee used request id req-03679136-5eb2-4afa-bfac-4974562e1c51 2018-07-19 15:19:12,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:19:12,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:14,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19: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-05e9372a-102d-4ad1-b328-500143174f75 x-compute-request-id: req-05e9372a-102d-4ad1-b328-500143174f75 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:c4:6d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57", "rel": "bookmark"}], "image": {"id": "04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "links": [{"href": "http://172.30.9.27:8774/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-07-19T15:19:09.000000", "flavor": {"id": "cd9d4cca-7143-4773-a67a-980b35a6fe74", "links": [{"href": "http://172.30.9.27:8774/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74", "rel": "bookmark"}]}, "id": "57b2a409-465a-4ef5-8186-de5fdb2a5e57", "security_groups": [{"name": "singlevm1-sg_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}], "user_id": "aec7ef653ad14251b31b13b80a39b8e0", "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-19T15:19:09Z", "hostId": "9bf6d9765989b856458c4c11909ccb4c0854338b86c49064cc709130", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "created": "2018-07-19T15:18:56Z", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:19:14,175 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-05e9372a-102d-4ad1-b328-500143174f75 2018-07-19 15:19:14,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.33909010887s 2018-07-19 15:19:14,175 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-05e9372a-102d-4ad1-b328-500143174f75 2018-07-19 15:19:14,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 15:19:14,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=57b2a409-465a-4ef5-8186-de5fdb2a5e57" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:15,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 875 X-Openstack-Request-Id: req-710a8d67-37c3-44c2-ba03-ab475c6a79a0 Date: Thu, 19 Jul 2018 15:19:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T15:19:08Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f7e37338-fcb6-4806-9f3b-0a00c8afd525","ip_address":"192.168.0.10"}],"id":"b05e11d1-b79c-41b4-a317-c44d905532ee","security_groups":["a6f54c55-483e-4bb0-a6a3-e85ba647bb24"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:35:c4:6d","project_id":"7d50cfbadfca4f97bb43893af276dd48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"57b2a409-465a-4ef5-8186-de5fdb2a5e57","name":"","admin_state_up":true,"network_id":"5f01c3db-daee-472f-869b-ed2243383ade","tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:19:00Z","binding:vnic_type":"normal"}]} 2018-07-19 15:19:15,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=57b2a409-465a-4ef5-8186-de5fdb2a5e57 used request id req-710a8d67-37c3-44c2-ba03-ab475c6a79a0 2018-07-19 15:19:15,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.851048946381s 2018-07-19 15:19:15,031 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=57b2a409-465a-4ef5-8186-de5fdb2a5e57 used request id req-710a8d67-37c3-44c2-ba03-ab475c6a79a0 2018-07-19 15:19:15,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 15:19:15,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=b05e11d1-b79c-41b4-a317-c44d905532ee" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:15,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2b020324-2605-4ee6-b90d-9dda276c2d24 Date: Thu, 19 Jul 2018 15:19:15 GMT RESP BODY: {"floatingips": []} 2018-07-19 15:19:15,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=b05e11d1-b79c-41b4-a317-c44d905532ee used request id req-2b020324-2605-4ee6-b90d-9dda276c2d24 2018-07-19 15:19:15,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0460188388824s 2018-07-19 15:19:15,083 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=b05e11d1-b79c-41b4-a317-c44d905532ee used request id req-2b020324-2605-4ee6-b90d-9dda276c2d24 2018-07-19 15:19:15,083 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:35:c4:6d', u'version': 4, u'addr': u'192.168.0.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'04282cc8-e6e9-4ca6-87ca-e77dd2fa5124'}), 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-00000003', u'OS-SRV-USG:launched_at': u'2018-07-19T15:19:09.000000', 'flavor': Munch({u'id': u'cd9d4cca-7143-4773-a67a-980b35a6fe74'}), 'az': u'nova', 'id': u'57b2a409-465a-4ef5-8186-de5fdb2a5e57', 'security_groups': [Munch({u'name': u'singlevm1-sg_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'aec7ef653ad14251b31b13b80a39b8e0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7d50cfbadfca4f97bb43893af276dd48', '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-19T15:19:09.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-19T15:19:09Z', 'hostId': u'9bf6d9765989b856458c4c11909ccb4c0854338b86c49064cc709130', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f', 'public_v6': '', 'private_v4': u'192.168.0.10', 'cloud': 'envvars', 'host_id': u'9bf6d9765989b856458c4c11909ccb4c0854338b86c49064cc709130', '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-00000003', u'OS-SRV-USG:launched_at': u'2018-07-19T15:19:09.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'7d50cfbadfca4f97bb43893af276dd48', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f', 'adminPass': None, 'tenant_id': u'7d50cfbadfca4f97bb43893af276dd48', 'created_at': u'2018-07-19T15:18:56Z', 'created': u'2018-07-19T15:18:56Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-19 15:19:15,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:19:15,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:15,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-6cdd0940-07db-42a9-ba93-d47f1f1c23f3 Date: Thu, 19 Jul 2018 15:19:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5f01c3db-daee-472f-869b-ed2243383ade","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7d50cfbadfca4f97bb43893af276dd48","status":"ACTIVE","subnets":["f7e37338-fcb6-4806-9f3b-0a00c8afd525"],"description":"","tags":[],"updated_at":"2018-07-19T15:18:42Z","provider:segmentation_id":44,"name":"singlevm1-net_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f","admin_state_up":true,"tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:18:40Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"}]} 2018-07-19 15:19:15,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6cdd0940-07db-42a9-ba93-d47f1f1c23f3 2018-07-19 15:19:15,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0964767932892s 2018-07-19 15:19:15,183 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6cdd0940-07db-42a9-ba93-d47f1f1c23f3 2018-07-19 15:19:15,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 15:19:15,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=57b2a409-465a-4ef5-8186-de5fdb2a5e57" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:15,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 875 X-Openstack-Request-Id: req-95c2b64e-4bde-4508-847e-c1e119201530 Date: Thu, 19 Jul 2018 15:19:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-19T15:19:08Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f7e37338-fcb6-4806-9f3b-0a00c8afd525","ip_address":"192.168.0.10"}],"id":"b05e11d1-b79c-41b4-a317-c44d905532ee","security_groups":["a6f54c55-483e-4bb0-a6a3-e85ba647bb24"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:35:c4:6d","project_id":"7d50cfbadfca4f97bb43893af276dd48","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"57b2a409-465a-4ef5-8186-de5fdb2a5e57","name":"","admin_state_up":true,"network_id":"5f01c3db-daee-472f-869b-ed2243383ade","tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:19:00Z","binding:vnic_type":"normal"}]} 2018-07-19 15:19:15,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=57b2a409-465a-4ef5-8186-de5fdb2a5e57 used request id req-95c2b64e-4bde-4508-847e-c1e119201530 2018-07-19 15:19:15,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0451951026917s 2018-07-19 15:19:15,230 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=57b2a409-465a-4ef5-8186-de5fdb2a5e57 used request id req-95c2b64e-4bde-4508-847e-c1e119201530 2018-07-19 15:19:15,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-19 15:19:15,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" -d '{"floatingip": {"floating_network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "fixed_ip_address": "192.168.0.10", "port_id": "b05e11d1-b79c-41b4-a317-c44d905532ee"}}' 2018-07-19 15:19:17,163 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-c45810cf-ddfc-4c4f-a7ba-4659244232c1 Date: Thu, 19 Jul 2018 15:19:17 GMT RESP BODY: {"floatingip": {"router_id": "9fa18c8a-f4c4-40e2-a877-6a26f503f706", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-19T15:19:16Z", "floating_network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "fixed_ip_address": "192.168.0.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "b05e11d1-b79c-41b4-a317-c44d905532ee", "id": "ceec13a0-7092-409a-88de-99795b403986", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "created_at": "2018-07-19T15:19:16Z", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}} 2018-07-19 15:19:17,164 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-c45810cf-ddfc-4c4f-a7ba-4659244232c1 2018-07-19 15:19:17,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.93322610855s 2018-07-19 15:19:17,164 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-c45810cf-ddfc-4c4f-a7ba-4659244232c1 2018-07-19 15:19:17,167 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'9fa18c8a-f4c4-40e2-a877-6a26f503f706', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'7d50cfbadfca4f97bb43893af276dd48', 'created_at': u'2018-07-19T15:19:16Z', 'attached': True, 'updated_at': u'2018-07-19T15:19:16Z', 'id': u'ceec13a0-7092-409a-88de-99795b403986', 'floating_network_id': u'b74ea510-ba57-4f85-8b9f-14fc3006297d', 'fixed_ip_address': u'192.168.0.10', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7d50cfbadfca4f97bb43893af276dd48', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'9fa18c8a-f4c4-40e2-a877-6a26f503f706', 'project_id': u'7d50cfbadfca4f97bb43893af276dd48', 'port_id': u'b05e11d1-b79c-41b4-a317-c44d905532ee', 'port': u'b05e11d1-b79c-41b4-a317-c44d905532ee', 'network': u'b74ea510-ba57-4f85-8b9f-14fc3006297d'}) 2018-07-19 15:19:17,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-19 15:19:17,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57/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}12af55de84b64c2d724d6883eb97f997e37fde46" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-19 15:19:18,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19: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-c292eb84-6eb1-4129-adaf-5db52eb5eceb x-compute-request-id: req-c292eb84-6eb1-4129-adaf-5db52eb5eceb Content-Encoding: gzip Content-Length: 9592 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 497301456 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.145380] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.147072] pid_max: default: 32768 minimum: 301\n[ 0.147982] ACPI: Core revision 20150930\n[ 0.149391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150721] Security Framework initialized\n[ 0.151550] Yama: becoming mindful.\n[ 0.152293] AppArmor: AppArmor initialized\n[ 0.153172] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154523] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158505] Initializing cgroup subsys io\n[ 0.159334] Initializing cgroup subsys memory\n[ 0.160206] Initializing cgroup subsys devices\n[ 0.161098] Initializing cgroup subsys freezer\n[ 0.161979] Initializing cgroup subsys net_cls\n[ 0.162856] Initializing cgroup subsys perf_event\n[ 0.163778] Initializing cgroup subsys net_prio\n[ 0.164687] Initializing cgroup subsys hugetlb\n[ 0.165567] Initializing cgroup subsys pids\n[ 0.166445] CPU: Physical Processor ID: 0\n[ 0.167959] mce: CPU supports 10 MCE banks\n[ 0.168843] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169857] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184530] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190774] ftrace: allocating 31920 entries in 125 pages\n[ 0.216801] smpboot: Max logical packages: 1\n[ 0.217667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219029] x2apic enabled\n[ 0.219840] Switched APIC routing to physical x2apic.\n[ 0.221591] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222723] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224818] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226626] KVM setup paravirtual spinlock\n[ 0.228076] x86: Booted up 1 node, 1 CPUs\n[ 0.228895] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230304] devtmpfs: initialized\n[ 0.232047] evm: security.selinux\n[ 0.232758] evm: security.SMACK64\n[ 0.233454] evm: security.SMACK64EXEC\n[ 0.234206] evm: security.SMACK64TRANSMUTE\n[ 0.235022] evm: security.SMACK64MMAP\n[ 0.235776] evm: security.ima\n[ 0.236423] evm: security.capability\n[ 0.237247] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239131] pinctrl core: initialized pinctrl subsystem\n[ 0.240253] RTC time: 15:19:09, date: 07/19/18\n[ 0.241243] NET: Registered protocol family 16\n[ 0.242259] cpuidle: using governor ladder\n[ 0.243093] cpuidle: using governor menu\n[ 0.243892] PCCT header not found.\n[ 0.244661] ACPI: bus type PCI registered\n[ 0.245466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246733] PCI: Using configuration type 1 for base access\n[ 0.248552] ACPI: Added _OSI(Module Device)\n[ 0.249396] ACPI: Added _OSI(Processor Device)\n[ 0.250273] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.251183] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252957] ACPI: Interpreter enabled\n[ 0.253739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261213] ACPI: (supports S0 S5)\n[ 0.261929] ACPI: Using IOAPIC for interrupt routing\n[ 0.262890] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267185] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.268437] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269649] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271901] acpiphp: Slot [3] registered\n[ 0.272717] acpiphp: Slot [4] registered\n[ 0.273524] acpiphp: Slot [5] registered\n[ 0.274340] acpiphp: Slot [6] registered\n[ 0.275145] acpiphp: Slot [7] registered\n[ 0.275967] acpiphp: Slot [8] registered\n[ 0.276779] acpiphp: Slot [9] registered\n[ 0.277582] acpiphp: Slot [10] registered\n[ 0.278402] acpiphp: Slot [11] registered\n[ 0.279225] acpiphp: Slot [12] registered\n[ 0.280053] acpiphp: Slot [13] registered\n[ 0.280876] acpiphp: Slot [14] registered\n[ 0.281695] acpiphp: Slot [15] registered\n[ 0.292494] acpiphp: Slot [16] registered\n[ 0.293340] acpiphp: Slot [17] registered\n[ 0.294163] acpiphp: Slot [18] registered\n[ 0.294983] acpiphp: Slot [19] registered\n[ 0.295804] acpiphp: Slot [20] registered\n[ 0.296629] acpiphp: Slot [21] registered\n[ 0.297448] acpiphp: Slot [22] registered\n[ 0.298268] acpiphp: Slot [23] registered\n[ 0.299090] acpiphp: Slot [24] registered\n[ 0.299914] acpiphp: Slot [25] registered\n[ 0.300735] acpiphp: Slot [26] registered\n[ 0.301559] acpiphp: Slot [27] registered\n[ 0.302379] acpiphp: Slot [28] registered\n[ 0.303214] acpiphp: Slot [29] registered\n[ 0.304073] acpiphp: Slot [30] registered\n[ 0.304897] acpiphp: Slot [31] registered\n[ 0.305714] PCI host bridge to bus 0000:00\n[ 0.306528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.307757] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.308993] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.311922] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.313414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319197] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320476] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324092] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325836] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345373] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.346882] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349233] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350670] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.352071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353362] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354708] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355780] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357344] vgaarb: loaded\n[ 0.357958] vgaarb: bridge control possible 0000:00:02.0\n[ 0.359223] SCSI subsystem initialized\n[ 0.360161] ACPI: bus type USB registered\n[ 0.361004] usbcore: registered new interface driver usbfs\n[ 0.362051] usbcore: registered new interface driver hub\n[ 0.363074] usbcore: registered new device driver usb\n[ 0.364209] PCI: Using ACPI for IRQ routing\n[ 0.365355] NetLabel: Initializing\n[ 0.366091] NetLabel: domain hash size = 128\n[ 0.366956] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367928] NetLabel: unlabeled traffic allowed by default\n[ 0.369117] clocksource: Switched to clocksource kvm-clock\n[ 0.377853] AppArmor: AppArmor Filesystem Enabled\n[ 0.378840] pnp: PnP ACPI init\n[ 0.379798] pnp: PnP ACPI: found 5 devices\n[ 0.386183] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387919] NET: Registered protocol family 2\n[ 0.388990] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390298] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392733] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395028] NET: Registered protocol family 1\n[ 0.395921] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398110] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412197] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426378] Trying to unpack rootfs image as initramfs...\n[ 0.484242] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.486002] Scanning for low memory corruption every 60 seconds\n[ 0.487412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488591] audit: initializing netlink subsys (disabled)\n[ 0.489666] audit: type=2000 audit(1532013550.082:1): initialized\n[ 0.491042] Initialise system trusted keyring\n[ 0.491999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493177] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495330] zbud: loaded\n[ 0.496078] VFS: Disk quotas dquot_6.6.0\n[ 0.496915] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498548] fuse init (API version 7.23)\n[ 0.499469] Key type big_key registered\n[ 0.500288] Allocating IMA MOK and blacklist keyrings.\n[ 0.501537] Key type asymmetric registered\n[ 0.502366] Asymmetric key parser 'x509' registered\n[ 0.503340] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504853] io scheduler noop registered\n[ 0.505659] io scheduler deadline registered (default)\n[ 0.506675] io scheduler cfq registered\n[ 0.507539] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508593] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509896] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511359] ACPI: Power Button [PWRF]\n[ 0.512246] GHES: HEST is not enabled!\n[ 0.526003] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554101] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556250] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582628] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586658] Linux agpgart interface v0.103\n[ 0.590428] brd: module loaded\n[ 0.592261] loop: module loaded\n[ 0.597659] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599127] GPT:90111 != 2097151\n[ 0.599812] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600918] GPT:90111 != 2097151\n[ 0.601606] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602611] vda: vda1 vda15\n[ 0.604436] scsi host0: ata_piix\n[ 0.605266] scsi host1: ata_piix\n[ 0.606016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.607253] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.608815] libphy: Fixed MDIO Bus: probed\n[ 0.609665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610634] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613627] PPP generic driver version 2.4.2\n[ 0.614637] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615878] ehci-pci: EHCI PCI platform driver\n[ 0.616850] ehci-platform: EHCI generic platform driver\n[ 0.617878] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619061] ohci-pci: OHCI PCI platform driver\n[ 0.619963] ohci-platform: OHCI generic platform driver\n[ 0.620985] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635481] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636561] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638078] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639126] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.640360] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641622] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643062] usb usb1: Product: UHCI Host Controller\n[ 0.644011] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645177] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646207] hub 1-0:1.0: USB hub found\n[ 0.647021] hub 1-0:1.0: 2 ports detected\n[ 0.648070] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650316] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651432] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652517] mousedev: PS/2 mouse device common for all mice\n[ 0.653852] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657338] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659774] i2c /dev entries driver\n[ 0.660600] device-mapper: uevent: version 1.0.3\n[ 0.661610] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663303] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665059] NET: Registered protocol family 10\n[ 0.666446] NET: Registered protocol family 17\n[ 0.667407] Key type dns_resolver registered\n[ 0.668618] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669749] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671672] registered taskstats version 1\n[ 0.672570] Loading compiled-in X.509 certificates\n[ 0.674184] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676141] zswap: loaded using pool lzo/zbud\n[ 0.678198] Key type trusted registered\n[ 0.680002] Key type encrypted registered\n[ 0.680853] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681939] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683027] evm: HMAC attrs: 0x1\n[ 0.684067] Magic number: 10:296:336\n[ 0.684878] tty tty57: hash matches\n[ 0.685723] rtc_cmos 00:00: setting system clock to 2018-07-19 15:19:10 UTC (1532013550)\n[ 0.687423] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688560] EDD information not available.\n[ 0.767384] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768989] Write protecting the kernel read-only data: 14336k\n[ 0.772546] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774562] 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\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... [ 0.926126] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.10...\nLease of 192.168.0.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000003\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUouFT6EEiksiadoxybJIfOfHaTdPQz9RTauyEDgZZSB22HjpePiGkK9vpJNr+SOhe/5NrvXbkCO4PzYkFsk10IBKkaAEPlLAv+0mh3Zui4+SONBuo4hkqKb193ybOU91ySJvnkOW+mORXCAdU77PBrlsVR6zVgKRXQlDiGLCgldpj1yvkboKVd5tnVof/hS4OFojvi6vtFzZmsKN4nZ3s+nvV1eKInNJwH2lYLL3iBuJ5r78CjxOhCjF83sENtks57zoTY68VwBJIezOHh2n9YQg/hfjSqxwW0H+a/Y9MtqltByxR/0JIHaEvjQX3l4sQto1m97wgE+3OKqUxf+It root@singlevm1-vm-4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f\nssh-dss AAAAB3NzaC1kc3MAAACBAPQaiT2VdUH9zpqkdc28VeGC7iCT7QIC/VnMHdbdbhr/UnZBXzuuKFpd0pT6fl2Iy31O08EjiYf/cs/eO5abFs2gHunchbLaimTjKM/Ks6RGqGAcvH0+jle1jYARYIVPQGbHJqihWrwkIFOpK2TMSoled1aIrV9ZkHZiOhEY6z0pAAAAFQCWcTRhz3PTCUkCa5KD+WAtvPS7HwAAAIEA6/SLEWNm49en2RtNnPigmSBC7JCWUnnGHKNEdwGM/aut0X6GQlEQ6WQgBLRet/ULR32161qV3kjD8pxqo6z2GLwCaDhNOVfcU7vlbmLTeesQ2Ut/PMMODsktZx48jDRB741kqFA3v7C8DjPprQAFArCmyx+T/JFXQJ0uxbN2agkAAACARx6pTDOwu1A3CzLyd6VADdpOaCBti784tFvCw6YTVl9as1GoEeO4S3FTI5Ysv+aKzv9rh0L3fqZzBg6BnNeKv4N94X8TgBrnHdvVt1B6/33Dh0mqDHKGEWJ4q8pP3P/qvxMNGYBJb5EVy5IRbaagraDNfkw3epyxrIkNzK6D13U= root@singlevm1-vm-4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.14s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.10,24,fe80::f816:3eff:fe35:c46d/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.3 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000003\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.02 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f login: "} 2018-07-19 15:19:18,085 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57/action used request id req-c292eb84-6eb1-4129-adaf-5db52eb5eceb 2018-07-19 15:19:18,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.916638851166s 2018-07-19 15:19:18,086 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57/action used request id req-c292eb84-6eb1-4129-adaf-5db52eb5eceb 2018-07-19 15:19:18,086 - 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 497301456 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.145380] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.147072] pid_max: default: 32768 minimum: 301 [ 0.147982] ACPI: Core revision 20150930 [ 0.149391] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.150721] Security Framework initialized [ 0.151550] Yama: becoming mindful. [ 0.152293] AppArmor: AppArmor initialized [ 0.153172] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.154523] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.155820] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157051] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.158505] Initializing cgroup subsys io [ 0.159334] Initializing cgroup subsys memory [ 0.160206] Initializing cgroup subsys devices [ 0.161098] Initializing cgroup subsys freezer [ 0.161979] Initializing cgroup subsys net_cls [ 0.162856] Initializing cgroup subsys perf_event [ 0.163778] Initializing cgroup subsys net_prio [ 0.164687] Initializing cgroup subsys hugetlb [ 0.165567] Initializing cgroup subsys pids [ 0.166445] CPU: Physical Processor ID: 0 [ 0.167959] mce: CPU supports 10 MCE banks [ 0.168843] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.169857] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184530] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.190774] ftrace: allocating 31920 entries in 125 pages [ 0.216801] smpboot: Max logical packages: 1 [ 0.217667] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.219029] x2apic enabled [ 0.219840] Switched APIC routing to physical x2apic. [ 0.221591] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222723] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224818] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.226626] KVM setup paravirtual spinlock [ 0.228076] x86: Booted up 1 node, 1 CPUs [ 0.228895] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.230304] devtmpfs: initialized [ 0.232047] evm: security.selinux [ 0.232758] evm: security.SMACK64 [ 0.233454] evm: security.SMACK64EXEC [ 0.234206] evm: security.SMACK64TRANSMUTE [ 0.235022] evm: security.SMACK64MMAP [ 0.235776] evm: security.ima [ 0.236423] evm: security.capability [ 0.237247] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239131] pinctrl core: initialized pinctrl subsystem [ 0.240253] RTC time: 15:19:09, date: 07/19/18 [ 0.241243] NET: Registered protocol family 16 [ 0.242259] cpuidle: using governor ladder [ 0.243093] cpuidle: using governor menu [ 0.243892] PCCT header not found. [ 0.244661] ACPI: bus type PCI registered [ 0.245466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.246733] PCI: Using configuration type 1 for base access [ 0.248552] ACPI: Added _OSI(Module Device) [ 0.249396] ACPI: Added _OSI(Processor Device) [ 0.250273] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.251183] ACPI: Added _OSI(Processor Aggregator Device) [ 0.252957] ACPI: Interpreter enabled [ 0.253739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.255616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.257477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.259348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.261213] ACPI: (supports S0 S5) [ 0.261929] ACPI: Using IOAPIC for interrupt routing [ 0.262890] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.266026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.267185] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.268437] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.269649] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.271901] acpiphp: Slot [3] registered [ 0.272717] acpiphp: Slot [4] registered [ 0.273524] acpiphp: Slot [5] registered [ 0.274340] acpiphp: Slot [6] registered [ 0.275145] acpiphp: Slot [7] registered [ 0.275967] acpiphp: Slot [8] registered [ 0.276779] acpiphp: Slot [9] registered [ 0.277582] acpiphp: Slot [10] registered [ 0.278402] acpiphp: Slot [11] registered [ 0.279225] acpiphp: Slot [12] registered [ 0.280053] acpiphp: Slot [13] registered [ 0.280876] acpiphp: Slot [14] registered [ 0.281695] acpiphp: Slot [15] registered [ 0.292494] acpiphp: Slot [16] registered [ 0.293340] acpiphp: Slot [17] registered [ 0.294163] acpiphp: Slot [18] registered [ 0.294983] acpiphp: Slot [19] registered [ 0.295804] acpiphp: Slot [20] registered [ 0.296629] acpiphp: Slot [21] registered [ 0.297448] acpiphp: Slot [22] registered [ 0.298268] acpiphp: Slot [23] registered [ 0.299090] acpiphp: Slot [24] registered [ 0.299914] acpiphp: Slot [25] registered [ 0.300735] acpiphp: Slot [26] registered [ 0.301559] acpiphp: Slot [27] registered [ 0.302379] acpiphp: Slot [28] registered [ 0.303214] acpiphp: Slot [29] registered [ 0.304073] acpiphp: Slot [30] registered [ 0.304897] acpiphp: Slot [31] registered [ 0.305714] PCI host bridge to bus 0000:00 [ 0.306528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.307757] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.308993] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.310458] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.311922] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.313414] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.318009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319197] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320476] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.324092] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.325836] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.345373] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.346882] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.349233] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.350670] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.352071] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.353362] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.354708] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.355780] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.357344] vgaarb: loaded [ 0.357958] vgaarb: bridge control possible 0000:00:02.0 [ 0.359223] SCSI subsystem initialized [ 0.360161] ACPI: bus type USB registered [ 0.361004] usbcore: registered new interface driver usbfs [ 0.362051] usbcore: registered new interface driver hub [ 0.363074] usbcore: registered new device driver usb [ 0.364209] PCI: Using ACPI for IRQ routing [ 0.365355] NetLabel: Initializing [ 0.366091] NetLabel: domain hash size = 128 [ 0.366956] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.367928] NetLabel: unlabeled traffic allowed by default [ 0.369117] clocksource: Switched to clocksource kvm-clock [ 0.377853] AppArmor: AppArmor Filesystem Enabled [ 0.378840] pnp: PnP ACPI init [ 0.379798] pnp: PnP ACPI: found 5 devices [ 0.386183] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387919] NET: Registered protocol family 2 [ 0.388990] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.390298] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.391517] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392733] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393827] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.395028] NET: Registered protocol family 1 [ 0.395921] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.397025] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.398110] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.412197] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.426378] Trying to unpack rootfs image as initramfs... [ 0.484242] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.486002] Scanning for low memory corruption every 60 seconds [ 0.487412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.488591] audit: initializing netlink subsys (disabled) [ 0.489666] audit: type=2000 audit(1532013550.082:1): initialized [ 0.491042] Initialise system trusted keyring [ 0.491999] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493177] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495330] zbud: loaded [ 0.496078] VFS: Disk quotas dquot_6.6.0 [ 0.496915] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498548] fuse init (API version 7.23) [ 0.499469] Key type big_key registered [ 0.500288] Allocating IMA MOK and blacklist keyrings. [ 0.501537] Key type asymmetric registered [ 0.502366] Asymmetric key parser 'x509' registered [ 0.503340] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504853] io scheduler noop registered [ 0.505659] io scheduler deadline registered (default) [ 0.506675] io scheduler cfq registered [ 0.507539] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508593] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509896] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.511359] ACPI: Power Button [PWRF] [ 0.512246] GHES: HEST is not enabled! [ 0.526003] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554101] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556250] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582628] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586658] Linux agpgart interface v0.103 [ 0.590428] brd: module loaded [ 0.592261] loop: module loaded [ 0.597659] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599127] GPT:90111 != 2097151 [ 0.599812] GPT:Alternate GPT header not at the end of the disk. [ 0.600918] GPT:90111 != 2097151 [ 0.601606] GPT: Use GNU Parted to correct GPT errors. [ 0.602611] vda: vda1 vda15 [ 0.604436] scsi host0: ata_piix [ 0.605266] scsi host1: ata_piix [ 0.606016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.607253] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.608815] libphy: Fixed MDIO Bus: probed [ 0.609665] tun: Universal TUN/TAP device driver, 1.6 [ 0.610634] tun: (C) 1999-2004 Max Krasnyansky [ 0.613627] PPP generic driver version 2.4.2 [ 0.614637] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615878] ehci-pci: EHCI PCI platform driver [ 0.616850] ehci-platform: EHCI generic platform driver [ 0.617878] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619061] ohci-pci: OHCI PCI platform driver [ 0.619963] ohci-platform: OHCI generic platform driver [ 0.620985] uhci_hcd: USB Universal Host Controller Interface driver [ 0.635481] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.636561] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638078] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639126] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.640360] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.641622] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.643062] usb usb1: Product: UHCI Host Controller [ 0.644011] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645177] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646207] hub 1-0:1.0: USB hub found [ 0.647021] hub 1-0:1.0: 2 ports detected [ 0.648070] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.650316] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.651432] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.652517] mousedev: PS/2 mouse device common for all mice [ 0.653852] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.655960] rtc_cmos 00:00: RTC can wake from S4 [ 0.657338] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.658564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.659774] i2c /dev entries driver [ 0.660600] device-mapper: uevent: version 1.0.3 [ 0.661610] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.663303] ledtrig-cpu: registered to indicate activity on CPUs [ 0.665059] NET: Registered protocol family 10 [ 0.666446] NET: Registered protocol family 17 [ 0.667407] Key type dns_resolver registered [ 0.668618] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.669749] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.671672] registered taskstats version 1 [ 0.672570] Loading compiled-in X.509 certificates [ 0.674184] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676141] zswap: loaded using pool lzo/zbud [ 0.678198] Key type trusted registered [ 0.680002] Key type encrypted registered [ 0.680853] AppArmor: AppArmor sha1 policy hashing enabled [ 0.681939] ima: No TPM chip found, activating TPM-bypass! [ 0.683027] evm: HMAC attrs: 0x1 [ 0.684067] Magic number: 10:296:336 [ 0.684878] tty tty57: hash matches [ 0.685723] rtc_cmos 00:00: setting system clock to 2018-07-19 15:19:10 UTC (1532013550) [ 0.687423] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688560] EDD information not available. [ 0.767384] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.768989] Write protecting the kernel read-only data: 14336k [ 0.772546] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774562] 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 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... [ 0.926126] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.10... Lease of 192.168.0.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-00000003 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCUouFT6EEiksiadoxybJIfOfHaTdPQz9RTauyEDgZZSB22HjpePiGkK9vpJNr+SOhe/5NrvXbkCO4PzYkFsk10IBKkaAEPlLAv+0mh3Zui4+SONBuo4hkqKb193ybOU91ySJvnkOW+mORXCAdU77PBrlsVR6zVgKRXQlDiGLCgldpj1yvkboKVd5tnVof/hS4OFojvi6vtFzZmsKN4nZ3s+nvV1eKInNJwH2lYLL3iBuJ5r78CjxOhCjF83sENtks57zoTY68VwBJIezOHh2n9YQg/hfjSqxwW0H+a/Y9MtqltByxR/0JIHaEvjQX3l4sQto1m97wgE+3OKqUxf+It root@singlevm1-vm-4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f ssh-dss AAAAB3NzaC1kc3MAAACBAPQaiT2VdUH9zpqkdc28VeGC7iCT7QIC/VnMHdbdbhr/UnZBXzuuKFpd0pT6fl2Iy31O08EjiYf/cs/eO5abFs2gHunchbLaimTjKM/Ks6RGqGAcvH0+jle1jYARYIVPQGbHJqihWrwkIFOpK2TMSoled1aIrV9ZkHZiOhEY6z0pAAAAFQCWcTRhz3PTCUkCa5KD+WAtvPS7HwAAAIEA6/SLEWNm49en2RtNnPigmSBC7JCWUnnGHKNEdwGM/aut0X6GQlEQ6WQgBLRet/ULR32161qV3kjD8pxqo6z2GLwCaDhNOVfcU7vlbmLTeesQ2Ut/PMMODsktZx48jDRB741kqFA3v7C8DjPprQAFArCmyx+T/JFXQJ0uxbN2agkAAACARx6pTDOwu1A3CzLyd6VADdpOaCBti784tFvCw6YTVl9as1GoEeO4S3FTI5Ysv+aKzv9rh0L3fqZzBg6BnNeKv4N94X8TgBrnHdvVt1B6/33Dh0mqDHKGEWJ4q8pP3P/qvxMNGYBJb5EVy5IRbaagraDNfkw3epyxrIkNzK6D13U= root@singlevm1-vm-4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.14s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.10,24,fe80::f816:3eff:fe35:c46d/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.3 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000003 name: N/A availability-zone: nova local-hostname: singlevm1-vm-4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f launch-index: 0 === cirros: current=0.4.0 uptime=4.02 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f login: 2018-07-19 15:19:19,088 - paramiko.transport - DEBUG - starting thread (client mode): 0x278ea910L 2018-07-19 15:19:19,088 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-19 15:19:19,088 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-19 15:19:19,089 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-19 15:19:19,090 - 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-19 15:19:19,090 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-19 15:19:19,090 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-19 15:19:19,090 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-19 15:19:19,091 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-19 15:19:19,091 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-19 15:19:19,110 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-19 15:19:19,111 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-19 15:19:19,121 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: a407a470c8e9df283c285c1baed3ad78 2018-07-19 15:19:19,122 - paramiko.transport - DEBUG - Trying discovered key ca73a5dd22f5a52423afc03475532a3b in /tmp/tmpbWWT39 2018-07-19 15:19:19,151 - paramiko.transport - DEBUG - userauth is OK 2018-07-19 15:19:19,157 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-19 15:19:19,186 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-19 15:19:19,188 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-19 15:19:19,188 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-19 15:19:19,189 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-19 15:19:19,190 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-19 15:19:19,190 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-19 15:19:19,196 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-19 15:19:19,309 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 15:19:19,309 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:39 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-19 15:19:19,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-19 15:19:19,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/ceec13a0-7092-409a-88de-99795b403986.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:21,320 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c17c8e12-469a-4aca-8f08-e39f8df85900 Content-Length: 0 Date: Thu, 19 Jul 2018 15:19:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:19:21,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/ceec13a0-7092-409a-88de-99795b403986.json used request id req-c17c8e12-469a-4aca-8f08-e39f8df85900 2018-07-19 15:19:21,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 2.00275206566s 2018-07-19 15:19:21,320 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/ceec13a0-7092-409a-88de-99795b403986.json used request id req-c17c8e12-469a-4aca-8f08-e39f8df85900 2018-07-19 15:19:21,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 15:19:21,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:21,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a17182f1-5b5a-4da3-a7ed-5449cd2b993b Date: Thu, 19 Jul 2018 15:19:21 GMT RESP BODY: {"floatingips": []} 2018-07-19 15:19:21,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a17182f1-5b5a-4da3-a7ed-5449cd2b993b 2018-07-19 15:19:21,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.268440961838s 2018-07-19 15:19:21,594 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a17182f1-5b5a-4da3-a7ed-5449cd2b993b 2018-07-19 15:19:21,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-19 15:19:21,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:21,841 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:19: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-819f66f6-e542-4a66-ad56-b559aa41ff94 x-compute-request-id: req-819f66f6-e542-4a66-ad56-b559aa41ff94 Content-Type: application/json 2018-07-19 15:19:21,841 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57 used request id req-819f66f6-e542-4a66-ad56-b559aa41ff94 2018-07-19 15:19:21,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.245837926865s 2018-07-19 15:19:21,841 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57 used request id req-819f66f6-e542-4a66-ad56-b559aa41ff94 2018-07-19 15:19:21,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:19:21,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:22,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19: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-04415bea-4bac-439e-85a2-2a7fa115fea6 x-compute-request-id: req-04415bea-4bac-439e-85a2-2a7fa115fea6 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:c4:6d", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:c4:6d", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/57b2a409-465a-4ef5-8186-de5fdb2a5e57", "rel": "bookmark"}], "image": {"id": "04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "links": [{"href": "http://172.30.9.27:8774/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-07-19T15:19:09.000000", "flavor": {"id": "cd9d4cca-7143-4773-a67a-980b35a6fe74", "links": [{"href": "http://172.30.9.27:8774/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74", "rel": "bookmark"}]}, "id": "57b2a409-465a-4ef5-8186-de5fdb2a5e57", "security_groups": [{"name": "singlevm1-sg_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}], "user_id": "aec7ef653ad14251b31b13b80a39b8e0", "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-19T15:19:21Z", "hostId": "9bf6d9765989b856458c4c11909ccb4c0854338b86c49064cc709130", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "created": "2018-07-19T15:18:56Z", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:19:22,813 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-04415bea-4bac-439e-85a2-2a7fa115fea6 2018-07-19 15:19:22,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.971228122711s 2018-07-19 15:19:22,814 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-04415bea-4bac-439e-85a2-2a7fa115fea6 2018-07-19 15:19:22,815 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:19:24,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:19:24,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:24,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19: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-195053cd-942c-4d3d-a7fb-b705ee08c929 x-compute-request-id: req-195053cd-942c-4d3d-a7fb-b705ee08c929 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-19 15:19:24,930 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-195053cd-942c-4d3d-a7fb-b705ee08c929 2018-07-19 15:19:24,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.112936973572s 2018-07-19 15:19:24,931 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-195053cd-942c-4d3d-a7fb-b705ee08c929 2018-07-19 15:19:24,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 15:19:24,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:24,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-3999e348-b6aa-4414-a92e-ab3435d8250f Date: Thu, 19 Jul 2018 15:19:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "57541de163234529b1b743deebc599c8", "created_at": "2018-07-19T15:18:20Z", "updated_at": "2018-07-19T15:18:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:20Z", "revision_number": 0, "id": "174271db-8594-4f3f-afdb-f21d0c9f0284", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:20Z", "security_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "tenant_id": "57541de163234529b1b743deebc599c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "57541de163234529b1b743deebc599c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:20Z", "revision_number": 0, "id": "2e552c3c-f32b-47ff-a36d-fe71296d5d08", "remote_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:20Z", "security_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "tenant_id": "57541de163234529b1b743deebc599c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "57541de163234529b1b743deebc599c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:20Z", "revision_number": 0, "id": "8b674665-d049-45d4-abf7-b4bee1e402d1", "remote_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:20Z", "security_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "tenant_id": "57541de163234529b1b743deebc599c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "57541de163234529b1b743deebc599c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:20Z", "revision_number": 0, "id": "c75ec856-bc2a-4fcb-b18d-4097787ec1e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:20Z", "security_group_id": "02084744-715e-4bf8-b734-879b4b7c269a", "tenant_id": "57541de163234529b1b743deebc599c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "57541de163234529b1b743deebc599c8"}], "revision_number": 1, "project_id": "57541de163234529b1b743deebc599c8", "id": "02084744-715e-4bf8-b734-879b4b7c269a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "created_at": "2018-07-19T15:17:31Z", "updated_at": "2018-07-19T15:17:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:31Z", "revision_number": 0, "id": "70c7744b-154d-4359-b049-d9d181cdd01d", "remote_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:31Z", "security_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:31Z", "revision_number": 0, "id": "833ff421-20df-4a79-b506-f56b3286061c", "remote_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:31Z", "security_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:31Z", "revision_number": 0, "id": "b0d24d43-97a9-4c5c-a5ab-35f87144546e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:31Z", "security_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:31Z", "revision_number": 0, "id": "d76dc8b6-8b22-436e-83e4-192f57ed03cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:31Z", "security_group_id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "tenant_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c"}], "revision_number": 1, "project_id": "9f8c801a5e8d43b0a8d5392a78efc04c", "id": "3d4e96b7-518d-4740-97e8-c12a8f5720d8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c55653f9c43d4f42abb964f57f2b6757", "created_at": "2018-07-19T15:13:49Z", "updated_at": "2018-07-19T15:13:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:13:49Z", "revision_number": 0, "id": "09842d2a-e682-4435-9694-53e937bf3c73", "remote_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "remote_ip_prefix": null, "created_at": "2018-07-19T15:13:49Z", "security_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "tenant_id": "c55653f9c43d4f42abb964f57f2b6757", "port_range_min": null, "ethertype": "IPv4", "project_id": "c55653f9c43d4f42abb964f57f2b6757"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:13:49Z", "revision_number": 0, "id": "669b5793-703a-4ad2-9ff1-63364ce17b7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:13:49Z", "security_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "tenant_id": "c55653f9c43d4f42abb964f57f2b6757", "port_range_min": null, "ethertype": "IPv4", "project_id": "c55653f9c43d4f42abb964f57f2b6757"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:13:49Z", "revision_number": 0, "id": "bfb2de19-e655-40a4-8d6c-03068f7b7a08", "remote_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "remote_ip_prefix": null, "created_at": "2018-07-19T15:13:49Z", "security_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "tenant_id": "c55653f9c43d4f42abb964f57f2b6757", "port_range_min": null, "ethertype": "IPv6", "project_id": "c55653f9c43d4f42abb964f57f2b6757"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:13:49Z", "revision_number": 0, "id": "d1904063-ada9-472f-b771-1b03b99769e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:13:49Z", "security_group_id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "tenant_id": "c55653f9c43d4f42abb964f57f2b6757", "port_range_min": null, "ethertype": "IPv6", "project_id": "c55653f9c43d4f42abb964f57f2b6757"}], "revision_number": 1, "project_id": "c55653f9c43d4f42abb964f57f2b6757", "id": "40b9de28-9d32-43a5-9946-a4bb9c08abad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-19T15:17:11Z", "updated_at": "2018-07-19T15:17:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:11Z", "revision_number": 0, "id": "2be283c9-cd3e-40b8-b8f6-2af9612cb4ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:11Z", "security_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:11Z", "revision_number": 0, "id": "3d266f85-832f-4eaf-823b-69d52f45a477", "remote_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:11Z", "security_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "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-19T15:17:11Z", "revision_number": 0, "id": "79217314-d9af-4e9c-a7d2-7ee50ce31c8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:11Z", "security_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "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-19T15:17:11Z", "revision_number": 0, "id": "d2d56f83-f324-4c21-911d-5d38daa89b97", "remote_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:11Z", "security_group_id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "60fbf2bc-34c3-4f44-b83a-32026a6c5d1b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "created_at": "2018-07-19T15:17:07Z", "updated_at": "2018-07-19T15:17:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:07Z", "revision_number": 0, "id": "25eab83c-ae7d-46bd-bbd8-1427f06d7abe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:07Z", "security_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:07Z", "revision_number": 0, "id": "65d40092-db88-42f7-a669-f20bf349fd12", "remote_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:07Z", "security_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:07Z", "revision_number": 0, "id": "c7d74c23-c6b7-45c4-81c2-1191f6a1538d", "remote_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:07Z", "security_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:17:07Z", "revision_number": 0, "id": "fc115bd8-4e91-48d0-a8ec-e8cde4263624", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:17:07Z", "security_group_id": "872342b9-d933-4a25-8e3f-2335b989d723", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}], "revision_number": 1, "project_id": "7d50cfbadfca4f97bb43893af276dd48", "id": "872342b9-d933-4a25-8e3f-2335b989d723", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "created_at": "2018-07-19T15:18:49Z", "updated_at": "2018-07-19T15:18:50Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:50Z", "revision_number": 0, "id": "63949fe2-1ada-496b-bdae-18f2de4819c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:50Z", "security_group_id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:49Z", "revision_number": 0, "id": "7d710e00-5c32-48fe-bb9b-0324865eb25e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:49Z", "security_group_id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv6", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-19T15:18:50Z", "revision_number": 0, "id": "8e309b35-c039-425b-8cfc-446ea6a483f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:50Z", "security_group_id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": 22, "ethertype": "IPv4", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:18:49Z", "revision_number": 0, "id": "94ac8809-1bdd-4138-ab31-4d52089162c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:18:49Z", "security_group_id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "port_range_min": null, "ethertype": "IPv4", "project_id": "7d50cfbadfca4f97bb43893af276dd48"}], "revision_number": 3, "project_id": "7d50cfbadfca4f97bb43893af276dd48", "id": "a6f54c55-483e-4bb0-a6a3-e85ba647bb24", "name": "singlevm1-sg_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}]} 2018-07-19 15:19:24,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-3999e348-b6aa-4414-a92e-ab3435d8250f 2018-07-19 15:19:24,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0583410263062s 2018-07-19 15:19:24,993 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-3999e348-b6aa-4414-a92e-ab3435d8250f 2018-07-19 15:19:24,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-19 15:19:24,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/a6f54c55-483e-4bb0-a6a3-e85ba647bb24.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:25,308 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f65d035d-e578-4df7-aa3b-fd3a24306a9c Content-Length: 0 Date: Thu, 19 Jul 2018 15:19:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:19:25,308 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/a6f54c55-483e-4bb0-a6a3-e85ba647bb24.json used request id req-f65d035d-e578-4df7-aa3b-fd3a24306a9c 2018-07-19 15:19:25,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.310498952866s 2018-07-19 15:19:25,309 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/a6f54c55-483e-4bb0-a6a3-e85ba647bb24.json used request id req-f65d035d-e578-4df7-aa3b-fd3a24306a9c 2018-07-19 15:19:25,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-19 15:19:25,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/singlevm1-kp_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:25,480 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 15:19: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 x-openstack-request-id: req-e41b63f3-3f5e-4b88-b7de-87789f0db2c3 x-compute-request-id: req-e41b63f3-3f5e-4b88-b7de-87789f0db2c3 Content-Length: 0 Content-Type: application/json 2018-07-19 15:19:25,480 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm1-kp_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f used request id req-e41b63f3-3f5e-4b88-b7de-87789f0db2c3 2018-07-19 15:19:25,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.171262979507s 2018-07-19 15:19:25,481 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm1-kp_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f used request id req-e41b63f3-3f5e-4b88-b7de-87789f0db2c3 2018-07-19 15:19:25,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 15:19:25,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9fa18c8a-f4c4-40e2-a877-6a26f503f706/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}12af55de84b64c2d724d6883eb97f997e37fde46" -d '{"subnet_id": "f7e37338-fcb6-4806-9f3b-0a00c8afd525"}' 2018-07-19 15:19:27,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-585f064d-aace-484e-bae0-88cb69307ae3 Date: Thu, 19 Jul 2018 15:19:27 GMT RESP BODY: {"network_id": "5f01c3db-daee-472f-869b-ed2243383ade", "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "subnet_id": "f7e37338-fcb6-4806-9f3b-0a00c8afd525", "subnet_ids": ["f7e37338-fcb6-4806-9f3b-0a00c8afd525"], "port_id": "8b71355e-07fc-49f6-b06e-dce8b10ec476", "id": "9fa18c8a-f4c4-40e2-a877-6a26f503f706"} 2018-07-19 15:19:27,254 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9fa18c8a-f4c4-40e2-a877-6a26f503f706/remove_router_interface.json used request id req-585f064d-aace-484e-bae0-88cb69307ae3 2018-07-19 15:19:27,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.77254700661s 2018-07-19 15:19:27,254 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9fa18c8a-f4c4-40e2-a877-6a26f503f706/remove_router_interface.json used request id req-585f064d-aace-484e-bae0-88cb69307ae3 returning object 9fa18c8a-f4c4-40e2-a877-6a26f503f706 2018-07-19 15:19:27,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 15:19:27,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:27,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-749ead8e-aa88-4a29-b1b8-c822d4388eda Date: Thu, 19 Jul 2018 15:19:27 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9ca5b98-e387-4148-b42d-c22d07aa7079", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "7d50cfbadfca4f97bb43893af276dd48", "created_at": "2018-07-19T15:18:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-19T15:19:26Z", "revision_number": 4, "routes": [], "project_id": "7d50cfbadfca4f97bb43893af276dd48", "id": "9fa18c8a-f4c4-40e2-a877-6a26f503f706", "name": "singlevm1-router_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}]} 2018-07-19 15:19:27,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-749ead8e-aa88-4a29-b1b8-c822d4388eda 2018-07-19 15:19:27,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109470129013s 2018-07-19 15:19:27,365 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-749ead8e-aa88-4a29-b1b8-c822d4388eda 2018-07-19 15:19:27,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 15:19:27,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/9fa18c8a-f4c4-40e2-a877-6a26f503f706.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:28,988 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-886b2b9d-ae58-4a24-9a49-4b98d7c125cf Content-Length: 0 Date: Thu, 19 Jul 2018 15:19:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:19:28,988 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9fa18c8a-f4c4-40e2-a877-6a26f503f706.json used request id req-886b2b9d-ae58-4a24-9a49-4b98d7c125cf 2018-07-19 15:19:28,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.62209415436s 2018-07-19 15:19:28,988 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9fa18c8a-f4c4-40e2-a877-6a26f503f706.json used request id req-886b2b9d-ae58-4a24-9a49-4b98d7c125cf 2018-07-19 15:19:28,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 15:19:28,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:29,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1283 X-Openstack-Request-Id: req-1d1ce771-0443-4f6b-b44a-208570d842d8 Date: Thu, 19 Jul 2018 15:19:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:57Z","dns_nameservers":[],"updated_at":"2018-07-19T15:13:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"c9ca5b98-e387-4148-b42d-c22d07aa7079","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f01c3db-daee-472f-869b-ed2243383ade","tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:18:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:18:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"7d50cfbadfca4f97bb43893af276dd48","id":"f7e37338-fcb6-4806-9f3b-0a00c8afd525","subnetpool_id":null,"name":"singlevm1-subnet_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f"}]} 2018-07-19 15:19:29,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-1d1ce771-0443-4f6b-b44a-208570d842d8 2018-07-19 15:19:29,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0428671836853s 2018-07-19 15:19:29,032 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-1d1ce771-0443-4f6b-b44a-208570d842d8 2018-07-19 15:19:29,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 15:19:29,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/f7e37338-fcb6-4806-9f3b-0a00c8afd525.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:31,315 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fbd100fb-2295-4015-ba9d-dc2714781831 Date: Thu, 19 Jul 2018 15:19:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:19:31,315 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/f7e37338-fcb6-4806-9f3b-0a00c8afd525.json used request id req-fbd100fb-2295-4015-ba9d-dc2714781831 2018-07-19 15:19:31,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.28150391579s 2018-07-19 15:19:31,315 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/f7e37338-fcb6-4806-9f3b-0a00c8afd525.json used request id req-fbd100fb-2295-4015-ba9d-dc2714781831 2018-07-19 15:19:31,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:19:31,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:31,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-9d845cbf-6441-4ecf-96d7-d0beeea5db20 Date: Thu, 19 Jul 2018 15:19:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5f01c3db-daee-472f-869b-ed2243383ade","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7d50cfbadfca4f97bb43893af276dd48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-19T15:19:31Z","provider:segmentation_id":44,"name":"singlevm1-net_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f","admin_state_up":true,"tenant_id":"7d50cfbadfca4f97bb43893af276dd48","created_at":"2018-07-19T15:18:40Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"}]} 2018-07-19 15:19:31,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9d845cbf-6441-4ecf-96d7-d0beeea5db20 2018-07-19 15:19:31,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.226373910904s 2018-07-19 15:19:31,543 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9d845cbf-6441-4ecf-96d7-d0beeea5db20 2018-07-19 15:19:31,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 15:19:31,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/5f01c3db-daee-472f-869b-ed2243383ade.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:33,005 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-61a94319-768c-41c4-ba36-2be485ac65cb Date: Thu, 19 Jul 2018 15:19:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:19:33,006 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/5f01c3db-daee-472f-869b-ed2243383ade.json used request id req-61a94319-768c-41c4-ba36-2be485ac65cb 2018-07-19 15:19:33,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.46187996864s 2018-07-19 15:19:33,006 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/5f01c3db-daee-472f-869b-ed2243383ade.json used request id req-61a94319-768c-41c4-ba36-2be485ac65cb 2018-07-19 15:19:33,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:19:33,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:33,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-a8ab8c21-8daf-484b-b77e-91ddffba28f1 Date: Thu, 19 Jul 2018 15:19:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124/snap", "metadata": {}}], "file": "/v2/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124/file", "owner": "7d50cfbadfca4f97bb43893af276dd48", "id": "04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "size": 12716032, "self": "/v2/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124", "disk_format": "qcow2", "direct_url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:18:48Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T15:18:47Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:19:33,242 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a8ab8c21-8daf-484b-b77e-91ddffba28f1 2018-07-19 15:19:33,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.232085943222s 2018-07-19 15:19:33,242 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a8ab8c21-8daf-484b-b77e-91ddffba28f1 2018-07-19 15:19:33,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-19 15:19:33,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:33,743 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-73216663-4954-4685-b422-107c1f9021a1 Date: Thu, 19 Jul 2018 15:19: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-19 15:19:33,743 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124 used request id req-73216663-4954-4685-b422-107c1f9021a1 2018-07-19 15:19:33,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.498784065247s 2018-07-19 15:19:33,743 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/04282cc8-e6e9-4ca6-87ca-e77dd2fa5124 used request id req-73216663-4954-4685-b422-107c1f9021a1 2018-07-19 15:19:33,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 15:19:33,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:33,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19: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-c06c6b96-856d-44b2-b9cc-539764ccf855 x-compute-request-id: req-c06c6b96-856d-44b2-b9cc-539764ccf855 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_4f7bd9d5-fdd4-4f11-b4f5-d18727b4761f", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74", "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": "cd9d4cca-7143-4773-a67a-980b35a6fe74"}]} 2018-07-19 15:19:33,882 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-c06c6b96-856d-44b2-b9cc-539764ccf855 2018-07-19 15:19:33,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.138381958008s 2018-07-19 15:19:33,882 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-c06c6b96-856d-44b2-b9cc-539764ccf855 2018-07-19 15:19:33,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-19 15:19:33,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}12af55de84b64c2d724d6883eb97f997e37fde46" 2018-07-19 15:19:33,940 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 15:19: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-5ea67f56-1c97-4f44-b9e1-9fdf3f4a9e5f x-compute-request-id: req-5ea67f56-1c97-4f44-b9e1-9fdf3f4a9e5f Content-Length: 0 Content-Type: application/json 2018-07-19 15:19:33,940 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74 used request id req-5ea67f56-1c97-4f44-b9e1-9fdf3f4a9e5f 2018-07-19 15:19:33,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0564539432526s 2018-07-19 15:19:33,940 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/cd9d4cca-7143-4773-a67a-980b35a6fe74 used request id req-5ea67f56-1c97-4f44-b9e1-9fdf3f4a9e5f 2018-07-19 15:19:33,995 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-07-19 15:19:34,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 15:19:34,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 15:19:34,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 15:19:34,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 15:19:34,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 15:19:34,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 15:19:34,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 15:19:34,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 15:19:34,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 15:19:34,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 15:19:34,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 15:19:34,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 15:19:34,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 15:19:34,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 15:19:34,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 15:19:34,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 15:19:34,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 15:19:34,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 15:19:34,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 15:19:34,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 15:19:34,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 15:19:34,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 15:19:34,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:19:34,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bb9e334-ef43-4e8c-8be2-09a1e183cf09 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.27:5000/v3/", "rel": "self"}]}} 2018-07-19 15:19:34,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7bb9e334-ef43-4e8c-8be2-09a1e183cf09 2018-07-19 15:19:34,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-19 15:19:34,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e510a8d85f2843e7adb74eb79b019a06", "name": "member"}, {"id": "86acc0178aab498c8596bc00783cc977", "name": "admin"}, {"id": "96135507935b4266a5faae8ccf385c73", "name": "reader"}], "expires_at": "2018-07-19T16:19:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d50cfbadfca4f97bb43893af276dd48", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2e208dfc044aa5b8b32dcee96757ba"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51b4b6ff8bdc45ab81b943defdd3ccaf"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8a1d6ff5b704eb29b141ee342007a82"}], "type": "volumev2", "id": "0089826d3475488dae0cd8029a6a00c0", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "adcdacaa3de841c99109cea84120388e"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b58a6aa01e8946d284128d1f663ae0a2"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d429741a29b242399dd74260160b73fe"}], "type": "image", "id": "191daf233b3f4c6c83d53a15b8cd7ef6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e85124444324bbfb8cecbdce7961bff"}, {"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6173b753eb9942268c18baa91145b9a2"}, {"url": "http://172.30.9.27:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd03f23581044097bcce7c81c93215c6"}], "type": "volume", "id": "1d989ac5b227497496a10f6d9faf549a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fc4ef2d750c4715abaa6c2cce36765c"}, {"url": "http://172.30.9.27:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58c077b0bf844702a9e4c22a36fa4ad2"}, {"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77187bf0dae0492eb7451b02ba327210"}], "type": "orchestration", "id": "27a6dd74121743ce9a3f1aa6bb914040", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "135de0c6bef648d6951e6fcbdb30912d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9db63137fbf54ac3b9585d39a97f0841"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c76d4c40a416487e9ac8ee9d5fee0ef0"}], "type": "alarming", "id": "2c87e1400a454e08b94f6db84c372213", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6731b468ee264228a16bb2d1502d6421"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b31949a272764a809f8839f4e198a281"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "faf96e0d93424360add49cbd24e78f56"}], "type": "placement", "id": "43359fd69b874031ab493522a6799c48", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcdd040951d4fa7af84456c1ad6e6ca"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "365279d676ed4582a8e04aa4696c9365"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd0db987f12d4c0e8b24c6f8c68e35ee"}], "type": "event", "id": "505dbdade868480b8e5f458d3d6f397a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2657dc9b83014ed69b636cc84a6cac26"}, {"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8752b7f1ced848d2a31544bcf2a29ad7"}, {"url": "http://172.30.9.27:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b23aeba821e74bb084df8b8176e12450"}], "type": "volumev3", "id": "626a25c6775e4ee79e4a4d076676ea89", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b51bde020ed46cbb997bde098dda2e1"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5dc927980d40442facdd0077ef7504c3"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be66c97a2f014e68b4a6d6cba02a7016"}], "type": "cloudformation", "id": "62781e9a4b184985950b99af5ea789f4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e873e1ef1904496adf0a6203be32e6e"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "533f339425a24eb58e36635e658b057c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dcf4c2ccb7cb4a75972ea128a3dc908e"}], "type": "network", "id": "62b4c9ae32d34228865f4d922a940e6d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "815fa25cb430425ea964e90174bf9db2"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6629a9fff044809b40eb48bd8f8318c"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c85d44c528634a1c8568f72ed48e8662"}], "type": "identity", "id": "7491d69be9c94fecb490ef7eaeff0a5b", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "488912e67ad74a3c9d879af63fb34b9a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be6e984f7840430f861aa4b4dc16f702"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3b1c4ef0c54ddea7dc65c83679024d"}], "type": "compute", "id": "bf8f20e3740d42f0a63f4cb15500efd0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "d9b916eb514844f9a6938dd47cadb3d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "334f33c5c1ac4993ba84dfb6dcd5afcb"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62632aa017c5405b8e480e86059930a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "990b5f5231024fe7a50f73995de9655a"}], "type": "metric", "id": "e2cedfe1577c444bb48df428931b7904", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0687c97ee785449ebc34ed9be84c59c8"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d4cdd2da49b4446b27c825128de942f"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d77647bf8194490821b01953e4c2406"}], "type": "object-store", "id": "f7d54c1162c34fb68cd02f2c4c9075a1", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aec7ef653ad14251b31b13b80a39b8e0"}, "audit_ids": ["1bFB_DjHRhubWMMZ6X16Zw"], "issued_at": "2018-07-19T15:19:34.000000Z"}} 2018-07-19 15:19:34,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:19:34,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:19:34,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c6e74a94-2f7d-4b0a-bdbb-9c112421a049 Date: Thu, 19 Jul 2018 15:19:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"}]} 2018-07-19 15:19:34,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c6e74a94-2f7d-4b0a-bdbb-9c112421a049 2018-07-19 15:19:34,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.401549100876s 2018-07-19 15:19:34,857 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c6e74a94-2f7d-4b0a-bdbb-9c112421a049 2018-07-19 15:19:34,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:19:34,867 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 15:19:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6b345a7-5818-45e6-9a1b-e13c23b4a62a Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}]}} 2018-07-19 15:19:34,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-f6b345a7-5818-45e6-9a1b-e13c23b4a62a 2018-07-19 15:19:34,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 15:19:34,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:19:34,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8821996-6d53-4fa7-bd45-bef6f07e3c57 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/115922a7b3214ad0aa00b54a84360fdf"}, "tags": [], "enabled": true, "id": "115922a7b3214ad0aa00b54a84360fdf", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-07-19 15:19:34,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-f8821996-6d53-4fa7-bd45-bef6f07e3c57 2018-07-19 15:19:34,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.108543157578s 2018-07-19 15:19:34,977 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-f8821996-6d53-4fa7-bd45-bef6f07e3c57 2018-07-19 15:19:34,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-19 15:19:34,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}957296b0e321387a27100607da3c23c60631b07e" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}}' 2018-07-19 15:19:35,177 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 15:19:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04d676da-7501-4032-b143-240b939a2324 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.27:5000/v3/projects/8c12d0b025cc486aa87d3e05327677b5"}, "tags": [], "enabled": true, "id": "8c12d0b025cc486aa87d3e05327677b5", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}} 2018-07-19 15:19:35,177 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-04d676da-7501-4032-b143-240b939a2324 2018-07-19 15:19:35,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.193055868149s 2018-07-19 15:19:35,178 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-04d676da-7501-4032-b143-240b939a2324 2018-07-19 15:19:35,178 - 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'8c12d0b025cc486aa87d3e05327677b5', '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_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2'}) 2018-07-19 15:19:35,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-19 15:19:35,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}957296b0e321387a27100607da3c23c60631b07e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "bd13726f-a5bb-4bdd-8ae8-1d3da60f5103", "email": null, "name": "singlevm2-user_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}}' 2018-07-19 15:19:35,623 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 15:19:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4db8018-4ddc-4dc6-89f2-e56c20b7c566 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "links": {"self": "http://172.30.9.27:5000/v3/users/725fb8b52aaf48d693b65f3950270b2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "725fb8b52aaf48d693b65f3950270b2e", "domain_id": "default", "password_expires_at": null}} 2018-07-19 15:19:35,624 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-a4db8018-4ddc-4dc6-89f2-e56c20b7c566 2018-07-19 15:19:35,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.439079999924s 2018-07-19 15:19:35,624 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-a4db8018-4ddc-4dc6-89f2-e56c20b7c566 2018-07-19 15:19:35,625 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'725fb8b52aaf48d693b65f3950270b2e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2'}) 2018-07-19 15:19:35,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 15:19:35,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:19:35,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dcfd97c-946e-474c-81f5-00a3802d9bf8 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4cbc8b130a614d689a27c23aca4f8b00", "links": {"self": "http://172.30.9.27:5000/v3/roles/4cbc8b130a614d689a27c23aca4f8b00"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7e20d2451a324e06a80d2bb8ab03d6d1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86acc0178aab498c8596bc00783cc977", "links": {"self": "http://172.30.9.27:5000/v3/roles/86acc0178aab498c8596bc00783cc977"}, "name": "admin"}, {"domain_id": null, "id": "8d2c5dbc0060400b9e7edabbef7e2966", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d2c5dbc0060400b9e7edabbef7e2966"}, "name": "swiftoperator"}, {"domain_id": null, "id": "96135507935b4266a5faae8ccf385c73", "links": {"self": "http://172.30.9.27:5000/v3/roles/96135507935b4266a5faae8ccf385c73"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e510a8d85f2843e7adb74eb79b019a06", "links": {"self": "http://172.30.9.27:5000/v3/roles/e510a8d85f2843e7adb74eb79b019a06"}, "name": "member"}]} 2018-07-19 15:19:35,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1dcfd97c-946e-474c-81f5-00a3802d9bf8 2018-07-19 15:19:35,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105685949326s 2018-07-19 15:19:35,735 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1dcfd97c-946e-474c-81f5-00a3802d9bf8 2018-07-19 15:19:35,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 15:19:35,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:19:35,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e89f2bf-4c18-4bc6-80c0-bddfa26b630e Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4cbc8b130a614d689a27c23aca4f8b00", "links": {"self": "http://172.30.9.27:5000/v3/roles/4cbc8b130a614d689a27c23aca4f8b00"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7e20d2451a324e06a80d2bb8ab03d6d1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86acc0178aab498c8596bc00783cc977", "links": {"self": "http://172.30.9.27:5000/v3/roles/86acc0178aab498c8596bc00783cc977"}, "name": "admin"}, {"domain_id": null, "id": "8d2c5dbc0060400b9e7edabbef7e2966", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d2c5dbc0060400b9e7edabbef7e2966"}, "name": "swiftoperator"}, {"domain_id": null, "id": "96135507935b4266a5faae8ccf385c73", "links": {"self": "http://172.30.9.27:5000/v3/roles/96135507935b4266a5faae8ccf385c73"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e510a8d85f2843e7adb74eb79b019a06", "links": {"self": "http://172.30.9.27:5000/v3/roles/e510a8d85f2843e7adb74eb79b019a06"}, "name": "member"}]} 2018-07-19 15:19:35,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8e89f2bf-4c18-4bc6-80c0-bddfa26b630e 2018-07-19 15:19:35,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0975031852722s 2018-07-19 15:19:35,838 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8e89f2bf-4c18-4bc6-80c0-bddfa26b630e 2018-07-19 15:19:35,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 15:19:35,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:19:35,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f0cc9a6-34ac-4781-831c-6b227d685c65 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4cbc8b130a614d689a27c23aca4f8b00", "links": {"self": "http://172.30.9.27:5000/v3/roles/4cbc8b130a614d689a27c23aca4f8b00"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7e20d2451a324e06a80d2bb8ab03d6d1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86acc0178aab498c8596bc00783cc977", "links": {"self": "http://172.30.9.27:5000/v3/roles/86acc0178aab498c8596bc00783cc977"}, "name": "admin"}, {"domain_id": null, "id": "8d2c5dbc0060400b9e7edabbef7e2966", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d2c5dbc0060400b9e7edabbef7e2966"}, "name": "swiftoperator"}, {"domain_id": null, "id": "96135507935b4266a5faae8ccf385c73", "links": {"self": "http://172.30.9.27:5000/v3/roles/96135507935b4266a5faae8ccf385c73"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e510a8d85f2843e7adb74eb79b019a06", "links": {"self": "http://172.30.9.27:5000/v3/roles/e510a8d85f2843e7adb74eb79b019a06"}, "name": "member"}]} 2018-07-19 15:19:35,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7f0cc9a6-34ac-4781-831c-6b227d685c65 2018-07-19 15:19:35,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.111873865128s 2018-07-19 15:19:35,955 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7f0cc9a6-34ac-4781-831c-6b227d685c65 2018-07-19 15:19:35,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 15:19:35,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:19:36,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f0c8ccf-304b-4dd8-8568-0d2c461ae071 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 15:19:36,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-3f0c8ccf-304b-4dd8-8568-0d2c461ae071 2018-07-19 15:19:36,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.115600824356s 2018-07-19 15:19:36,075 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-3f0c8ccf-304b-4dd8-8568-0d2c461ae071 2018-07-19 15:19:36,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 15:19:36,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:19:36,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-604d8ca6-12d7-4721-a919-f6522236bc77 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/37000be35cb64bffbfba6f8747b5a038"}, "domain_id": "default", "enabled": true, "options": {}, "id": "37000be35cb64bffbfba6f8747b5a038", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/43e8dce6cabc46db97fff83134d6f611"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43e8dce6cabc46db97fff83134d6f611", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/5d70f478784d418baecdeb0bb6195c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d70f478784d418baecdeb0bb6195c82", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/65c25d91e04547f4adb599eaf44ac3e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c25d91e04547f4adb599eaf44ac3e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "singlevm2-user_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "links": {"self": "http://172.30.9.27:5000/v3/users/725fb8b52aaf48d693b65f3950270b2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "725fb8b52aaf48d693b65f3950270b2e", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/97574d93f3ba4b898aa0ede559c79c3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "97574d93f3ba4b898aa0ede559c79c3b", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/a49beb8a4f7943ddb60db9c89c8dd329"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a49beb8a4f7943ddb60db9c89c8dd329", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/a6ded9f63a8e465e853e9bfe85ca9d6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6ded9f63a8e465e853e9bfe85ca9d6d", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/a7fa9f4d0d1a4bc4bc408af0f2dca3a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7fa9f4d0d1a4bc4bc408af0f2dca3a3", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/aec7ef653ad14251b31b13b80a39b8e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec7ef653ad14251b31b13b80a39b8e0", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b9918efab4ff4513b04ec2a5c3c2ec83"}, "domain_id": "115922a7b3214ad0aa00b54a84360fdf", "enabled": true, "options": {}, "id": "b9918efab4ff4513b04ec2a5c3c2ec83", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/be589fcc23044bec983a142248de7b03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be589fcc23044bec983a142248de7b03", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/cd873df4a7644be5910b067909ed4b92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd873df4a7644be5910b067909ed4b92", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/e9b708f325e148f299ae7af945eb2e55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9b708f325e148f299ae7af945eb2e55", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/f3b2ef3fe4c14b76934c4322efffcc55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3b2ef3fe4c14b76934c4322efffcc55", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-19 15:19:36,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-604d8ca6-12d7-4721-a919-f6522236bc77 2018-07-19 15:19:36,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124063014984s 2018-07-19 15:19:36,201 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-604d8ca6-12d7-4721-a919-f6522236bc77 2018-07-19 15:19:36,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 15:19:36,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:19:36,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73337f04-1325-471c-bf9c-bc69344d054c Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7d50cfbadfca4f97bb43893af276dd48"}, "tags": [], "enabled": true, "id": "7d50cfbadfca4f97bb43893af276dd48", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757"}, "tags": [], "enabled": true, "id": "c55653f9c43d4f42abb964f57f2b6757", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.27:5000/v3/projects/8c12d0b025cc486aa87d3e05327677b5"}, "tags": [], "enabled": true, "id": "8c12d0b025cc486aa87d3e05327677b5", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}]} 2018-07-19 15:19:36,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-73337f04-1325-471c-bf9c-bc69344d054c 2018-07-19 15:19:36,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.11921620369s 2018-07-19 15:19:36,332 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-73337f04-1325-471c-bf9c-bc69344d054c 2018-07-19 15:19:36,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-19 15:19:36,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=725fb8b52aaf48d693b65f3950270b2e&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=8c12d0b025cc486aa87d3e05327677b5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:19:36,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38141a56-63b2-48ec-b7c5-6ddd020ce417 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=725fb8b52aaf48d693b65f3950270b2e&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=8c12d0b025cc486aa87d3e05327677b5", "previous": null, "next": null}} 2018-07-19 15:19:36,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=725fb8b52aaf48d693b65f3950270b2e&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=8c12d0b025cc486aa87d3e05327677b5 used request id req-38141a56-63b2-48ec-b7c5-6ddd020ce417 2018-07-19 15:19:36,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.125741004944s 2018-07-19 15:19:36,466 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=725fb8b52aaf48d693b65f3950270b2e&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=8c12d0b025cc486aa87d3e05327677b5 used request id req-38141a56-63b2-48ec-b7c5-6ddd020ce417 2018-07-19 15:19:36,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-19 15:19:36,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/8c12d0b025cc486aa87d3e05327677b5/users/725fb8b52aaf48d693b65f3950270b2e/roles/e510a8d85f2843e7adb74eb79b019a06 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:19:36,615 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:19:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3b248db-542a-4430-83e2-c73efd7c851b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 15:19:36,615 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/8c12d0b025cc486aa87d3e05327677b5/users/725fb8b52aaf48d693b65f3950270b2e/roles/e510a8d85f2843e7adb74eb79b019a06 used request id req-b3b248db-542a-4430-83e2-c73efd7c851b 2018-07-19 15:19:36,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.145995855331s 2018-07-19 15:19:36,616 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/8c12d0b025cc486aa87d3e05327677b5/users/725fb8b52aaf48d693b65f3950270b2e/roles/e510a8d85f2843e7adb74eb79b019a06 used request id req-b3b248db-542a-4430-83e2-c73efd7c851b 2018-07-19 15:19:36,616 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2', 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'8c12d0b025cc486aa87d3e05327677b5', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'bd13726f-a5bb-4bdd-8ae8-1d3da60f5103', 'username': u'singlevm2-user_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27: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-19 15:19:36,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 15:19:36,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 15:19:36,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 15:19:36,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 15:19:36,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 15:19:36,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 15:19:36,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 15:19:36,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 15:19:36,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 15:19:36,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 15:19:36,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 15:19:36,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 15:19:36,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 15:19:36,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 15:19:36,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 15:19:36,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 15:19:36,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 15:19:36,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 15:19:36,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 15:19:36,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 15:19:36,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 15:19:36,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 15:19:36,621 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2', 'password': 'bd13726f-a5bb-4bdd-8ae8-1d3da60f5103', 'project_name': 'singlevm2-project_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '8c12d0b025cc486aa87d3e05327677b5', 'project_domain_name': 'Default'} 2018-07-19 15:19:36,622 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-07-19 15:19:36,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:19:36,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0f43965-3262-48c0-88ca-45f3ccfe8861 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.27:5000/v3/", "rel": "self"}]}} 2018-07-19 15:19:36,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d0f43965-3262-48c0-88ca-45f3ccfe8861 2018-07-19 15:19:36,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-19 15:19:37,026 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e510a8d85f2843e7adb74eb79b019a06", "name": "member"}, {"id": "96135507935b4266a5faae8ccf385c73", "name": "reader"}], "expires_at": "2018-07-19T16:19:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c12d0b025cc486aa87d3e05327677b5", "name": "singlevm2-project_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8776/v2/8c12d0b025cc486aa87d3e05327677b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2e208dfc044aa5b8b32dcee96757ba"}, {"url": "http://192.30.9.5:8776/v2/8c12d0b025cc486aa87d3e05327677b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51b4b6ff8bdc45ab81b943defdd3ccaf"}, {"url": "http://192.30.9.5:8776/v2/8c12d0b025cc486aa87d3e05327677b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8a1d6ff5b704eb29b141ee342007a82"}], "type": "volumev2", "id": "0089826d3475488dae0cd8029a6a00c0", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "adcdacaa3de841c99109cea84120388e"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b58a6aa01e8946d284128d1f663ae0a2"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d429741a29b242399dd74260160b73fe"}], "type": "image", "id": "191daf233b3f4c6c83d53a15b8cd7ef6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/8c12d0b025cc486aa87d3e05327677b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e85124444324bbfb8cecbdce7961bff"}, {"url": "http://192.30.9.5:8776/v1/8c12d0b025cc486aa87d3e05327677b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6173b753eb9942268c18baa91145b9a2"}, {"url": "http://172.30.9.27:8776/v1/8c12d0b025cc486aa87d3e05327677b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd03f23581044097bcce7c81c93215c6"}], "type": "volume", "id": "1d989ac5b227497496a10f6d9faf549a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8c12d0b025cc486aa87d3e05327677b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fc4ef2d750c4715abaa6c2cce36765c"}, {"url": "http://172.30.9.27:8004/v1/8c12d0b025cc486aa87d3e05327677b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58c077b0bf844702a9e4c22a36fa4ad2"}, {"url": "http://192.30.9.5:8004/v1/8c12d0b025cc486aa87d3e05327677b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77187bf0dae0492eb7451b02ba327210"}], "type": "orchestration", "id": "27a6dd74121743ce9a3f1aa6bb914040", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "135de0c6bef648d6951e6fcbdb30912d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9db63137fbf54ac3b9585d39a97f0841"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c76d4c40a416487e9ac8ee9d5fee0ef0"}], "type": "alarming", "id": "2c87e1400a454e08b94f6db84c372213", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6731b468ee264228a16bb2d1502d6421"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b31949a272764a809f8839f4e198a281"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "faf96e0d93424360add49cbd24e78f56"}], "type": "placement", "id": "43359fd69b874031ab493522a6799c48", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcdd040951d4fa7af84456c1ad6e6ca"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "365279d676ed4582a8e04aa4696c9365"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd0db987f12d4c0e8b24c6f8c68e35ee"}], "type": "event", "id": "505dbdade868480b8e5f458d3d6f397a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8c12d0b025cc486aa87d3e05327677b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2657dc9b83014ed69b636cc84a6cac26"}, {"url": "http://192.30.9.5:8776/v3/8c12d0b025cc486aa87d3e05327677b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8752b7f1ced848d2a31544bcf2a29ad7"}, {"url": "http://172.30.9.27:8776/v3/8c12d0b025cc486aa87d3e05327677b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b23aeba821e74bb084df8b8176e12450"}], "type": "volumev3", "id": "626a25c6775e4ee79e4a4d076676ea89", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b51bde020ed46cbb997bde098dda2e1"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5dc927980d40442facdd0077ef7504c3"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be66c97a2f014e68b4a6d6cba02a7016"}], "type": "cloudformation", "id": "62781e9a4b184985950b99af5ea789f4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e873e1ef1904496adf0a6203be32e6e"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "533f339425a24eb58e36635e658b057c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dcf4c2ccb7cb4a75972ea128a3dc908e"}], "type": "network", "id": "62b4c9ae32d34228865f4d922a940e6d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "815fa25cb430425ea964e90174bf9db2"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6629a9fff044809b40eb48bd8f8318c"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c85d44c528634a1c8568f72ed48e8662"}], "type": "identity", "id": "7491d69be9c94fecb490ef7eaeff0a5b", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "488912e67ad74a3c9d879af63fb34b9a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be6e984f7840430f861aa4b4dc16f702"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3b1c4ef0c54ddea7dc65c83679024d"}], "type": "compute", "id": "bf8f20e3740d42f0a63f4cb15500efd0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "d9b916eb514844f9a6938dd47cadb3d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "334f33c5c1ac4993ba84dfb6dcd5afcb"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62632aa017c5405b8e480e86059930a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "990b5f5231024fe7a50f73995de9655a"}], "type": "metric", "id": "e2cedfe1577c444bb48df428931b7904", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_8c12d0b025cc486aa87d3e05327677b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0687c97ee785449ebc34ed9be84c59c8"}, {"url": "http://172.30.9.27:8080/v1/AUTH_8c12d0b025cc486aa87d3e05327677b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d4cdd2da49b4446b27c825128de942f"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d77647bf8194490821b01953e4c2406"}], "type": "object-store", "id": "f7d54c1162c34fb68cd02f2c4c9075a1", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "id": "725fb8b52aaf48d693b65f3950270b2e"}, "audit_ids": ["H6yeDwmtRWyrifOtGu5-_A"], "issued_at": "2018-07-19T15:19:37.000000Z"}} 2018-07-19 15:19:37,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 15:19:37,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" -d '{"network": {"name": "singlevm2-net_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "admin_state_up": true}}' 2018-07-19 15:19:37,975 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-81c86915-c0d1-40bc-8002-3f59094b5722 Date: Thu, 19 Jul 2018 15:19:38 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"8c12d0b025cc486aa87d3e05327677b5","created_at":"2018-07-19T15:19:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-19T15:19:37Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"8c12d0b025cc486aa87d3e05327677b5","id":"fae7dfbb-7584-4f27-a57a-cc5c13399bf8","name":"singlevm2-net_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}} 2018-07-19 15:19:37,976 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-81c86915-c0d1-40bc-8002-3f59094b5722 2018-07-19 15:19:37,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.946444034576s 2018-07-19 15:19:37,976 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-81c86915-c0d1-40bc-8002-3f59094b5722 2018-07-19 15:19:37,977 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T15:19:37Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'fae7dfbb-7584-4f27-a57a-cc5c13399bf8', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2', u'admin_state_up': True, u'tenant_id': u'8c12d0b025cc486aa87d3e05327677b5', u'created_at': u'2018-07-19T15:19:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8c12d0b025cc486aa87d3e05327677b5'}) 2018-07-19 15:19:37,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:19:37,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:19:38,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-43038100-b973-4e69-9586-7eaf360fbd51 Date: Thu, 19 Jul 2018 15:19:38 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":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","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-19T15:19:37Z","tenant_id":"8c12d0b025cc486aa87d3e05327677b5","created_at":"2018-07-19T15:19:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"8c12d0b025cc486aa87d3e05327677b5","id":"fae7dfbb-7584-4f27-a57a-cc5c13399bf8","name":"singlevm2-net_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}]} 2018-07-19 15:19:38,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-43038100-b973-4e69-9586-7eaf360fbd51 2018-07-19 15:19:38,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.299478054047s 2018-07-19 15:19:38,277 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-43038100-b973-4e69-9586-7eaf360fbd51 2018-07-19 15:19:38,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 15:19:38,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" -d '{"subnet": {"name": "singlevm2-subnet_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "enable_dhcp": true, "network_id": "fae7dfbb-7584-4f27-a57a-cc5c13399bf8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 15:19:39,123 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-27152595-66ea-48a0-bea4-ed2189627b96 Date: Thu, 19 Jul 2018 15:19:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fae7dfbb-7584-4f27-a57a-cc5c13399bf8","tenant_id":"8c12d0b025cc486aa87d3e05327677b5","created_at":"2018-07-19T15:19:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:19:38Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"8c12d0b025cc486aa87d3e05327677b5","id":"d5147dd2-47d9-4fe8-9494-d2ca54d794b4","subnetpool_id":null,"name":"singlevm2-subnet_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}} 2018-07-19 15:19:39,123 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-27152595-66ea-48a0-bea4-ed2189627b96 2018-07-19 15:19:39,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.84416103363s 2018-07-19 15:19:39,123 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-27152595-66ea-48a0-bea4-ed2189627b96 2018-07-19 15:19:39,124 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T15:19:38Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'd5147dd2-47d9-4fe8-9494-d2ca54d794b4', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2', u'enable_dhcp': True, u'network_id': u'fae7dfbb-7584-4f27-a57a-cc5c13399bf8', u'tenant_id': u'8c12d0b025cc486aa87d3e05327677b5', u'created_at': u'2018-07-19T15:19:38Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'8c12d0b025cc486aa87d3e05327677b5'}) 2018-07-19 15:19:39,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 15:19:39,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" -d '{"router": {"external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d"}, "name": "singlevm2-router_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "admin_state_up": true}}' 2018-07-19 15:19:40,433 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-73465bae-8b6d-482f-b52e-20303eb5f5d7 Date: Thu, 19 Jul 2018 15:19:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9ca5b98-e387-4148-b42d-c22d07aa7079", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "created_at": "2018-07-19T15:19:39Z", "admin_state_up": true, "updated_at": "2018-07-19T15:19:40Z", "revision_number": 2, "routes": [], "project_id": "8c12d0b025cc486aa87d3e05327677b5", "id": "a9690f18-ac34-4307-9253-afc662f55f6d", "name": "singlevm2-router_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}} 2018-07-19 15:19:40,434 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-73465bae-8b6d-482f-b52e-20303eb5f5d7 2018-07-19 15:19:40,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.30931901932s 2018-07-19 15:19:40,434 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-73465bae-8b6d-482f-b52e-20303eb5f5d7 2018-07-19 15:19:40,434 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'b74ea510-ba57-4f85-8b9f-14fc3006297d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9ca5b98-e387-4148-b42d-c22d07aa7079', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'8c12d0b025cc486aa87d3e05327677b5', u'created_at': u'2018-07-19T15:19:39Z', u'admin_state_up': True, u'updated_at': u'2018-07-19T15:19:40Z', u'revision_number': 2, u'routes': [], u'project_id': u'8c12d0b025cc486aa87d3e05327677b5', u'id': u'a9690f18-ac34-4307-9253-afc662f55f6d', u'name': u'singlevm2-router_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2'}) 2018-07-19 15:19:40,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 15:19:40,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/a9690f18-ac34-4307-9253-afc662f55f6d/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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" -d '{"subnet_id": "d5147dd2-47d9-4fe8-9494-d2ca54d794b4"}' 2018-07-19 15:19:42,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5679e0a5-f472-4432-99d4-b1a9c531908d Date: Thu, 19 Jul 2018 15:19:42 GMT RESP BODY: {"network_id": "fae7dfbb-7584-4f27-a57a-cc5c13399bf8", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "subnet_id": "d5147dd2-47d9-4fe8-9494-d2ca54d794b4", "subnet_ids": ["d5147dd2-47d9-4fe8-9494-d2ca54d794b4"], "port_id": "9213f2c0-dd71-4816-8398-26978c2ae03c", "id": "a9690f18-ac34-4307-9253-afc662f55f6d"} 2018-07-19 15:19:42,872 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a9690f18-ac34-4307-9253-afc662f55f6d/add_router_interface.json used request id req-5679e0a5-f472-4432-99d4-b1a9c531908d 2018-07-19 15:19:42,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.43699097633s 2018-07-19 15:19:42,872 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a9690f18-ac34-4307-9253-afc662f55f6d/add_router_interface.json used request id req-5679e0a5-f472-4432-99d4-b1a9c531908d returning object a9690f18-ac34-4307-9253-afc662f55f6d 2018-07-19 15:19:42,873 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 15:19:43,005 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-19 15:19:43,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:19:43,011 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Thu, 19 Jul 2018 15:19:43 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-07-19 15:19:43,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:19:43,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:19:43,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-925def40-701a-4cf2-8311-3077d663a23c Date: Thu, 19 Jul 2018 15:19:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:19:43,700 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-925def40-701a-4cf2-8311-3077d663a23c 2018-07-19 15:19:43,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.686523914337s 2018-07-19 15:19:43,700 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-925def40-701a-4cf2-8311-3077d663a23c 2018-07-19 15:19:43,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-19 15:19:43,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}' 2018-07-19 15:19:44,501 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ffc2a41a-8f7f-4f97-a575-0e21fa3cccb8 Date: Thu, 19 Jul 2018 15:19:44 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47/file", "owner": "8c12d0b025cc486aa87d3e05327677b5", "id": "57bc0b34-e3c4-4677-9be7-ac8707af4d47", "size": null, "self": "/v2/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:19:44Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "checksum": null, "created_at": "2018-07-19T15:19:44Z", "protected": false} 2018-07-19 15:19:44,501 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ffc2a41a-8f7f-4f97-a575-0e21fa3cccb8 2018-07-19 15:19:44,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.792541027069s 2018-07-19 15:19:44,501 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ffc2a41a-8f7f-4f97-a575-0e21fa3cccb8 returning object 57bc0b34-e3c4-4677-9be7-ac8707af4d47 2018-07-19 15:19:44,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-19 15:19:44,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47/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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" -d '' 2018-07-19 15:19:45,630 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0d6244b1-4b8f-44d8-95d9-b4e5dfcab876 Date: Thu, 19 Jul 2018 15:19:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 15:19:45,630 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47/file used request id req-0d6244b1-4b8f-44d8-95d9-b4e5dfcab876 2018-07-19 15:19:45,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.12840294838s 2018-07-19 15:19:45,631 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47/file used request id req-0d6244b1-4b8f-44d8-95d9-b4e5dfcab876 2018-07-19 15:19:45,631 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm2-img_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-19T15:19:44Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47/file', u'owner': u'8c12d0b025cc486aa87d3e05327677b5', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'57bc0b34-e3c4-4677-9be7-ac8707af4d47', u'size': None, u'name': u'singlevm2-img_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2', u'checksum': None, u'self': u'/v2/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-19T15:19:44Z', u'schema': u'/v2/schemas/image'}) 2018-07-19 15:19:45,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-19 15:19:45,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}957296b0e321387a27100607da3c23c60631b07e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-19 15:19:46,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19: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-aa73b69a-3c20-4cd0-aa83-2598f7f9a548 x-compute-request-id: req-aa73b69a-3c20-4cd0-aa83-2598f7f9a548 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8", "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": "4980a5e6-0d71-437a-b58e-bb47ef1950a8"}} 2018-07-19 15:19:46,469 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-aa73b69a-3c20-4cd0-aa83-2598f7f9a548 2018-07-19 15:19:46,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.837001085281s 2018-07-19 15:19:46,469 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-aa73b69a-3c20-4cd0-aa83-2598f7f9a548 2018-07-19 15:19:46,470 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2', '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'7d50cfbadfca4f97bb43893af276dd48', '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'4980a5e6-0d71-437a-b58e-bb47ef1950a8', 'swap': 0}) 2018-07-19 15:19:46,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-19 15:19:46,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8/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}957296b0e321387a27100607da3c23c60631b07e" -d '{"extra_specs": {}}' 2018-07-19 15:19:46,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4fb4aa68-5460-43d4-a66c-55da4f52ed74 x-compute-request-id: req-4fb4aa68-5460-43d4-a66c-55da4f52ed74 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 15:19:46,497 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8/os-extra_specs used request id req-4fb4aa68-5460-43d4-a66c-55da4f52ed74 2018-07-19 15:19:46,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0262961387634s 2018-07-19 15:19:46,497 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8/os-extra_specs used request id req-4fb4aa68-5460-43d4-a66c-55da4f52ed74 2018-07-19 15:19:46,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-19 15:19:46,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" -d '{"keypair": {"name": "singlevm2-kp_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}}' 2018-07-19 15:19:47,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19: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-d098f200-256e-45aa-b1c9-17adc5605f86 x-compute-request-id: req-d098f200-256e-45aa-b1c9-17adc5605f86 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo2G4Z1lfcLAfZhbfuiti2yAVys+Wt9Xp+1aR1dmK1t9iqmqUizYRUM7Qsq18g7uKaYFndF3XziD4sfAvxc0D5NTXf4ujkJtJCa+qfHySrYDAcfO7M7KFz5J3vK9Y8uJ7h704QJdvTkQLf/PpocT4bB+b34K+1Vt7deut1V3CC1l028lR5tBOj+adckXFJmbm7TBmzGFtgMp8dSRTBMFUOYXmF/uCC1jzJdX8FsAlJj8bNoc9k6KbpT0eoEmUoI40KXGJs08khUkGLsA7Nx8jxL75J0Lf2K8ra/DDK1JW4m98PZ8uAPXjVC7BGDghpvYrcfGjekCuvLWvWNTO+tRqD Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAqNhuGdZX3CwH2YW37orYtsgFcrPlrfV6ftWkdXZitbfYqpql\nIs2EVDO0LKtfIO7immBZ3Rd184g+LHwL8XNA+TU13+Lo5CbSQmvqnx8kq2AwHHzu\nzOyhc+Sd7yvWPLie4e9OECXb05EC3/z6aHE+Gwfm9+CvtVbe3XrrdVdwgtZdNvJU\nebQTo/mnXJFxSZm5u0wZsxhbYDKfHUkUwTBVDmF5hf7ggtY8yXV/BbAJSY/GzaHP\nZOim6U9HqBJlKCONClxibNPJIVJBi7AOzcfI8S++SdC39ivK2vwwytSVuJvfD2fL\ngD141QuwRg4Iab2K3Hxo3pArry1r1jUzvrUagwIDAQABAoIBACC/cYNTXlEWvSME\nW2tJxMSWwO/BUo/N58dH2pDpuDV0hfJ48gRxBfRq3sw3JMk3a/3zKBrInRjx2NU5\n7fsTlot/NYbJ9M+jc+5sDeJ04ODYVByCYrKeRqY6tiMYRoIacL5zcpmRLjS3kG4v\nG8Y8CIannrV+/7VVNv6QA7ELl4fYiPDNQ8QykvXIon8fguzHkSuR5TD6ZZniGgCe\n2DyHCC+x4pCUOmqwIEYo5WAC76yEGUE9BjAfQX5ov9IaeTSJkD1johV87OxMo7IS\nJkePUyGZv56+4Lh2nuX3d57DcvKPbdCqHpmk+uXqfGLdfbbXNDh5yh9pnW7IQkEi\niBA389ECgYEA4M1MgvV4KCyrNWGbeqbtyoXD2CjE7jdfU+AFdrhmB0C800P+xQz8\nPVD5+6v34M/l2WirBLiCsZOprOaQKOW2UIIEvGgU+iCjB7hHqVuiEqzsV86lyF5X\nV7f8LBkeRauJ24N2uGrm7la5jnErftcAbzeduqvMRxZJOOnyFHXDyzkCgYEAwEcf\nolGyI30Iy5u9ER0c9hggYOaizofpl1qmyix+PaLnkc5rwX8a49AHHPCz9IZlmMeA\n7HIA3POj/RpHs8UuM9+SSWmGoThHoCnFefl0v2lnaAB2711bQoboTTvkPOCnbNtl\nPKg6UFnriGCow5wvn3y13Vy44SUxb2pnT1Luh5sCgYA+ehA3nU0lrTRwA46Yiegw\njvidDMeehRkjUHF0S09f2Kgh9xXJYhCAYg732RVtD5qLz8En8Lex7p4LhZCvLRh8\nS4ZRboPV+FgW/yo7cVIb6p9M0AvXIhEYOfQFtX1qU4Be16yZGGzR9JxhcCZsfAiM\n4GIfzTtazmDPRoWXFhuyUQKBgCjiNqC9/EG9gVRBzibIaPMO2DuibrW5gnqzRMmy\nQjl63QBMwu7GxwHvpsOJjsoMlaexrAEakIJqr9DOeLaJ07Ql8qX3cS/wlpJAr4Oq\n/h8BG4Kqrp9g21m+88AQXwxuvErSL6mBH70cEY/S9a96E0o3KzhhUdJVpThKiKL+\nQEfHAoGAbfT7DjnRz8YE8w772dtLTCJNrmo4tvWogV/n9GWX7QNv7q1YeeS4+qRt\nMujy1SDvPpgf4TznVy3RRVOZgxweeps7Euk/GWuwKGUsdHhydotyqnd+yAzHY9Ov\nPhpk0+HNI3VVCqANfA+1X9YQGj+EMZawKJ7pHqsuVkTb9OiAQ6M=\n-----END RSA PRIVATE KEY-----\n", "user_id": "725fb8b52aaf48d693b65f3950270b2e", "name": "singlevm2-kp_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "fingerprint": "1c:ba:63:64:77:ab:eb:9f:13:05:f3:56:8b:b9:0e:4d"}} 2018-07-19 15:19:47,703 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-d098f200-256e-45aa-b1c9-17adc5605f86 2018-07-19 15:19:47,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 1.20522904396s 2018-07-19 15:19:47,704 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-d098f200-256e-45aa-b1c9-17adc5605f86 2018-07-19 15:19:47,704 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo2G4Z1lfcLAfZhbfuiti2yAVys+Wt9Xp+1aR1dmK1t9iqmqUizYRUM7Qsq18g7uKaYFndF3XziD4sfAvxc0D5NTXf4ujkJtJCa+qfHySrYDAcfO7M7KFz5J3vK9Y8uJ7h704QJdvTkQLf/PpocT4bB+b34K+1Vt7deut1V3CC1l028lR5tBOj+adckXFJmbm7TBmzGFtgMp8dSRTBMFUOYXmF/uCC1jzJdX8FsAlJj8bNoc9k6KbpT0eoEmUoI40KXGJs08khUkGLsA7Nx8jxL75J0Lf2K8ra/DDK1JW4m98PZ8uAPXjVC7BGDghpvYrcfGjekCuvLWvWNTO+tRqD Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAqNhuGdZX3CwH2YW37orYtsgFcrPlrfV6ftWkdXZitbfYqpql\nIs2EVDO0LKtfIO7immBZ3Rd184g+LHwL8XNA+TU13+Lo5CbSQmvqnx8kq2AwHHzu\nzOyhc+Sd7yvWPLie4e9OECXb05EC3/z6aHE+Gwfm9+CvtVbe3XrrdVdwgtZdNvJU\nebQTo/mnXJFxSZm5u0wZsxhbYDKfHUkUwTBVDmF5hf7ggtY8yXV/BbAJSY/GzaHP\nZOim6U9HqBJlKCONClxibNPJIVJBi7AOzcfI8S++SdC39ivK2vwwytSVuJvfD2fL\ngD141QuwRg4Iab2K3Hxo3pArry1r1jUzvrUagwIDAQABAoIBACC/cYNTXlEWvSME\nW2tJxMSWwO/BUo/N58dH2pDpuDV0hfJ48gRxBfRq3sw3JMk3a/3zKBrInRjx2NU5\n7fsTlot/NYbJ9M+jc+5sDeJ04ODYVByCYrKeRqY6tiMYRoIacL5zcpmRLjS3kG4v\nG8Y8CIannrV+/7VVNv6QA7ELl4fYiPDNQ8QykvXIon8fguzHkSuR5TD6ZZniGgCe\n2DyHCC+x4pCUOmqwIEYo5WAC76yEGUE9BjAfQX5ov9IaeTSJkD1johV87OxMo7IS\nJkePUyGZv56+4Lh2nuX3d57DcvKPbdCqHpmk+uXqfGLdfbbXNDh5yh9pnW7IQkEi\niBA389ECgYEA4M1MgvV4KCyrNWGbeqbtyoXD2CjE7jdfU+AFdrhmB0C800P+xQz8\nPVD5+6v34M/l2WirBLiCsZOprOaQKOW2UIIEvGgU+iCjB7hHqVuiEqzsV86lyF5X\nV7f8LBkeRauJ24N2uGrm7la5jnErftcAbzeduqvMRxZJOOnyFHXDyzkCgYEAwEcf\nolGyI30Iy5u9ER0c9hggYOaizofpl1qmyix+PaLnkc5rwX8a49AHHPCz9IZlmMeA\n7HIA3POj/RpHs8UuM9+SSWmGoThHoCnFefl0v2lnaAB2711bQoboTTvkPOCnbNtl\nPKg6UFnriGCow5wvn3y13Vy44SUxb2pnT1Luh5sCgYA+ehA3nU0lrTRwA46Yiegw\njvidDMeehRkjUHF0S09f2Kgh9xXJYhCAYg732RVtD5qLz8En8Lex7p4LhZCvLRh8\nS4ZRboPV+FgW/yo7cVIb6p9M0AvXIhEYOfQFtX1qU4Be16yZGGzR9JxhcCZsfAiM\n4GIfzTtazmDPRoWXFhuyUQKBgCjiNqC9/EG9gVRBzibIaPMO2DuibrW5gnqzRMmy\nQjl63QBMwu7GxwHvpsOJjsoMlaexrAEakIJqr9DOeLaJ07Ql8qX3cS/wlpJAr4Oq\n/h8BG4Kqrp9g21m+88AQXwxuvErSL6mBH70cEY/S9a96E0o3KzhhUdJVpThKiKL+\nQEfHAoGAbfT7DjnRz8YE8w772dtLTCJNrmo4tvWogV/n9GWX7QNv7q1YeeS4+qRt\nMujy1SDvPpgf4TznVy3RRVOZgxweeps7Euk/GWuwKGUsdHhydotyqnd+yAzHY9Ov\nPhpk0+HNI3VVCqANfA+1X9YQGj+EMZawKJ7pHqsuVkTb9OiAQ6M=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'725fb8b52aaf48d693b65f3950270b2e', 'name': u'singlevm2-kp_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2', 'created_at': '2018-07-19T15:19:47.704787', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8c12d0b025cc486aa87d3e05327677b5', 'name': 'singlevm2-project_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'1c:ba:63:64:77:ab:eb:9f:13:05:f3:56:8b:b9:0e:4d', 'type': 'ssh', 'id': u'singlevm2-kp_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2'}) 2018-07-19 15:19:47,705 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAqNhuGdZX3CwH2YW37orYtsgFcrPlrfV6ftWkdXZitbfYqpql Is2EVDO0LKtfIO7immBZ3Rd184g+LHwL8XNA+TU13+Lo5CbSQmvqnx8kq2AwHHzu zOyhc+Sd7yvWPLie4e9OECXb05EC3/z6aHE+Gwfm9+CvtVbe3XrrdVdwgtZdNvJU ebQTo/mnXJFxSZm5u0wZsxhbYDKfHUkUwTBVDmF5hf7ggtY8yXV/BbAJSY/GzaHP ZOim6U9HqBJlKCONClxibNPJIVJBi7AOzcfI8S++SdC39ivK2vwwytSVuJvfD2fL gD141QuwRg4Iab2K3Hxo3pArry1r1jUzvrUagwIDAQABAoIBACC/cYNTXlEWvSME W2tJxMSWwO/BUo/N58dH2pDpuDV0hfJ48gRxBfRq3sw3JMk3a/3zKBrInRjx2NU5 7fsTlot/NYbJ9M+jc+5sDeJ04ODYVByCYrKeRqY6tiMYRoIacL5zcpmRLjS3kG4v G8Y8CIannrV+/7VVNv6QA7ELl4fYiPDNQ8QykvXIon8fguzHkSuR5TD6ZZniGgCe 2DyHCC+x4pCUOmqwIEYo5WAC76yEGUE9BjAfQX5ov9IaeTSJkD1johV87OxMo7IS JkePUyGZv56+4Lh2nuX3d57DcvKPbdCqHpmk+uXqfGLdfbbXNDh5yh9pnW7IQkEi iBA389ECgYEA4M1MgvV4KCyrNWGbeqbtyoXD2CjE7jdfU+AFdrhmB0C800P+xQz8 PVD5+6v34M/l2WirBLiCsZOprOaQKOW2UIIEvGgU+iCjB7hHqVuiEqzsV86lyF5X V7f8LBkeRauJ24N2uGrm7la5jnErftcAbzeduqvMRxZJOOnyFHXDyzkCgYEAwEcf olGyI30Iy5u9ER0c9hggYOaizofpl1qmyix+PaLnkc5rwX8a49AHHPCz9IZlmMeA 7HIA3POj/RpHs8UuM9+SSWmGoThHoCnFefl0v2lnaAB2711bQoboTTvkPOCnbNtl PKg6UFnriGCow5wvn3y13Vy44SUxb2pnT1Luh5sCgYA+ehA3nU0lrTRwA46Yiegw jvidDMeehRkjUHF0S09f2Kgh9xXJYhCAYg732RVtD5qLz8En8Lex7p4LhZCvLRh8 S4ZRboPV+FgW/yo7cVIb6p9M0AvXIhEYOfQFtX1qU4Be16yZGGzR9JxhcCZsfAiM 4GIfzTtazmDPRoWXFhuyUQKBgCjiNqC9/EG9gVRBzibIaPMO2DuibrW5gnqzRMmy Qjl63QBMwu7GxwHvpsOJjsoMlaexrAEakIJqr9DOeLaJ07Ql8qX3cS/wlpJAr4Oq /h8BG4Kqrp9g21m+88AQXwxuvErSL6mBH70cEY/S9a96E0o3KzhhUdJVpThKiKL+ QEfHAoGAbfT7DjnRz8YE8w772dtLTCJNrmo4tvWogV/n9GWX7QNv7q1YeeS4+qRt Mujy1SDvPpgf4TznVy3RRVOZgxweeps7Euk/GWuwKGUsdHhydotyqnd+yAzHY9Ov Phpk0+HNI3VVCqANfA+1X9YQGj+EMZawKJ7pHqsuVkTb9OiAQ6M= -----END RSA PRIVATE KEY----- 2018-07-19 15:19:47,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-19 15:19:47,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" -d '{"security_group": {"name": "singlevm2-sg_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-07-19 15:19:48,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-fa44f598-bd50-4b08-a663-0a241878d8e9 Date: Thu, 19 Jul 2018 15:19:48 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "created_at": "2018-07-19T15:19:48Z", "updated_at": "2018-07-19T15:19:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:48Z", "revision_number": 0, "id": "8b0eaf37-ca62-4e90-8b65-f52e955d4a40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:48Z", "security_group_id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:48Z", "revision_number": 0, "id": "ee721d56-17ff-4aa2-a9ec-8ca0e00038e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:48Z", "security_group_id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}], "revision_number": 1, "project_id": "8c12d0b025cc486aa87d3e05327677b5", "id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "name": "singlevm2-sg_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}} 2018-07-19 15:19:48,811 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-fa44f598-bd50-4b08-a663-0a241878d8e9 2018-07-19 15:19:48,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 1.10325193405s 2018-07-19 15:19:48,812 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-fa44f598-bd50-4b08-a663-0a241878d8e9 2018-07-19 15:19:48,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 15:19:48,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:19:49,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-b8712c0b-ded6-4e3f-aada-fbd6f0ecb026 Date: Thu, 19 Jul 2018 15:19:49 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "created_at": "2018-07-19T15:19:48Z", "updated_at": "2018-07-19T15:19:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:48Z", "revision_number": 0, "id": "8b0eaf37-ca62-4e90-8b65-f52e955d4a40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:48Z", "security_group_id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:48Z", "revision_number": 0, "id": "ee721d56-17ff-4aa2-a9ec-8ca0e00038e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:48Z", "security_group_id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}], "revision_number": 1, "project_id": "8c12d0b025cc486aa87d3e05327677b5", "id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "name": "singlevm2-sg_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}, {"description": "Default security group", "tags": [], "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "created_at": "2018-07-19T15:19:37Z", "updated_at": "2018-07-19T15:19:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:37Z", "revision_number": 0, "id": "078c9f2c-7ca4-43d5-8fa7-84fc765a3193", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:37Z", "security_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:37Z", "revision_number": 0, "id": "26784d1a-d542-48f2-a56b-c70300facdef", "remote_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:37Z", "security_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:37Z", "revision_number": 0, "id": "4a5d85e9-d8a3-43a1-b3d7-4866ea1b2dc3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:37Z", "security_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:37Z", "revision_number": 0, "id": "be60eac8-f2e9-42e1-8de1-6b556af6c69f", "remote_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:37Z", "security_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}], "revision_number": 1, "project_id": "8c12d0b025cc486aa87d3e05327677b5", "id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "name": "default"}]} 2018-07-19 15:19:49,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-b8712c0b-ded6-4e3f-aada-fbd6f0ecb026 2018-07-19 15:19:49,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.251617908478s 2018-07-19 15:19:49,068 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-b8712c0b-ded6-4e3f-aada-fbd6f0ecb026 2018-07-19 15:19:49,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-19 15:19:49,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" -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": "43f8c74d-4c4a-4b69-96c9-4fef00238812"}}' 2018-07-19 15:19:49,449 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-edcc03ad-77d9-4959-834b-d29dd51173d4 Date: Thu, 19 Jul 2018 15:19:49 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-19T15:19:49Z", "security_group_id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "port_range_min": 22, "revision_number": 0, "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "created_at": "2018-07-19T15:19:49Z", "project_id": "8c12d0b025cc486aa87d3e05327677b5", "id": "15cb1bd3-16e1-4e6e-bd82-e46c48c6ec9f"}} 2018-07-19 15:19:49,449 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-edcc03ad-77d9-4959-834b-d29dd51173d4 2018-07-19 15:19:49,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.377227067947s 2018-07-19 15:19:49,450 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-edcc03ad-77d9-4959-834b-d29dd51173d4 2018-07-19 15:19:49,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 15:19:49,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:19:49,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-14c63a16-eb50-47b7-8a47-8a715b73bb3d Date: Thu, 19 Jul 2018 15:19:49 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "created_at": "2018-07-19T15:19:48Z", "updated_at": "2018-07-19T15:19:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-19T15:19:49Z", "revision_number": 0, "id": "15cb1bd3-16e1-4e6e-bd82-e46c48c6ec9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:49Z", "security_group_id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:48Z", "revision_number": 0, "id": "8b0eaf37-ca62-4e90-8b65-f52e955d4a40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:48Z", "security_group_id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:48Z", "revision_number": 0, "id": "ee721d56-17ff-4aa2-a9ec-8ca0e00038e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:48Z", "security_group_id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}], "revision_number": 2, "project_id": "8c12d0b025cc486aa87d3e05327677b5", "id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "name": "singlevm2-sg_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}, {"description": "Default security group", "tags": [], "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "created_at": "2018-07-19T15:19:37Z", "updated_at": "2018-07-19T15:19:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:37Z", "revision_number": 0, "id": "078c9f2c-7ca4-43d5-8fa7-84fc765a3193", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:37Z", "security_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:37Z", "revision_number": 0, "id": "26784d1a-d542-48f2-a56b-c70300facdef", "remote_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:37Z", "security_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:37Z", "revision_number": 0, "id": "4a5d85e9-d8a3-43a1-b3d7-4866ea1b2dc3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:37Z", "security_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:37Z", "revision_number": 0, "id": "be60eac8-f2e9-42e1-8de1-6b556af6c69f", "remote_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:37Z", "security_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}], "revision_number": 1, "project_id": "8c12d0b025cc486aa87d3e05327677b5", "id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "name": "default"}]} 2018-07-19 15:19:49,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-14c63a16-eb50-47b7-8a47-8a715b73bb3d 2018-07-19 15:19:49,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.231524944305s 2018-07-19 15:19:49,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-14c63a16-eb50-47b7-8a47-8a715b73bb3d 2018-07-19 15:19:49,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-19 15:19:49,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" -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": "43f8c74d-4c4a-4b69-96c9-4fef00238812"}}' 2018-07-19 15:19:49,852 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-09ca5769-f2d5-4386-8d04-2c797d5584dc Date: Thu, 19 Jul 2018 15:19:49 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-19T15:19:49Z", "security_group_id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "port_range_min": null, "revision_number": 0, "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "created_at": "2018-07-19T15:19:49Z", "project_id": "8c12d0b025cc486aa87d3e05327677b5", "id": "0e619c2e-f549-44fd-abd4-59573e590a24"}} 2018-07-19 15:19:49,852 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-09ca5769-f2d5-4386-8d04-2c797d5584dc 2018-07-19 15:19:49,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.163501977921s 2018-07-19 15:19:49,853 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-09ca5769-f2d5-4386-8d04-2c797d5584dc 2018-07-19 15:19:49,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:19:49,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:19:50,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-7c4c0fff-16c4-4d2b-a9fd-a24e39bbb1f0 Date: Thu, 19 Jul 2018 15:19:50 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":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d5147dd2-47d9-4fe8-9494-d2ca54d794b4"],"updated_at":"2018-07-19T15:19:38Z","tenant_id":"8c12d0b025cc486aa87d3e05327677b5","created_at":"2018-07-19T15:19:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8c12d0b025cc486aa87d3e05327677b5","id":"fae7dfbb-7584-4f27-a57a-cc5c13399bf8","name":"singlevm2-net_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}]} 2018-07-19 15:19:50,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7c4c0fff-16c4-4d2b-a9fd-a24e39bbb1f0 2018-07-19 15:19:50,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.51185297966s 2018-07-19 15:19:50,366 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7c4c0fff-16c4-4d2b-a9fd-a24e39bbb1f0 2018-07-19 15:19:50,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:19:50,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:19:50,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-7f298f6e-baf7-4763-a774-ad5a1204a02c Date: Thu, 19 Jul 2018 15:19:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47/snap", "metadata": {}}], "file": "/v2/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47/file", "owner": "8c12d0b025cc486aa87d3e05327677b5", "id": "57bc0b34-e3c4-4677-9be7-ac8707af4d47", "size": 12716032, "self": "/v2/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47", "disk_format": "qcow2", "direct_url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:19:45Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T15:19:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:19:50,592 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7f298f6e-baf7-4763-a774-ad5a1204a02c 2018-07-19 15:19:50,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.221554994583s 2018-07-19 15:19:50,593 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7f298f6e-baf7-4763-a774-ad5a1204a02c 2018-07-19 15:19:50,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 15:19:50,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:19:50,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19: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-dbefd8f6-d581-4a22-bd9c-2d41c3fe2a1a x-compute-request-id: req-dbefd8f6-d581-4a22-bd9c-2d41c3fe2a1a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8", "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": "4980a5e6-0d71-437a-b58e-bb47ef1950a8"}]} 2018-07-19 15:19:50,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-dbefd8f6-d581-4a22-bd9c-2d41c3fe2a1a 2018-07-19 15:19:50,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0345468521118s 2018-07-19 15:19:50,630 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-dbefd8f6-d581-4a22-bd9c-2d41c3fe2a1a 2018-07-19 15:19:50,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-19 15:19:50,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" -d '{"server": {"name": "singlevm2-vm_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "imageRef": "57bc0b34-e3c4-4677-9be7-ac8707af4d47", "key_name": "singlevm2-kp_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "flavorRef": "4980a5e6-0d71-437a-b58e-bb47ef1950a8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fae7dfbb-7584-4f27-a57a-cc5c13399bf8"}], "security_groups": [{"name": "43f8c74d-4c4a-4b69-96c9-4fef00238812"}]}}' 2018-07-19 15:19:54,563 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 15:19: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-a1118842-06b9-4a9b-af9d-d8f78bf87eaa x-compute-request-id: req-a1118842-06b9-4a9b-af9d-d8f78bf87eaa Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "43f8c74d-4c4a-4b69-96c9-4fef00238812"}], "OS-DCF:diskConfig": "MANUAL", "id": "db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "rel": "bookmark"}], "adminPass": "88tYpJfTaa7G"}} 2018-07-19 15:19:54,563 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-a1118842-06b9-4a9b-af9d-d8f78bf87eaa 2018-07-19 15:19:54,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.93160915375s 2018-07-19 15:19:54,563 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-a1118842-06b9-4a9b-af9d-d8f78bf87eaa 2018-07-19 15:19:54,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:19:54,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:19:55,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19: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-b950272e-07b8-47da-b14d-8383abb53cfd x-compute-request-id: req-b950272e-07b8-47da-b14d-8383abb53cfd 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.27:8774/v2.1/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "rel": "bookmark"}], "image": {"id": "57bc0b34-e3c4-4677-9be7-ac8707af4d47", "links": [{"href": "http://172.30.9.27:8774/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4980a5e6-0d71-437a-b58e-bb47ef1950a8", "links": [{"href": "http://172.30.9.27:8774/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8", "rel": "bookmark"}]}, "id": "db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "user_id": "725fb8b52aaf48d693b65f3950270b2e", "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-19T15:19:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "name": "singlevm2-vm_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "created": "2018-07-19T15:19:54Z", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:19:55,531 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b950272e-07b8-47da-b14d-8383abb53cfd 2018-07-19 15:19:55,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.967040061951s 2018-07-19 15:19:55,532 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b950272e-07b8-47da-b14d-8383abb53cfd 2018-07-19 15:19:55,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:19:55,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:19:55,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-3cea1364-c709-4af3-8ea8-6e6d5545935a Date: Thu, 19 Jul 2018 15:19:55 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":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d5147dd2-47d9-4fe8-9494-d2ca54d794b4"],"updated_at":"2018-07-19T15:19:38Z","tenant_id":"8c12d0b025cc486aa87d3e05327677b5","created_at":"2018-07-19T15:19:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8c12d0b025cc486aa87d3e05327677b5","id":"fae7dfbb-7584-4f27-a57a-cc5c13399bf8","name":"singlevm2-net_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}]} 2018-07-19 15:19:55,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3cea1364-c709-4af3-8ea8-6e6d5545935a 2018-07-19 15:19:55,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113111019135s 2018-07-19 15:19:55,653 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3cea1364-c709-4af3-8ea8-6e6d5545935a 2018-07-19 15:19:55,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 15:19:55,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:19:55,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-6edd157c-b3a4-4327-ad14-20f8522aa321 Date: Thu, 19 Jul 2018 15:19:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fae7dfbb-7584-4f27-a57a-cc5c13399bf8","tenant_id":"8c12d0b025cc486aa87d3e05327677b5","created_at":"2018-07-19T15:19:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:19:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"8c12d0b025cc486aa87d3e05327677b5","id":"d5147dd2-47d9-4fe8-9494-d2ca54d794b4","subnetpool_id":null,"name":"singlevm2-subnet_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}]} 2018-07-19 15:19:55,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-6edd157c-b3a4-4327-ad14-20f8522aa321 2018-07-19 15:19:55,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.224093198776s 2018-07-19 15:19:55,878 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-6edd157c-b3a4-4327-ad14-20f8522aa321 2018-07-19 15:19:55,879 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:19:57,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:19:57,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:19:58,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:19: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-b81c429d-44fb-44fb-bdb9-dd6890326b1e x-compute-request-id: req-b81c429d-44fb-44fb-bdb9-dd6890326b1e Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "rel": "bookmark"}], "image": {"id": "57bc0b34-e3c4-4677-9be7-ac8707af4d47", "links": [{"href": "http://172.30.9.27:8774/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4980a5e6-0d71-437a-b58e-bb47ef1950a8", "links": [{"href": "http://172.30.9.27:8774/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8", "rel": "bookmark"}]}, "id": "db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "user_id": "725fb8b52aaf48d693b65f3950270b2e", "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-19T15:19:57Z", "hostId": "59da0cd82e352a158f347473d5cf888a1df4645289c83b1b72886824", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "name": "singlevm2-vm_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "created": "2018-07-19T15:19:54Z", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:19:58,435 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b81c429d-44fb-44fb-bdb9-dd6890326b1e 2018-07-19 15:19:58,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553905010223s 2018-07-19 15:19:58,436 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b81c429d-44fb-44fb-bdb9-dd6890326b1e 2018-07-19 15:19:58,440 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:20:00,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:20:00,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:01,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20: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-29e6c251-0cdb-4389-9eb8-24c9705c56b1 x-compute-request-id: req-29e6c251-0cdb-4389-9eb8-24c9705c56b1 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.27:8774/v2.1/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "rel": "bookmark"}], "image": {"id": "57bc0b34-e3c4-4677-9be7-ac8707af4d47", "links": [{"href": "http://172.30.9.27:8774/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4980a5e6-0d71-437a-b58e-bb47ef1950a8", "links": [{"href": "http://172.30.9.27:8774/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8", "rel": "bookmark"}]}, "id": "db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "security_groups": [{"name": "singlevm2-sg_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}], "user_id": "725fb8b52aaf48d693b65f3950270b2e", "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-19T15:19:57Z", "hostId": "59da0cd82e352a158f347473d5cf888a1df4645289c83b1b72886824", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "name": "singlevm2-vm_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "created": "2018-07-19T15:19:54Z", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:20:01,617 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-29e6c251-0cdb-4389-9eb8-24c9705c56b1 2018-07-19 15:20:01,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17433810234s 2018-07-19 15:20:01,618 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-29e6c251-0cdb-4389-9eb8-24c9705c56b1 2018-07-19 15:20:01,621 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:20:03,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:20:03,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:04,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20: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-eca2d750-e6d1-46af-a595-ece798028d84 x-compute-request-id: req-eca2d750-e6d1-46af-a595-ece798028d84 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.27:8774/v2.1/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "rel": "bookmark"}], "image": {"id": "57bc0b34-e3c4-4677-9be7-ac8707af4d47", "links": [{"href": "http://172.30.9.27:8774/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4980a5e6-0d71-437a-b58e-bb47ef1950a8", "links": [{"href": "http://172.30.9.27:8774/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8", "rel": "bookmark"}]}, "id": "db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "security_groups": [{"name": "singlevm2-sg_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}], "user_id": "725fb8b52aaf48d693b65f3950270b2e", "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-19T15:19:57Z", "hostId": "59da0cd82e352a158f347473d5cf888a1df4645289c83b1b72886824", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "name": "singlevm2-vm_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "created": "2018-07-19T15:19:54Z", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:20:04,479 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-eca2d750-e6d1-46af-a595-ece798028d84 2018-07-19 15:20:04,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.854649066925s 2018-07-19 15:20:04,479 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-eca2d750-e6d1-46af-a595-ece798028d84 2018-07-19 15:20:04,483 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:20:06,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:20:06,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:07,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20: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-9af4076d-cc58-4918-b04a-a14316e3ab3d x-compute-request-id: req-9af4076d-cc58-4918-b04a-a14316e3ab3d Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:40:23", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "rel": "bookmark"}], "image": {"id": "57bc0b34-e3c4-4677-9be7-ac8707af4d47", "links": [{"href": "http://172.30.9.27:8774/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:20:03.000000", "flavor": {"id": "4980a5e6-0d71-437a-b58e-bb47ef1950a8", "links": [{"href": "http://172.30.9.27:8774/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8", "rel": "bookmark"}]}, "id": "db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "security_groups": [{"name": "singlevm2-sg_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}], "user_id": "725fb8b52aaf48d693b65f3950270b2e", "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-19T15:20:03Z", "hostId": "59da0cd82e352a158f347473d5cf888a1df4645289c83b1b72886824", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "name": "singlevm2-vm_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "created": "2018-07-19T15:19:54Z", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:20:07,243 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9af4076d-cc58-4918-b04a-a14316e3ab3d 2018-07-19 15:20:07,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.756607055664s 2018-07-19 15:20:07,243 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9af4076d-cc58-4918-b04a-a14316e3ab3d 2018-07-19 15:20:07,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 15:20:07,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:07,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-7e6c1893-bc3b-4e88-978d-ebd9d3a3abba Date: Thu, 19 Jul 2018 15:20:07 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fae7dfbb-7584-4f27-a57a-cc5c13399bf8","tenant_id":"8c12d0b025cc486aa87d3e05327677b5","created_at":"2018-07-19T15:19:58Z","admin_state_up":true,"updated_at":"2018-07-19T15:20:03Z","binding:vnic_type":"normal","device_id":"db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:09:40:23","id":"ed5c5524-fac9-4eda-bd15-14aa5439f0fa","port_security_enabled":true,"project_id":"8c12d0b025cc486aa87d3e05327677b5","fixed_ips":[{"subnet_id":"d5147dd2-47d9-4fe8-9494-d2ca54d794b4","ip_address":"192.168.0.9"}],"extra_dhcp_opts":[],"security_groups":["43f8c74d-4c4a-4b69-96c9-4fef00238812"],"name":""}]} 2018-07-19 15:20:07,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d used request id req-7e6c1893-bc3b-4e88-978d-ebd9d3a3abba 2018-07-19 15:20:07,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.244902849197s 2018-07-19 15:20:07,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d used request id req-7e6c1893-bc3b-4e88-978d-ebd9d3a3abba 2018-07-19 15:20:07,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 15:20:07,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=ed5c5524-fac9-4eda-bd15-14aa5439f0fa" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:07,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ef724b6b-e61b-4ea9-bc56-7353002d2ad0 Date: Thu, 19 Jul 2018 15:20:07 GMT RESP BODY: {"floatingips": []} 2018-07-19 15:20:07,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=ed5c5524-fac9-4eda-bd15-14aa5439f0fa used request id req-ef724b6b-e61b-4ea9-bc56-7353002d2ad0 2018-07-19 15:20:07,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0590109825134s 2018-07-19 15:20:07,558 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=ed5c5524-fac9-4eda-bd15-14aa5439f0fa used request id req-ef724b6b-e61b-4ea9-bc56-7353002d2ad0 2018-07-19 15:20:07,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:20:07,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:08,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15: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-947c47af-a46e-42d7-ab51-7576c4ec4e5b x-compute-request-id: req-947c47af-a46e-42d7-ab51-7576c4ec4e5b Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:40:23", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "rel": "bookmark"}], "image": {"id": "57bc0b34-e3c4-4677-9be7-ac8707af4d47", "links": [{"href": "http://172.30.9.27:8774/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:20:03.000000", "flavor": {"id": "4980a5e6-0d71-437a-b58e-bb47ef1950a8", "links": [{"href": "http://172.30.9.27:8774/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8", "rel": "bookmark"}]}, "id": "db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "security_groups": [{"name": "singlevm2-sg_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}], "user_id": "725fb8b52aaf48d693b65f3950270b2e", "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-19T15:20:03Z", "hostId": "59da0cd82e352a158f347473d5cf888a1df4645289c83b1b72886824", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "name": "singlevm2-vm_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "created": "2018-07-19T15:19:54Z", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:20:08,428 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-947c47af-a46e-42d7-ab51-7576c4ec4e5b 2018-07-19 15:20:08,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.869600057602s 2018-07-19 15:20:08,429 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-947c47af-a46e-42d7-ab51-7576c4ec4e5b 2018-07-19 15:20:08,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 15:20:08,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:08,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-1b45b36b-9cbf-4f41-b235-21b980e65484 Date: Thu, 19 Jul 2018 15:20:08 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fae7dfbb-7584-4f27-a57a-cc5c13399bf8","tenant_id":"8c12d0b025cc486aa87d3e05327677b5","created_at":"2018-07-19T15:19:58Z","admin_state_up":true,"updated_at":"2018-07-19T15:20:03Z","binding:vnic_type":"normal","device_id":"db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:09:40:23","id":"ed5c5524-fac9-4eda-bd15-14aa5439f0fa","port_security_enabled":true,"project_id":"8c12d0b025cc486aa87d3e05327677b5","fixed_ips":[{"subnet_id":"d5147dd2-47d9-4fe8-9494-d2ca54d794b4","ip_address":"192.168.0.9"}],"extra_dhcp_opts":[],"security_groups":["43f8c74d-4c4a-4b69-96c9-4fef00238812"],"name":""}]} 2018-07-19 15:20:08,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d used request id req-1b45b36b-9cbf-4f41-b235-21b980e65484 2018-07-19 15:20:08,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0635449886322s 2018-07-19 15:20:08,497 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d used request id req-1b45b36b-9cbf-4f41-b235-21b980e65484 2018-07-19 15:20:08,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 15:20:08,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=ed5c5524-fac9-4eda-bd15-14aa5439f0fa" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:08,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5fe0c3a1-3bb6-4339-9aec-de5a1a9363c2 Date: Thu, 19 Jul 2018 15:20:08 GMT RESP BODY: {"floatingips": []} 2018-07-19 15:20:08,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=ed5c5524-fac9-4eda-bd15-14aa5439f0fa used request id req-5fe0c3a1-3bb6-4339-9aec-de5a1a9363c2 2018-07-19 15:20:08,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.257462978363s 2018-07-19 15:20:08,760 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=ed5c5524-fac9-4eda-bd15-14aa5439f0fa used request id req-5fe0c3a1-3bb6-4339-9aec-de5a1a9363c2 2018-07-19 15:20:08,760 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:09:40:23', u'version': 4, u'addr': u'192.168.0.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'57bc0b34-e3c4-4677-9be7-ac8707af4d47'}), 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-19T15:20:03.000000', 'flavor': Munch({u'id': u'4980a5e6-0d71-437a-b58e-bb47ef1950a8'}), 'az': u'nova', 'id': u'db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d', 'security_groups': [Munch({u'name': u'singlevm2-sg_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'725fb8b52aaf48d693b65f3950270b2e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8c12d0b025cc486aa87d3e05327677b5', 'name': 'singlevm2-project_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2', '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-19T15:20:03.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-19T15:20:03Z', 'hostId': u'59da0cd82e352a158f347473d5cf888a1df4645289c83b1b72886824', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2', 'public_v6': '', 'private_v4': u'192.168.0.9', 'cloud': 'envvars', 'host_id': u'59da0cd82e352a158f347473d5cf888a1df4645289c83b1b72886824', '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-19T15:20:03.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'8c12d0b025cc486aa87d3e05327677b5', 'name': u'singlevm2-vm_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2', 'adminPass': None, 'tenant_id': u'8c12d0b025cc486aa87d3e05327677b5', 'created_at': u'2018-07-19T15:19:54Z', 'created': u'2018-07-19T15:19:54Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-19 15:20:08,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:20:08,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:09,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-8e1214e5-9829-4f0b-8fe9-ca108189c718 Date: Thu, 19 Jul 2018 15:20: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":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d5147dd2-47d9-4fe8-9494-d2ca54d794b4"],"updated_at":"2018-07-19T15:19:38Z","tenant_id":"8c12d0b025cc486aa87d3e05327677b5","created_at":"2018-07-19T15:19:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8c12d0b025cc486aa87d3e05327677b5","id":"fae7dfbb-7584-4f27-a57a-cc5c13399bf8","name":"singlevm2-net_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}]} 2018-07-19 15:20:09,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8e1214e5-9829-4f0b-8fe9-ca108189c718 2018-07-19 15:20:09,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.309765100479s 2018-07-19 15:20:09,074 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8e1214e5-9829-4f0b-8fe9-ca108189c718 2018-07-19 15:20:09,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 15:20:09,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:09,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-675982a4-b49e-4705-9fa5-bbdbb7f34f62 Date: Thu, 19 Jul 2018 15:20:09 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fae7dfbb-7584-4f27-a57a-cc5c13399bf8","tenant_id":"8c12d0b025cc486aa87d3e05327677b5","created_at":"2018-07-19T15:19:58Z","admin_state_up":true,"updated_at":"2018-07-19T15:20:03Z","binding:vnic_type":"normal","device_id":"db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:09:40:23","id":"ed5c5524-fac9-4eda-bd15-14aa5439f0fa","port_security_enabled":true,"project_id":"8c12d0b025cc486aa87d3e05327677b5","fixed_ips":[{"subnet_id":"d5147dd2-47d9-4fe8-9494-d2ca54d794b4","ip_address":"192.168.0.9"}],"extra_dhcp_opts":[],"security_groups":["43f8c74d-4c4a-4b69-96c9-4fef00238812"],"name":""}]} 2018-07-19 15:20:09,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d used request id req-675982a4-b49e-4705-9fa5-bbdbb7f34f62 2018-07-19 15:20:09,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.25680398941s 2018-07-19 15:20:09,332 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d used request id req-675982a4-b49e-4705-9fa5-bbdbb7f34f62 2018-07-19 15:20:09,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-19 15:20:09,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" -d '{"floatingip": {"floating_network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "fixed_ip_address": "192.168.0.9", "port_id": "ed5c5524-fac9-4eda-bd15-14aa5439f0fa"}}' 2018-07-19 15:20:11,286 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-456d9a92-09d0-4feb-a6df-6e8b18482e00 Date: Thu, 19 Jul 2018 15:20:11 GMT RESP BODY: {"floatingip": {"router_id": "a9690f18-ac34-4307-9253-afc662f55f6d", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-19T15:20:10Z", "floating_network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "fixed_ip_address": "192.168.0.9", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "ed5c5524-fac9-4eda-bd15-14aa5439f0fa", "id": "46d15107-bea7-4869-a976-d09b509618ce", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "created_at": "2018-07-19T15:20:10Z", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}} 2018-07-19 15:20:11,286 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-456d9a92-09d0-4feb-a6df-6e8b18482e00 2018-07-19 15:20:11,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.95374202728s 2018-07-19 15:20:11,287 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-456d9a92-09d0-4feb-a6df-6e8b18482e00 2018-07-19 15:20:11,290 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'a9690f18-ac34-4307-9253-afc662f55f6d', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'8c12d0b025cc486aa87d3e05327677b5', 'created_at': u'2018-07-19T15:20:10Z', 'attached': True, 'updated_at': u'2018-07-19T15:20:10Z', 'id': u'46d15107-bea7-4869-a976-d09b509618ce', 'floating_network_id': u'b74ea510-ba57-4f85-8b9f-14fc3006297d', 'fixed_ip_address': u'192.168.0.9', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8c12d0b025cc486aa87d3e05327677b5', 'name': 'singlevm2-project_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'a9690f18-ac34-4307-9253-afc662f55f6d', 'project_id': u'8c12d0b025cc486aa87d3e05327677b5', 'port_id': u'ed5c5524-fac9-4eda-bd15-14aa5439f0fa', 'port': u'ed5c5524-fac9-4eda-bd15-14aa5439f0fa', 'network': u'b74ea510-ba57-4f85-8b9f-14fc3006297d'}) 2018-07-19 15:20:11,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-19 15:20:11,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d/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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-19 15:20:11,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20: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-c32db083-f263-4960-85f2-4eceda8c70f3 x-compute-request-id: req-c32db083-f263-4960-85f2-4eceda8c70f3 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 475980999 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.150136] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152179] pid_max: default: 32768 minimum: 301\n[ 0.153305] ACPI: Core revision 20150930\n[ 0.154899] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.156474] Security Framework initialized\n[ 0.157549] Yama: becoming mindful.\n[ 0.158443] AppArmor: AppArmor initialized\n[ 0.159472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161128] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.162741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164216] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166018] Initializing cgroup subsys io\n[ 0.167006] Initializing cgroup subsys memory\n[ 0.168048] Initializing cgroup subsys devices\n[ 0.169130] Initializing cgroup subsys freezer\n[ 0.170228] Initializing cgroup subsys net_cls\n[ 0.171278] Initializing cgroup subsys perf_event\n[ 0.172387] Initializing cgroup subsys net_prio\n[ 0.173497] Initializing cgroup subsys hugetlb\n[ 0.174597] Initializing cgroup subsys pids\n[ 0.175651] CPU: Physical Processor ID: 0\n[ 0.177334] mce: CPU supports 10 MCE banks\n[ 0.178380] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179600] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200675] ftrace: allocating 31920 entries in 125 pages\n[ 0.225855] smpboot: Max logical packages: 1\n[ 0.226941] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228553] x2apic enabled\n[ 0.229501] Switched APIC routing to physical x2apic.\n[ 0.231451] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232823] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235338] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237528] KVM setup paravirtual spinlock\n[ 0.239029] x86: Booted up 1 node, 1 CPUs\n[ 0.240012] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241681] devtmpfs: initialized\n[ 0.243488] evm: security.selinux\n[ 0.244325] evm: security.SMACK64\n[ 0.245151] evm: security.SMACK64EXEC\n[ 0.246079] evm: security.SMACK64TRANSMUTE\n[ 0.247054] evm: security.SMACK64MMAP\n[ 0.247944] evm: security.ima\n[ 0.248699] evm: security.capability\n[ 0.249648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251892] pinctrl core: initialized pinctrl subsystem\n[ 0.253206] RTC time: 15:20:04, date: 07/19/18\n[ 0.254334] NET: Registered protocol family 16\n[ 0.255349] cpuidle: using governor ladder\n[ 0.256190] cpuidle: using governor menu\n[ 0.256992] PCCT header not found.\n[ 0.257756] ACPI: bus type PCI registered\n[ 0.258563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259815] PCI: Using configuration type 1 for base access\n[ 0.261616] ACPI: Added _OSI(Module Device)\n[ 0.262458] ACPI: Added _OSI(Processor Device)\n[ 0.263327] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264233] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266000] ACPI: Interpreter enabled\n[ 0.266768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.268629] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.270493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.272358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.274217] ACPI: (supports S0 S5)\n[ 0.274932] ACPI: Using IOAPIC for interrupt routing\n[ 0.275889] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.279006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.280160] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.281396] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.282611] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.284841] acpiphp: Slot [3] registered\n[ 0.285648] acpiphp: Slot [4] registered\n[ 0.286456] acpiphp: Slot [5] registered\n[ 0.287268] acpiphp: Slot [6] registered\n[ 0.288084] acpiphp: Slot [7] registered\n[ 0.288893] acpiphp: Slot [8] registered\n[ 0.289700] acpiphp: Slot [9] registered\n[ 0.290502] acpiphp: Slot [10] registered\n[ 0.291327] acpiphp: Slot [11] registered\n[ 0.292151] acpiphp: Slot [12] registered\n[ 0.292973] acpiphp: Slot [13] registered\n[ 0.293790] acpiphp: Slot [14] registered\n[ 0.294610] acpiphp: Slot [15] registered\n[ 0.305455] acpiphp: Slot [16] registered\n[ 0.306277] acpiphp: Slot [17] registered\n[ 0.307103] acpiphp: Slot [18] registered\n[ 0.307928] acpiphp: Slot [19] registered\n[ 0.308748] acpiphp: Slot [20] registered\n[ 0.309571] acpiphp: Slot [21] registered\n[ 0.310386] acpiphp: Slot [22] registered\n[ 0.311205] acpiphp: Slot [23] registered\n[ 0.312023] acpiphp: Slot [24] registered\n[ 0.312846] acpiphp: Slot [25] registered\n[ 0.313670] acpiphp: Slot [26] registered\n[ 0.314489] acpiphp: Slot [27] registered\n[ 0.315311] acpiphp: Slot [28] registered\n[ 0.316131] acpiphp: Slot [29] registered\n[ 0.316971] acpiphp: Slot [30] registered\n[ 0.317794] acpiphp: Slot [31] registered\n[ 0.318611] PCI host bridge to bus 0000:00\n[ 0.319424] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.320650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.321879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.323349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.324816] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.326307] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.329578] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332096] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333380] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.336938] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.338522] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356948] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358437] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360223] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361664] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363077] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364362] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365686] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366755] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368315] vgaarb: loaded\n[ 0.368927] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370160] SCSI subsystem initialized\n[ 0.371085] ACPI: bus type USB registered\n[ 0.371924] usbcore: registered new interface driver usbfs\n[ 0.372963] usbcore: registered new interface driver hub\n[ 0.373994] usbcore: registered new device driver usb\n[ 0.375114] PCI: Using ACPI for IRQ routing\n[ 0.376233] NetLabel: Initializing\n[ 0.376961] NetLabel: domain hash size = 128\n[ 0.377817] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378786] NetLabel: unlabeled traffic allowed by default\n[ 0.379961] clocksource: Switched to clocksource kvm-clock\n[ 0.388107] AppArmor: AppArmor Filesystem Enabled\n[ 0.389093] pnp: PnP ACPI init\n[ 0.390037] pnp: PnP ACPI: found 5 devices\n[ 0.396355] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398088] NET: Registered protocol family 2\n[ 0.399139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400464] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401694] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402908] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404024] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405223] NET: Registered protocol family 1\n[ 0.406121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407225] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408313] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436487] Trying to unpack rootfs image as initramfs...\n[ 0.493088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494742] Scanning for low memory corruption every 60 seconds\n[ 0.496114] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497295] audit: initializing netlink subsys (disabled)\n[ 0.498337] audit: type=2000 audit(1532013604.551:1): initialized\n[ 0.499691] Initialise system trusted keyring\n[ 0.500664] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504002] zbud: loaded\n[ 0.504744] VFS: Disk quotas dquot_6.6.0\n[ 0.505580] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507221] fuse init (API version 7.23)\n[ 0.508155] Key type big_key registered\n[ 0.508976] Allocating IMA MOK and blacklist keyrings.\n[ 0.510223] Key type asymmetric registered\n[ 0.511062] Asymmetric key parser 'x509' registered\n[ 0.512058] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513564] io scheduler noop registered\n[ 0.514366] io scheduler deadline registered (default)\n[ 0.515385] io scheduler cfq registered\n[ 0.516264] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517349] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520126] ACPI: Power Button [PWRF]\n[ 0.521008] GHES: HEST is not enabled!\n[ 0.534674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562456] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564603] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590413] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593198] Linux agpgart interface v0.103\n[ 0.596111] brd: module loaded\n[ 0.597815] loop: module loaded\n[ 0.602399] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603906] GPT:90111 != 2097151\n[ 0.604606] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605740] GPT:90111 != 2097151\n[ 0.606433] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607434] vda: vda1 vda15\n[ 0.608855] scsi host0: ata_piix\n[ 0.609659] scsi host1: ata_piix\n[ 0.610398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611663] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613178] libphy: Fixed MDIO Bus: probed\n[ 0.614029] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615007] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617355] PPP generic driver version 2.4.2\n[ 0.618298] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619528] ehci-pci: EHCI PCI platform driver\n[ 0.620432] ehci-platform: EHCI generic platform driver\n[ 0.621446] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622610] ohci-pci: OHCI PCI platform driver\n[ 0.623501] ohci-platform: OHCI generic platform driver\n[ 0.624531] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638736] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639774] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641275] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.643515] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644749] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646186] usb usb1: Product: UHCI Host Controller\n[ 0.647126] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648277] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649271] hub 1-0:1.0: USB hub found\n[ 0.650068] hub 1-0:1.0: 2 ports detected\n[ 0.651025] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653198] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654178] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655248] mousedev: PS/2 mouse device common for all mice\n[ 0.656580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658477] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660939] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662158] i2c /dev entries driver\n[ 0.662961] device-mapper: uevent: version 1.0.3\n[ 0.663943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665614] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667061] NET: Registered protocol family 10\n[ 0.668238] NET: Registered protocol family 17\n[ 0.669162] Key type dns_resolver registered\n[ 0.670197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671337] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673192] registered taskstats version 1\n[ 0.674068] Loading compiled-in X.509 certificates\n[ 0.675580] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677492] zswap: loaded using pool lzo/zbud\n[ 0.679145] Key type trusted registered\n[ 0.680940] Key type encrypted registered\n[ 0.681781] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682844] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683911] evm: HMAC attrs: 0x1\n[ 0.684950] Magic number: 10:296:336\n[ 0.685796] tty tty57: hash matches\n[ 0.686648] rtc_cmos 00:00: setting system clock to 2018-07-19 15:20:04 UTC (1532013604)\n[ 0.688398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689615] EDD information not available.\n[ 0.773273] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774930] Write protecting the kernel read-only data: 14336k\n[ 0.777129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779084] 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.823999] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.9...\nLease of 192.168.0.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000006\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCz8q+6mIqLDfXJRjEpm2s0Two6Dl1DXtxwl8Lod+MRcElt783nyH3HgFGoIOaAE4+p2M7P6mWZz5HZWTmiD98r1VsewP47VZ+btHCs62FYjzvEIFFZ5wBXXnU19dVwDE9QYei2kSdOgH2WElsP6ZOwlOWix0mVbPULJCLc9nP3XUwyD9Qx7xAzYVZV2SI/3eEmhtjSGtXkbxsyu1qZCLolBgq0DoVMoW2VNsLZaBuBONLL6rr8Tkwk0g5bSDfgt9P7X0t986TI+HdbNK7jn+Q6S1jcF7CyIIfqGsv9PwcusXDmo1CKGD40M27V/3RnQxvzLio8P7czFIaY8eeYsyGz root@singlevm2-vm-6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2\nssh-dss AAAAB3NzaC1kc3MAAACBAPEIyOL4HxECR9KuPgx0MpMGPV1vnRODTm0NDjdD0PbkBErQNAT2eutQYOwdjxvm4aeL/6mhGwFrCSKcKFQmKIOp/ZwVyHqgutX1TiWrXAO2mMrPVTy7kZ5GlpSfTda/ZQxQO5BuAxJYx1UiQ53Lr+hoGkEb87IARrokvNn1F4yLAAAAFQCIP0OcpVVrWqC4vUk+MQkL/FhduQAAAIB5rej/ZOH49MYStf65E1fKTDSaQ00jlXaLCmvfUGPS0LxIT9ovqubpQDx1OBmLmHLk5FfOJS4/PesLfwPze70Dq591jRW5R3LWHhZL8LB3picRgbHNH35qrZpfIN650p5PnvQV3ZuYjbYOozzoIm8210jZrxL1cs/H5w/QtR89NgAAAIB9iL4ZY+anzE4oOhS1g3vVf3TfapVu9fqLS6x13kSAElW1SX+GHf4EeTF+g3zufzkYANZ8VhrZzqSJh1X7Dqqw2/MPCVbPMX5D/p7SP/oWYbOZjBz4eTkwyyQ0Tdxrv70DNo0nxMbgBGmiceDPqSiFt/tG4ixhEJBFXxAXklXOhA== root@singlevm2-vm-6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.9,24,fe80::f816:3eff:fe09:4023/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.2 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000006\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.69 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2 login: "} 2018-07-19 15:20:11,413 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d/action used request id req-c32db083-f263-4960-85f2-4eceda8c70f3 2018-07-19 15:20:11,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.12156701088s 2018-07-19 15:20:11,414 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d/action used request id req-c32db083-f263-4960-85f2-4eceda8c70f3 2018-07-19 15:20:11,414 - 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 475980999 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.150136] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.152179] pid_max: default: 32768 minimum: 301 [ 0.153305] ACPI: Core revision 20150930 [ 0.154899] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.156474] Security Framework initialized [ 0.157549] Yama: becoming mindful. [ 0.158443] AppArmor: AppArmor initialized [ 0.159472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.161128] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.162741] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164216] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.166018] Initializing cgroup subsys io [ 0.167006] Initializing cgroup subsys memory [ 0.168048] Initializing cgroup subsys devices [ 0.169130] Initializing cgroup subsys freezer [ 0.170228] Initializing cgroup subsys net_cls [ 0.171278] Initializing cgroup subsys perf_event [ 0.172387] Initializing cgroup subsys net_prio [ 0.173497] Initializing cgroup subsys hugetlb [ 0.174597] Initializing cgroup subsys pids [ 0.175651] CPU: Physical Processor ID: 0 [ 0.177334] mce: CPU supports 10 MCE banks [ 0.178380] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.179600] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.194260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.200675] ftrace: allocating 31920 entries in 125 pages [ 0.225855] smpboot: Max logical packages: 1 [ 0.226941] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.228553] x2apic enabled [ 0.229501] Switched APIC routing to physical x2apic. [ 0.231451] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.232823] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.235338] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.237528] KVM setup paravirtual spinlock [ 0.239029] x86: Booted up 1 node, 1 CPUs [ 0.240012] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.241681] devtmpfs: initialized [ 0.243488] evm: security.selinux [ 0.244325] evm: security.SMACK64 [ 0.245151] evm: security.SMACK64EXEC [ 0.246079] evm: security.SMACK64TRANSMUTE [ 0.247054] evm: security.SMACK64MMAP [ 0.247944] evm: security.ima [ 0.248699] evm: security.capability [ 0.249648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251892] pinctrl core: initialized pinctrl subsystem [ 0.253206] RTC time: 15:20:04, date: 07/19/18 [ 0.254334] NET: Registered protocol family 16 [ 0.255349] cpuidle: using governor ladder [ 0.256190] cpuidle: using governor menu [ 0.256992] PCCT header not found. [ 0.257756] ACPI: bus type PCI registered [ 0.258563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.259815] PCI: Using configuration type 1 for base access [ 0.261616] ACPI: Added _OSI(Module Device) [ 0.262458] ACPI: Added _OSI(Processor Device) [ 0.263327] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.264233] ACPI: Added _OSI(Processor Aggregator Device) [ 0.266000] ACPI: Interpreter enabled [ 0.266768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.268629] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.270493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.272358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274217] ACPI: (supports S0 S5) [ 0.274932] ACPI: Using IOAPIC for interrupt routing [ 0.275889] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.279006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.280160] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.281396] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.282611] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.284841] acpiphp: Slot [3] registered [ 0.285648] acpiphp: Slot [4] registered [ 0.286456] acpiphp: Slot [5] registered [ 0.287268] acpiphp: Slot [6] registered [ 0.288084] acpiphp: Slot [7] registered [ 0.288893] acpiphp: Slot [8] registered [ 0.289700] acpiphp: Slot [9] registered [ 0.290502] acpiphp: Slot [10] registered [ 0.291327] acpiphp: Slot [11] registered [ 0.292151] acpiphp: Slot [12] registered [ 0.292973] acpiphp: Slot [13] registered [ 0.293790] acpiphp: Slot [14] registered [ 0.294610] acpiphp: Slot [15] registered [ 0.305455] acpiphp: Slot [16] registered [ 0.306277] acpiphp: Slot [17] registered [ 0.307103] acpiphp: Slot [18] registered [ 0.307928] acpiphp: Slot [19] registered [ 0.308748] acpiphp: Slot [20] registered [ 0.309571] acpiphp: Slot [21] registered [ 0.310386] acpiphp: Slot [22] registered [ 0.311205] acpiphp: Slot [23] registered [ 0.312023] acpiphp: Slot [24] registered [ 0.312846] acpiphp: Slot [25] registered [ 0.313670] acpiphp: Slot [26] registered [ 0.314489] acpiphp: Slot [27] registered [ 0.315311] acpiphp: Slot [28] registered [ 0.316131] acpiphp: Slot [29] registered [ 0.316971] acpiphp: Slot [30] registered [ 0.317794] acpiphp: Slot [31] registered [ 0.318611] PCI host bridge to bus 0000:00 [ 0.319424] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.320650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.321879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.323349] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.324816] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.326307] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.329578] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.330889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.332096] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.333380] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.336938] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.338522] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356948] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358437] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360223] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361664] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363077] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364362] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365686] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366755] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368315] vgaarb: loaded [ 0.368927] vgaarb: bridge control possible 0000:00:02.0 [ 0.370160] SCSI subsystem initialized [ 0.371085] ACPI: bus type USB registered [ 0.371924] usbcore: registered new interface driver usbfs [ 0.372963] usbcore: registered new interface driver hub [ 0.373994] usbcore: registered new device driver usb [ 0.375114] PCI: Using ACPI for IRQ routing [ 0.376233] NetLabel: Initializing [ 0.376961] NetLabel: domain hash size = 128 [ 0.377817] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378786] NetLabel: unlabeled traffic allowed by default [ 0.379961] clocksource: Switched to clocksource kvm-clock [ 0.388107] AppArmor: AppArmor Filesystem Enabled [ 0.389093] pnp: PnP ACPI init [ 0.390037] pnp: PnP ACPI: found 5 devices [ 0.396355] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.398088] NET: Registered protocol family 2 [ 0.399139] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.400464] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.401694] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402908] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.404024] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405223] NET: Registered protocol family 1 [ 0.406121] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407225] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.408313] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.422359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.436487] Trying to unpack rootfs image as initramfs... [ 0.493088] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.494742] Scanning for low memory corruption every 60 seconds [ 0.496114] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.497295] audit: initializing netlink subsys (disabled) [ 0.498337] audit: type=2000 audit(1532013604.551:1): initialized [ 0.499691] Initialise system trusted keyring [ 0.500664] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501846] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504002] zbud: loaded [ 0.504744] VFS: Disk quotas dquot_6.6.0 [ 0.505580] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507221] fuse init (API version 7.23) [ 0.508155] Key type big_key registered [ 0.508976] Allocating IMA MOK and blacklist keyrings. [ 0.510223] Key type asymmetric registered [ 0.511062] Asymmetric key parser 'x509' registered [ 0.512058] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513564] io scheduler noop registered [ 0.514366] io scheduler deadline registered (default) [ 0.515385] io scheduler cfq registered [ 0.516264] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517349] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.518634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520126] ACPI: Power Button [PWRF] [ 0.521008] GHES: HEST is not enabled! [ 0.534674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.562456] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564603] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590413] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593198] Linux agpgart interface v0.103 [ 0.596111] brd: module loaded [ 0.597815] loop: module loaded [ 0.602399] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603906] GPT:90111 != 2097151 [ 0.604606] GPT:Alternate GPT header not at the end of the disk. [ 0.605740] GPT:90111 != 2097151 [ 0.606433] GPT: Use GNU Parted to correct GPT errors. [ 0.607434] vda: vda1 vda15 [ 0.608855] scsi host0: ata_piix [ 0.609659] scsi host1: ata_piix [ 0.610398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.611663] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.613178] libphy: Fixed MDIO Bus: probed [ 0.614029] tun: Universal TUN/TAP device driver, 1.6 [ 0.615007] tun: (C) 1999-2004 Max Krasnyansky [ 0.617355] PPP generic driver version 2.4.2 [ 0.618298] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619528] ehci-pci: EHCI PCI platform driver [ 0.620432] ehci-platform: EHCI generic platform driver [ 0.621446] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622610] ohci-pci: OHCI PCI platform driver [ 0.623501] ohci-platform: OHCI generic platform driver [ 0.624531] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638736] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639774] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641275] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.642329] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.643515] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644749] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646186] usb usb1: Product: UHCI Host Controller [ 0.647126] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648277] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649271] hub 1-0:1.0: USB hub found [ 0.650068] hub 1-0:1.0: 2 ports detected [ 0.651025] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653198] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654178] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655248] mousedev: PS/2 mouse device common for all mice [ 0.656580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658477] rtc_cmos 00:00: RTC can wake from S4 [ 0.659703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660939] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662158] i2c /dev entries driver [ 0.662961] device-mapper: uevent: version 1.0.3 [ 0.663943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665614] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667061] NET: Registered protocol family 10 [ 0.668238] NET: Registered protocol family 17 [ 0.669162] Key type dns_resolver registered [ 0.670197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671337] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673192] registered taskstats version 1 [ 0.674068] Loading compiled-in X.509 certificates [ 0.675580] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677492] zswap: loaded using pool lzo/zbud [ 0.679145] Key type trusted registered [ 0.680940] Key type encrypted registered [ 0.681781] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682844] ima: No TPM chip found, activating TPM-bypass! [ 0.683911] evm: HMAC attrs: 0x1 [ 0.684950] Magic number: 10:296:336 [ 0.685796] tty tty57: hash matches [ 0.686648] rtc_cmos 00:00: setting system clock to 2018-07-19 15:20:04 UTC (1532013604) [ 0.688398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.689615] EDD information not available. [ 0.773273] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.774930] Write protecting the kernel read-only data: 14336k [ 0.777129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.779084] 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.823999] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.9... Lease of 192.168.0.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-00000006 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCz8q+6mIqLDfXJRjEpm2s0Two6Dl1DXtxwl8Lod+MRcElt783nyH3HgFGoIOaAE4+p2M7P6mWZz5HZWTmiD98r1VsewP47VZ+btHCs62FYjzvEIFFZ5wBXXnU19dVwDE9QYei2kSdOgH2WElsP6ZOwlOWix0mVbPULJCLc9nP3XUwyD9Qx7xAzYVZV2SI/3eEmhtjSGtXkbxsyu1qZCLolBgq0DoVMoW2VNsLZaBuBONLL6rr8Tkwk0g5bSDfgt9P7X0t986TI+HdbNK7jn+Q6S1jcF7CyIIfqGsv9PwcusXDmo1CKGD40M27V/3RnQxvzLio8P7czFIaY8eeYsyGz root@singlevm2-vm-6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2 ssh-dss AAAAB3NzaC1kc3MAAACBAPEIyOL4HxECR9KuPgx0MpMGPV1vnRODTm0NDjdD0PbkBErQNAT2eutQYOwdjxvm4aeL/6mhGwFrCSKcKFQmKIOp/ZwVyHqgutX1TiWrXAO2mMrPVTy7kZ5GlpSfTda/ZQxQO5BuAxJYx1UiQ53Lr+hoGkEb87IARrokvNn1F4yLAAAAFQCIP0OcpVVrWqC4vUk+MQkL/FhduQAAAIB5rej/ZOH49MYStf65E1fKTDSaQ00jlXaLCmvfUGPS0LxIT9ovqubpQDx1OBmLmHLk5FfOJS4/PesLfwPze70Dq591jRW5R3LWHhZL8LB3picRgbHNH35qrZpfIN650p5PnvQV3ZuYjbYOozzoIm8210jZrxL1cs/H5w/QtR89NgAAAIB9iL4ZY+anzE4oOhS1g3vVf3TfapVu9fqLS6x13kSAElW1SX+GHf4EeTF+g3zufzkYANZ8VhrZzqSJh1X7Dqqw2/MPCVbPMX5D/p7SP/oWYbOZjBz4eTkwyyQ0Tdxrv70DNo0nxMbgBGmiceDPqSiFt/tG4ixhEJBFXxAXklXOhA== root@singlevm2-vm-6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.9,24,fe80::f816:3eff:fe09:4023/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.2 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000006 name: N/A availability-zone: nova local-hostname: singlevm2-vm-6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2 launch-index: 0 === cirros: current=0.4.0 uptime=3.69 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2 login: 2018-07-19 15:20:29,449 - paramiko.transport - DEBUG - starting thread (client mode): 0x277d2950L 2018-07-19 15:20:29,449 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-19 15:20:29,450 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-19 15:20:29,450 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-19 15:20:29,452 - 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-19 15:20:29,452 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-19 15:20:29,452 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-19 15:20:29,452 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-19 15:20:29,452 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-19 15:20:29,452 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-19 15:20:29,506 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-19 15:20:29,507 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-19 15:20:29,513 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: eb3146d3fe60ff99edb576d247da795c 2018-07-19 15:20:29,514 - paramiko.transport - DEBUG - Trying discovered key 1cba636477abeb9f1305f3568bb90e4d in /tmp/tmpDc_9L7 2018-07-19 15:20:29,546 - paramiko.transport - DEBUG - userauth is OK 2018-07-19 15:20:29,555 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-19 15:20:29,579 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-19 15:20:29,580 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-19 15:20:29,580 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-19 15:20:29,582 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-19 15:20:29,584 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-19 15:20:29,584 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-19 15:20:29,588 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-19 15:20:29,701 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 15:20:29,701 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:53 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-19 15:20:29,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-19 15:20:29,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/46d15107-bea7-4869-a976-d09b509618ce.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:30,714 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f0bc97a5-cb74-42d5-b111-99c6ecb620b4 Content-Length: 0 Date: Thu, 19 Jul 2018 15:20:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:20:30,714 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/46d15107-bea7-4869-a976-d09b509618ce.json used request id req-f0bc97a5-cb74-42d5-b111-99c6ecb620b4 2018-07-19 15:20:30,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.00272083282s 2018-07-19 15:20:30,715 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/46d15107-bea7-4869-a976-d09b509618ce.json used request id req-f0bc97a5-cb74-42d5-b111-99c6ecb620b4 2018-07-19 15:20:30,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 15:20:30,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:30,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d34a8a01-59fe-4e33-9c8f-68e82949b01d Date: Thu, 19 Jul 2018 15:20:30 GMT RESP BODY: {"floatingips": []} 2018-07-19 15:20:30,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-d34a8a01-59fe-4e33-9c8f-68e82949b01d 2018-07-19 15:20:30,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0713429450989s 2018-07-19 15:20:30,792 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-d34a8a01-59fe-4e33-9c8f-68e82949b01d 2018-07-19 15:20:30,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-19 15:20:30,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:31,022 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15: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 x-openstack-request-id: req-3a98bf03-556a-4478-b332-9dc240202adb x-compute-request-id: req-3a98bf03-556a-4478-b332-9dc240202adb Content-Type: application/json 2018-07-19 15:20:31,022 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d used request id req-3a98bf03-556a-4478-b332-9dc240202adb 2018-07-19 15:20:31,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.228960037231s 2018-07-19 15:20:31,023 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d used request id req-3a98bf03-556a-4478-b332-9dc240202adb 2018-07-19 15:20:31,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:20:31,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:31,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20: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-a2010e23-19ba-40b3-b30e-c9fe702e6c64 x-compute-request-id: req-a2010e23-19ba-40b3-b30e-c9fe702e6c64 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:40:23", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:40:23", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "rel": "bookmark"}], "image": {"id": "57bc0b34-e3c4-4677-9be7-ac8707af4d47", "links": [{"href": "http://172.30.9.27:8774/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:20:03.000000", "flavor": {"id": "4980a5e6-0d71-437a-b58e-bb47ef1950a8", "links": [{"href": "http://172.30.9.27:8774/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8", "rel": "bookmark"}]}, "id": "db8a93ec-9bec-4ef9-b7de-1f8dbcfea59d", "security_groups": [{"name": "singlevm2-sg_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}], "user_id": "725fb8b52aaf48d693b65f3950270b2e", "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-19T15:20:30Z", "hostId": "59da0cd82e352a158f347473d5cf888a1df4645289c83b1b72886824", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "name": "singlevm2-vm_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "created": "2018-07-19T15:19:54Z", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:20:31,513 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a2010e23-19ba-40b3-b30e-c9fe702e6c64 2018-07-19 15:20:31,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.489688158035s 2018-07-19 15:20:31,513 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a2010e23-19ba-40b3-b30e-c9fe702e6c64 2018-07-19 15:20:31,515 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:20:33,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:20:33,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:33,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20: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-dda764cf-d3f8-4800-8733-6ee93bbf1e3a x-compute-request-id: req-dda764cf-d3f8-4800-8733-6ee93bbf1e3a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-19 15:20:33,632 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dda764cf-d3f8-4800-8733-6ee93bbf1e3a 2018-07-19 15:20:33,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.11437702179s 2018-07-19 15:20:33,632 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dda764cf-d3f8-4800-8733-6ee93bbf1e3a 2018-07-19 15:20:33,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 15:20:33,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:33,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-9025af3f-5e44-4aa4-8771-708db0169932 Date: Thu, 19 Jul 2018 15:20:33 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "created_at": "2018-07-19T15:19:48Z", "updated_at": "2018-07-19T15:19:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:49Z", "revision_number": 0, "id": "0e619c2e-f549-44fd-abd4-59573e590a24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:49Z", "security_group_id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-19T15:19:49Z", "revision_number": 0, "id": "15cb1bd3-16e1-4e6e-bd82-e46c48c6ec9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:49Z", "security_group_id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:48Z", "revision_number": 0, "id": "8b0eaf37-ca62-4e90-8b65-f52e955d4a40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:48Z", "security_group_id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:48Z", "revision_number": 0, "id": "ee721d56-17ff-4aa2-a9ec-8ca0e00038e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:48Z", "security_group_id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}], "revision_number": 3, "project_id": "8c12d0b025cc486aa87d3e05327677b5", "id": "43f8c74d-4c4a-4b69-96c9-4fef00238812", "name": "singlevm2-sg_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}, {"description": "Default security group", "tags": [], "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "created_at": "2018-07-19T15:19:37Z", "updated_at": "2018-07-19T15:19:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:37Z", "revision_number": 0, "id": "078c9f2c-7ca4-43d5-8fa7-84fc765a3193", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:37Z", "security_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:37Z", "revision_number": 0, "id": "26784d1a-d542-48f2-a56b-c70300facdef", "remote_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:37Z", "security_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:37Z", "revision_number": 0, "id": "4a5d85e9-d8a3-43a1-b3d7-4866ea1b2dc3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:37Z", "security_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:19:37Z", "revision_number": 0, "id": "be60eac8-f2e9-42e1-8de1-6b556af6c69f", "remote_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "remote_ip_prefix": null, "created_at": "2018-07-19T15:19:37Z", "security_group_id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c12d0b025cc486aa87d3e05327677b5"}], "revision_number": 1, "project_id": "8c12d0b025cc486aa87d3e05327677b5", "id": "842014e4-a7a4-44ae-a7d3-eb0263f08bf3", "name": "default"}]} 2018-07-19 15:20:33,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-9025af3f-5e44-4aa4-8771-708db0169932 2018-07-19 15:20:33,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.249799013138s 2018-07-19 15:20:33,886 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-9025af3f-5e44-4aa4-8771-708db0169932 2018-07-19 15:20:33,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-19 15:20:33,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/43f8c74d-4c4a-4b69-96c9-4fef00238812.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:34,087 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-959b3e96-2ac0-46a1-bb4f-ed10152b0cb4 Content-Length: 0 Date: Thu, 19 Jul 2018 15:20:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:20:34,088 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/43f8c74d-4c4a-4b69-96c9-4fef00238812.json used request id req-959b3e96-2ac0-46a1-bb4f-ed10152b0cb4 2018-07-19 15:20:34,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.198776960373s 2018-07-19 15:20:34,088 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/43f8c74d-4c4a-4b69-96c9-4fef00238812.json used request id req-959b3e96-2ac0-46a1-bb4f-ed10152b0cb4 2018-07-19 15:20:34,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-19 15:20:34,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/singlevm2-kp_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:34,134 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 15: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 x-openstack-request-id: req-b60a30e9-56dd-46c5-9c01-d88399d93c11 x-compute-request-id: req-b60a30e9-56dd-46c5-9c01-d88399d93c11 Content-Length: 0 Content-Type: application/json 2018-07-19 15:20:34,134 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm2-kp_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2 used request id req-b60a30e9-56dd-46c5-9c01-d88399d93c11 2018-07-19 15:20:34,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0457592010498s 2018-07-19 15:20:34,135 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm2-kp_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2 used request id req-b60a30e9-56dd-46c5-9c01-d88399d93c11 2018-07-19 15:20:34,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 15:20:34,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/a9690f18-ac34-4307-9253-afc662f55f6d/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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" -d '{"subnet_id": "d5147dd2-47d9-4fe8-9494-d2ca54d794b4"}' 2018-07-19 15:20:36,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d9116ccf-43ea-4f51-a140-ab9545678b4c Date: Thu, 19 Jul 2018 15:20:36 GMT RESP BODY: {"network_id": "fae7dfbb-7584-4f27-a57a-cc5c13399bf8", "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "subnet_id": "d5147dd2-47d9-4fe8-9494-d2ca54d794b4", "subnet_ids": ["d5147dd2-47d9-4fe8-9494-d2ca54d794b4"], "port_id": "9213f2c0-dd71-4816-8398-26978c2ae03c", "id": "a9690f18-ac34-4307-9253-afc662f55f6d"} 2018-07-19 15:20:36,141 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a9690f18-ac34-4307-9253-afc662f55f6d/remove_router_interface.json used request id req-d9116ccf-43ea-4f51-a140-ab9545678b4c 2018-07-19 15:20:36,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.00584888458s 2018-07-19 15:20:36,141 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a9690f18-ac34-4307-9253-afc662f55f6d/remove_router_interface.json used request id req-d9116ccf-43ea-4f51-a140-ab9545678b4c returning object a9690f18-ac34-4307-9253-afc662f55f6d 2018-07-19 15:20:36,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 15:20:36,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:36,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-3d1e1a9f-4eaf-4733-939a-4fb5f3f6a77e Date: Thu, 19 Jul 2018 15:20:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9ca5b98-e387-4148-b42d-c22d07aa7079", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "8c12d0b025cc486aa87d3e05327677b5", "created_at": "2018-07-19T15:19:39Z", "admin_state_up": true, "updated_at": "2018-07-19T15:20:35Z", "revision_number": 4, "routes": [], "project_id": "8c12d0b025cc486aa87d3e05327677b5", "id": "a9690f18-ac34-4307-9253-afc662f55f6d", "name": "singlevm2-router_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}]} 2018-07-19 15:20:36,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3d1e1a9f-4eaf-4733-939a-4fb5f3f6a77e 2018-07-19 15:20:36,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.119352817535s 2018-07-19 15:20:36,262 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3d1e1a9f-4eaf-4733-939a-4fb5f3f6a77e 2018-07-19 15:20:36,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 15:20:36,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/a9690f18-ac34-4307-9253-afc662f55f6d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:37,985 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-689b29ab-7a4e-4b1d-bf14-abbaefb120b9 Content-Length: 0 Date: Thu, 19 Jul 2018 15:20:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:20:37,986 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/a9690f18-ac34-4307-9253-afc662f55f6d.json used request id req-689b29ab-7a4e-4b1d-bf14-abbaefb120b9 2018-07-19 15:20:37,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.72263288498s 2018-07-19 15:20:37,986 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/a9690f18-ac34-4307-9253-afc662f55f6d.json used request id req-689b29ab-7a4e-4b1d-bf14-abbaefb120b9 2018-07-19 15:20:37,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 15:20:37,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:38,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-90277457-0914-4c21-aba5-9d15f913a039 Date: Thu, 19 Jul 2018 15:20:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fae7dfbb-7584-4f27-a57a-cc5c13399bf8","tenant_id":"8c12d0b025cc486aa87d3e05327677b5","created_at":"2018-07-19T15:19:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:19:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"8c12d0b025cc486aa87d3e05327677b5","id":"d5147dd2-47d9-4fe8-9494-d2ca54d794b4","subnetpool_id":null,"name":"singlevm2-subnet_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}]} 2018-07-19 15:20:38,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-90277457-0914-4c21-aba5-9d15f913a039 2018-07-19 15:20:38,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0523359775543s 2018-07-19 15:20:38,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-90277457-0914-4c21-aba5-9d15f913a039 2018-07-19 15:20:38,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 15:20:38,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/d5147dd2-47d9-4fe8-9494-d2ca54d794b4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:40,614 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c2c80ea3-6806-4336-a82a-51dffba600ca Date: Thu, 19 Jul 2018 15:20:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:20:40,614 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/d5147dd2-47d9-4fe8-9494-d2ca54d794b4.json used request id req-c2c80ea3-6806-4336-a82a-51dffba600ca 2018-07-19 15:20:40,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.57331204414s 2018-07-19 15:20:40,614 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/d5147dd2-47d9-4fe8-9494-d2ca54d794b4.json used request id req-c2c80ea3-6806-4336-a82a-51dffba600ca 2018-07-19 15:20:40,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:20:40,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:40,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-cc74d159-e274-45d6-b9c1-ad64f91e6809 Date: Thu, 19 Jul 2018 15:20:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","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-19T15:20:40Z","tenant_id":"8c12d0b025cc486aa87d3e05327677b5","created_at":"2018-07-19T15:19:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8c12d0b025cc486aa87d3e05327677b5","id":"fae7dfbb-7584-4f27-a57a-cc5c13399bf8","name":"singlevm2-net_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}]} 2018-07-19 15:20:40,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cc74d159-e274-45d6-b9c1-ad64f91e6809 2018-07-19 15:20:40,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113525867462s 2018-07-19 15:20:40,729 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cc74d159-e274-45d6-b9c1-ad64f91e6809 2018-07-19 15:20:40,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 15:20:40,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/fae7dfbb-7584-4f27-a57a-cc5c13399bf8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:42,329 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8d1ff653-ec47-4c34-a2fc-4dbe224a453c Date: Thu, 19 Jul 2018 15:20:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:20:42,329 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/fae7dfbb-7584-4f27-a57a-cc5c13399bf8.json used request id req-8d1ff653-ec47-4c34-a2fc-4dbe224a453c 2018-07-19 15:20:42,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.59941887856s 2018-07-19 15:20:42,330 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/fae7dfbb-7584-4f27-a57a-cc5c13399bf8.json used request id req-8d1ff653-ec47-4c34-a2fc-4dbe224a453c 2018-07-19 15:20:42,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:20:42,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:43,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-a329737d-944f-4cf0-819e-a182e1f96b1b Date: Thu, 19 Jul 2018 15:20:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47/snap", "metadata": {}}], "file": "/v2/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47/file", "owner": "8c12d0b025cc486aa87d3e05327677b5", "id": "57bc0b34-e3c4-4677-9be7-ac8707af4d47", "size": 12716032, "self": "/v2/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47", "disk_format": "qcow2", "direct_url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:19:45Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T15:19:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:20:43,046 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a329737d-944f-4cf0-819e-a182e1f96b1b 2018-07-19 15:20:43,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.712752103806s 2018-07-19 15:20:43,047 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a329737d-944f-4cf0-819e-a182e1f96b1b 2018-07-19 15:20:43,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-19 15:20:43,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e21aa68c05e8f19358c4c9936c3aa408db6e3e13" 2018-07-19 15:20:44,113 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fcc008f5-1865-4832-aa07-c9856ff257f0 Date: Thu, 19 Jul 2018 15:20: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-19 15:20:44,113 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47 used request id req-fcc008f5-1865-4832-aa07-c9856ff257f0 2018-07-19 15:20:44,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.06462812424s 2018-07-19 15:20:44,113 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/57bc0b34-e3c4-4677-9be7-ac8707af4d47 used request id req-fcc008f5-1865-4832-aa07-c9856ff257f0 2018-07-19 15:20:44,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 15:20:44,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:20:44,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20: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-f7e9187d-ca9e-4619-864c-cea71b098d2c x-compute-request-id: req-f7e9187d-ca9e-4619-864c-cea71b098d2c Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8", "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": "4980a5e6-0d71-437a-b58e-bb47ef1950a8"}]} 2018-07-19 15:20:44,144 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-f7e9187d-ca9e-4619-864c-cea71b098d2c 2018-07-19 15:20:44,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0303609371185s 2018-07-19 15:20:44,145 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-f7e9187d-ca9e-4619-864c-cea71b098d2c 2018-07-19 15:20:44,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-19 15:20:44,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:20:44,204 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 15:20: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-11b9a42f-2ecd-4c0e-8e2f-7d052908dd27 x-compute-request-id: req-11b9a42f-2ecd-4c0e-8e2f-7d052908dd27 Content-Length: 0 Content-Type: application/json 2018-07-19 15:20:44,204 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8 used request id req-11b9a42f-2ecd-4c0e-8e2f-7d052908dd27 2018-07-19 15:20:44,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0582439899445s 2018-07-19 15:20:44,205 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/4980a5e6-0d71-437a-b58e-bb47ef1950a8 used request id req-11b9a42f-2ecd-4c0e-8e2f-7d052908dd27 2018-07-19 15:20:44,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 15:20:44,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:20:44,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6135eefe-07e1-494e-967a-2f7747bca0dc Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/37000be35cb64bffbfba6f8747b5a038"}, "domain_id": "default", "enabled": true, "options": {}, "id": "37000be35cb64bffbfba6f8747b5a038", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/43e8dce6cabc46db97fff83134d6f611"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43e8dce6cabc46db97fff83134d6f611", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/5d70f478784d418baecdeb0bb6195c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d70f478784d418baecdeb0bb6195c82", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/65c25d91e04547f4adb599eaf44ac3e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c25d91e04547f4adb599eaf44ac3e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "singlevm2-user_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "links": {"self": "http://172.30.9.27:5000/v3/users/725fb8b52aaf48d693b65f3950270b2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "725fb8b52aaf48d693b65f3950270b2e", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/97574d93f3ba4b898aa0ede559c79c3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "97574d93f3ba4b898aa0ede559c79c3b", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/a49beb8a4f7943ddb60db9c89c8dd329"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a49beb8a4f7943ddb60db9c89c8dd329", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/a6ded9f63a8e465e853e9bfe85ca9d6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6ded9f63a8e465e853e9bfe85ca9d6d", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/a7fa9f4d0d1a4bc4bc408af0f2dca3a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7fa9f4d0d1a4bc4bc408af0f2dca3a3", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/aec7ef653ad14251b31b13b80a39b8e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec7ef653ad14251b31b13b80a39b8e0", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b9918efab4ff4513b04ec2a5c3c2ec83"}, "domain_id": "115922a7b3214ad0aa00b54a84360fdf", "enabled": true, "options": {}, "id": "b9918efab4ff4513b04ec2a5c3c2ec83", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/be589fcc23044bec983a142248de7b03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be589fcc23044bec983a142248de7b03", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/cd873df4a7644be5910b067909ed4b92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd873df4a7644be5910b067909ed4b92", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/e9b708f325e148f299ae7af945eb2e55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9b708f325e148f299ae7af945eb2e55", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/f3b2ef3fe4c14b76934c4322efffcc55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3b2ef3fe4c14b76934c4322efffcc55", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-19 15:20:44,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6135eefe-07e1-494e-967a-2f7747bca0dc 2018-07-19 15:20:44,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121317148209s 2018-07-19 15:20:44,327 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6135eefe-07e1-494e-967a-2f7747bca0dc 2018-07-19 15:20:44,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 15:20:44,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/725fb8b52aaf48d693b65f3950270b2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:20:44,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58e61a8a-e0ce-4bec-8947-40a706b06eb4 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2", "links": {"self": "http://172.30.9.27:5000/v3/users/725fb8b52aaf48d693b65f3950270b2e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "725fb8b52aaf48d693b65f3950270b2e", "description": null}} 2018-07-19 15:20:44,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/725fb8b52aaf48d693b65f3950270b2e used request id req-58e61a8a-e0ce-4bec-8947-40a706b06eb4 2018-07-19 15:20:44,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.127230167389s 2018-07-19 15:20:44,461 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/725fb8b52aaf48d693b65f3950270b2e used request id req-58e61a8a-e0ce-4bec-8947-40a706b06eb4 2018-07-19 15:20:44,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-19 15:20:44,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/725fb8b52aaf48d693b65f3950270b2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:20:44,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:20:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f120db96-352c-4dae-ac1b-faa34b8f3e53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 15:20:44,794 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/725fb8b52aaf48d693b65f3950270b2e used request id req-f120db96-352c-4dae-ac1b-faa34b8f3e53 2018-07-19 15:20:44,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.332360029221s 2018-07-19 15:20:44,794 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/725fb8b52aaf48d693b65f3950270b2e used request id req-f120db96-352c-4dae-ac1b-faa34b8f3e53 2018-07-19 15:20:44,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 15:20:44,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:20:44,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3740c6d-adf5-432e-b6b8-c96079ac3ed8 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7d50cfbadfca4f97bb43893af276dd48"}, "tags": [], "enabled": true, "id": "7d50cfbadfca4f97bb43893af276dd48", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.27:5000/v3/projects/8c12d0b025cc486aa87d3e05327677b5"}, "tags": [], "enabled": true, "id": "8c12d0b025cc486aa87d3e05327677b5", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_6adadd7e-a615-4c58-9a8b-0af7dc8d7ce2"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757"}, "tags": [], "enabled": true, "id": "c55653f9c43d4f42abb964f57f2b6757", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-19 15:20:44,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-d3740c6d-adf5-432e-b6b8-c96079ac3ed8 2018-07-19 15:20:44,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102375030518s 2018-07-19 15:20:44,904 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-d3740c6d-adf5-432e-b6b8-c96079ac3ed8 2018-07-19 15:20:44,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-19 15:20:44,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/8c12d0b025cc486aa87d3e05327677b5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}957296b0e321387a27100607da3c23c60631b07e" 2018-07-19 15:20:45,139 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:20:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef3433a3-ad3c-4a73-9109-0d70aeca2e4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 15:20:45,139 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/8c12d0b025cc486aa87d3e05327677b5 used request id req-ef3433a3-ad3c-4a73-9109-0d70aeca2e4b 2018-07-19 15:20:45,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.23194694519s 2018-07-19 15:20:45,140 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/8c12d0b025cc486aa87d3e05327677b5 used request id req-ef3433a3-ad3c-4a73-9109-0d70aeca2e4b 2018-07-19 15:20:45,195 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-07-19 15:20:45,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 15:20:45,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 15:20:45,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 15:20:45,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 15:20:45,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 15:20:45,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 15:20:45,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 15:20:45,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 15:20:45,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 15:20:45,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 15:20:45,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 15:20:45,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 15:20:45,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 15:20:45,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 15:20:45,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 15:20:45,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 15:20:45,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 15:20:45,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 15:20:45,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 15:20:45,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 15:20:45,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 15:20:45,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 15:20:45,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:20:45,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-365c9b8d-ae63-485f-b85a-9a1fe920e5e2 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.27:5000/v3/", "rel": "self"}]}} 2018-07-19 15:20:45,246 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-365c9b8d-ae63-485f-b85a-9a1fe920e5e2 2018-07-19 15:20:45,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-19 15:20:45,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e510a8d85f2843e7adb74eb79b019a06", "name": "member"}, {"id": "86acc0178aab498c8596bc00783cc977", "name": "admin"}, {"id": "96135507935b4266a5faae8ccf385c73", "name": "reader"}], "expires_at": "2018-07-19T16:20:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d50cfbadfca4f97bb43893af276dd48", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2e208dfc044aa5b8b32dcee96757ba"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51b4b6ff8bdc45ab81b943defdd3ccaf"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8a1d6ff5b704eb29b141ee342007a82"}], "type": "volumev2", "id": "0089826d3475488dae0cd8029a6a00c0", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "adcdacaa3de841c99109cea84120388e"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b58a6aa01e8946d284128d1f663ae0a2"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d429741a29b242399dd74260160b73fe"}], "type": "image", "id": "191daf233b3f4c6c83d53a15b8cd7ef6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e85124444324bbfb8cecbdce7961bff"}, {"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6173b753eb9942268c18baa91145b9a2"}, {"url": "http://172.30.9.27:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd03f23581044097bcce7c81c93215c6"}], "type": "volume", "id": "1d989ac5b227497496a10f6d9faf549a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fc4ef2d750c4715abaa6c2cce36765c"}, {"url": "http://172.30.9.27:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58c077b0bf844702a9e4c22a36fa4ad2"}, {"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77187bf0dae0492eb7451b02ba327210"}], "type": "orchestration", "id": "27a6dd74121743ce9a3f1aa6bb914040", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "135de0c6bef648d6951e6fcbdb30912d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9db63137fbf54ac3b9585d39a97f0841"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c76d4c40a416487e9ac8ee9d5fee0ef0"}], "type": "alarming", "id": "2c87e1400a454e08b94f6db84c372213", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6731b468ee264228a16bb2d1502d6421"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b31949a272764a809f8839f4e198a281"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "faf96e0d93424360add49cbd24e78f56"}], "type": "placement", "id": "43359fd69b874031ab493522a6799c48", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcdd040951d4fa7af84456c1ad6e6ca"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "365279d676ed4582a8e04aa4696c9365"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd0db987f12d4c0e8b24c6f8c68e35ee"}], "type": "event", "id": "505dbdade868480b8e5f458d3d6f397a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2657dc9b83014ed69b636cc84a6cac26"}, {"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8752b7f1ced848d2a31544bcf2a29ad7"}, {"url": "http://172.30.9.27:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b23aeba821e74bb084df8b8176e12450"}], "type": "volumev3", "id": "626a25c6775e4ee79e4a4d076676ea89", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b51bde020ed46cbb997bde098dda2e1"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5dc927980d40442facdd0077ef7504c3"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be66c97a2f014e68b4a6d6cba02a7016"}], "type": "cloudformation", "id": "62781e9a4b184985950b99af5ea789f4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e873e1ef1904496adf0a6203be32e6e"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "533f339425a24eb58e36635e658b057c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dcf4c2ccb7cb4a75972ea128a3dc908e"}], "type": "network", "id": "62b4c9ae32d34228865f4d922a940e6d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "815fa25cb430425ea964e90174bf9db2"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6629a9fff044809b40eb48bd8f8318c"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c85d44c528634a1c8568f72ed48e8662"}], "type": "identity", "id": "7491d69be9c94fecb490ef7eaeff0a5b", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "488912e67ad74a3c9d879af63fb34b9a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be6e984f7840430f861aa4b4dc16f702"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3b1c4ef0c54ddea7dc65c83679024d"}], "type": "compute", "id": "bf8f20e3740d42f0a63f4cb15500efd0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "d9b916eb514844f9a6938dd47cadb3d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "334f33c5c1ac4993ba84dfb6dcd5afcb"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62632aa017c5405b8e480e86059930a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "990b5f5231024fe7a50f73995de9655a"}], "type": "metric", "id": "e2cedfe1577c444bb48df428931b7904", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0687c97ee785449ebc34ed9be84c59c8"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d4cdd2da49b4446b27c825128de942f"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d77647bf8194490821b01953e4c2406"}], "type": "object-store", "id": "f7d54c1162c34fb68cd02f2c4c9075a1", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aec7ef653ad14251b31b13b80a39b8e0"}, "audit_ids": ["TVnn2kYbSSeoN6a5GQKVzw"], "issued_at": "2018-07-19T15:20:45.000000Z"}} 2018-07-19 15:20:45,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:20:45,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:20:45,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b46980ff-266b-4f9d-a5af-8bfc618f27e9 Date: Thu, 19 Jul 2018 15:20:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"}]} 2018-07-19 15:20:45,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b46980ff-266b-4f9d-a5af-8bfc618f27e9 2018-07-19 15:20:45,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.286669969559s 2018-07-19 15:20:45,935 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b46980ff-266b-4f9d-a5af-8bfc618f27e9 2018-07-19 15:20:45,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:20:45,944 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 15:20:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96787fee-6403-4ac2-872e-75bcfc5e4cb7 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}]}} 2018-07-19 15:20:45,944 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-96787fee-6403-4ac2-872e-75bcfc5e4cb7 2018-07-19 15:20:45,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 15:20:45,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:20:46,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c6d05ff-f9a1-45af-bdb5-60e60c13a12b Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/115922a7b3214ad0aa00b54a84360fdf"}, "tags": [], "enabled": true, "id": "115922a7b3214ad0aa00b54a84360fdf", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-07-19 15:20:46,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-2c6d05ff-f9a1-45af-bdb5-60e60c13a12b 2018-07-19 15:20:46,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.111102104187s 2018-07-19 15:20:46,056 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-2c6d05ff-f9a1-45af-bdb5-60e60c13a12b 2018-07-19 15:20:46,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-19 15:20:46,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}7307473b2c60c726cef8caf2db04b9a789f9a88e" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}}' 2018-07-19 15:20:46,261 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 15:20:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-674a40c5-10e3-45d2-b644-b4ac5a281467 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.27:5000/v3/projects/bb350628da4143bab69c2d079672c057"}, "tags": [], "enabled": true, "id": "bb350628da4143bab69c2d079672c057", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}} 2018-07-19 15:20:46,262 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-674a40c5-10e3-45d2-b644-b4ac5a281467 2018-07-19 15:20:46,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.198284864426s 2018-07-19 15:20:46,262 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-674a40c5-10e3-45d2-b644-b4ac5a281467 2018-07-19 15:20:46,263 - 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'bb350628da4143bab69c2d079672c057', '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_495348c0-d9b8-41d7-8fb7-abaebfa546b1'}) 2018-07-19 15:20:46,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-19 15:20:46,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}7307473b2c60c726cef8caf2db04b9a789f9a88e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0227b89f-cf6a-4544-b263-3f2488d8a05f", "email": null, "name": "vping_ssh-user_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}}' 2018-07-19 15:20:46,668 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 15:20:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e99d11a-0cdd-4e8d-94e1-40ecb2911c51 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "links": {"self": "http://172.30.9.27:5000/v3/users/8df1e3d4480e4b8ca70ab41a8780d479"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8df1e3d4480e4b8ca70ab41a8780d479", "domain_id": "default", "password_expires_at": null}} 2018-07-19 15:20:46,668 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-4e99d11a-0cdd-4e8d-94e1-40ecb2911c51 2018-07-19 15:20:46,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.399356842041s 2018-07-19 15:20:46,669 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-4e99d11a-0cdd-4e8d-94e1-40ecb2911c51 2018-07-19 15:20:46,669 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8df1e3d4480e4b8ca70ab41a8780d479', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_495348c0-d9b8-41d7-8fb7-abaebfa546b1'}) 2018-07-19 15:20:46,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 15:20:46,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:20:46,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a0d21e4-7da6-4473-8f05-882f57aa30c1 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4cbc8b130a614d689a27c23aca4f8b00", "links": {"self": "http://172.30.9.27:5000/v3/roles/4cbc8b130a614d689a27c23aca4f8b00"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7e20d2451a324e06a80d2bb8ab03d6d1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86acc0178aab498c8596bc00783cc977", "links": {"self": "http://172.30.9.27:5000/v3/roles/86acc0178aab498c8596bc00783cc977"}, "name": "admin"}, {"domain_id": null, "id": "8d2c5dbc0060400b9e7edabbef7e2966", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d2c5dbc0060400b9e7edabbef7e2966"}, "name": "swiftoperator"}, {"domain_id": null, "id": "96135507935b4266a5faae8ccf385c73", "links": {"self": "http://172.30.9.27:5000/v3/roles/96135507935b4266a5faae8ccf385c73"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e510a8d85f2843e7adb74eb79b019a06", "links": {"self": "http://172.30.9.27:5000/v3/roles/e510a8d85f2843e7adb74eb79b019a06"}, "name": "member"}]} 2018-07-19 15:20:46,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2a0d21e4-7da6-4473-8f05-882f57aa30c1 2018-07-19 15:20:46,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106286048889s 2018-07-19 15:20:46,780 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2a0d21e4-7da6-4473-8f05-882f57aa30c1 2018-07-19 15:20:46,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 15:20:46,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:20:46,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcbcfcaa-0d27-4326-b88d-86327cd420d0 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4cbc8b130a614d689a27c23aca4f8b00", "links": {"self": "http://172.30.9.27:5000/v3/roles/4cbc8b130a614d689a27c23aca4f8b00"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7e20d2451a324e06a80d2bb8ab03d6d1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86acc0178aab498c8596bc00783cc977", "links": {"self": "http://172.30.9.27:5000/v3/roles/86acc0178aab498c8596bc00783cc977"}, "name": "admin"}, {"domain_id": null, "id": "8d2c5dbc0060400b9e7edabbef7e2966", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d2c5dbc0060400b9e7edabbef7e2966"}, "name": "swiftoperator"}, {"domain_id": null, "id": "96135507935b4266a5faae8ccf385c73", "links": {"self": "http://172.30.9.27:5000/v3/roles/96135507935b4266a5faae8ccf385c73"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e510a8d85f2843e7adb74eb79b019a06", "links": {"self": "http://172.30.9.27:5000/v3/roles/e510a8d85f2843e7adb74eb79b019a06"}, "name": "member"}]} 2018-07-19 15:20:46,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-bcbcfcaa-0d27-4326-b88d-86327cd420d0 2018-07-19 15:20:46,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103061914444s 2018-07-19 15:20:46,888 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-bcbcfcaa-0d27-4326-b88d-86327cd420d0 2018-07-19 15:20:46,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 15:20:46,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:20:47,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af3bdf26-ac0e-4bfa-a296-9d61e21daaf3 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4cbc8b130a614d689a27c23aca4f8b00", "links": {"self": "http://172.30.9.27:5000/v3/roles/4cbc8b130a614d689a27c23aca4f8b00"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7e20d2451a324e06a80d2bb8ab03d6d1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86acc0178aab498c8596bc00783cc977", "links": {"self": "http://172.30.9.27:5000/v3/roles/86acc0178aab498c8596bc00783cc977"}, "name": "admin"}, {"domain_id": null, "id": "8d2c5dbc0060400b9e7edabbef7e2966", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d2c5dbc0060400b9e7edabbef7e2966"}, "name": "swiftoperator"}, {"domain_id": null, "id": "96135507935b4266a5faae8ccf385c73", "links": {"self": "http://172.30.9.27:5000/v3/roles/96135507935b4266a5faae8ccf385c73"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e510a8d85f2843e7adb74eb79b019a06", "links": {"self": "http://172.30.9.27:5000/v3/roles/e510a8d85f2843e7adb74eb79b019a06"}, "name": "member"}]} 2018-07-19 15:20:47,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-af3bdf26-ac0e-4bfa-a296-9d61e21daaf3 2018-07-19 15:20:47,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.117012023926s 2018-07-19 15:20:47,011 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-af3bdf26-ac0e-4bfa-a296-9d61e21daaf3 2018-07-19 15:20:47,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 15:20:47,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:20:47,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-780863f3-d931-41de-9949-8e96eb26a921 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 15:20:47,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-780863f3-d931-41de-9949-8e96eb26a921 2018-07-19 15:20:47,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.118965864182s 2018-07-19 15:20:47,134 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-780863f3-d931-41de-9949-8e96eb26a921 2018-07-19 15:20:47,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 15:20:47,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:20:47,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f273e921-716f-4859-bd72-be3f1d98acd3 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/37000be35cb64bffbfba6f8747b5a038"}, "domain_id": "default", "enabled": true, "options": {}, "id": "37000be35cb64bffbfba6f8747b5a038", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/43e8dce6cabc46db97fff83134d6f611"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43e8dce6cabc46db97fff83134d6f611", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/5d70f478784d418baecdeb0bb6195c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d70f478784d418baecdeb0bb6195c82", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/65c25d91e04547f4adb599eaf44ac3e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c25d91e04547f4adb599eaf44ac3e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "links": {"self": "http://172.30.9.27:5000/v3/users/8df1e3d4480e4b8ca70ab41a8780d479"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8df1e3d4480e4b8ca70ab41a8780d479", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/97574d93f3ba4b898aa0ede559c79c3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "97574d93f3ba4b898aa0ede559c79c3b", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/a49beb8a4f7943ddb60db9c89c8dd329"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a49beb8a4f7943ddb60db9c89c8dd329", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/a6ded9f63a8e465e853e9bfe85ca9d6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6ded9f63a8e465e853e9bfe85ca9d6d", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/a7fa9f4d0d1a4bc4bc408af0f2dca3a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7fa9f4d0d1a4bc4bc408af0f2dca3a3", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/aec7ef653ad14251b31b13b80a39b8e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec7ef653ad14251b31b13b80a39b8e0", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b9918efab4ff4513b04ec2a5c3c2ec83"}, "domain_id": "115922a7b3214ad0aa00b54a84360fdf", "enabled": true, "options": {}, "id": "b9918efab4ff4513b04ec2a5c3c2ec83", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/be589fcc23044bec983a142248de7b03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be589fcc23044bec983a142248de7b03", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/cd873df4a7644be5910b067909ed4b92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd873df4a7644be5910b067909ed4b92", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/e9b708f325e148f299ae7af945eb2e55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9b708f325e148f299ae7af945eb2e55", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/f3b2ef3fe4c14b76934c4322efffcc55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3b2ef3fe4c14b76934c4322efffcc55", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-19 15:20:47,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f273e921-716f-4859-bd72-be3f1d98acd3 2018-07-19 15:20:47,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118850946426s 2018-07-19 15:20:47,254 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f273e921-716f-4859-bd72-be3f1d98acd3 2018-07-19 15:20:47,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 15:20:47,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:20:47,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b266edd-a73f-4c2e-9d51-9a4e95be5766 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7d50cfbadfca4f97bb43893af276dd48"}, "tags": [], "enabled": true, "id": "7d50cfbadfca4f97bb43893af276dd48", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757"}, "tags": [], "enabled": true, "id": "c55653f9c43d4f42abb964f57f2b6757", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.27:5000/v3/projects/bb350628da4143bab69c2d079672c057"}, "tags": [], "enabled": true, "id": "bb350628da4143bab69c2d079672c057", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}]} 2018-07-19 15:20:47,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-2b266edd-a73f-4c2e-9d51-9a4e95be5766 2018-07-19 15:20:47,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.118844985962s 2018-07-19 15:20:47,385 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-2b266edd-a73f-4c2e-9d51-9a4e95be5766 2018-07-19 15:20:47,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-19 15:20:47,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=8df1e3d4480e4b8ca70ab41a8780d479&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=bb350628da4143bab69c2d079672c057" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:20:47,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cf72ad7-e1e8-4217-ab87-d553566f605a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=8df1e3d4480e4b8ca70ab41a8780d479&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=bb350628da4143bab69c2d079672c057", "previous": null, "next": null}} 2018-07-19 15:20:47,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=8df1e3d4480e4b8ca70ab41a8780d479&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=bb350628da4143bab69c2d079672c057 used request id req-1cf72ad7-e1e8-4217-ab87-d553566f605a 2018-07-19 15:20:47,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.111491918564s 2018-07-19 15:20:47,504 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=8df1e3d4480e4b8ca70ab41a8780d479&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=bb350628da4143bab69c2d079672c057 used request id req-1cf72ad7-e1e8-4217-ab87-d553566f605a 2018-07-19 15:20:47,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-19 15:20:47,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/bb350628da4143bab69c2d079672c057/users/8df1e3d4480e4b8ca70ab41a8780d479/roles/e510a8d85f2843e7adb74eb79b019a06 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:20:47,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:20:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bce46a33-9266-4487-a61e-117ef2f59601 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 15:20:47,651 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/bb350628da4143bab69c2d079672c057/users/8df1e3d4480e4b8ca70ab41a8780d479/roles/e510a8d85f2843e7adb74eb79b019a06 used request id req-bce46a33-9266-4487-a61e-117ef2f59601 2018-07-19 15:20:47,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.143577814102s 2018-07-19 15:20:47,651 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/bb350628da4143bab69c2d079672c057/users/8df1e3d4480e4b8ca70ab41a8780d479/roles/e510a8d85f2843e7adb74eb79b019a06 used request id req-bce46a33-9266-4487-a61e-117ef2f59601 2018-07-19 15:20:47,652 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_495348c0-d9b8-41d7-8fb7-abaebfa546b1', 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'bb350628da4143bab69c2d079672c057', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '0227b89f-cf6a-4544-b263-3f2488d8a05f', 'username': u'vping_ssh-user_495348c0-d9b8-41d7-8fb7-abaebfa546b1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27: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-19 15:20:47,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 15:20:47,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 15:20:47,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 15:20:47,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 15:20:47,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 15:20:47,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 15:20:47,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 15:20:47,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 15:20:47,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 15:20:47,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 15:20:47,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 15:20:47,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 15:20:47,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 15:20:47,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 15:20:47,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 15:20:47,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 15:20:47,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 15:20:47,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 15:20:47,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 15:20:47,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 15:20:47,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 15:20:47,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 15:20:47,657 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_495348c0-d9b8-41d7-8fb7-abaebfa546b1', 'password': '0227b89f-cf6a-4544-b263-3f2488d8a05f', 'project_name': 'vping_ssh-project_495348c0-d9b8-41d7-8fb7-abaebfa546b1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': 'bb350628da4143bab69c2d079672c057', 'project_domain_name': 'Default'} 2018-07-19 15:20:47,658 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-07-19 15:20:47,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:20:47,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cd321b4-bbef-492e-8cb9-8a7fc662a2dd 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.27:5000/v3/", "rel": "self"}]}} 2018-07-19 15:20:47,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9cd321b4-bbef-492e-8cb9-8a7fc662a2dd 2018-07-19 15:20:47,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-19 15:20:48,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e510a8d85f2843e7adb74eb79b019a06", "name": "member"}, {"id": "96135507935b4266a5faae8ccf385c73", "name": "reader"}], "expires_at": "2018-07-19T16:20:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb350628da4143bab69c2d079672c057", "name": "vping_ssh-project_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8776/v2/bb350628da4143bab69c2d079672c057", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2e208dfc044aa5b8b32dcee96757ba"}, {"url": "http://192.30.9.5:8776/v2/bb350628da4143bab69c2d079672c057", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51b4b6ff8bdc45ab81b943defdd3ccaf"}, {"url": "http://192.30.9.5:8776/v2/bb350628da4143bab69c2d079672c057", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8a1d6ff5b704eb29b141ee342007a82"}], "type": "volumev2", "id": "0089826d3475488dae0cd8029a6a00c0", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "adcdacaa3de841c99109cea84120388e"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b58a6aa01e8946d284128d1f663ae0a2"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d429741a29b242399dd74260160b73fe"}], "type": "image", "id": "191daf233b3f4c6c83d53a15b8cd7ef6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/bb350628da4143bab69c2d079672c057", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e85124444324bbfb8cecbdce7961bff"}, {"url": "http://192.30.9.5:8776/v1/bb350628da4143bab69c2d079672c057", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6173b753eb9942268c18baa91145b9a2"}, {"url": "http://172.30.9.27:8776/v1/bb350628da4143bab69c2d079672c057", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd03f23581044097bcce7c81c93215c6"}], "type": "volume", "id": "1d989ac5b227497496a10f6d9faf549a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/bb350628da4143bab69c2d079672c057", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fc4ef2d750c4715abaa6c2cce36765c"}, {"url": "http://172.30.9.27:8004/v1/bb350628da4143bab69c2d079672c057", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58c077b0bf844702a9e4c22a36fa4ad2"}, {"url": "http://192.30.9.5:8004/v1/bb350628da4143bab69c2d079672c057", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77187bf0dae0492eb7451b02ba327210"}], "type": "orchestration", "id": "27a6dd74121743ce9a3f1aa6bb914040", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "135de0c6bef648d6951e6fcbdb30912d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9db63137fbf54ac3b9585d39a97f0841"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c76d4c40a416487e9ac8ee9d5fee0ef0"}], "type": "alarming", "id": "2c87e1400a454e08b94f6db84c372213", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6731b468ee264228a16bb2d1502d6421"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b31949a272764a809f8839f4e198a281"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "faf96e0d93424360add49cbd24e78f56"}], "type": "placement", "id": "43359fd69b874031ab493522a6799c48", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcdd040951d4fa7af84456c1ad6e6ca"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "365279d676ed4582a8e04aa4696c9365"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd0db987f12d4c0e8b24c6f8c68e35ee"}], "type": "event", "id": "505dbdade868480b8e5f458d3d6f397a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/bb350628da4143bab69c2d079672c057", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2657dc9b83014ed69b636cc84a6cac26"}, {"url": "http://192.30.9.5:8776/v3/bb350628da4143bab69c2d079672c057", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8752b7f1ced848d2a31544bcf2a29ad7"}, {"url": "http://172.30.9.27:8776/v3/bb350628da4143bab69c2d079672c057", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b23aeba821e74bb084df8b8176e12450"}], "type": "volumev3", "id": "626a25c6775e4ee79e4a4d076676ea89", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b51bde020ed46cbb997bde098dda2e1"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5dc927980d40442facdd0077ef7504c3"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be66c97a2f014e68b4a6d6cba02a7016"}], "type": "cloudformation", "id": "62781e9a4b184985950b99af5ea789f4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e873e1ef1904496adf0a6203be32e6e"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "533f339425a24eb58e36635e658b057c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dcf4c2ccb7cb4a75972ea128a3dc908e"}], "type": "network", "id": "62b4c9ae32d34228865f4d922a940e6d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "815fa25cb430425ea964e90174bf9db2"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6629a9fff044809b40eb48bd8f8318c"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c85d44c528634a1c8568f72ed48e8662"}], "type": "identity", "id": "7491d69be9c94fecb490ef7eaeff0a5b", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "488912e67ad74a3c9d879af63fb34b9a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be6e984f7840430f861aa4b4dc16f702"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3b1c4ef0c54ddea7dc65c83679024d"}], "type": "compute", "id": "bf8f20e3740d42f0a63f4cb15500efd0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "d9b916eb514844f9a6938dd47cadb3d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "334f33c5c1ac4993ba84dfb6dcd5afcb"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62632aa017c5405b8e480e86059930a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "990b5f5231024fe7a50f73995de9655a"}], "type": "metric", "id": "e2cedfe1577c444bb48df428931b7904", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_bb350628da4143bab69c2d079672c057", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0687c97ee785449ebc34ed9be84c59c8"}, {"url": "http://172.30.9.27:8080/v1/AUTH_bb350628da4143bab69c2d079672c057", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d4cdd2da49b4446b27c825128de942f"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d77647bf8194490821b01953e4c2406"}], "type": "object-store", "id": "f7d54c1162c34fb68cd02f2c4c9075a1", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "id": "8df1e3d4480e4b8ca70ab41a8780d479"}, "audit_ids": ["6HO0LCBaR3-FAHExAGcQVA"], "issued_at": "2018-07-19T15:20:48.000000Z"}} 2018-07-19 15:20:48,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 15:20:48,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" -d '{"network": {"name": "vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "admin_state_up": true}}' 2018-07-19 15:20:48,718 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-c3164b5b-a652-4812-9760-c467b454a3a8 Date: Thu, 19 Jul 2018 15:20:48 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"bb350628da4143bab69c2d079672c057","created_at":"2018-07-19T15:20:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-19T15:20:48Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"bb350628da4143bab69c2d079672c057","id":"36610067-fe65-4864-b7a6-dcae4119930d","name":"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}} 2018-07-19 15:20:48,718 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c3164b5b-a652-4812-9760-c467b454a3a8 2018-07-19 15:20:48,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.609962940216s 2018-07-19 15:20:48,718 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c3164b5b-a652-4812-9760-c467b454a3a8 2018-07-19 15:20:48,719 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T15:20:48Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'36610067-fe65-4864-b7a6-dcae4119930d', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1', u'admin_state_up': True, u'tenant_id': u'bb350628da4143bab69c2d079672c057', u'created_at': u'2018-07-19T15:20:48Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bb350628da4143bab69c2d079672c057'}) 2018-07-19 15:20:48,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:20:48,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:20:49,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-45e4c9af-039f-4c9a-a5e9-beb4284390e9 Date: Thu, 19 Jul 2018 15:20:49 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-19T15:20:48Z","tenant_id":"bb350628da4143bab69c2d079672c057","created_at":"2018-07-19T15:20:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"bb350628da4143bab69c2d079672c057","id":"36610067-fe65-4864-b7a6-dcae4119930d","name":"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","name":"external"}]} 2018-07-19 15:20:49,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-45e4c9af-039f-4c9a-a5e9-beb4284390e9 2018-07-19 15:20:49,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.29302406311s 2018-07-19 15:20:49,013 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-45e4c9af-039f-4c9a-a5e9-beb4284390e9 2018-07-19 15:20:49,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 15:20:49,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" -d '{"subnet": {"name": "vping_ssh-subnet_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "enable_dhcp": true, "network_id": "36610067-fe65-4864-b7a6-dcae4119930d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 15:20:49,975 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-13553ba9-807d-4aa9-abd3-4cb240c9866a Date: Thu, 19 Jul 2018 15:20:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36610067-fe65-4864-b7a6-dcae4119930d","tenant_id":"bb350628da4143bab69c2d079672c057","created_at":"2018-07-19T15:20:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:20:49Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"bb350628da4143bab69c2d079672c057","id":"ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27","subnetpool_id":null,"name":"vping_ssh-subnet_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}} 2018-07-19 15:20:49,976 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-13553ba9-807d-4aa9-abd3-4cb240c9866a 2018-07-19 15:20:49,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.961203813553s 2018-07-19 15:20:49,976 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-13553ba9-807d-4aa9-abd3-4cb240c9866a 2018-07-19 15:20:49,977 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T15:20:49Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_495348c0-d9b8-41d7-8fb7-abaebfa546b1', u'enable_dhcp': True, u'network_id': u'36610067-fe65-4864-b7a6-dcae4119930d', u'tenant_id': u'bb350628da4143bab69c2d079672c057', u'created_at': u'2018-07-19T15:20:49Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'bb350628da4143bab69c2d079672c057'}) 2018-07-19 15:20:49,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 15:20:49,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" -d '{"router": {"external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d"}, "name": "vping_ssh-router_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "admin_state_up": true}}' 2018-07-19 15:20:51,382 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-554b3c3e-fb4c-4d66-a3bd-77cad10f7986 Date: Thu, 19 Jul 2018 15:20:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9ca5b98-e387-4148-b42d-c22d07aa7079", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "bb350628da4143bab69c2d079672c057", "created_at": "2018-07-19T15:20:50Z", "admin_state_up": true, "updated_at": "2018-07-19T15:20:51Z", "revision_number": 2, "routes": [], "project_id": "bb350628da4143bab69c2d079672c057", "id": "bcb4191b-0bff-4d71-a1cb-6c15dab78c9b", "name": "vping_ssh-router_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}} 2018-07-19 15:20:51,382 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-554b3c3e-fb4c-4d66-a3bd-77cad10f7986 2018-07-19 15:20:51,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.40513300896s 2018-07-19 15:20:51,383 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-554b3c3e-fb4c-4d66-a3bd-77cad10f7986 2018-07-19 15:20:51,383 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'b74ea510-ba57-4f85-8b9f-14fc3006297d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9ca5b98-e387-4148-b42d-c22d07aa7079', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'bb350628da4143bab69c2d079672c057', u'created_at': u'2018-07-19T15:20:50Z', u'admin_state_up': True, u'updated_at': u'2018-07-19T15:20:51Z', u'revision_number': 2, u'routes': [], u'project_id': u'bb350628da4143bab69c2d079672c057', u'id': u'bcb4191b-0bff-4d71-a1cb-6c15dab78c9b', u'name': u'vping_ssh-router_495348c0-d9b8-41d7-8fb7-abaebfa546b1'}) 2018-07-19 15:20:51,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 15:20:51,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/bcb4191b-0bff-4d71-a1cb-6c15dab78c9b/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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" -d '{"subnet_id": "ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27"}' 2018-07-19 15:20:53,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-29a025dd-ac8a-482d-803d-c38181e70702 Date: Thu, 19 Jul 2018 15:20:53 GMT RESP BODY: {"network_id": "36610067-fe65-4864-b7a6-dcae4119930d", "tenant_id": "bb350628da4143bab69c2d079672c057", "subnet_id": "ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27", "subnet_ids": ["ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27"], "port_id": "61286151-c342-48cc-aee6-b9a23e380a2d", "id": "bcb4191b-0bff-4d71-a1cb-6c15dab78c9b"} 2018-07-19 15:20:53,574 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/bcb4191b-0bff-4d71-a1cb-6c15dab78c9b/add_router_interface.json used request id req-29a025dd-ac8a-482d-803d-c38181e70702 2018-07-19 15:20:53,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.19028282166s 2018-07-19 15:20:53,574 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/bcb4191b-0bff-4d71-a1cb-6c15dab78c9b/add_router_interface.json used request id req-29a025dd-ac8a-482d-803d-c38181e70702 returning object bcb4191b-0bff-4d71-a1cb-6c15dab78c9b 2018-07-19 15:20:53,575 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 15:20:53,703 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-19 15:20:53,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:20:53,711 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Thu, 19 Jul 2018 15:20:53 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-07-19 15:20:53,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:20:53,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:20:54,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-cf99cfe6-c02a-4056-99eb-0cceb0670211 Date: Thu, 19 Jul 2018 15:20:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:20:54,452 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cf99cfe6-c02a-4056-99eb-0cceb0670211 2018-07-19 15:20:54,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.736943006516s 2018-07-19 15:20:54,453 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cf99cfe6-c02a-4056-99eb-0cceb0670211 2018-07-19 15:20:54,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-19 15:20:54,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}' 2018-07-19 15:20:55,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-82f24c98-1e6f-423e-ad6f-b534932e9b3a Date: Thu, 19 Jul 2018 15:20:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9/file", "owner": "bb350628da4143bab69c2d079672c057", "id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "size": null, "self": "/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:20:55Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "checksum": null, "created_at": "2018-07-19T15:20:55Z", "protected": false} 2018-07-19 15:20:55,272 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-82f24c98-1e6f-423e-ad6f-b534932e9b3a 2018-07-19 15:20:55,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.810873985291s 2018-07-19 15:20:55,273 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-82f24c98-1e6f-423e-ad6f-b534932e9b3a returning object 38516ef6-8ff5-4a7c-bd37-3774cbaa24a9 2018-07-19 15:20:55,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-19 15:20:55,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9/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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" -d '' 2018-07-19 15:20:56,481 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2158e66a-11ec-4a5b-a5ed-3fb7b13276b1 Date: Thu, 19 Jul 2018 15:20: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-19 15:20:56,481 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9/file used request id req-2158e66a-11ec-4a5b-a5ed-3fb7b13276b1 2018-07-19 15:20:56,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.2077999115s 2018-07-19 15:20:56,481 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9/file used request id req-2158e66a-11ec-4a5b-a5ed-3fb7b13276b1 2018-07-19 15:20:56,482 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_ssh-img_495348c0-d9b8-41d7-8fb7-abaebfa546b1', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-19T15:20:55Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9/file', u'owner': u'bb350628da4143bab69c2d079672c057', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'38516ef6-8ff5-4a7c-bd37-3774cbaa24a9', u'size': None, u'name': u'vping_ssh-img_495348c0-d9b8-41d7-8fb7-abaebfa546b1', u'checksum': None, u'self': u'/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-19T15:20:55Z', u'schema': u'/v2/schemas/image'}) 2018-07-19 15:20:56,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-19 15:20:56,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}7307473b2c60c726cef8caf2db04b9a789f9a88e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-19 15:20:56,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20: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-74f09692-3966-42b9-be4f-131215a5bb46 x-compute-request-id: req-74f09692-3966-42b9-be4f-131215a5bb46 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "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": "79a59a10-b7c0-462b-b949-40cf75973aa5"}} 2018-07-19 15:20:56,711 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-74f09692-3966-42b9-be4f-131215a5bb46 2018-07-19 15:20:56,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.22899889946s 2018-07-19 15:20:56,712 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-74f09692-3966-42b9-be4f-131215a5bb46 2018-07-19 15:20:56,713 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_495348c0-d9b8-41d7-8fb7-abaebfa546b1', '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'7d50cfbadfca4f97bb43893af276dd48', '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'79a59a10-b7c0-462b-b949-40cf75973aa5', 'swap': 0}) 2018-07-19 15:20:56,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-19 15:20:56,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5/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}7307473b2c60c726cef8caf2db04b9a789f9a88e" -d '{"extra_specs": {}}' 2018-07-19 15:20:56,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20: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-22f5fd0e-ed63-47c1-a953-94de3fdcc5dd x-compute-request-id: req-22f5fd0e-ed63-47c1-a953-94de3fdcc5dd Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 15:20:56,735 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5/os-extra_specs used request id req-22f5fd0e-ed63-47c1-a953-94de3fdcc5dd 2018-07-19 15:20:56,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022323846817s 2018-07-19 15:20:56,736 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5/os-extra_specs used request id req-22f5fd0e-ed63-47c1-a953-94de3fdcc5dd 2018-07-19 15:20:56,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-19 15:20:56,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" -d '{"keypair": {"name": "vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}}' 2018-07-19 15:20:57,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20: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-f59731d9-2ba6-4adf-9426-b62b11077c21 x-compute-request-id: req-f59731d9-2ba6-4adf-9426-b62b11077c21 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDiwIa4BQMcVB6xbnQxNs8TMJ/X0EofJfD+7O514dEPGsgtOTplL9lnFQaz8IWYoLylEGbjTGbpJ8QJd4QTMwqw7ANUqQPqk7b87sO5nv2D+Ervyq3wH+bl1Ot/9nDbt5G/2Cn1PdR4ATkDDhoMZh+NlqdrluNXrkbzB7OraH7OpMUqsnATMj3Apfpys2mV5edigdkHqJwiDqMgqaRb9Vd7Fa3eL9gSKv9tPZxQcfG7PTE89jzUvVwfQrLDlqYqMOKrbvWHle/JMiyjvbryVOofydE2d3OvJsQ3wyt9R/ffFMw4SM+xeFwzPCfefOWjuGa0pv7shib1COVM6ZRE0I4p Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA4sCGuAUDHFQesW50MTbPEzCf19BKHyXw/uzudeHRDxrILTk6\nZS/ZZxUGs/CFmKC8pRBm40xm6SfECXeEEzMKsOwDVKkD6pO2/O7DuZ79g/hK78qt\n8B/m5dTrf/Zw27eRv9gp9T3UeAE5Aw4aDGYfjZana5bjV65G8wezq2h+zqTFKrJw\nEzI9wKX6crNpleXnYoHZB6icIg6jIKmkW/VXexWt3i/YEir/bT2cUHHxuz0xPPY8\n1L1cH0Kyw5amKjDiq271h5XvyTIso7268lTqH8nRNndzrybEN8MrfUf33xTMOEjP\nsXhcMzwn3nzlo7hmtKb+7IYm9QjlTOmURNCOKQIDAQABAoIBAQCj64w4YZ8zDni1\nyeSDY1zlQYR8Dl5XECWdFIj6fQmVwsWtM67MUX/3bhLPZ/QcNy7IoQfQD35h1NZ6\nBYVcH8z9w1BRFnH3VVu2k6C4goBAs/DwUnPVoCpaQccRVYWWwKjDqDAE0vLS4gdl\n9v7LsdPjlmJne8fTrfAqZonzQvJQzR4LMiu5+aP0XnVp5S3alop3SWUjo+M5bIs2\n09ZJhQIiauH45iy1drmlJ6Va7euKE6fzSAnnkqrmvwrZZSYNPZoI9SOvHOVO5M0g\nm5vgvmRjkTy4vUmZfrj1Pk4QeZlACvgSrr7zREupq4WfRJ8CYMFJmuNiELkubo2l\n/K1cvecFAoGBAPnmt4UXYQgbVav9a5AeU+fLlSyEcEzU4JqMPsYFBIBj8eybCiPn\n9N83SjAFgD//QnWp7C5Kmk0+JaHK3zkwK+rrYuyQf35/pWZzT+FsP1gcES53FCP1\nn/Knppz2MtE1m6ylqPB2ivm7EWgh6hGKreFeWrY1QOtuliR6yek0WetDAoGBAOhJ\nLroMkOR5j0IOJZvsQCg/BCp01JQn+mvro9IHUbGcEfsXY6PyFVIfioc3EZU/Sxvv\nSY1KcXW4pbS3P4U26FPyTb+d/2I32ltl9Q7ZQiMvLCppnP86/1GgEQpRHVgbDCKC\nOzqhNqwXgN4qJ46yGddrUQdCMWaFDNlLquGYBMwjAoGBALDx0BgIyce3sx2ovrS5\nBKgn2mQ/ElUUlkRX8Uq82scd/XqO/MsXvqceuwTtoDWwRBqUSossf70ZuAOrZgtU\nNISOTuk6F0w2jaLRG0p+HwwAM5o27qfXj319f9e765d+4c+JLOm2xgi1kEmvWdE5\n5IyjBo/lfSY2k1EZMEZTryeJAoGBAIICm/WkHODULNuS4Xfw9kPQaXt94pF+Asqu\nnAVs9UuMh//aqnlTgJ1za+ycZOn9AAQFnUxIk1KJY63PNu1Pux9pKh0KyKrnif7I\nBS4nab4ZpAWlEStFkSvVhFQa7Gqo0NTrwUzieKA/k3BFddiHVLFern56jP3NkFB6\n6ozTsjOzAoGAWtlB94j7PoiLMSw/o+xbkzt4LKL5kkYjnJbgl4H45K73mzvL0p9J\nYoUjmTzWDXIW4F7csqgVquhqI+IAPpYHBbXdwyNWPUsqUP6pGdmSRt5bfbwtOisn\nssAYI14WjAd7MgseUd5vqVryErBdb7Cqfaam8e2+ceKFXGg3W5+Dt0w=\n-----END RSA PRIVATE KEY-----\n", "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "name": "vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "fingerprint": "51:01:56:d0:52:f0:8a:62:a8:e4:fe:a3:2b:06:7b:d3"}} 2018-07-19 15:20:57,080 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-f59731d9-2ba6-4adf-9426-b62b11077c21 2018-07-19 15:20:57,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.344089031219s 2018-07-19 15:20:57,081 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-f59731d9-2ba6-4adf-9426-b62b11077c21 2018-07-19 15:20:57,082 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDiwIa4BQMcVB6xbnQxNs8TMJ/X0EofJfD+7O514dEPGsgtOTplL9lnFQaz8IWYoLylEGbjTGbpJ8QJd4QTMwqw7ANUqQPqk7b87sO5nv2D+Ervyq3wH+bl1Ot/9nDbt5G/2Cn1PdR4ATkDDhoMZh+NlqdrluNXrkbzB7OraH7OpMUqsnATMj3Apfpys2mV5edigdkHqJwiDqMgqaRb9Vd7Fa3eL9gSKv9tPZxQcfG7PTE89jzUvVwfQrLDlqYqMOKrbvWHle/JMiyjvbryVOofydE2d3OvJsQ3wyt9R/ffFMw4SM+xeFwzPCfefOWjuGa0pv7shib1COVM6ZRE0I4p Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA4sCGuAUDHFQesW50MTbPEzCf19BKHyXw/uzudeHRDxrILTk6\nZS/ZZxUGs/CFmKC8pRBm40xm6SfECXeEEzMKsOwDVKkD6pO2/O7DuZ79g/hK78qt\n8B/m5dTrf/Zw27eRv9gp9T3UeAE5Aw4aDGYfjZana5bjV65G8wezq2h+zqTFKrJw\nEzI9wKX6crNpleXnYoHZB6icIg6jIKmkW/VXexWt3i/YEir/bT2cUHHxuz0xPPY8\n1L1cH0Kyw5amKjDiq271h5XvyTIso7268lTqH8nRNndzrybEN8MrfUf33xTMOEjP\nsXhcMzwn3nzlo7hmtKb+7IYm9QjlTOmURNCOKQIDAQABAoIBAQCj64w4YZ8zDni1\nyeSDY1zlQYR8Dl5XECWdFIj6fQmVwsWtM67MUX/3bhLPZ/QcNy7IoQfQD35h1NZ6\nBYVcH8z9w1BRFnH3VVu2k6C4goBAs/DwUnPVoCpaQccRVYWWwKjDqDAE0vLS4gdl\n9v7LsdPjlmJne8fTrfAqZonzQvJQzR4LMiu5+aP0XnVp5S3alop3SWUjo+M5bIs2\n09ZJhQIiauH45iy1drmlJ6Va7euKE6fzSAnnkqrmvwrZZSYNPZoI9SOvHOVO5M0g\nm5vgvmRjkTy4vUmZfrj1Pk4QeZlACvgSrr7zREupq4WfRJ8CYMFJmuNiELkubo2l\n/K1cvecFAoGBAPnmt4UXYQgbVav9a5AeU+fLlSyEcEzU4JqMPsYFBIBj8eybCiPn\n9N83SjAFgD//QnWp7C5Kmk0+JaHK3zkwK+rrYuyQf35/pWZzT+FsP1gcES53FCP1\nn/Knppz2MtE1m6ylqPB2ivm7EWgh6hGKreFeWrY1QOtuliR6yek0WetDAoGBAOhJ\nLroMkOR5j0IOJZvsQCg/BCp01JQn+mvro9IHUbGcEfsXY6PyFVIfioc3EZU/Sxvv\nSY1KcXW4pbS3P4U26FPyTb+d/2I32ltl9Q7ZQiMvLCppnP86/1GgEQpRHVgbDCKC\nOzqhNqwXgN4qJ46yGddrUQdCMWaFDNlLquGYBMwjAoGBALDx0BgIyce3sx2ovrS5\nBKgn2mQ/ElUUlkRX8Uq82scd/XqO/MsXvqceuwTtoDWwRBqUSossf70ZuAOrZgtU\nNISOTuk6F0w2jaLRG0p+HwwAM5o27qfXj319f9e765d+4c+JLOm2xgi1kEmvWdE5\n5IyjBo/lfSY2k1EZMEZTryeJAoGBAIICm/WkHODULNuS4Xfw9kPQaXt94pF+Asqu\nnAVs9UuMh//aqnlTgJ1za+ycZOn9AAQFnUxIk1KJY63PNu1Pux9pKh0KyKrnif7I\nBS4nab4ZpAWlEStFkSvVhFQa7Gqo0NTrwUzieKA/k3BFddiHVLFern56jP3NkFB6\n6ozTsjOzAoGAWtlB94j7PoiLMSw/o+xbkzt4LKL5kkYjnJbgl4H45K73mzvL0p9J\nYoUjmTzWDXIW4F7csqgVquhqI+IAPpYHBbXdwyNWPUsqUP6pGdmSRt5bfbwtOisn\nssAYI14WjAd7MgseUd5vqVryErBdb7Cqfaam8e2+ceKFXGg3W5+Dt0w=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'8df1e3d4480e4b8ca70ab41a8780d479', 'name': u'vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1', 'created_at': '2018-07-19T15:20:57.082180', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bb350628da4143bab69c2d079672c057', 'name': 'vping_ssh-project_495348c0-d9b8-41d7-8fb7-abaebfa546b1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'51:01:56:d0:52:f0:8a:62:a8:e4:fe:a3:2b:06:7b:d3', 'type': 'ssh', 'id': u'vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1'}) 2018-07-19 15:20:57,082 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA4sCGuAUDHFQesW50MTbPEzCf19BKHyXw/uzudeHRDxrILTk6 ZS/ZZxUGs/CFmKC8pRBm40xm6SfECXeEEzMKsOwDVKkD6pO2/O7DuZ79g/hK78qt 8B/m5dTrf/Zw27eRv9gp9T3UeAE5Aw4aDGYfjZana5bjV65G8wezq2h+zqTFKrJw EzI9wKX6crNpleXnYoHZB6icIg6jIKmkW/VXexWt3i/YEir/bT2cUHHxuz0xPPY8 1L1cH0Kyw5amKjDiq271h5XvyTIso7268lTqH8nRNndzrybEN8MrfUf33xTMOEjP sXhcMzwn3nzlo7hmtKb+7IYm9QjlTOmURNCOKQIDAQABAoIBAQCj64w4YZ8zDni1 yeSDY1zlQYR8Dl5XECWdFIj6fQmVwsWtM67MUX/3bhLPZ/QcNy7IoQfQD35h1NZ6 BYVcH8z9w1BRFnH3VVu2k6C4goBAs/DwUnPVoCpaQccRVYWWwKjDqDAE0vLS4gdl 9v7LsdPjlmJne8fTrfAqZonzQvJQzR4LMiu5+aP0XnVp5S3alop3SWUjo+M5bIs2 09ZJhQIiauH45iy1drmlJ6Va7euKE6fzSAnnkqrmvwrZZSYNPZoI9SOvHOVO5M0g m5vgvmRjkTy4vUmZfrj1Pk4QeZlACvgSrr7zREupq4WfRJ8CYMFJmuNiELkubo2l /K1cvecFAoGBAPnmt4UXYQgbVav9a5AeU+fLlSyEcEzU4JqMPsYFBIBj8eybCiPn 9N83SjAFgD//QnWp7C5Kmk0+JaHK3zkwK+rrYuyQf35/pWZzT+FsP1gcES53FCP1 n/Knppz2MtE1m6ylqPB2ivm7EWgh6hGKreFeWrY1QOtuliR6yek0WetDAoGBAOhJ LroMkOR5j0IOJZvsQCg/BCp01JQn+mvro9IHUbGcEfsXY6PyFVIfioc3EZU/Sxvv SY1KcXW4pbS3P4U26FPyTb+d/2I32ltl9Q7ZQiMvLCppnP86/1GgEQpRHVgbDCKC OzqhNqwXgN4qJ46yGddrUQdCMWaFDNlLquGYBMwjAoGBALDx0BgIyce3sx2ovrS5 BKgn2mQ/ElUUlkRX8Uq82scd/XqO/MsXvqceuwTtoDWwRBqUSossf70ZuAOrZgtU NISOTuk6F0w2jaLRG0p+HwwAM5o27qfXj319f9e765d+4c+JLOm2xgi1kEmvWdE5 5IyjBo/lfSY2k1EZMEZTryeJAoGBAIICm/WkHODULNuS4Xfw9kPQaXt94pF+Asqu nAVs9UuMh//aqnlTgJ1za+ycZOn9AAQFnUxIk1KJY63PNu1Pux9pKh0KyKrnif7I BS4nab4ZpAWlEStFkSvVhFQa7Gqo0NTrwUzieKA/k3BFddiHVLFern56jP3NkFB6 6ozTsjOzAoGAWtlB94j7PoiLMSw/o+xbkzt4LKL5kkYjnJbgl4H45K73mzvL0p9J YoUjmTzWDXIW4F7csqgVquhqI+IAPpYHBbXdwyNWPUsqUP6pGdmSRt5bfbwtOisn ssAYI14WjAd7MgseUd5vqVryErBdb7Cqfaam8e2+ceKFXGg3W5+Dt0w= -----END RSA PRIVATE KEY----- 2018-07-19 15:20:57,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-19 15:20:57,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" -d '{"security_group": {"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-07-19 15:20:57,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-5a388903-5141-4ead-b44c-3e3d275f5435 Date: Thu, 19 Jul 2018 15:20:57 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "bb350628da4143bab69c2d079672c057", "created_at": "2018-07-19T15:20:57Z", "updated_at": "2018-07-19T15:20:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:57Z", "revision_number": 0, "id": "63e99878-f2f6-474e-8239-e1b0e0970710", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:57Z", "security_group_id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv6", "project_id": "bb350628da4143bab69c2d079672c057"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:57Z", "revision_number": 0, "id": "b64c8a53-c0cd-4de7-823b-0697be156d4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:57Z", "security_group_id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb350628da4143bab69c2d079672c057"}], "revision_number": 1, "project_id": "bb350628da4143bab69c2d079672c057", "id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}} 2018-07-19 15:20:57,272 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-5a388903-5141-4ead-b44c-3e3d275f5435 2018-07-19 15:20:57,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.186632871628s 2018-07-19 15:20:57,272 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-5a388903-5141-4ead-b44c-3e3d275f5435 2018-07-19 15:20:57,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 15:20:57,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:20:57,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-5cbd638b-62e4-411c-9bfc-d01ba299e95b Date: Thu, 19 Jul 2018 15:20:57 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "bb350628da4143bab69c2d079672c057", "created_at": "2018-07-19T15:20:57Z", "updated_at": "2018-07-19T15:20:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:57Z", "revision_number": 0, "id": "63e99878-f2f6-474e-8239-e1b0e0970710", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:57Z", "security_group_id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv6", "project_id": "bb350628da4143bab69c2d079672c057"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:57Z", "revision_number": 0, "id": "b64c8a53-c0cd-4de7-823b-0697be156d4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:57Z", "security_group_id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb350628da4143bab69c2d079672c057"}], "revision_number": 1, "project_id": "bb350628da4143bab69c2d079672c057", "id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}, {"description": "Default security group", "tags": [], "tenant_id": "bb350628da4143bab69c2d079672c057", "created_at": "2018-07-19T15:20:48Z", "updated_at": "2018-07-19T15:20:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:48Z", "revision_number": 0, "id": "62f01036-3df4-4de7-b258-d3fa9a17836b", "remote_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:48Z", "security_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb350628da4143bab69c2d079672c057"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:48Z", "revision_number": 0, "id": "a42f864c-7c0f-4fce-81d9-ef73d4f750b6", "remote_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:48Z", "security_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv6", "project_id": "bb350628da4143bab69c2d079672c057"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:48Z", "revision_number": 0, "id": "c824075d-34a2-4957-9c0f-1b0690573801", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:48Z", "security_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb350628da4143bab69c2d079672c057"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:48Z", "revision_number": 0, "id": "e8e105c7-8c90-4144-aaa4-0ecbe3aa55d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:48Z", "security_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv6", "project_id": "bb350628da4143bab69c2d079672c057"}], "revision_number": 1, "project_id": "bb350628da4143bab69c2d079672c057", "id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "name": "default"}]} 2018-07-19 15:20:57,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-5cbd638b-62e4-411c-9bfc-d01ba299e95b 2018-07-19 15:20:57,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0538768768311s 2018-07-19 15:20:57,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-5cbd638b-62e4-411c-9bfc-d01ba299e95b 2018-07-19 15:20:57,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-19 15:20:57,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" -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": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04"}}' 2018-07-19 15:20:57,620 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-4d5fd0c9-efe3-4408-bc08-6111a8267107 Date: Thu, 19 Jul 2018 15:20:57 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-19T15:20:57Z", "security_group_id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "port_range_min": 22, "revision_number": 0, "tenant_id": "bb350628da4143bab69c2d079672c057", "created_at": "2018-07-19T15:20:57Z", "project_id": "bb350628da4143bab69c2d079672c057", "id": "022c8d2e-d737-49af-97ce-9fa441020f12"}} 2018-07-19 15:20:57,620 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-4d5fd0c9-efe3-4408-bc08-6111a8267107 2018-07-19 15:20:57,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.285443067551s 2018-07-19 15:20:57,621 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-4d5fd0c9-efe3-4408-bc08-6111a8267107 2018-07-19 15:20:57,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 15:20:57,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:20:57,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-3eebabaf-3b28-42c1-99a2-bfc4734243d9 Date: Thu, 19 Jul 2018 15:20:57 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "bb350628da4143bab69c2d079672c057", "created_at": "2018-07-19T15:20:57Z", "updated_at": "2018-07-19T15:20:57Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-19T15:20:57Z", "revision_number": 0, "id": "022c8d2e-d737-49af-97ce-9fa441020f12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:57Z", "security_group_id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bb350628da4143bab69c2d079672c057"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:57Z", "revision_number": 0, "id": "63e99878-f2f6-474e-8239-e1b0e0970710", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:57Z", "security_group_id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv6", "project_id": "bb350628da4143bab69c2d079672c057"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:57Z", "revision_number": 0, "id": "b64c8a53-c0cd-4de7-823b-0697be156d4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:57Z", "security_group_id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb350628da4143bab69c2d079672c057"}], "revision_number": 2, "project_id": "bb350628da4143bab69c2d079672c057", "id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}, {"description": "Default security group", "tags": [], "tenant_id": "bb350628da4143bab69c2d079672c057", "created_at": "2018-07-19T15:20:48Z", "updated_at": "2018-07-19T15:20:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:48Z", "revision_number": 0, "id": "62f01036-3df4-4de7-b258-d3fa9a17836b", "remote_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:48Z", "security_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb350628da4143bab69c2d079672c057"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:48Z", "revision_number": 0, "id": "a42f864c-7c0f-4fce-81d9-ef73d4f750b6", "remote_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:48Z", "security_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv6", "project_id": "bb350628da4143bab69c2d079672c057"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:48Z", "revision_number": 0, "id": "c824075d-34a2-4957-9c0f-1b0690573801", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:48Z", "security_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb350628da4143bab69c2d079672c057"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:48Z", "revision_number": 0, "id": "e8e105c7-8c90-4144-aaa4-0ecbe3aa55d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:48Z", "security_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv6", "project_id": "bb350628da4143bab69c2d079672c057"}], "revision_number": 1, "project_id": "bb350628da4143bab69c2d079672c057", "id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "name": "default"}]} 2018-07-19 15:20:57,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-3eebabaf-3b28-42c1-99a2-bfc4734243d9 2018-07-19 15:20:57,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.284383058548s 2018-07-19 15:20:57,909 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-3eebabaf-3b28-42c1-99a2-bfc4734243d9 2018-07-19 15:20:57,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-19 15:20:57,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" -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": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04"}}' 2018-07-19 15:20:58,303 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-c1905dec-aa40-4ebc-aa8b-9ac8fa3f534b Date: Thu, 19 Jul 2018 15:20:58 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-19T15:20:58Z", "security_group_id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "port_range_min": null, "revision_number": 0, "tenant_id": "bb350628da4143bab69c2d079672c057", "created_at": "2018-07-19T15:20:58Z", "project_id": "bb350628da4143bab69c2d079672c057", "id": "aef89a56-04e1-4842-8514-5f60945d22eb"}} 2018-07-19 15:20:58,303 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-c1905dec-aa40-4ebc-aa8b-9ac8fa3f534b 2018-07-19 15:20:58,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.390516996384s 2018-07-19 15:20:58,304 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-c1905dec-aa40-4ebc-aa8b-9ac8fa3f534b 2018-07-19 15:20:58,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:20:58,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:20:58,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-7e38d3a1-eac7-4c5b-9aeb-15dae23cc6ec Date: Thu, 19 Jul 2018 15:20:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27"],"updated_at":"2018-07-19T15:20:49Z","tenant_id":"bb350628da4143bab69c2d079672c057","created_at":"2018-07-19T15:20:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bb350628da4143bab69c2d079672c057","id":"36610067-fe65-4864-b7a6-dcae4119930d","name":"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","name":"external"}]} 2018-07-19 15:20:58,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7e38d3a1-eac7-4c5b-9aeb-15dae23cc6ec 2018-07-19 15:20:58,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.149808883667s 2018-07-19 15:20:58,455 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7e38d3a1-eac7-4c5b-9aeb-15dae23cc6ec 2018-07-19 15:20:58,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:20:58,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:20:58,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-82db2931-b774-4733-85b6-86fff10212a7 Date: Thu, 19 Jul 2018 15:20:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9/snap", "metadata": {}}], "file": "/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9/file", "owner": "bb350628da4143bab69c2d079672c057", "id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "size": 12716032, "self": "/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "disk_format": "qcow2", "direct_url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:20:56Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T15:20:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:20:58,779 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-82db2931-b774-4733-85b6-86fff10212a7 2018-07-19 15:20:58,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.319243907928s 2018-07-19 15:20:58,779 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-82db2931-b774-4733-85b6-86fff10212a7 2018-07-19 15:20:58,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 15:20:58,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:20:58,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:20: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-5824a5b6-8a1c-48f9-86e7-b3a6fb48697e x-compute-request-id: req-5824a5b6-8a1c-48f9-86e7-b3a6fb48697e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "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": "79a59a10-b7c0-462b-b949-40cf75973aa5"}]} 2018-07-19 15:20:58,923 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5824a5b6-8a1c-48f9-86e7-b3a6fb48697e 2018-07-19 15:20:58,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.142048120499s 2018-07-19 15:20:58,924 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5824a5b6-8a1c-48f9-86e7-b3a6fb48697e 2018-07-19 15:20:58,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-19 15:20:58,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" -d '{"server": {"name": "vping_ssh-vm2_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "imageRef": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "flavorRef": "79a59a10-b7c0-462b-b949-40cf75973aa5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "36610067-fe65-4864-b7a6-dcae4119930d"}], "security_groups": [{"name": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04"}]}}' 2018-07-19 15:21:02,498 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 15:20: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-2c74bd80-db6b-4ef9-8156-995961de477d x-compute-request-id: req-2c74bd80-db6b-4ef9-8156-995961de477d Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04"}], "OS-DCF:diskConfig": "MANUAL", "id": "8f21d25b-5748-4563-a3e0-7abd6a2f2052", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "bookmark"}], "adminPass": "Y5MuTor7Aeoj"}} 2018-07-19 15:21:02,499 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-2c74bd80-db6b-4ef9-8156-995961de477d 2018-07-19 15:21:02,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.57308197021s 2018-07-19 15:21:02,499 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-2c74bd80-db6b-4ef9-8156-995961de477d 2018-07-19 15:21:02,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:21:02,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:02,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:21: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-11722509-1aa0-4d1b-93a4-a952d9f18e8b x-compute-request-id: req-11722509-1aa0-4d1b-93a4-a952d9f18e8b 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.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "8f21d25b-5748-4563-a3e0-7abd6a2f2052", "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:02Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:21:02,810 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-11722509-1aa0-4d1b-93a4-a952d9f18e8b 2018-07-19 15:21:02,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.310635089874s 2018-07-19 15:21:02,811 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-11722509-1aa0-4d1b-93a4-a952d9f18e8b 2018-07-19 15:21:02,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:21:02,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:02,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-f9038ac7-9cc5-4d38-96aa-6b52c6457f17 Date: Thu, 19 Jul 2018 15:21:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27"],"updated_at":"2018-07-19T15:20:49Z","tenant_id":"bb350628da4143bab69c2d079672c057","created_at":"2018-07-19T15:20:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bb350628da4143bab69c2d079672c057","id":"36610067-fe65-4864-b7a6-dcae4119930d","name":"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","name":"external"}]} 2018-07-19 15:21:02,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f9038ac7-9cc5-4d38-96aa-6b52c6457f17 2018-07-19 15:21:02,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.123242139816s 2018-07-19 15:21:02,942 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f9038ac7-9cc5-4d38-96aa-6b52c6457f17 2018-07-19 15:21:02,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 15:21:02,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:02,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-35d341b3-a12b-4b79-9fad-d3e546ee555a Date: Thu, 19 Jul 2018 15:21:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36610067-fe65-4864-b7a6-dcae4119930d","tenant_id":"bb350628da4143bab69c2d079672c057","created_at":"2018-07-19T15:20:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:20:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"bb350628da4143bab69c2d079672c057","id":"ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27","subnetpool_id":null,"name":"vping_ssh-subnet_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}]} 2018-07-19 15:21:02,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-35d341b3-a12b-4b79-9fad-d3e546ee555a 2018-07-19 15:21:02,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0525159835815s 2018-07-19 15:21:02,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-35d341b3-a12b-4b79-9fad-d3e546ee555a 2018-07-19 15:21:02,996 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:21:04,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:21:05,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:05,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:21: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-b458479e-39e3-4abf-8c9a-f871b653b907 x-compute-request-id: req-b458479e-39e3-4abf-8c9a-f871b653b907 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.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "8f21d25b-5748-4563-a3e0-7abd6a2f2052", "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:02Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:21:05,334 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b458479e-39e3-4abf-8c9a-f871b653b907 2018-07-19 15:21:05,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.334584951401s 2018-07-19 15:21:05,334 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b458479e-39e3-4abf-8c9a-f871b653b907 2018-07-19 15:21:05,338 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:21:07,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:21:07,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:07,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:21: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-0d1977e3-351a-4f45-ad30-17a5d2ecb87d x-compute-request-id: req-0d1977e3-351a-4f45-ad30-17a5d2ecb87d Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "8f21d25b-5748-4563-a3e0-7abd6a2f2052", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:06Z", "hostId": "8bb58277edc7e10c59a0a80f7acc12f80e9e7326b53af07a600d1bb0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:02Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:21:07,975 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0d1977e3-351a-4f45-ad30-17a5d2ecb87d 2018-07-19 15:21:07,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.634246110916s 2018-07-19 15:21:07,975 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0d1977e3-351a-4f45-ad30-17a5d2ecb87d 2018-07-19 15:21:07,979 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:21:09,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:21:09,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:11,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:21: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-1d00ffb1-1575-4af1-a337-c2416341d986 x-compute-request-id: req-1d00ffb1-1575-4af1-a337-c2416341d986 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "8f21d25b-5748-4563-a3e0-7abd6a2f2052", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:06Z", "hostId": "8bb58277edc7e10c59a0a80f7acc12f80e9e7326b53af07a600d1bb0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:02Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:21:11,004 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1d00ffb1-1575-4af1-a337-c2416341d986 2018-07-19 15:21:11,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02218818665s 2018-07-19 15:21:11,005 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1d00ffb1-1575-4af1-a337-c2416341d986 2018-07-19 15:21:11,007 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:21:13,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:21:13,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:14,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:21: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-98b2fa35-8cab-40f2-b082-5fb5116272fd x-compute-request-id: req-98b2fa35-8cab-40f2-b082-5fb5116272fd Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:b7:fd", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:21:11.000000", "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "8f21d25b-5748-4563-a3e0-7abd6a2f2052", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:11Z", "hostId": "8bb58277edc7e10c59a0a80f7acc12f80e9e7326b53af07a600d1bb0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:02Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:21:14,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-98b2fa35-8cab-40f2-b082-5fb5116272fd 2018-07-19 15:21:14,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06992316246s 2018-07-19 15:21:14,080 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-98b2fa35-8cab-40f2-b082-5fb5116272fd 2018-07-19 15:21:14,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 15:21:14,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=8f21d25b-5748-4563-a3e0-7abd6a2f2052" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:14,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-cac0010f-9520-44fe-9430-bb654499f41c Date: Thu, 19 Jul 2018 15:21:14 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"36610067-fe65-4864-b7a6-dcae4119930d","tenant_id":"bb350628da4143bab69c2d079672c057","created_at":"2018-07-19T15:21:06Z","admin_state_up":true,"updated_at":"2018-07-19T15:21:11Z","binding:vnic_type":"normal","device_id":"8f21d25b-5748-4563-a3e0-7abd6a2f2052","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:73:b7:fd","id":"29b12dc4-91c4-4c58-ab41-7f277775765a","port_security_enabled":true,"project_id":"bb350628da4143bab69c2d079672c057","fixed_ips":[{"subnet_id":"ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27","ip_address":"192.168.0.10"}],"extra_dhcp_opts":[],"security_groups":["0911cb19-6be7-4ac1-ae86-c75d3c4aff04"],"name":""}]} 2018-07-19 15:21:14,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=8f21d25b-5748-4563-a3e0-7abd6a2f2052 used request id req-cac0010f-9520-44fe-9430-bb654499f41c 2018-07-19 15:21:14,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.136982917786s 2018-07-19 15:21:14,221 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=8f21d25b-5748-4563-a3e0-7abd6a2f2052 used request id req-cac0010f-9520-44fe-9430-bb654499f41c 2018-07-19 15:21:14,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 15:21:14,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=29b12dc4-91c4-4c58-ab41-7f277775765a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:14,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-60cf307c-0887-4d11-a6c2-43ba16cb82a6 Date: Thu, 19 Jul 2018 15:21:14 GMT RESP BODY: {"floatingips": []} 2018-07-19 15:21:14,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=29b12dc4-91c4-4c58-ab41-7f277775765a used request id req-60cf307c-0887-4d11-a6c2-43ba16cb82a6 2018-07-19 15:21:14,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.241086959839s 2018-07-19 15:21:14,467 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=29b12dc4-91c4-4c58-ab41-7f277775765a used request id req-60cf307c-0887-4d11-a6c2-43ba16cb82a6 2018-07-19 15:21:14,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:21:14,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:15,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:21: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-f6f5cb74-ac9c-4a0d-8a8a-d8f466e7802d x-compute-request-id: req-f6f5cb74-ac9c-4a0d-8a8a-d8f466e7802d Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:b7:fd", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:21:11.000000", "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "8f21d25b-5748-4563-a3e0-7abd6a2f2052", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:11Z", "hostId": "8bb58277edc7e10c59a0a80f7acc12f80e9e7326b53af07a600d1bb0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:02Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:21:15,292 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f6f5cb74-ac9c-4a0d-8a8a-d8f466e7802d 2018-07-19 15:21:15,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.82352399826s 2018-07-19 15:21:15,292 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f6f5cb74-ac9c-4a0d-8a8a-d8f466e7802d 2018-07-19 15:21:15,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 15:21:15,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=8f21d25b-5748-4563-a3e0-7abd6a2f2052" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:15,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-e04a2cdf-a801-4382-9e08-780501c4083f Date: Thu, 19 Jul 2018 15:21:15 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"36610067-fe65-4864-b7a6-dcae4119930d","tenant_id":"bb350628da4143bab69c2d079672c057","created_at":"2018-07-19T15:21:06Z","admin_state_up":true,"updated_at":"2018-07-19T15:21:11Z","binding:vnic_type":"normal","device_id":"8f21d25b-5748-4563-a3e0-7abd6a2f2052","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:73:b7:fd","id":"29b12dc4-91c4-4c58-ab41-7f277775765a","port_security_enabled":true,"project_id":"bb350628da4143bab69c2d079672c057","fixed_ips":[{"subnet_id":"ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27","ip_address":"192.168.0.10"}],"extra_dhcp_opts":[],"security_groups":["0911cb19-6be7-4ac1-ae86-c75d3c4aff04"],"name":""}]} 2018-07-19 15:21:15,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=8f21d25b-5748-4563-a3e0-7abd6a2f2052 used request id req-e04a2cdf-a801-4382-9e08-780501c4083f 2018-07-19 15:21:15,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.166356086731s 2018-07-19 15:21:15,463 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=8f21d25b-5748-4563-a3e0-7abd6a2f2052 used request id req-e04a2cdf-a801-4382-9e08-780501c4083f 2018-07-19 15:21:15,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 15:21:15,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=29b12dc4-91c4-4c58-ab41-7f277775765a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:15,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-19a29a2a-0710-46a5-ad6e-57be05a5446a Date: Thu, 19 Jul 2018 15:21:15 GMT RESP BODY: {"floatingips": []} 2018-07-19 15:21:15,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=29b12dc4-91c4-4c58-ab41-7f277775765a used request id req-19a29a2a-0710-46a5-ad6e-57be05a5446a 2018-07-19 15:21:15,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0443859100342s 2018-07-19 15:21:15,511 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=29b12dc4-91c4-4c58-ab41-7f277775765a used request id req-19a29a2a-0710-46a5-ad6e-57be05a5446a 2018-07-19 15:21:15,512 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:73:b7:fd', u'version': 4, u'addr': u'192.168.0.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'38516ef6-8ff5-4a7c-bd37-3774cbaa24a9'}), 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-19T15:21:11.000000', 'flavor': Munch({u'id': u'79a59a10-b7c0-462b-b949-40cf75973aa5'}), 'az': u'nova', 'id': u'8f21d25b-5748-4563-a3e0-7abd6a2f2052', 'security_groups': [Munch({u'name': u'vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8df1e3d4480e4b8ca70ab41a8780d479', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bb350628da4143bab69c2d079672c057', 'name': 'vping_ssh-project_495348c0-d9b8-41d7-8fb7-abaebfa546b1', '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-19T15:21:11.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-19T15:21:11Z', 'hostId': u'8bb58277edc7e10c59a0a80f7acc12f80e9e7326b53af07a600d1bb0', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.10', 'cloud': 'envvars', 'host_id': u'8bb58277edc7e10c59a0a80f7acc12f80e9e7326b53af07a600d1bb0', '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-19T15:21:11.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'bb350628da4143bab69c2d079672c057', 'name': u'vping_ssh-vm2_495348c0-d9b8-41d7-8fb7-abaebfa546b1', 'adminPass': None, 'tenant_id': u'bb350628da4143bab69c2d079672c057', 'created_at': u'2018-07-19T15:21:02Z', 'created': u'2018-07-19T15:21:02Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-19 15:21:15,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:21:15,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:15,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-8080d705-2c93-4129-9456-9d22ff066aeb Date: Thu, 19 Jul 2018 15:21:15 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":["ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27"],"updated_at":"2018-07-19T15:20:49Z","tenant_id":"bb350628da4143bab69c2d079672c057","created_at":"2018-07-19T15:20:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bb350628da4143bab69c2d079672c057","id":"36610067-fe65-4864-b7a6-dcae4119930d","name":"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","name":"external"}]} 2018-07-19 15:21:15,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8080d705-2c93-4129-9456-9d22ff066aeb 2018-07-19 15:21:15,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.314543008804s 2018-07-19 15:21:15,828 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8080d705-2c93-4129-9456-9d22ff066aeb 2018-07-19 15:21:15,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:21:15,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:16,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-7b74c894-e8e4-4777-bd87-82aefb455e8e Date: Thu, 19 Jul 2018 15:21:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9/snap", "metadata": {}}], "file": "/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9/file", "owner": "bb350628da4143bab69c2d079672c057", "id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "size": 12716032, "self": "/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "disk_format": "qcow2", "direct_url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:20:56Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T15:20:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:21:16,536 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7b74c894-e8e4-4777-bd87-82aefb455e8e 2018-07-19 15:21:16,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.703263998032s 2018-07-19 15:21:16,536 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7b74c894-e8e4-4777-bd87-82aefb455e8e 2018-07-19 15:21:16,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 15:21:16,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:16,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:21: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-d8284ed2-d501-4f00-9b3d-db771c950997 x-compute-request-id: req-d8284ed2-d501-4f00-9b3d-db771c950997 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "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": "79a59a10-b7c0-462b-b949-40cf75973aa5"}]} 2018-07-19 15:21:16,569 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-d8284ed2-d501-4f00-9b3d-db771c950997 2018-07-19 15:21:16,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.03080701828s 2018-07-19 15:21:16,569 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-d8284ed2-d501-4f00-9b3d-db771c950997 2018-07-19 15:21:16,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-19 15:21:16,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" -d '{"server": {"name": "vping_ssh-vm_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "imageRef": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "key_name": "vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "flavorRef": "79a59a10-b7c0-462b-b949-40cf75973aa5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "36610067-fe65-4864-b7a6-dcae4119930d"}], "security_groups": [{"name": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04"}]}}' 2018-07-19 15:21:19,996 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 15:21: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-db73d6e0-369e-42bb-ba76-13adc1ddf2a2 x-compute-request-id: req-db73d6e0-369e-42bb-ba76-13adc1ddf2a2 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04"}], "OS-DCF:diskConfig": "MANUAL", "id": "cf084d5f-db5a-4215-8955-b1afb4a2ce33", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "bookmark"}], "adminPass": "THVEwyU7Tcmi"}} 2018-07-19 15:21:19,996 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-db73d6e0-369e-42bb-ba76-13adc1ddf2a2 2018-07-19 15:21:19,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.42578315735s 2018-07-19 15:21:19,997 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-db73d6e0-369e-42bb-ba76-13adc1ddf2a2 2018-07-19 15:21:19,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:21:20,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:20,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:21: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-23e13011-8037-4e92-bdaa-bc3ede105feb x-compute-request-id: req-23e13011-8037-4e92-bdaa-bc3ede105feb Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "cf084d5f-db5a-4215-8955-b1afb4a2ce33", "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "name": "vping_ssh-vm_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:19Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:b7:fd", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:21:11.000000", "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "8f21d25b-5748-4563-a3e0-7abd6a2f2052", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:11Z", "hostId": "8bb58277edc7e10c59a0a80f7acc12f80e9e7326b53af07a600d1bb0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:02Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:21:20,908 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-23e13011-8037-4e92-bdaa-bc3ede105feb 2018-07-19 15:21:20,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.910667896271s 2018-07-19 15:21:20,909 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-23e13011-8037-4e92-bdaa-bc3ede105feb 2018-07-19 15:21:20,911 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:21:22,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:21:22,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:23,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15: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-ebcb084e-7095-4d2e-953a-ee528fe660ab x-compute-request-id: req-ebcb084e-7095-4d2e-953a-ee528fe660ab Content-Encoding: gzip Content-Length: 893 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "cf084d5f-db5a-4215-8955-b1afb4a2ce33", "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:23Z", "hostId": "27a8834fbf759abaf302ddf8eb304c15dbca3a1570e89b0976221fd5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "name": "vping_ssh-vm_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:19Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:b7:fd", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:21:11.000000", "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "8f21d25b-5748-4563-a3e0-7abd6a2f2052", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:11Z", "hostId": "8bb58277edc7e10c59a0a80f7acc12f80e9e7326b53af07a600d1bb0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:02Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:21:23,875 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ebcb084e-7095-4d2e-953a-ee528fe660ab 2018-07-19 15:21:23,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.962064981461s 2018-07-19 15:21:23,876 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ebcb084e-7095-4d2e-953a-ee528fe660ab 2018-07-19 15:21:23,881 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:21:25,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:21:25,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:26,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:21: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-fc09a7fe-e619-4463-817b-f56fb2bf1814 x-compute-request-id: req-fc09a7fe-e619-4463-817b-f56fb2bf1814 Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "cf084d5f-db5a-4215-8955-b1afb4a2ce33", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:24Z", "hostId": "27a8834fbf759abaf302ddf8eb304c15dbca3a1570e89b0976221fd5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "name": "vping_ssh-vm_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:19Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:b7:fd", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:21:11.000000", "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "8f21d25b-5748-4563-a3e0-7abd6a2f2052", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:11Z", "hostId": "8bb58277edc7e10c59a0a80f7acc12f80e9e7326b53af07a600d1bb0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:02Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:21:26,370 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fc09a7fe-e619-4463-817b-f56fb2bf1814 2018-07-19 15:21:26,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.485810995102s 2018-07-19 15:21:26,370 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fc09a7fe-e619-4463-817b-f56fb2bf1814 2018-07-19 15:21:26,375 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:21:28,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:21:28,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:29,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:21:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c108aa45-73a7-4c62-9b03-a3da2a9c73f0 x-compute-request-id: req-c108aa45-73a7-4c62-9b03-a3da2a9c73f0 Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "cf084d5f-db5a-4215-8955-b1afb4a2ce33", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:24Z", "hostId": "27a8834fbf759abaf302ddf8eb304c15dbca3a1570e89b0976221fd5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "name": "vping_ssh-vm_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:19Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:b7:fd", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:21:11.000000", "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "8f21d25b-5748-4563-a3e0-7abd6a2f2052", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:11Z", "hostId": "8bb58277edc7e10c59a0a80f7acc12f80e9e7326b53af07a600d1bb0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:02Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:21:29,130 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c108aa45-73a7-4c62-9b03-a3da2a9c73f0 2018-07-19 15:21:29,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.752405881882s 2018-07-19 15:21:29,131 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c108aa45-73a7-4c62-9b03-a3da2a9c73f0 2018-07-19 15:21:29,136 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:21:31,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:21:31,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:32,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:21: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-42e51ffb-672c-43c5-910c-ac7b6ca15037 x-compute-request-id: req-42e51ffb-672c-43c5-910c-ac7b6ca15037 Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "cf084d5f-db5a-4215-8955-b1afb4a2ce33", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:24Z", "hostId": "27a8834fbf759abaf302ddf8eb304c15dbca3a1570e89b0976221fd5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "name": "vping_ssh-vm_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:19Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:b7:fd", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:21:11.000000", "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "8f21d25b-5748-4563-a3e0-7abd6a2f2052", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:11Z", "hostId": "8bb58277edc7e10c59a0a80f7acc12f80e9e7326b53af07a600d1bb0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:02Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:21:32,377 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-42e51ffb-672c-43c5-910c-ac7b6ca15037 2018-07-19 15:21:32,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.23750495911s 2018-07-19 15:21:32,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-42e51ffb-672c-43c5-910c-ac7b6ca15037 2018-07-19 15:21:32,382 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:21:34,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:21:34,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:35,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:21: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-fcc85b81-31e3-4227-b99c-cb9e83c63e11 x-compute-request-id: req-fcc85b81-31e3-4227-b99c-cb9e83c63e11 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:7a:4a", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:21:31.000000", "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "cf084d5f-db5a-4215-8955-b1afb4a2ce33", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:31Z", "hostId": "27a8834fbf759abaf302ddf8eb304c15dbca3a1570e89b0976221fd5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "name": "vping_ssh-vm_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:19Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:b7:fd", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:21:11.000000", "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "8f21d25b-5748-4563-a3e0-7abd6a2f2052", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:11Z", "hostId": "8bb58277edc7e10c59a0a80f7acc12f80e9e7326b53af07a600d1bb0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:02Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:21:35,014 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fcc85b81-31e3-4227-b99c-cb9e83c63e11 2018-07-19 15:21:35,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.629210948944s 2018-07-19 15:21:35,015 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fcc85b81-31e3-4227-b99c-cb9e83c63e11 2018-07-19 15:21:35,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 15:21:35,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=cf084d5f-db5a-4215-8955-b1afb4a2ce33" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:35,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-9fa676d8-9c23-43ce-9178-4b1db233d380 Date: Thu, 19 Jul 2018 15:21:35 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"36610067-fe65-4864-b7a6-dcae4119930d","tenant_id":"bb350628da4143bab69c2d079672c057","created_at":"2018-07-19T15:21:23Z","admin_state_up":true,"updated_at":"2018-07-19T15:21:30Z","binding:vnic_type":"normal","device_id":"cf084d5f-db5a-4215-8955-b1afb4a2ce33","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:99:7a:4a","id":"89e106da-974f-4968-a750-8b68266674d6","port_security_enabled":true,"project_id":"bb350628da4143bab69c2d079672c057","fixed_ips":[{"subnet_id":"ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27","ip_address":"192.168.0.9"}],"extra_dhcp_opts":[],"security_groups":["0911cb19-6be7-4ac1-ae86-c75d3c4aff04"],"name":""}]} 2018-07-19 15:21:35,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=cf084d5f-db5a-4215-8955-b1afb4a2ce33 used request id req-9fa676d8-9c23-43ce-9178-4b1db233d380 2018-07-19 15:21:35,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0613977909088s 2018-07-19 15:21:35,082 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=cf084d5f-db5a-4215-8955-b1afb4a2ce33 used request id req-9fa676d8-9c23-43ce-9178-4b1db233d380 2018-07-19 15:21:35,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 15:21:35,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=89e106da-974f-4968-a750-8b68266674d6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:35,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-be321d04-5d41-4f02-a6c2-e6824348cd63 Date: Thu, 19 Jul 2018 15:21:35 GMT RESP BODY: {"floatingips": []} 2018-07-19 15:21:35,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=89e106da-974f-4968-a750-8b68266674d6 used request id req-be321d04-5d41-4f02-a6c2-e6824348cd63 2018-07-19 15:21:35,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.045077085495s 2018-07-19 15:21:35,132 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=89e106da-974f-4968-a750-8b68266674d6 used request id req-be321d04-5d41-4f02-a6c2-e6824348cd63 2018-07-19 15:21:35,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:21:35,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:35,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15: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-b54271d9-7504-4da7-a4c3-a2c8dcaa8c86 x-compute-request-id: req-b54271d9-7504-4da7-a4c3-a2c8dcaa8c86 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:7a:4a", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:21:31.000000", "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "cf084d5f-db5a-4215-8955-b1afb4a2ce33", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:31Z", "hostId": "27a8834fbf759abaf302ddf8eb304c15dbca3a1570e89b0976221fd5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "name": "vping_ssh-vm_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:19Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:b7:fd", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:21:11.000000", "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "8f21d25b-5748-4563-a3e0-7abd6a2f2052", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:11Z", "hostId": "8bb58277edc7e10c59a0a80f7acc12f80e9e7326b53af07a600d1bb0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:02Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:21:35,862 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b54271d9-7504-4da7-a4c3-a2c8dcaa8c86 2018-07-19 15:21:35,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.728327989578s 2018-07-19 15:21:35,862 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b54271d9-7504-4da7-a4c3-a2c8dcaa8c86 2018-07-19 15:21:35,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 15:21:35,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=cf084d5f-db5a-4215-8955-b1afb4a2ce33" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:35,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-437f5581-2c6a-4f1e-afcb-98a32e31c8af Date: Thu, 19 Jul 2018 15:21:35 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"36610067-fe65-4864-b7a6-dcae4119930d","tenant_id":"bb350628da4143bab69c2d079672c057","created_at":"2018-07-19T15:21:23Z","admin_state_up":true,"updated_at":"2018-07-19T15:21:30Z","binding:vnic_type":"normal","device_id":"cf084d5f-db5a-4215-8955-b1afb4a2ce33","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:99:7a:4a","id":"89e106da-974f-4968-a750-8b68266674d6","port_security_enabled":true,"project_id":"bb350628da4143bab69c2d079672c057","fixed_ips":[{"subnet_id":"ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27","ip_address":"192.168.0.9"}],"extra_dhcp_opts":[],"security_groups":["0911cb19-6be7-4ac1-ae86-c75d3c4aff04"],"name":""}]} 2018-07-19 15:21:35,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=cf084d5f-db5a-4215-8955-b1afb4a2ce33 used request id req-437f5581-2c6a-4f1e-afcb-98a32e31c8af 2018-07-19 15:21:35,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0640749931335s 2018-07-19 15:21:35,930 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=cf084d5f-db5a-4215-8955-b1afb4a2ce33 used request id req-437f5581-2c6a-4f1e-afcb-98a32e31c8af 2018-07-19 15:21:35,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 15:21:35,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=89e106da-974f-4968-a750-8b68266674d6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:35,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3f428444-ea2a-4a61-a4b7-9713ab788d02 Date: Thu, 19 Jul 2018 15:21:35 GMT RESP BODY: {"floatingips": []} 2018-07-19 15:21:35,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=89e106da-974f-4968-a750-8b68266674d6 used request id req-3f428444-ea2a-4a61-a4b7-9713ab788d02 2018-07-19 15:21:35,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0445079803467s 2018-07-19 15:21:35,977 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=89e106da-974f-4968-a750-8b68266674d6 used request id req-3f428444-ea2a-4a61-a4b7-9713ab788d02 2018-07-19 15:21:35,978 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:99:7a:4a', u'version': 4, u'addr': u'192.168.0.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'38516ef6-8ff5-4a7c-bd37-3774cbaa24a9'}), 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-19T15:21:31.000000', 'flavor': Munch({u'id': u'79a59a10-b7c0-462b-b949-40cf75973aa5'}), 'az': u'nova', 'id': u'cf084d5f-db5a-4215-8955-b1afb4a2ce33', 'security_groups': [Munch({u'name': u'vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8df1e3d4480e4b8ca70ab41a8780d479', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bb350628da4143bab69c2d079672c057', 'name': 'vping_ssh-project_495348c0-d9b8-41d7-8fb7-abaebfa546b1', '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-19T15:21:31.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-19T15:21:31Z', 'hostId': u'27a8834fbf759abaf302ddf8eb304c15dbca3a1570e89b0976221fd5', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1', 'public_v6': '', 'private_v4': u'192.168.0.9', 'cloud': 'envvars', 'host_id': u'27a8834fbf759abaf302ddf8eb304c15dbca3a1570e89b0976221fd5', '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-19T15:21:31.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'bb350628da4143bab69c2d079672c057', 'name': u'vping_ssh-vm_495348c0-d9b8-41d7-8fb7-abaebfa546b1', 'adminPass': None, 'tenant_id': u'bb350628da4143bab69c2d079672c057', 'created_at': u'2018-07-19T15:21:19Z', 'created': u'2018-07-19T15:21:19Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-19 15:21:35,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:21:35,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:36,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-29d9fc5b-a18e-45d8-8689-3b7cc72593a7 Date: Thu, 19 Jul 2018 15:21:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27"],"updated_at":"2018-07-19T15:20:49Z","tenant_id":"bb350628da4143bab69c2d079672c057","created_at":"2018-07-19T15:20:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bb350628da4143bab69c2d079672c057","id":"36610067-fe65-4864-b7a6-dcae4119930d","name":"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","name":"external"}]} 2018-07-19 15:21:36,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-29d9fc5b-a18e-45d8-8689-3b7cc72593a7 2018-07-19 15:21:36,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.117326974869s 2018-07-19 15:21:36,097 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-29d9fc5b-a18e-45d8-8689-3b7cc72593a7 2018-07-19 15:21:36,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 15:21:36,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=cf084d5f-db5a-4215-8955-b1afb4a2ce33" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:36,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-e432142b-7b22-453c-a953-5dd74d663181 Date: Thu, 19 Jul 2018 15:21:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"36610067-fe65-4864-b7a6-dcae4119930d","tenant_id":"bb350628da4143bab69c2d079672c057","created_at":"2018-07-19T15:21:23Z","admin_state_up":true,"updated_at":"2018-07-19T15:21:30Z","binding:vnic_type":"normal","device_id":"cf084d5f-db5a-4215-8955-b1afb4a2ce33","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:99:7a:4a","id":"89e106da-974f-4968-a750-8b68266674d6","port_security_enabled":true,"project_id":"bb350628da4143bab69c2d079672c057","fixed_ips":[{"subnet_id":"ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27","ip_address":"192.168.0.9"}],"extra_dhcp_opts":[],"security_groups":["0911cb19-6be7-4ac1-ae86-c75d3c4aff04"],"name":""}]} 2018-07-19 15:21:36,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=cf084d5f-db5a-4215-8955-b1afb4a2ce33 used request id req-e432142b-7b22-453c-a953-5dd74d663181 2018-07-19 15:21:36,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0600209236145s 2018-07-19 15:21:36,158 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=cf084d5f-db5a-4215-8955-b1afb4a2ce33 used request id req-e432142b-7b22-453c-a953-5dd74d663181 2018-07-19 15:21:36,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-19 15:21:36,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" -d '{"floatingip": {"floating_network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "fixed_ip_address": "192.168.0.9", "port_id": "89e106da-974f-4968-a750-8b68266674d6"}}' 2018-07-19 15:21:38,135 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-c367c293-373d-4ad8-be11-e477ece2016d Date: Thu, 19 Jul 2018 15:21:38 GMT RESP BODY: {"floatingip": {"router_id": "bcb4191b-0bff-4d71-a1cb-6c15dab78c9b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-19T15:21:37Z", "floating_network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "fixed_ip_address": "192.168.0.9", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "89e106da-974f-4968-a750-8b68266674d6", "id": "359a9823-74e0-469b-b3ac-a50b9c5335b9", "tenant_id": "bb350628da4143bab69c2d079672c057", "created_at": "2018-07-19T15:21:37Z", "project_id": "bb350628da4143bab69c2d079672c057"}} 2018-07-19 15:21:38,135 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-c367c293-373d-4ad8-be11-e477ece2016d 2018-07-19 15:21:38,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.97673416138s 2018-07-19 15:21:38,136 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-c367c293-373d-4ad8-be11-e477ece2016d 2018-07-19 15:21:38,139 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'bcb4191b-0bff-4d71-a1cb-6c15dab78c9b', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'bb350628da4143bab69c2d079672c057', 'created_at': u'2018-07-19T15:21:37Z', 'attached': True, 'updated_at': u'2018-07-19T15:21:37Z', 'id': u'359a9823-74e0-469b-b3ac-a50b9c5335b9', 'floating_network_id': u'b74ea510-ba57-4f85-8b9f-14fc3006297d', 'fixed_ip_address': u'192.168.0.9', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bb350628da4143bab69c2d079672c057', 'name': 'vping_ssh-project_495348c0-d9b8-41d7-8fb7-abaebfa546b1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'bcb4191b-0bff-4d71-a1cb-6c15dab78c9b', 'project_id': u'bb350628da4143bab69c2d079672c057', 'port_id': u'89e106da-974f-4968-a750-8b68266674d6', 'port': u'89e106da-974f-4968-a750-8b68266674d6', 'network': u'b74ea510-ba57-4f85-8b9f-14fc3006297d'}) 2018-07-19 15:21:38,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-19 15:21:38,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33/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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-19 15:21:39,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:21: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-ab9c5e07-e6f3-4e89-a827-756d5330fadc x-compute-request-id: req-ab9c5e07-e6f3-4e89-a827-756d5330fadc Content-Encoding: gzip Content-Length: 9560 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 474293932 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.143310] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145002] pid_max: default: 32768 minimum: 301\n[ 0.145918] ACPI: Core revision 20150930\n[ 0.147319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148658] Security Framework initialized\n[ 0.149491] Yama: becoming mindful.\n[ 0.150240] AppArmor: AppArmor initialized\n[ 0.151123] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153804] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156485] Initializing cgroup subsys io\n[ 0.157317] Initializing cgroup subsys memory\n[ 0.158194] Initializing cgroup subsys devices\n[ 0.159089] Initializing cgroup subsys freezer\n[ 0.159982] Initializing cgroup subsys net_cls\n[ 0.160866] Initializing cgroup subsys perf_event\n[ 0.161798] Initializing cgroup subsys net_prio\n[ 0.162711] Initializing cgroup subsys hugetlb\n[ 0.163598] Initializing cgroup subsys pids\n[ 0.164491] CPU: Physical Processor ID: 0\n[ 0.166022] mce: CPU supports 10 MCE banks\n[ 0.166895] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182443] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188572] ftrace: allocating 31920 entries in 125 pages\n[ 0.213657] smpboot: Max logical packages: 1\n[ 0.214748] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216130] x2apic enabled\n[ 0.216949] Switched APIC routing to physical x2apic.\n[ 0.218714] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219861] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223822] KVM setup paravirtual spinlock\n[ 0.225149] x86: Booted up 1 node, 1 CPUs\n[ 0.225985] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227417] devtmpfs: initialized\n[ 0.229161] evm: security.selinux\n[ 0.229879] evm: security.SMACK64\n[ 0.230581] evm: security.SMACK64EXEC\n[ 0.231342] evm: security.SMACK64TRANSMUTE\n[ 0.232167] evm: security.SMACK64MMAP\n[ 0.232930] evm: security.ima\n[ 0.233585] evm: security.capability\n[ 0.234414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236314] pinctrl core: initialized pinctrl subsystem\n[ 0.237452] RTC time: 15:21:31, date: 07/19/18\n[ 0.238447] NET: Registered protocol family 16\n[ 0.239460] cpuidle: using governor ladder\n[ 0.240311] cpuidle: using governor menu\n[ 0.241120] PCCT header not found.\n[ 0.241897] ACPI: bus type PCI registered\n[ 0.242722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244005] PCI: Using configuration type 1 for base access\n[ 0.245823] ACPI: Added _OSI(Module Device)\n[ 0.246689] ACPI: Added _OSI(Processor Device)\n[ 0.247572] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250263] ACPI: Interpreter enabled\n[ 0.251052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252942] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256702] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258578] ACPI: (supports S0 S5)\n[ 0.259298] ACPI: Using IOAPIC for interrupt routing\n[ 0.260267] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263411] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264586] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269350] acpiphp: Slot [3] registered\n[ 0.270175] acpiphp: Slot [4] registered\n[ 0.270997] acpiphp: Slot [5] registered\n[ 0.271815] acpiphp: Slot [6] registered\n[ 0.272632] acpiphp: Slot [7] registered\n[ 0.273450] acpiphp: Slot [8] registered\n[ 0.274271] acpiphp: Slot [9] registered\n[ 0.275098] acpiphp: Slot [10] registered\n[ 0.275943] acpiphp: Slot [11] registered\n[ 0.276778] acpiphp: Slot [12] registered\n[ 0.277611] acpiphp: Slot [13] registered\n[ 0.278441] acpiphp: Slot [14] registered\n[ 0.279271] acpiphp: Slot [15] registered\n[ 0.290075] acpiphp: Slot [16] registered\n[ 0.290911] acpiphp: Slot [17] registered\n[ 0.291739] acpiphp: Slot [18] registered\n[ 0.292563] acpiphp: Slot [19] registered\n[ 0.293389] acpiphp: Slot [20] registered\n[ 0.294222] acpiphp: Slot [21] registered\n[ 0.295062] acpiphp: Slot [22] registered\n[ 0.295891] acpiphp: Slot [23] registered\n[ 0.296731] acpiphp: Slot [24] registered\n[ 0.297558] acpiphp: Slot [25] registered\n[ 0.298393] acpiphp: Slot [26] registered\n[ 0.299226] acpiphp: Slot [27] registered\n[ 0.300060] acpiphp: Slot [28] registered\n[ 0.300925] acpiphp: Slot [29] registered\n[ 0.301755] acpiphp: Slot [30] registered\n[ 0.302585] acpiphp: Slot [31] registered\n[ 0.303413] PCI host bridge to bus 0000:00\n[ 0.304242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305484] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306731] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308216] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309702] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.311221] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314607] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315925] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317142] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318441] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321980] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323484] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342089] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.343583] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.345374] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.346829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.348244] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.349534] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.350870] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.351954] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.353534] vgaarb: loaded\n[ 0.354147] vgaarb: bridge control possible 0000:00:02.0\n[ 0.355398] SCSI subsystem initialized\n[ 0.356332] ACPI: bus type USB registered\n[ 0.357180] usbcore: registered new interface driver usbfs\n[ 0.358235] usbcore: registered new interface driver hub\n[ 0.359271] usbcore: registered new device driver usb\n[ 0.360405] PCI: Using ACPI for IRQ routing\n[ 0.361552] NetLabel: Initializing\n[ 0.362292] NetLabel: domain hash size = 128\n[ 0.363161] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.364147] NetLabel: unlabeled traffic allowed by default\n[ 0.365337] clocksource: Switched to clocksource kvm-clock\n[ 0.373627] AppArmor: AppArmor Filesystem Enabled\n[ 0.374619] pnp: PnP ACPI init\n[ 0.375564] pnp: PnP ACPI: found 5 devices\n[ 0.381920] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.383681] NET: Registered protocol family 2\n[ 0.384753] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386088] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387329] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388563] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390907] NET: Registered protocol family 1\n[ 0.391813] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392941] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394047] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408105] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422293] Trying to unpack rootfs image as initramfs...\n[ 0.478965] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.480634] Scanning for low memory corruption every 60 seconds\n[ 0.482026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.483219] audit: initializing netlink subsys (disabled)\n[ 0.484271] audit: type=2000 audit(1532013692.135:1): initialized\n[ 0.485669] Initialise system trusted keyring\n[ 0.486642] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.487829] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.490006] zbud: loaded\n[ 0.490750] VFS: Disk quotas dquot_6.6.0\n[ 0.491585] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.493221] fuse init (API version 7.23)\n[ 0.494157] Key type big_key registered\n[ 0.494983] Allocating IMA MOK and blacklist keyrings.\n[ 0.496233] Key type asymmetric registered\n[ 0.497078] Asymmetric key parser 'x509' registered\n[ 0.498073] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.499580] io scheduler noop registered\n[ 0.500395] io scheduler deadline registered (default)\n[ 0.501428] io scheduler cfq registered\n[ 0.502305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.503378] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.504675] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.506168] ACPI: Power Button [PWRF]\n[ 0.507047] GHES: HEST is not enabled!\n[ 0.520728] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.548585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.550738] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.574794] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.577152] Linux agpgart interface v0.103\n[ 0.579818] brd: module loaded\n[ 0.581541] loop: module loaded\n[ 0.585375] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588495] GPT:90111 != 2097151\n[ 0.589292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590516] GPT:90111 != 2097151\n[ 0.591220] GPT: Use GNU Parted to correct GPT errors.\n[ 0.592244] vda: vda1 vda15\n[ 0.594212] scsi host0: ata_piix\n[ 0.595033] scsi host1: ata_piix\n[ 0.595784] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.597070] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.598629] libphy: Fixed MDIO Bus: probed\n[ 0.599468] tun: Universal TUN/TAP device driver, 1.6\n[ 0.600448] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.602982] PPP generic driver version 2.4.2\n[ 0.603975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605250] ehci-pci: EHCI PCI platform driver\n[ 0.606165] ehci-platform: EHCI generic platform driver\n[ 0.607282] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608485] ohci-pci: OHCI PCI platform driver\n[ 0.609411] ohci-platform: OHCI generic platform driver\n[ 0.610460] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624758] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625814] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628349] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.629549] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630820] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.632277] usb usb1: Product: UHCI Host Controller\n[ 0.633236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.634410] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635426] hub 1-0:1.0: USB hub found\n[ 0.636233] hub 1-0:1.0: 2 ports detected\n[ 0.637211] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639396] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640384] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641470] mousedev: PS/2 mouse device common for all mice\n[ 0.642775] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644675] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645827] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.648274] i2c /dev entries driver\n[ 0.649083] device-mapper: uevent: version 1.0.3\n[ 0.650083] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.651763] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653259] NET: Registered protocol family 10\n[ 0.654456] NET: Registered protocol family 17\n[ 0.655384] Key type dns_resolver registered\n[ 0.656432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657589] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659458] registered taskstats version 1\n[ 0.660338] Loading compiled-in X.509 certificates\n[ 0.661865] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663788] zswap: loaded using pool lzo/zbud\n[ 0.665491] Key type trusted registered\n[ 0.667299] Key type encrypted registered\n[ 0.668158] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670339] evm: HMAC attrs: 0x1\n[ 0.671346] Magic number: 10:846:386\n[ 0.672253] rtc_cmos 00:00: setting system clock to 2018-07-19 15:21:32 UTC (1532013692)\n[ 0.673949] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675097] EDD information not available.\n[ 0.758722] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.770455] Write protecting the kernel read-only data: 14336k\n[ 0.772628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774529] 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\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... [ 0.925610] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.9...\nLease of 192.168.0.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000000c\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCNzqdwKPdD4sMU9iYXDg44/O1GUNDg7AoSxksKP46fFAcJvKQXh9h55+AWe38zkEZ1mHO5xISissiqnt0wnL+z100nN1Y/EX7nZ1GMFPqBEP/JUEVG3AX48g9pyOKXccy8JPvoxklp2eNygf+14LDXqi3RvuuwnB7dJCwUuBtNgnLY0qiho4ZMWEiD0kLlqF56Tnw+mMbJ8YsjLLlYXcDW6sQrUxrZebP/OfnWt9IgJ/mr0PyMY4LQsHEz1PPmUMON5I0L2QnPkVk3TxTonJMqlL0ls5fIr64sK6CTxGPwXCBfjb9qbRsW+Hbxjh6iaBKiJ1Xk5wbDW8aN4lNLFAb9 root@vping-ssh-vm-495348c0-d9b8-41d7-8fb7-abaebfa546b1\nssh-dss AAAAB3NzaC1kc3MAAACBAJhIRiRDC5Jl3lqmm4sRW8tP5Dtv0jMhYSXOQ5ewsD/MZe2uu/3DU11IQnR4xT93lfsn3u4RGGTPDopjlkZQ0MOEll+o0WWH4QNIT4zSv6k3bqeVjNer+XqqZmoI5GvVlUhe4kBWy0HbcN8DrVAf4geHR39Ypb+1Cd4tIMtelVPvAAAAFQDzdU+M1Zcb4WutFowSWc9FtNsDnQAAAIEAjTVXv+0yic9rbxNAksgqdTTE3GPpk+Xxbi/lY2eK/eg2217wxJpxy+VKp3put+/Y8LTQF5E2frQcMYpGJPu/mqVtVb90dJXbjRYEGaZ1Czklnd2bVLzWx/p9AByn06q9rGNpRyZ5puoLksgM3Zv+bNPFDLVrakbcENiVx1TU3B0AAACBAJc2etAtKeGokM9j0Zcvg85oDcSzIqywshvHkfYsPu8zCFwgIzMSQH5rl9KNjJYy5tmBhXMDWNBhfcMyw7IV4X3lAtltknMrtph7dkB+NyZqhoG5YBJCaolCG7YE8i3bcGSzYtkVwbAKx+1dtsbSYc13KaWdxSQqYhbzYcKag9sC root@vping-ssh-vm-495348c0-d9b8-41d7-8fb7-abaebfa546b1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.49s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.9,24,fe80::f816:3eff:fe99:7a4a/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.4 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000c\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-495348c0-d9b8-41d7-8fb7-abaebfa546b1\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.82 ===\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-495348c0-d9b8-41d7-8fb7-abaebfa546b1 login: "} 2018-07-19 15:21:39,031 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33/action used request id req-ab9c5e07-e6f3-4e89-a827-756d5330fadc 2018-07-19 15:21:39,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.890888929367s 2018-07-19 15:21:39,032 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33/action used request id req-ab9c5e07-e6f3-4e89-a827-756d5330fadc 2018-07-19 15:21:39,032 - 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 474293932 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.143310] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.145002] pid_max: default: 32768 minimum: 301 [ 0.145918] ACPI: Core revision 20150930 [ 0.147319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.148658] Security Framework initialized [ 0.149491] Yama: becoming mindful. [ 0.150240] AppArmor: AppArmor initialized [ 0.151123] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.152488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.153804] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.156485] Initializing cgroup subsys io [ 0.157317] Initializing cgroup subsys memory [ 0.158194] Initializing cgroup subsys devices [ 0.159089] Initializing cgroup subsys freezer [ 0.159982] Initializing cgroup subsys net_cls [ 0.160866] Initializing cgroup subsys perf_event [ 0.161798] Initializing cgroup subsys net_prio [ 0.162711] Initializing cgroup subsys hugetlb [ 0.163598] Initializing cgroup subsys pids [ 0.164491] CPU: Physical Processor ID: 0 [ 0.166022] mce: CPU supports 10 MCE banks [ 0.166895] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.167922] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182443] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188572] ftrace: allocating 31920 entries in 125 pages [ 0.213657] smpboot: Max logical packages: 1 [ 0.214748] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216130] x2apic enabled [ 0.216949] Switched APIC routing to physical x2apic. [ 0.218714] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.219861] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.221993] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.223822] KVM setup paravirtual spinlock [ 0.225149] x86: Booted up 1 node, 1 CPUs [ 0.225985] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227417] devtmpfs: initialized [ 0.229161] evm: security.selinux [ 0.229879] evm: security.SMACK64 [ 0.230581] evm: security.SMACK64EXEC [ 0.231342] evm: security.SMACK64TRANSMUTE [ 0.232167] evm: security.SMACK64MMAP [ 0.232930] evm: security.ima [ 0.233585] evm: security.capability [ 0.234414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236314] pinctrl core: initialized pinctrl subsystem [ 0.237452] RTC time: 15:21:31, date: 07/19/18 [ 0.238447] NET: Registered protocol family 16 [ 0.239460] cpuidle: using governor ladder [ 0.240311] cpuidle: using governor menu [ 0.241120] PCCT header not found. [ 0.241897] ACPI: bus type PCI registered [ 0.242722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.244005] PCI: Using configuration type 1 for base access [ 0.245823] ACPI: Added _OSI(Module Device) [ 0.246689] ACPI: Added _OSI(Processor Device) [ 0.247572] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.248497] ACPI: Added _OSI(Processor Aggregator Device) [ 0.250263] ACPI: Interpreter enabled [ 0.251052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252942] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.254818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.256702] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.258578] ACPI: (supports S0 S5) [ 0.259298] ACPI: Using IOAPIC for interrupt routing [ 0.260267] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.263411] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.264586] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.265856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.269350] acpiphp: Slot [3] registered [ 0.270175] acpiphp: Slot [4] registered [ 0.270997] acpiphp: Slot [5] registered [ 0.271815] acpiphp: Slot [6] registered [ 0.272632] acpiphp: Slot [7] registered [ 0.273450] acpiphp: Slot [8] registered [ 0.274271] acpiphp: Slot [9] registered [ 0.275098] acpiphp: Slot [10] registered [ 0.275943] acpiphp: Slot [11] registered [ 0.276778] acpiphp: Slot [12] registered [ 0.277611] acpiphp: Slot [13] registered [ 0.278441] acpiphp: Slot [14] registered [ 0.279271] acpiphp: Slot [15] registered [ 0.290075] acpiphp: Slot [16] registered [ 0.290911] acpiphp: Slot [17] registered [ 0.291739] acpiphp: Slot [18] registered [ 0.292563] acpiphp: Slot [19] registered [ 0.293389] acpiphp: Slot [20] registered [ 0.294222] acpiphp: Slot [21] registered [ 0.295062] acpiphp: Slot [22] registered [ 0.295891] acpiphp: Slot [23] registered [ 0.296731] acpiphp: Slot [24] registered [ 0.297558] acpiphp: Slot [25] registered [ 0.298393] acpiphp: Slot [26] registered [ 0.299226] acpiphp: Slot [27] registered [ 0.300060] acpiphp: Slot [28] registered [ 0.300925] acpiphp: Slot [29] registered [ 0.301755] acpiphp: Slot [30] registered [ 0.302585] acpiphp: Slot [31] registered [ 0.303413] PCI host bridge to bus 0000:00 [ 0.304242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.305484] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.306731] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.308216] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.309702] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.311221] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.314607] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.315925] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.317142] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.318441] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321980] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323484] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.342089] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.343583] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.345374] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.346829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.348244] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.349534] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.350870] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.351954] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.353534] vgaarb: loaded [ 0.354147] vgaarb: bridge control possible 0000:00:02.0 [ 0.355398] SCSI subsystem initialized [ 0.356332] ACPI: bus type USB registered [ 0.357180] usbcore: registered new interface driver usbfs [ 0.358235] usbcore: registered new interface driver hub [ 0.359271] usbcore: registered new device driver usb [ 0.360405] PCI: Using ACPI for IRQ routing [ 0.361552] NetLabel: Initializing [ 0.362292] NetLabel: domain hash size = 128 [ 0.363161] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.364147] NetLabel: unlabeled traffic allowed by default [ 0.365337] clocksource: Switched to clocksource kvm-clock [ 0.373627] AppArmor: AppArmor Filesystem Enabled [ 0.374619] pnp: PnP ACPI init [ 0.375564] pnp: PnP ACPI: found 5 devices [ 0.381920] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.383681] NET: Registered protocol family 2 [ 0.384753] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.386088] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.387329] TCP: Hash tables configured (established 4096 bind 4096) [ 0.388563] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.389692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.390907] NET: Registered protocol family 1 [ 0.391813] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.392941] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.394047] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.408105] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.422293] Trying to unpack rootfs image as initramfs... [ 0.478965] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.480634] Scanning for low memory corruption every 60 seconds [ 0.482026] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.483219] audit: initializing netlink subsys (disabled) [ 0.484271] audit: type=2000 audit(1532013692.135:1): initialized [ 0.485669] Initialise system trusted keyring [ 0.486642] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.487829] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.490006] zbud: loaded [ 0.490750] VFS: Disk quotas dquot_6.6.0 [ 0.491585] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.493221] fuse init (API version 7.23) [ 0.494157] Key type big_key registered [ 0.494983] Allocating IMA MOK and blacklist keyrings. [ 0.496233] Key type asymmetric registered [ 0.497078] Asymmetric key parser 'x509' registered [ 0.498073] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.499580] io scheduler noop registered [ 0.500395] io scheduler deadline registered (default) [ 0.501428] io scheduler cfq registered [ 0.502305] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.503378] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.504675] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.506168] ACPI: Power Button [PWRF] [ 0.507047] GHES: HEST is not enabled! [ 0.520728] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.548585] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.550738] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.574794] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.577152] Linux agpgart interface v0.103 [ 0.579818] brd: module loaded [ 0.581541] loop: module loaded [ 0.585375] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.588495] GPT:90111 != 2097151 [ 0.589292] GPT:Alternate GPT header not at the end of the disk. [ 0.590516] GPT:90111 != 2097151 [ 0.591220] GPT: Use GNU Parted to correct GPT errors. [ 0.592244] vda: vda1 vda15 [ 0.594212] scsi host0: ata_piix [ 0.595033] scsi host1: ata_piix [ 0.595784] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.597070] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.598629] libphy: Fixed MDIO Bus: probed [ 0.599468] tun: Universal TUN/TAP device driver, 1.6 [ 0.600448] tun: (C) 1999-2004 Max Krasnyansky [ 0.602982] PPP generic driver version 2.4.2 [ 0.603975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.605250] ehci-pci: EHCI PCI platform driver [ 0.606165] ehci-platform: EHCI generic platform driver [ 0.607282] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.608485] ohci-pci: OHCI PCI platform driver [ 0.609411] ohci-platform: OHCI generic platform driver [ 0.610460] uhci_hcd: USB Universal Host Controller Interface driver [ 0.624758] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.625814] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.627320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.628349] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.629549] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.630820] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.632277] usb usb1: Product: UHCI Host Controller [ 0.633236] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.634410] usb usb1: SerialNumber: 0000:00:01.2 [ 0.635426] hub 1-0:1.0: USB hub found [ 0.636233] hub 1-0:1.0: 2 ports detected [ 0.637211] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.639396] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.640384] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.641470] mousedev: PS/2 mouse device common for all mice [ 0.642775] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.644675] rtc_cmos 00:00: RTC can wake from S4 [ 0.645827] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.647050] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.648274] i2c /dev entries driver [ 0.649083] device-mapper: uevent: version 1.0.3 [ 0.650083] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.651763] ledtrig-cpu: registered to indicate activity on CPUs [ 0.653259] NET: Registered protocol family 10 [ 0.654456] NET: Registered protocol family 17 [ 0.655384] Key type dns_resolver registered [ 0.656432] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.657589] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.659458] registered taskstats version 1 [ 0.660338] Loading compiled-in X.509 certificates [ 0.661865] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.663788] zswap: loaded using pool lzo/zbud [ 0.665491] Key type trusted registered [ 0.667299] Key type encrypted registered [ 0.668158] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669238] ima: No TPM chip found, activating TPM-bypass! [ 0.670339] evm: HMAC attrs: 0x1 [ 0.671346] Magic number: 10:846:386 [ 0.672253] rtc_cmos 00:00: setting system clock to 2018-07-19 15:21:32 UTC (1532013692) [ 0.673949] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.675097] EDD information not available. [ 0.758722] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.770455] Write protecting the kernel read-only data: 14336k [ 0.772628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774529] 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 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... [ 0.925610] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.9... Lease of 192.168.0.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-0000000c 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCNzqdwKPdD4sMU9iYXDg44/O1GUNDg7AoSxksKP46fFAcJvKQXh9h55+AWe38zkEZ1mHO5xISissiqnt0wnL+z100nN1Y/EX7nZ1GMFPqBEP/JUEVG3AX48g9pyOKXccy8JPvoxklp2eNygf+14LDXqi3RvuuwnB7dJCwUuBtNgnLY0qiho4ZMWEiD0kLlqF56Tnw+mMbJ8YsjLLlYXcDW6sQrUxrZebP/OfnWt9IgJ/mr0PyMY4LQsHEz1PPmUMON5I0L2QnPkVk3TxTonJMqlL0ls5fIr64sK6CTxGPwXCBfjb9qbRsW+Hbxjh6iaBKiJ1Xk5wbDW8aN4lNLFAb9 root@vping-ssh-vm-495348c0-d9b8-41d7-8fb7-abaebfa546b1 ssh-dss AAAAB3NzaC1kc3MAAACBAJhIRiRDC5Jl3lqmm4sRW8tP5Dtv0jMhYSXOQ5ewsD/MZe2uu/3DU11IQnR4xT93lfsn3u4RGGTPDopjlkZQ0MOEll+o0WWH4QNIT4zSv6k3bqeVjNer+XqqZmoI5GvVlUhe4kBWy0HbcN8DrVAf4geHR39Ypb+1Cd4tIMtelVPvAAAAFQDzdU+M1Zcb4WutFowSWc9FtNsDnQAAAIEAjTVXv+0yic9rbxNAksgqdTTE3GPpk+Xxbi/lY2eK/eg2217wxJpxy+VKp3put+/Y8LTQF5E2frQcMYpGJPu/mqVtVb90dJXbjRYEGaZ1Czklnd2bVLzWx/p9AByn06q9rGNpRyZ5puoLksgM3Zv+bNPFDLVrakbcENiVx1TU3B0AAACBAJc2etAtKeGokM9j0Zcvg85oDcSzIqywshvHkfYsPu8zCFwgIzMSQH5rl9KNjJYy5tmBhXMDWNBhfcMyw7IV4X3lAtltknMrtph7dkB+NyZqhoG5YBJCaolCG7YE8i3bcGSzYtkVwbAKx+1dtsbSYc13KaWdxSQqYhbzYcKag9sC root@vping-ssh-vm-495348c0-d9b8-41d7-8fb7-abaebfa546b1 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.49s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.9,24,fe80::f816:3eff:fe99:7a4a/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.4 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000c name: N/A availability-zone: nova local-hostname: vping-ssh-vm-495348c0-d9b8-41d7-8fb7-abaebfa546b1 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.82 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-495348c0-d9b8-41d7-8fb7-abaebfa546b1 login: 2018-07-19 15:21:55,062 - paramiko.transport - DEBUG - starting thread (client mode): 0x277a0650L 2018-07-19 15:21:55,062 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-19 15:21:55,063 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-19 15:21:55,063 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-19 15:21:55,064 - 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-19 15:21:55,064 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-19 15:21:55,064 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-19 15:21:55,064 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-19 15:21:55,065 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-19 15:21:55,065 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-19 15:21:55,081 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-19 15:21:55,082 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-19 15:21:55,094 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: b80af62cf50d407185456d0928e80e5a 2018-07-19 15:21:55,095 - paramiko.transport - DEBUG - Trying discovered key 510156d052f08a62a8e4fea32b067bd3 in /tmp/tmpmTYSiS 2018-07-19 15:21:55,121 - paramiko.transport - DEBUG - userauth is OK 2018-07-19 15:21:55,126 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-19 15:21:55,128 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-19 15:21:55,129 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-19 15:21:55,129 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-19 15:21:55,130 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-19 15:21:55,133 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-19 15:21:55,134 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - output: PING 192.168.0.10 (192.168.0.10): 56 data bytes 64 bytes from 192.168.0.10: seq=0 ttl=64 time=1.464 ms --- 192.168.0.10 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.464/1.464/1.464 ms 2018-07-19 15:21:55,139 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-19 15:21:55,252 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 15:21:55,252 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:07 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-19 15:21:55,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-19 15:21:55,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:55,452 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:21: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 x-openstack-request-id: req-01cf222f-3e74-4a38-8948-7bcf3bca8aaa x-compute-request-id: req-01cf222f-3e74-4a38-8948-7bcf3bca8aaa Content-Type: application/json 2018-07-19 15:21:55,453 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052 used request id req-01cf222f-3e74-4a38-8948-7bcf3bca8aaa 2018-07-19 15:21:55,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.195001840591s 2018-07-19 15:21:55,453 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052 used request id req-01cf222f-3e74-4a38-8948-7bcf3bca8aaa 2018-07-19 15:21:55,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:21:55,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:56,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:21: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-9c204d47-67e5-498f-bcdc-253f7b8c72fc x-compute-request-id: req-9c204d47-67e5-498f-bcdc-253f7b8c72fc Content-Encoding: gzip Content-Length: 894 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:7a:4a", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:7a:4a", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:21:31.000000", "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "cf084d5f-db5a-4215-8955-b1afb4a2ce33", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:31Z", "hostId": "27a8834fbf759abaf302ddf8eb304c15dbca3a1570e89b0976221fd5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "name": "vping_ssh-vm_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:19Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:b7:fd", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8f21d25b-5748-4563-a3e0-7abd6a2f2052", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:21:11.000000", "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "8f21d25b-5748-4563-a3e0-7abd6a2f2052", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:55Z", "hostId": "8bb58277edc7e10c59a0a80f7acc12f80e9e7326b53af07a600d1bb0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:02Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:21:56,398 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9c204d47-67e5-498f-bcdc-253f7b8c72fc 2018-07-19 15:21:56,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.945024967194s 2018-07-19 15:21:56,399 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9c204d47-67e5-498f-bcdc-253f7b8c72fc 2018-07-19 15:21:56,401 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:21:58,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:21:58,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:21:59,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:21: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-a7909dc5-dcdb-452d-a48b-565ee2787559 x-compute-request-id: req-a7909dc5-dcdb-452d-a48b-565ee2787559 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:7a:4a", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:7a:4a", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:21:31.000000", "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "cf084d5f-db5a-4215-8955-b1afb4a2ce33", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:21:31Z", "hostId": "27a8834fbf759abaf302ddf8eb304c15dbca3a1570e89b0976221fd5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "name": "vping_ssh-vm_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:19Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:21:59,006 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a7909dc5-dcdb-452d-a48b-565ee2787559 2018-07-19 15:21:59,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.602764844894s 2018-07-19 15:21:59,006 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a7909dc5-dcdb-452d-a48b-565ee2787559 2018-07-19 15:21:59,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-19 15:21:59,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/359a9823-74e0-469b-b3ac-a50b9c5335b9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:22:00,019 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-135958ed-79ad-46b3-9412-104153aa7d6c Content-Length: 0 Date: Thu, 19 Jul 2018 15:22:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:22:00,019 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/359a9823-74e0-469b-b3ac-a50b9c5335b9.json used request id req-135958ed-79ad-46b3-9412-104153aa7d6c 2018-07-19 15:22:00,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.00727820396s 2018-07-19 15:22:00,020 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/359a9823-74e0-469b-b3ac-a50b9c5335b9.json used request id req-135958ed-79ad-46b3-9412-104153aa7d6c 2018-07-19 15:22:00,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 15:22:00,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:22:00,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1cb5514f-c569-468c-9486-5ef07959eac5 Date: Thu, 19 Jul 2018 15:22:00 GMT RESP BODY: {"floatingips": []} 2018-07-19 15:22:00,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-1cb5514f-c569-468c-9486-5ef07959eac5 2018-07-19 15:22:00,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.229859828949s 2018-07-19 15:22:00,255 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-1cb5514f-c569-468c-9486-5ef07959eac5 2018-07-19 15:22:00,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-19 15:22:00,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:22:00,506 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15: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 x-openstack-request-id: req-886d0fd9-1282-4da9-92bf-2b45e07d82f5 x-compute-request-id: req-886d0fd9-1282-4da9-92bf-2b45e07d82f5 Content-Type: application/json 2018-07-19 15:22:00,507 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33 used request id req-886d0fd9-1282-4da9-92bf-2b45e07d82f5 2018-07-19 15:22:00,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.250085830688s 2018-07-19 15:22:00,507 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33 used request id req-886d0fd9-1282-4da9-92bf-2b45e07d82f5 2018-07-19 15:22:00,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:22:00,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:22:00,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15: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-e880023c-3449-4423-95d4-f40861fb4abe x-compute-request-id: req-e880023c-3449-4423-95d4-f40861fb4abe Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:7a:4a", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:7a:4a", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cf084d5f-db5a-4215-8955-b1afb4a2ce33", "rel": "bookmark"}], "image": {"id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "links": [{"href": "http://172.30.9.27:8774/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:21:31.000000", "flavor": {"id": "79a59a10-b7c0-462b-b949-40cf75973aa5", "links": [{"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "bookmark"}]}, "id": "cf084d5f-db5a-4215-8955-b1afb4a2ce33", "security_groups": [{"name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}], "user_id": "8df1e3d4480e4b8ca70ab41a8780d479", "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-19T15:22:00Z", "hostId": "27a8834fbf759abaf302ddf8eb304c15dbca3a1570e89b0976221fd5", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "name": "vping_ssh-vm_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "created": "2018-07-19T15:21:19Z", "tenant_id": "bb350628da4143bab69c2d079672c057", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:22:00,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e880023c-3449-4423-95d4-f40861fb4abe 2018-07-19 15:22:00,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.42529797554s 2018-07-19 15:22:00,933 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e880023c-3449-4423-95d4-f40861fb4abe 2018-07-19 15:22:00,935 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:22:02,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:22:02,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:22:03,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22: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-f60d2b10-a913-41bf-b8ab-81ca56f64a1f x-compute-request-id: req-f60d2b10-a913-41bf-b8ab-81ca56f64a1f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-19 15:22:03,014 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f60d2b10-a913-41bf-b8ab-81ca56f64a1f 2018-07-19 15:22:03,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0764949321747s 2018-07-19 15:22:03,015 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f60d2b10-a913-41bf-b8ab-81ca56f64a1f 2018-07-19 15:22:03,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-19 15:22:03,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:22:03,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-3607a96d-49e9-40e1-813f-80d2643efe8d Date: Thu, 19 Jul 2018 15:22:03 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "bb350628da4143bab69c2d079672c057", "created_at": "2018-07-19T15:20:57Z", "updated_at": "2018-07-19T15:20:58Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-19T15:20:57Z", "revision_number": 0, "id": "022c8d2e-d737-49af-97ce-9fa441020f12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:57Z", "security_group_id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bb350628da4143bab69c2d079672c057"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:57Z", "revision_number": 0, "id": "63e99878-f2f6-474e-8239-e1b0e0970710", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:57Z", "security_group_id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv6", "project_id": "bb350628da4143bab69c2d079672c057"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:58Z", "revision_number": 0, "id": "aef89a56-04e1-4842-8514-5f60945d22eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:58Z", "security_group_id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb350628da4143bab69c2d079672c057"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:57Z", "revision_number": 0, "id": "b64c8a53-c0cd-4de7-823b-0697be156d4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:57Z", "security_group_id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb350628da4143bab69c2d079672c057"}], "revision_number": 3, "project_id": "bb350628da4143bab69c2d079672c057", "id": "0911cb19-6be7-4ac1-ae86-c75d3c4aff04", "name": "vping_ssh-sg_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}, {"description": "Default security group", "tags": [], "tenant_id": "bb350628da4143bab69c2d079672c057", "created_at": "2018-07-19T15:20:48Z", "updated_at": "2018-07-19T15:20:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:48Z", "revision_number": 0, "id": "62f01036-3df4-4de7-b258-d3fa9a17836b", "remote_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:48Z", "security_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb350628da4143bab69c2d079672c057"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:48Z", "revision_number": 0, "id": "a42f864c-7c0f-4fce-81d9-ef73d4f750b6", "remote_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:48Z", "security_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv6", "project_id": "bb350628da4143bab69c2d079672c057"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:48Z", "revision_number": 0, "id": "c824075d-34a2-4957-9c0f-1b0690573801", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:48Z", "security_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb350628da4143bab69c2d079672c057"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-19T15:20:48Z", "revision_number": 0, "id": "e8e105c7-8c90-4144-aaa4-0ecbe3aa55d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-19T15:20:48Z", "security_group_id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "tenant_id": "bb350628da4143bab69c2d079672c057", "port_range_min": null, "ethertype": "IPv6", "project_id": "bb350628da4143bab69c2d079672c057"}], "revision_number": 1, "project_id": "bb350628da4143bab69c2d079672c057", "id": "b2e91b94-4b3b-4180-82fa-346b12f3bb4c", "name": "default"}]} 2018-07-19 15:22:03,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-3607a96d-49e9-40e1-813f-80d2643efe8d 2018-07-19 15:22:03,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0521960258484s 2018-07-19 15:22:03,070 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-3607a96d-49e9-40e1-813f-80d2643efe8d 2018-07-19 15:22:03,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-19 15:22:03,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/0911cb19-6be7-4ac1-ae86-c75d3c4aff04.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:22:03,296 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2e8be825-a42c-4fef-99be-49316f2c4409 Content-Length: 0 Date: Thu, 19 Jul 2018 15:22:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:22:03,296 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0911cb19-6be7-4ac1-ae86-c75d3c4aff04.json used request id req-2e8be825-a42c-4fef-99be-49316f2c4409 2018-07-19 15:22:03,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.222464799881s 2018-07-19 15:22:03,297 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0911cb19-6be7-4ac1-ae86-c75d3c4aff04.json used request id req-2e8be825-a42c-4fef-99be-49316f2c4409 2018-07-19 15:22:03,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-19 15:22:03,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:22:03,355 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 15: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-83e5ffdd-780b-4807-868d-085ffe2ef4e9 x-compute-request-id: req-83e5ffdd-780b-4807-868d-085ffe2ef4e9 Content-Length: 0 Content-Type: application/json 2018-07-19 15:22:03,355 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1 used request id req-83e5ffdd-780b-4807-868d-085ffe2ef4e9 2018-07-19 15:22:03,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0584809780121s 2018-07-19 15:22:03,356 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_495348c0-d9b8-41d7-8fb7-abaebfa546b1 used request id req-83e5ffdd-780b-4807-868d-085ffe2ef4e9 2018-07-19 15:22:03,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 15:22:03,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/bcb4191b-0bff-4d71-a1cb-6c15dab78c9b/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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" -d '{"subnet_id": "ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27"}' 2018-07-19 15:22:05,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0a39c2e7-28ec-4a11-a316-a35cd5c2609e Date: Thu, 19 Jul 2018 15:22:05 GMT RESP BODY: {"network_id": "36610067-fe65-4864-b7a6-dcae4119930d", "tenant_id": "bb350628da4143bab69c2d079672c057", "subnet_id": "ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27", "subnet_ids": ["ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27"], "port_id": "61286151-c342-48cc-aee6-b9a23e380a2d", "id": "bcb4191b-0bff-4d71-a1cb-6c15dab78c9b"} 2018-07-19 15:22:05,331 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/bcb4191b-0bff-4d71-a1cb-6c15dab78c9b/remove_router_interface.json used request id req-0a39c2e7-28ec-4a11-a316-a35cd5c2609e 2018-07-19 15:22:05,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.97444915771s 2018-07-19 15:22:05,331 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/bcb4191b-0bff-4d71-a1cb-6c15dab78c9b/remove_router_interface.json used request id req-0a39c2e7-28ec-4a11-a316-a35cd5c2609e returning object bcb4191b-0bff-4d71-a1cb-6c15dab78c9b 2018-07-19 15:22:05,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 15:22:05,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:22:05,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-a884bff2-c36c-40ef-8985-d20e283c824a Date: Thu, 19 Jul 2018 15:22:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9ca5b98-e387-4148-b42d-c22d07aa7079", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "bb350628da4143bab69c2d079672c057", "created_at": "2018-07-19T15:20:50Z", "admin_state_up": true, "updated_at": "2018-07-19T15:22:04Z", "revision_number": 4, "routes": [], "project_id": "bb350628da4143bab69c2d079672c057", "id": "bcb4191b-0bff-4d71-a1cb-6c15dab78c9b", "name": "vping_ssh-router_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}]} 2018-07-19 15:22:05,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-a884bff2-c36c-40ef-8985-d20e283c824a 2018-07-19 15:22:05,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.252733945847s 2018-07-19 15:22:05,585 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-a884bff2-c36c-40ef-8985-d20e283c824a 2018-07-19 15:22:05,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 15:22:05,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/bcb4191b-0bff-4d71-a1cb-6c15dab78c9b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:22:07,198 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-65e3b5f9-d0a3-4716-9342-32bb4a0ea8f7 Content-Length: 0 Date: Thu, 19 Jul 2018 15:22:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:22:07,198 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/bcb4191b-0bff-4d71-a1cb-6c15dab78c9b.json used request id req-65e3b5f9-d0a3-4716-9342-32bb4a0ea8f7 2018-07-19 15:22:07,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.61164402962s 2018-07-19 15:22:07,198 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/bcb4191b-0bff-4d71-a1cb-6c15dab78c9b.json used request id req-65e3b5f9-d0a3-4716-9342-32bb4a0ea8f7 2018-07-19 15:22:07,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 15:22:07,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:22:07,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-a3eb1020-e580-410a-b2b1-d61ccbd59936 Date: Thu, 19 Jul 2018 15:22:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36610067-fe65-4864-b7a6-dcae4119930d","tenant_id":"bb350628da4143bab69c2d079672c057","created_at":"2018-07-19T15:20:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:20:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"bb350628da4143bab69c2d079672c057","id":"ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27","subnetpool_id":null,"name":"vping_ssh-subnet_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}]} 2018-07-19 15:22:07,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a3eb1020-e580-410a-b2b1-d61ccbd59936 2018-07-19 15:22:07,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0472390651703s 2018-07-19 15:22:07,246 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a3eb1020-e580-410a-b2b1-d61ccbd59936 2018-07-19 15:22:07,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 15:22:07,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:22:09,749 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9236a220-8434-46aa-8339-b527a3f058aa Date: Thu, 19 Jul 2018 15:22:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:22:09,750 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27.json used request id req-9236a220-8434-46aa-8339-b527a3f058aa 2018-07-19 15:22:09,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.50203490257s 2018-07-19 15:22:09,750 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/ea569c3f-d6e3-4a3a-ac93-6114ee2c5f27.json used request id req-9236a220-8434-46aa-8339-b527a3f058aa 2018-07-19 15:22:09,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:22:09,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:22:09,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-3eeba152-5466-4934-b237-4eb3a156c57c Date: Thu, 19 Jul 2018 15:22: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":[],"updated_at":"2018-07-19T15:22:09Z","tenant_id":"bb350628da4143bab69c2d079672c057","created_at":"2018-07-19T15:20:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bb350628da4143bab69c2d079672c057","id":"36610067-fe65-4864-b7a6-dcae4119930d","name":"vping_ssh-net_495348c0-d9b8-41d7-8fb7-abaebfa546b1"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","name":"external"}]} 2018-07-19 15:22:09,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3eeba152-5466-4934-b237-4eb3a156c57c 2018-07-19 15:22:09,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.168926954269s 2018-07-19 15:22:09,920 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3eeba152-5466-4934-b237-4eb3a156c57c 2018-07-19 15:22:09,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 15:22:09,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/36610067-fe65-4864-b7a6-dcae4119930d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:22:11,221 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5326a061-34ca-4bfa-93fb-6651b1ec1a83 Date: Thu, 19 Jul 2018 15:22:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:22:11,221 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/36610067-fe65-4864-b7a6-dcae4119930d.json used request id req-5326a061-34ca-4bfa-93fb-6651b1ec1a83 2018-07-19 15:22:11,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.30045795441s 2018-07-19 15:22:11,222 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/36610067-fe65-4864-b7a6-dcae4119930d.json used request id req-5326a061-34ca-4bfa-93fb-6651b1ec1a83 2018-07-19 15:22:11,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:22:11,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:22:11,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-1c185166-2250-4a16-87ba-c335d1f58c46 Date: Thu, 19 Jul 2018 15:22:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9/snap", "metadata": {}}], "file": "/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9/file", "owner": "bb350628da4143bab69c2d079672c057", "id": "38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "size": 12716032, "self": "/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9", "disk_format": "qcow2", "direct_url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:20:56Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T15:20:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:22:11,450 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-1c185166-2250-4a16-87ba-c335d1f58c46 2018-07-19 15:22:11,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.224058151245s 2018-07-19 15:22:11,451 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-1c185166-2250-4a16-87ba-c335d1f58c46 2018-07-19 15:22:11,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-19 15:22:11,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8c75d36f020ca8962c1f582f7e15600a8b2e442" 2018-07-19 15:22:11,810 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-73aa6fee-d97c-4399-8ab1-48affd9ed215 Date: Thu, 19 Jul 2018 15:22:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 15:22:11,810 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9 used request id req-73aa6fee-d97c-4399-8ab1-48affd9ed215 2018-07-19 15:22:11,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.358180999756s 2018-07-19 15:22:11,811 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/38516ef6-8ff5-4a7c-bd37-3774cbaa24a9 used request id req-73aa6fee-d97c-4399-8ab1-48affd9ed215 2018-07-19 15:22:11,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 15:22:11,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:22:11,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15: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-4d259211-d0b4-4437-8571-b56d2b1bb7a7 x-compute-request-id: req-4d259211-d0b4-4437-8571-b56d2b1bb7a7 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5", "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": "79a59a10-b7c0-462b-b949-40cf75973aa5"}]} 2018-07-19 15:22:11,839 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-4d259211-d0b4-4437-8571-b56d2b1bb7a7 2018-07-19 15:22:11,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0272028446198s 2018-07-19 15:22:11,839 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-4d259211-d0b4-4437-8571-b56d2b1bb7a7 2018-07-19 15:22:11,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-19 15:22:11,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:22:11,880 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 15: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 x-openstack-request-id: req-961ff7d6-b9c4-4136-80d5-27f848c0eb40 x-compute-request-id: req-961ff7d6-b9c4-4136-80d5-27f848c0eb40 Content-Length: 0 Content-Type: application/json 2018-07-19 15:22:11,880 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5 used request id req-961ff7d6-b9c4-4136-80d5-27f848c0eb40 2018-07-19 15:22:11,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0394420623779s 2018-07-19 15:22:11,881 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/79a59a10-b7c0-462b-b949-40cf75973aa5 used request id req-961ff7d6-b9c4-4136-80d5-27f848c0eb40 2018-07-19 15:22:11,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 15:22:11,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:22:12,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c789b9b-890e-4949-af5d-8ffa48d54c14 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/37000be35cb64bffbfba6f8747b5a038"}, "domain_id": "default", "enabled": true, "options": {}, "id": "37000be35cb64bffbfba6f8747b5a038", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/43e8dce6cabc46db97fff83134d6f611"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43e8dce6cabc46db97fff83134d6f611", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/5d70f478784d418baecdeb0bb6195c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d70f478784d418baecdeb0bb6195c82", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/65c25d91e04547f4adb599eaf44ac3e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c25d91e04547f4adb599eaf44ac3e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "links": {"self": "http://172.30.9.27:5000/v3/users/8df1e3d4480e4b8ca70ab41a8780d479"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8df1e3d4480e4b8ca70ab41a8780d479", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/97574d93f3ba4b898aa0ede559c79c3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "97574d93f3ba4b898aa0ede559c79c3b", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/a49beb8a4f7943ddb60db9c89c8dd329"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a49beb8a4f7943ddb60db9c89c8dd329", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/a6ded9f63a8e465e853e9bfe85ca9d6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6ded9f63a8e465e853e9bfe85ca9d6d", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/a7fa9f4d0d1a4bc4bc408af0f2dca3a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7fa9f4d0d1a4bc4bc408af0f2dca3a3", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/aec7ef653ad14251b31b13b80a39b8e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec7ef653ad14251b31b13b80a39b8e0", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b9918efab4ff4513b04ec2a5c3c2ec83"}, "domain_id": "115922a7b3214ad0aa00b54a84360fdf", "enabled": true, "options": {}, "id": "b9918efab4ff4513b04ec2a5c3c2ec83", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/be589fcc23044bec983a142248de7b03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be589fcc23044bec983a142248de7b03", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/cd873df4a7644be5910b067909ed4b92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd873df4a7644be5910b067909ed4b92", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/e9b708f325e148f299ae7af945eb2e55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9b708f325e148f299ae7af945eb2e55", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/f3b2ef3fe4c14b76934c4322efffcc55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3b2ef3fe4c14b76934c4322efffcc55", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-19 15:22:12,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-5c789b9b-890e-4949-af5d-8ffa48d54c14 2018-07-19 15:22:12,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120020151138s 2018-07-19 15:22:12,002 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-5c789b9b-890e-4949-af5d-8ffa48d54c14 2018-07-19 15:22:12,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 15:22:12,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/8df1e3d4480e4b8ca70ab41a8780d479 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:22:12,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98c380ee-76c7-47bd-a7cb-ac665bba200f Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_495348c0-d9b8-41d7-8fb7-abaebfa546b1", "links": {"self": "http://172.30.9.27:5000/v3/users/8df1e3d4480e4b8ca70ab41a8780d479"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "8df1e3d4480e4b8ca70ab41a8780d479", "description": null}} 2018-07-19 15:22:12,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/8df1e3d4480e4b8ca70ab41a8780d479 used request id req-98c380ee-76c7-47bd-a7cb-ac665bba200f 2018-07-19 15:22:12,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.134343862534s 2018-07-19 15:22:12,142 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/8df1e3d4480e4b8ca70ab41a8780d479 used request id req-98c380ee-76c7-47bd-a7cb-ac665bba200f 2018-07-19 15:22:12,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-19 15:22:12,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/8df1e3d4480e4b8ca70ab41a8780d479 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:22:12,372 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:22:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fe12cb0-505d-4e98-8b88-cfe496f6223b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 15:22:12,372 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8df1e3d4480e4b8ca70ab41a8780d479 used request id req-7fe12cb0-505d-4e98-8b88-cfe496f6223b 2018-07-19 15:22:12,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.229538202286s 2018-07-19 15:22:12,372 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/8df1e3d4480e4b8ca70ab41a8780d479 used request id req-7fe12cb0-505d-4e98-8b88-cfe496f6223b 2018-07-19 15:22:12,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 15:22:12,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:22:12,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28cd112b-9d3f-4ec3-b52a-041dcf0732f2 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7d50cfbadfca4f97bb43893af276dd48"}, "tags": [], "enabled": true, "id": "7d50cfbadfca4f97bb43893af276dd48", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.27:5000/v3/projects/bb350628da4143bab69c2d079672c057"}, "tags": [], "enabled": true, "id": "bb350628da4143bab69c2d079672c057", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_495348c0-d9b8-41d7-8fb7-abaebfa546b1"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757"}, "tags": [], "enabled": true, "id": "c55653f9c43d4f42abb964f57f2b6757", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-19 15:22:12,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-28cd112b-9d3f-4ec3-b52a-041dcf0732f2 2018-07-19 15:22:12,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0995590686798s 2018-07-19 15:22:12,478 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-28cd112b-9d3f-4ec3-b52a-041dcf0732f2 2018-07-19 15:22:12,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-19 15:22:12,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/bb350628da4143bab69c2d079672c057 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7307473b2c60c726cef8caf2db04b9a789f9a88e" 2018-07-19 15:22:12,726 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:22:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78166b11-f803-45b3-a388-da126ffe8017 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 15:22:12,726 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/bb350628da4143bab69c2d079672c057 used request id req-78166b11-f803-45b3-a388-da126ffe8017 2018-07-19 15:22:12,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.243377923965s 2018-07-19 15:22:12,726 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/bb350628da4143bab69c2d079672c057 used request id req-78166b11-f803-45b3-a388-da126ffe8017 2018-07-19 15:22:12,782 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-07-19 15:22:12,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 15:22:12,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 15:22:12,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 15:22:12,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 15:22:12,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 15:22:12,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 15:22:12,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 15:22:12,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 15:22:12,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 15:22:12,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 15:22:12,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 15:22:12,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 15:22:12,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 15:22:12,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 15:22:12,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 15:22:12,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 15:22:12,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 15:22:12,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 15:22:12,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 15:22:12,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 15:22:12,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 15:22:12,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 15:22:12,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:22:12,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ed0b20c-f1a9-4a36-b57c-51e53580aa2e 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.27:5000/v3/", "rel": "self"}]}} 2018-07-19 15:22:12,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9ed0b20c-f1a9-4a36-b57c-51e53580aa2e 2018-07-19 15:22:12,842 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-19 15:22:13,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e510a8d85f2843e7adb74eb79b019a06", "name": "member"}, {"id": "86acc0178aab498c8596bc00783cc977", "name": "admin"}, {"id": "96135507935b4266a5faae8ccf385c73", "name": "reader"}], "expires_at": "2018-07-19T16:22:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d50cfbadfca4f97bb43893af276dd48", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2e208dfc044aa5b8b32dcee96757ba"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51b4b6ff8bdc45ab81b943defdd3ccaf"}, {"url": "http://192.30.9.5:8776/v2/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8a1d6ff5b704eb29b141ee342007a82"}], "type": "volumev2", "id": "0089826d3475488dae0cd8029a6a00c0", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "adcdacaa3de841c99109cea84120388e"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b58a6aa01e8946d284128d1f663ae0a2"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d429741a29b242399dd74260160b73fe"}], "type": "image", "id": "191daf233b3f4c6c83d53a15b8cd7ef6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e85124444324bbfb8cecbdce7961bff"}, {"url": "http://192.30.9.5:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6173b753eb9942268c18baa91145b9a2"}, {"url": "http://172.30.9.27:8776/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd03f23581044097bcce7c81c93215c6"}], "type": "volume", "id": "1d989ac5b227497496a10f6d9faf549a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fc4ef2d750c4715abaa6c2cce36765c"}, {"url": "http://172.30.9.27:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58c077b0bf844702a9e4c22a36fa4ad2"}, {"url": "http://192.30.9.5:8004/v1/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77187bf0dae0492eb7451b02ba327210"}], "type": "orchestration", "id": "27a6dd74121743ce9a3f1aa6bb914040", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "135de0c6bef648d6951e6fcbdb30912d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9db63137fbf54ac3b9585d39a97f0841"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c76d4c40a416487e9ac8ee9d5fee0ef0"}], "type": "alarming", "id": "2c87e1400a454e08b94f6db84c372213", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6731b468ee264228a16bb2d1502d6421"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b31949a272764a809f8839f4e198a281"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "faf96e0d93424360add49cbd24e78f56"}], "type": "placement", "id": "43359fd69b874031ab493522a6799c48", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcdd040951d4fa7af84456c1ad6e6ca"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "365279d676ed4582a8e04aa4696c9365"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd0db987f12d4c0e8b24c6f8c68e35ee"}], "type": "event", "id": "505dbdade868480b8e5f458d3d6f397a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2657dc9b83014ed69b636cc84a6cac26"}, {"url": "http://192.30.9.5:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8752b7f1ced848d2a31544bcf2a29ad7"}, {"url": "http://172.30.9.27:8776/v3/7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b23aeba821e74bb084df8b8176e12450"}], "type": "volumev3", "id": "626a25c6775e4ee79e4a4d076676ea89", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b51bde020ed46cbb997bde098dda2e1"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5dc927980d40442facdd0077ef7504c3"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be66c97a2f014e68b4a6d6cba02a7016"}], "type": "cloudformation", "id": "62781e9a4b184985950b99af5ea789f4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e873e1ef1904496adf0a6203be32e6e"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "533f339425a24eb58e36635e658b057c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dcf4c2ccb7cb4a75972ea128a3dc908e"}], "type": "network", "id": "62b4c9ae32d34228865f4d922a940e6d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "815fa25cb430425ea964e90174bf9db2"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6629a9fff044809b40eb48bd8f8318c"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c85d44c528634a1c8568f72ed48e8662"}], "type": "identity", "id": "7491d69be9c94fecb490ef7eaeff0a5b", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "488912e67ad74a3c9d879af63fb34b9a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be6e984f7840430f861aa4b4dc16f702"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3b1c4ef0c54ddea7dc65c83679024d"}], "type": "compute", "id": "bf8f20e3740d42f0a63f4cb15500efd0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "d9b916eb514844f9a6938dd47cadb3d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "334f33c5c1ac4993ba84dfb6dcd5afcb"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62632aa017c5405b8e480e86059930a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "990b5f5231024fe7a50f73995de9655a"}], "type": "metric", "id": "e2cedfe1577c444bb48df428931b7904", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0687c97ee785449ebc34ed9be84c59c8"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7d50cfbadfca4f97bb43893af276dd48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d4cdd2da49b4446b27c825128de942f"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d77647bf8194490821b01953e4c2406"}], "type": "object-store", "id": "f7d54c1162c34fb68cd02f2c4c9075a1", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aec7ef653ad14251b31b13b80a39b8e0"}, "audit_ids": ["l_8-jzJPQUSrMK2gjxHCYg"], "issued_at": "2018-07-19T15:22:13.000000Z"}} 2018-07-19 15:22:13,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:22:13,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:22:13,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-250327d3-f32f-49d1-806b-272d12c8fa20 Date: Thu, 19 Jul 2018 15:22:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","status":"ACTIVE","subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"description":"","tags":[],"updated_at":"2018-07-19T15:13:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","provider:network_type":"flat"}]} 2018-07-19 15:22:13,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-250327d3-f32f-49d1-806b-272d12c8fa20 2018-07-19 15:22:13,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.280671834946s 2018-07-19 15:22:13,534 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-250327d3-f32f-49d1-806b-272d12c8fa20 2018-07-19 15:22:13,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:22:13,543 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 19 Jul 2018 15:22:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c3b6178-a48d-458c-af5d-aaa91d20543b Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}]}} 2018-07-19 15:22:13,544 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-1c3b6178-a48d-458c-af5d-aaa91d20543b 2018-07-19 15:22:13,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 15:22:13,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:22:13,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85f47464-f032-4d20-84e4-8168ca361103 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/115922a7b3214ad0aa00b54a84360fdf"}, "tags": [], "enabled": true, "id": "115922a7b3214ad0aa00b54a84360fdf", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-07-19 15:22:13,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-85f47464-f032-4d20-84e4-8168ca361103 2018-07-19 15:22:13,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.112816095352s 2018-07-19 15:22:13,658 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-85f47464-f032-4d20-84e4-8168ca361103 2018-07-19 15:22:13,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-19 15:22:13,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}a24efe332fa3abf191de8bc50b1c9bf314514ee3" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_eee36804-12b5-4fed-99c6-6c54f2d33183"}}' 2018-07-19 15:22:13,815 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 15:22:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b473c5d5-db0f-4f08-9ff1-be80dcfb076b 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.27:5000/v3/projects/3adb07ec4d604493ab20ae5e0fe0b134"}, "tags": [], "enabled": true, "id": "3adb07ec4d604493ab20ae5e0fe0b134", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_eee36804-12b5-4fed-99c6-6c54f2d33183"}} 2018-07-19 15:22:13,816 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-b473c5d5-db0f-4f08-9ff1-be80dcfb076b 2018-07-19 15:22:13,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.151034832001s 2018-07-19 15:22:13,816 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-b473c5d5-db0f-4f08-9ff1-be80dcfb076b 2018-07-19 15:22:13,817 - 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'3adb07ec4d604493ab20ae5e0fe0b134', '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_eee36804-12b5-4fed-99c6-6c54f2d33183'}) 2018-07-19 15:22:13,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-19 15:22:13,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}a24efe332fa3abf191de8bc50b1c9bf314514ee3" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "68fb17f8-0d46-4ea7-89e7-b8323004741c", "email": null, "name": "vping_userdata-user_eee36804-12b5-4fed-99c6-6c54f2d33183"}}' 2018-07-19 15:22:14,246 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 19 Jul 2018 15:22:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1eaf1263-b548-47a6-abaf-d45cfc890092 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_eee36804-12b5-4fed-99c6-6c54f2d33183", "links": {"self": "http://172.30.9.27:5000/v3/users/9cc1d2d2a9b141ffb5a89a3e390a483e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "domain_id": "default", "password_expires_at": null}} 2018-07-19 15:22:14,246 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-1eaf1263-b548-47a6-abaf-d45cfc890092 2018-07-19 15:22:14,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.422893047333s 2018-07-19 15:22:14,246 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-1eaf1263-b548-47a6-abaf-d45cfc890092 2018-07-19 15:22:14,247 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9cc1d2d2a9b141ffb5a89a3e390a483e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_eee36804-12b5-4fed-99c6-6c54f2d33183'}) 2018-07-19 15:22:14,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 15:22:14,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:22:14,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33b7d7b2-9628-4b02-9b56-b6b772a8c279 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4cbc8b130a614d689a27c23aca4f8b00", "links": {"self": "http://172.30.9.27:5000/v3/roles/4cbc8b130a614d689a27c23aca4f8b00"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7e20d2451a324e06a80d2bb8ab03d6d1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86acc0178aab498c8596bc00783cc977", "links": {"self": "http://172.30.9.27:5000/v3/roles/86acc0178aab498c8596bc00783cc977"}, "name": "admin"}, {"domain_id": null, "id": "8d2c5dbc0060400b9e7edabbef7e2966", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d2c5dbc0060400b9e7edabbef7e2966"}, "name": "swiftoperator"}, {"domain_id": null, "id": "96135507935b4266a5faae8ccf385c73", "links": {"self": "http://172.30.9.27:5000/v3/roles/96135507935b4266a5faae8ccf385c73"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e510a8d85f2843e7adb74eb79b019a06", "links": {"self": "http://172.30.9.27:5000/v3/roles/e510a8d85f2843e7adb74eb79b019a06"}, "name": "member"}]} 2018-07-19 15:22:14,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-33b7d7b2-9628-4b02-9b56-b6b772a8c279 2018-07-19 15:22:14,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107069969177s 2018-07-19 15:22:14,358 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-33b7d7b2-9628-4b02-9b56-b6b772a8c279 2018-07-19 15:22:14,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 15:22:14,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:22:14,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32c8a383-8724-4fdd-8b5d-0deff0575df2 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4cbc8b130a614d689a27c23aca4f8b00", "links": {"self": "http://172.30.9.27:5000/v3/roles/4cbc8b130a614d689a27c23aca4f8b00"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7e20d2451a324e06a80d2bb8ab03d6d1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86acc0178aab498c8596bc00783cc977", "links": {"self": "http://172.30.9.27:5000/v3/roles/86acc0178aab498c8596bc00783cc977"}, "name": "admin"}, {"domain_id": null, "id": "8d2c5dbc0060400b9e7edabbef7e2966", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d2c5dbc0060400b9e7edabbef7e2966"}, "name": "swiftoperator"}, {"domain_id": null, "id": "96135507935b4266a5faae8ccf385c73", "links": {"self": "http://172.30.9.27:5000/v3/roles/96135507935b4266a5faae8ccf385c73"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e510a8d85f2843e7adb74eb79b019a06", "links": {"self": "http://172.30.9.27:5000/v3/roles/e510a8d85f2843e7adb74eb79b019a06"}, "name": "member"}]} 2018-07-19 15:22:14,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-32c8a383-8724-4fdd-8b5d-0deff0575df2 2018-07-19 15:22:14,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106040000916s 2018-07-19 15:22:14,470 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-32c8a383-8724-4fdd-8b5d-0deff0575df2 2018-07-19 15:22:14,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-19 15:22:14,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:22:14,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a9bd57a-0469-4ca3-b614-8908d43e429e Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4cbc8b130a614d689a27c23aca4f8b00", "links": {"self": "http://172.30.9.27:5000/v3/roles/4cbc8b130a614d689a27c23aca4f8b00"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7e20d2451a324e06a80d2bb8ab03d6d1", "links": {"self": "http://172.30.9.27:5000/v3/roles/7e20d2451a324e06a80d2bb8ab03d6d1"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "86acc0178aab498c8596bc00783cc977", "links": {"self": "http://172.30.9.27:5000/v3/roles/86acc0178aab498c8596bc00783cc977"}, "name": "admin"}, {"domain_id": null, "id": "8d2c5dbc0060400b9e7edabbef7e2966", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d2c5dbc0060400b9e7edabbef7e2966"}, "name": "swiftoperator"}, {"domain_id": null, "id": "96135507935b4266a5faae8ccf385c73", "links": {"self": "http://172.30.9.27:5000/v3/roles/96135507935b4266a5faae8ccf385c73"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e510a8d85f2843e7adb74eb79b019a06", "links": {"self": "http://172.30.9.27:5000/v3/roles/e510a8d85f2843e7adb74eb79b019a06"}, "name": "member"}]} 2018-07-19 15:22:14,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9a9bd57a-0469-4ca3-b614-8908d43e429e 2018-07-19 15:22:14,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.110949993134s 2018-07-19 15:22:14,586 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9a9bd57a-0469-4ca3-b614-8908d43e429e 2018-07-19 15:22:14,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-19 15:22:14,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:22:14,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34708973-552c-4370-ad5b-0711af7c0812 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-19 15:22:14,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-34708973-552c-4370-ad5b-0711af7c0812 2018-07-19 15:22:14,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.108342885971s 2018-07-19 15:22:14,699 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-34708973-552c-4370-ad5b-0711af7c0812 2018-07-19 15:22:14,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 15:22:14,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:22:14,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c355e76-0264-4d42-bf2f-c340d1e2018a Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/37000be35cb64bffbfba6f8747b5a038"}, "domain_id": "default", "enabled": true, "options": {}, "id": "37000be35cb64bffbfba6f8747b5a038", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/43e8dce6cabc46db97fff83134d6f611"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43e8dce6cabc46db97fff83134d6f611", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/5d70f478784d418baecdeb0bb6195c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d70f478784d418baecdeb0bb6195c82", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/65c25d91e04547f4adb599eaf44ac3e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c25d91e04547f4adb599eaf44ac3e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/97574d93f3ba4b898aa0ede559c79c3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "97574d93f3ba4b898aa0ede559c79c3b", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_eee36804-12b5-4fed-99c6-6c54f2d33183", "links": {"self": "http://172.30.9.27:5000/v3/users/9cc1d2d2a9b141ffb5a89a3e390a483e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/a49beb8a4f7943ddb60db9c89c8dd329"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a49beb8a4f7943ddb60db9c89c8dd329", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/a6ded9f63a8e465e853e9bfe85ca9d6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6ded9f63a8e465e853e9bfe85ca9d6d", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/a7fa9f4d0d1a4bc4bc408af0f2dca3a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7fa9f4d0d1a4bc4bc408af0f2dca3a3", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/aec7ef653ad14251b31b13b80a39b8e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec7ef653ad14251b31b13b80a39b8e0", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b9918efab4ff4513b04ec2a5c3c2ec83"}, "domain_id": "115922a7b3214ad0aa00b54a84360fdf", "enabled": true, "options": {}, "id": "b9918efab4ff4513b04ec2a5c3c2ec83", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/be589fcc23044bec983a142248de7b03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be589fcc23044bec983a142248de7b03", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/cd873df4a7644be5910b067909ed4b92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd873df4a7644be5910b067909ed4b92", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/e9b708f325e148f299ae7af945eb2e55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9b708f325e148f299ae7af945eb2e55", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/f3b2ef3fe4c14b76934c4322efffcc55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3b2ef3fe4c14b76934c4322efffcc55", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-19 15:22:14,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3c355e76-0264-4d42-bf2f-c340d1e2018a 2018-07-19 15:22:14,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0370531082153s 2018-07-19 15:22:14,738 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3c355e76-0264-4d42-bf2f-c340d1e2018a 2018-07-19 15:22:14,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 15:22:14,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:22:14,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e9062f2-5610-4cc6-a8b8-9e311af29920 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7d50cfbadfca4f97bb43893af276dd48"}, "tags": [], "enabled": true, "id": "7d50cfbadfca4f97bb43893af276dd48", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757"}, "tags": [], "enabled": true, "id": "c55653f9c43d4f42abb964f57f2b6757", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.27:5000/v3/projects/3adb07ec4d604493ab20ae5e0fe0b134"}, "tags": [], "enabled": true, "id": "3adb07ec4d604493ab20ae5e0fe0b134", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_eee36804-12b5-4fed-99c6-6c54f2d33183"}]} 2018-07-19 15:22:14,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-9e9062f2-5610-4cc6-a8b8-9e311af29920 2018-07-19 15:22:14,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.117084980011s 2018-07-19 15:22:14,867 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-9e9062f2-5610-4cc6-a8b8-9e311af29920 2018-07-19 15:22:14,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-19 15:22:14,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=9cc1d2d2a9b141ffb5a89a3e390a483e&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=3adb07ec4d604493ab20ae5e0fe0b134" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:22:14,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06ec1048-8056-455e-a57a-f5cb76627bbb Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=9cc1d2d2a9b141ffb5a89a3e390a483e&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=3adb07ec4d604493ab20ae5e0fe0b134", "previous": null, "next": null}} 2018-07-19 15:22:14,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=9cc1d2d2a9b141ffb5a89a3e390a483e&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=3adb07ec4d604493ab20ae5e0fe0b134 used request id req-06ec1048-8056-455e-a57a-f5cb76627bbb 2018-07-19 15:22:14,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.109925985336s 2018-07-19 15:22:14,985 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=9cc1d2d2a9b141ffb5a89a3e390a483e&role.id=e510a8d85f2843e7adb74eb79b019a06&scope.project.id=3adb07ec4d604493ab20ae5e0fe0b134 used request id req-06ec1048-8056-455e-a57a-f5cb76627bbb 2018-07-19 15:22:14,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-19 15:22:14,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/3adb07ec4d604493ab20ae5e0fe0b134/users/9cc1d2d2a9b141ffb5a89a3e390a483e/roles/e510a8d85f2843e7adb74eb79b019a06 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:22:15,166 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:22:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8704e1b-8bc5-484b-845d-85813b11de16 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 15:22:15,166 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/3adb07ec4d604493ab20ae5e0fe0b134/users/9cc1d2d2a9b141ffb5a89a3e390a483e/roles/e510a8d85f2843e7adb74eb79b019a06 used request id req-a8704e1b-8bc5-484b-845d-85813b11de16 2018-07-19 15:22:15,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.178096055984s 2018-07-19 15:22:15,167 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/3adb07ec4d604493ab20ae5e0fe0b134/users/9cc1d2d2a9b141ffb5a89a3e390a483e/roles/e510a8d85f2843e7adb74eb79b019a06 used request id req-a8704e1b-8bc5-484b-845d-85813b11de16 2018-07-19 15:22:15,168 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_eee36804-12b5-4fed-99c6-6c54f2d33183', 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'3adb07ec4d604493ab20ae5e0fe0b134', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '68fb17f8-0d46-4ea7-89e7-b8323004741c', 'username': u'vping_userdata-user_eee36804-12b5-4fed-99c6-6c54f2d33183', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27: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-19 15:22:15,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-19 15:22:15,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-19 15:22:15,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-19 15:22:15,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-19 15:22:15,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-19 15:22:15,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-19 15:22:15,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-19 15:22:15,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-19 15:22:15,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-19 15:22:15,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-19 15:22:15,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-19 15:22:15,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-19 15:22:15,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-19 15:22:15,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-19 15:22:15,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-19 15:22:15,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-19 15:22:15,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-19 15:22:15,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-19 15:22:15,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-19 15:22:15,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-19 15:22:15,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-19 15:22:15,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-19 15:22:15,173 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_eee36804-12b5-4fed-99c6-6c54f2d33183', 'password': '68fb17f8-0d46-4ea7-89e7-b8323004741c', 'project_name': 'vping_userdata-project_eee36804-12b5-4fed-99c6-6c54f2d33183', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '3adb07ec4d604493ab20ae5e0fe0b134', 'project_domain_name': 'Default'} 2018-07-19 15:22:15,173 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-07-19 15:22:15,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:22:15,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2ba1aa6-da08-400b-824a-542bf113d504 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.27:5000/v3/", "rel": "self"}]}} 2018-07-19 15:22:15,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d2ba1aa6-da08-400b-824a-542bf113d504 2018-07-19 15:22:15,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-19 15:22:15,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e510a8d85f2843e7adb74eb79b019a06", "name": "member"}, {"id": "96135507935b4266a5faae8ccf385c73", "name": "reader"}], "expires_at": "2018-07-19T16:22:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3adb07ec4d604493ab20ae5e0fe0b134", "name": "vping_userdata-project_eee36804-12b5-4fed-99c6-6c54f2d33183"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8776/v2/3adb07ec4d604493ab20ae5e0fe0b134", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b2e208dfc044aa5b8b32dcee96757ba"}, {"url": "http://192.30.9.5:8776/v2/3adb07ec4d604493ab20ae5e0fe0b134", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "51b4b6ff8bdc45ab81b943defdd3ccaf"}, {"url": "http://192.30.9.5:8776/v2/3adb07ec4d604493ab20ae5e0fe0b134", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a8a1d6ff5b704eb29b141ee342007a82"}], "type": "volumev2", "id": "0089826d3475488dae0cd8029a6a00c0", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "adcdacaa3de841c99109cea84120388e"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b58a6aa01e8946d284128d1f663ae0a2"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d429741a29b242399dd74260160b73fe"}], "type": "image", "id": "191daf233b3f4c6c83d53a15b8cd7ef6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/3adb07ec4d604493ab20ae5e0fe0b134", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e85124444324bbfb8cecbdce7961bff"}, {"url": "http://192.30.9.5:8776/v1/3adb07ec4d604493ab20ae5e0fe0b134", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6173b753eb9942268c18baa91145b9a2"}, {"url": "http://172.30.9.27:8776/v1/3adb07ec4d604493ab20ae5e0fe0b134", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd03f23581044097bcce7c81c93215c6"}], "type": "volume", "id": "1d989ac5b227497496a10f6d9faf549a", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/3adb07ec4d604493ab20ae5e0fe0b134", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fc4ef2d750c4715abaa6c2cce36765c"}, {"url": "http://172.30.9.27:8004/v1/3adb07ec4d604493ab20ae5e0fe0b134", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58c077b0bf844702a9e4c22a36fa4ad2"}, {"url": "http://192.30.9.5:8004/v1/3adb07ec4d604493ab20ae5e0fe0b134", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "77187bf0dae0492eb7451b02ba327210"}], "type": "orchestration", "id": "27a6dd74121743ce9a3f1aa6bb914040", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "135de0c6bef648d6951e6fcbdb30912d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9db63137fbf54ac3b9585d39a97f0841"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c76d4c40a416487e9ac8ee9d5fee0ef0"}], "type": "alarming", "id": "2c87e1400a454e08b94f6db84c372213", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6731b468ee264228a16bb2d1502d6421"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b31949a272764a809f8839f4e198a281"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "faf96e0d93424360add49cbd24e78f56"}], "type": "placement", "id": "43359fd69b874031ab493522a6799c48", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcdd040951d4fa7af84456c1ad6e6ca"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "365279d676ed4582a8e04aa4696c9365"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd0db987f12d4c0e8b24c6f8c68e35ee"}], "type": "event", "id": "505dbdade868480b8e5f458d3d6f397a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/3adb07ec4d604493ab20ae5e0fe0b134", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2657dc9b83014ed69b636cc84a6cac26"}, {"url": "http://192.30.9.5:8776/v3/3adb07ec4d604493ab20ae5e0fe0b134", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8752b7f1ced848d2a31544bcf2a29ad7"}, {"url": "http://172.30.9.27:8776/v3/3adb07ec4d604493ab20ae5e0fe0b134", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b23aeba821e74bb084df8b8176e12450"}], "type": "volumev3", "id": "626a25c6775e4ee79e4a4d076676ea89", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b51bde020ed46cbb997bde098dda2e1"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5dc927980d40442facdd0077ef7504c3"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be66c97a2f014e68b4a6d6cba02a7016"}], "type": "cloudformation", "id": "62781e9a4b184985950b99af5ea789f4", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0e873e1ef1904496adf0a6203be32e6e"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "533f339425a24eb58e36635e658b057c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dcf4c2ccb7cb4a75972ea128a3dc908e"}], "type": "network", "id": "62b4c9ae32d34228865f4d922a940e6d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "815fa25cb430425ea964e90174bf9db2"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6629a9fff044809b40eb48bd8f8318c"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c85d44c528634a1c8568f72ed48e8662"}], "type": "identity", "id": "7491d69be9c94fecb490ef7eaeff0a5b", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "488912e67ad74a3c9d879af63fb34b9a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be6e984f7840430f861aa4b4dc16f702"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3b1c4ef0c54ddea7dc65c83679024d"}], "type": "compute", "id": "bf8f20e3740d42f0a63f4cb15500efd0", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "d9b916eb514844f9a6938dd47cadb3d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "334f33c5c1ac4993ba84dfb6dcd5afcb"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62632aa017c5405b8e480e86059930a4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "990b5f5231024fe7a50f73995de9655a"}], "type": "metric", "id": "e2cedfe1577c444bb48df428931b7904", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_3adb07ec4d604493ab20ae5e0fe0b134", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0687c97ee785449ebc34ed9be84c59c8"}, {"url": "http://172.30.9.27:8080/v1/AUTH_3adb07ec4d604493ab20ae5e0fe0b134", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d4cdd2da49b4446b27c825128de942f"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d77647bf8194490821b01953e4c2406"}], "type": "object-store", "id": "f7d54c1162c34fb68cd02f2c4c9075a1", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_eee36804-12b5-4fed-99c6-6c54f2d33183", "id": "9cc1d2d2a9b141ffb5a89a3e390a483e"}, "audit_ids": ["lkzbm1PgTJCjPp7D4eeUSg"], "issued_at": "2018-07-19T15:22:15.000000Z"}} 2018-07-19 15:22:15,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-19 15:22:15,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" -d '{"network": {"name": "vping_userdata-net_eee36804-12b5-4fed-99c6-6c54f2d33183", "admin_state_up": true}}' 2018-07-19 15:22:16,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-c8146943-75f0-4d65-842a-0c171c86cfcb Date: Thu, 19 Jul 2018 15:22:16 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3adb07ec4d604493ab20ae5e0fe0b134","created_at":"2018-07-19T15:22:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-19T15:22:16Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3adb07ec4d604493ab20ae5e0fe0b134","id":"b7cd3caa-762b-4e83-add8-f5fb735e0e55","name":"vping_userdata-net_eee36804-12b5-4fed-99c6-6c54f2d33183"}} 2018-07-19 15:22:16,287 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c8146943-75f0-4d65-842a-0c171c86cfcb 2018-07-19 15:22:16,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.683948993683s 2018-07-19 15:22:16,288 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c8146943-75f0-4d65-842a-0c171c86cfcb 2018-07-19 15:22:16,288 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T15:22:16Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'b7cd3caa-762b-4e83-add8-f5fb735e0e55', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_eee36804-12b5-4fed-99c6-6c54f2d33183', u'admin_state_up': True, u'tenant_id': u'3adb07ec4d604493ab20ae5e0fe0b134', u'created_at': u'2018-07-19T15:22:16Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'3adb07ec4d604493ab20ae5e0fe0b134'}) 2018-07-19 15:22:16,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:22:16,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:16,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-c9c345fc-ef51-4810-afb7-ec564effd250 Date: Thu, 19 Jul 2018 15:22:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","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-19T15:22:16Z","tenant_id":"3adb07ec4d604493ab20ae5e0fe0b134","created_at":"2018-07-19T15:22:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"3adb07ec4d604493ab20ae5e0fe0b134","id":"b7cd3caa-762b-4e83-add8-f5fb735e0e55","name":"vping_userdata-net_eee36804-12b5-4fed-99c6-6c54f2d33183"}]} 2018-07-19 15:22:16,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c9c345fc-ef51-4810-afb7-ec564effd250 2018-07-19 15:22:16,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.307837963104s 2018-07-19 15:22:16,597 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c9c345fc-ef51-4810-afb7-ec564effd250 2018-07-19 15:22:16,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-19 15:22:16,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" -d '{"subnet": {"name": "vping_userdata-subnet_eee36804-12b5-4fed-99c6-6c54f2d33183", "enable_dhcp": true, "network_id": "b7cd3caa-762b-4e83-add8-f5fb735e0e55", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-19 15:22:17,641 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3e367728-dc5e-4768-a183-9ff6c61c3fea Date: Thu, 19 Jul 2018 15:22:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7cd3caa-762b-4e83-add8-f5fb735e0e55","tenant_id":"3adb07ec4d604493ab20ae5e0fe0b134","created_at":"2018-07-19T15:22:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:22:17Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"3adb07ec4d604493ab20ae5e0fe0b134","id":"1c9b9ab8-cc92-42e7-981a-69dedab98ed5","subnetpool_id":null,"name":"vping_userdata-subnet_eee36804-12b5-4fed-99c6-6c54f2d33183"}} 2018-07-19 15:22:17,641 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3e367728-dc5e-4768-a183-9ff6c61c3fea 2018-07-19 15:22:17,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.04232406616s 2018-07-19 15:22:17,641 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3e367728-dc5e-4768-a183-9ff6c61c3fea 2018-07-19 15:22:17,642 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-19T15:22:17Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'1c9b9ab8-cc92-42e7-981a-69dedab98ed5', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_eee36804-12b5-4fed-99c6-6c54f2d33183', u'enable_dhcp': True, u'network_id': u'b7cd3caa-762b-4e83-add8-f5fb735e0e55', u'tenant_id': u'3adb07ec4d604493ab20ae5e0fe0b134', u'created_at': u'2018-07-19T15:22:17Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'3adb07ec4d604493ab20ae5e0fe0b134'}) 2018-07-19 15:22:17,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-19 15:22:17,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" -d '{"router": {"external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d"}, "name": "vping_userdata-router_eee36804-12b5-4fed-99c6-6c54f2d33183", "admin_state_up": true}}' 2018-07-19 15:22:18,937 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-ee5960c1-dc59-4efc-b965-f8329fba7737 Date: Thu, 19 Jul 2018 15:22:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9ca5b98-e387-4148-b42d-c22d07aa7079", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "created_at": "2018-07-19T15:22:17Z", "admin_state_up": true, "updated_at": "2018-07-19T15:22:18Z", "revision_number": 2, "routes": [], "project_id": "3adb07ec4d604493ab20ae5e0fe0b134", "id": "1c3d09f4-8e5e-4113-968d-29f612bcbaea", "name": "vping_userdata-router_eee36804-12b5-4fed-99c6-6c54f2d33183"}} 2018-07-19 15:22:18,937 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-ee5960c1-dc59-4efc-b965-f8329fba7737 2018-07-19 15:22:18,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.29483890533s 2018-07-19 15:22:18,938 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-ee5960c1-dc59-4efc-b965-f8329fba7737 2018-07-19 15:22:18,938 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'b74ea510-ba57-4f85-8b9f-14fc3006297d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c9ca5b98-e387-4148-b42d-c22d07aa7079', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'3adb07ec4d604493ab20ae5e0fe0b134', u'created_at': u'2018-07-19T15:22:17Z', u'admin_state_up': True, u'updated_at': u'2018-07-19T15:22:18Z', u'revision_number': 2, u'routes': [], u'project_id': u'3adb07ec4d604493ab20ae5e0fe0b134', u'id': u'1c3d09f4-8e5e-4113-968d-29f612bcbaea', u'name': u'vping_userdata-router_eee36804-12b5-4fed-99c6-6c54f2d33183'}) 2018-07-19 15:22:18,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-19 15:22:18,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/1c3d09f4-8e5e-4113-968d-29f612bcbaea/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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" -d '{"subnet_id": "1c9b9ab8-cc92-42e7-981a-69dedab98ed5"}' 2018-07-19 15:22:20,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f55972e0-dc25-452f-ab75-24aa8c0a68f0 Date: Thu, 19 Jul 2018 15:22:21 GMT RESP BODY: {"network_id": "b7cd3caa-762b-4e83-add8-f5fb735e0e55", "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "subnet_id": "1c9b9ab8-cc92-42e7-981a-69dedab98ed5", "subnet_ids": ["1c9b9ab8-cc92-42e7-981a-69dedab98ed5"], "port_id": "61bb0d48-2c53-4eb1-aa4e-e8b7afd3bd96", "id": "1c3d09f4-8e5e-4113-968d-29f612bcbaea"} 2018-07-19 15:22:20,994 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/1c3d09f4-8e5e-4113-968d-29f612bcbaea/add_router_interface.json used request id req-f55972e0-dc25-452f-ab75-24aa8c0a68f0 2018-07-19 15:22:20,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.05548000336s 2018-07-19 15:22:20,995 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/1c3d09f4-8e5e-4113-968d-29f612bcbaea/add_router_interface.json used request id req-f55972e0-dc25-452f-ab75-24aa8c0a68f0 returning object 1c3d09f4-8e5e-4113-968d-29f612bcbaea 2018-07-19 15:22:20,995 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-19 15:22:21,128 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-19 15:22:21,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-19 15:22:21,134 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Thu, 19 Jul 2018 15:22:21 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-07-19 15:22:21,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:22:21,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:21,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d3f68134-bd87-4f6c-b97a-410578c21a76 Date: Thu, 19 Jul 2018 15:22:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:22:21,366 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d3f68134-bd87-4f6c-b97a-410578c21a76 2018-07-19 15:22:21,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.225301027298s 2018-07-19 15:22:21,366 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d3f68134-bd87-4f6c-b97a-410578c21a76 2018-07-19 15:22:21,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-19 15:22:21,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_eee36804-12b5-4fed-99c6-6c54f2d33183", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_eee36804-12b5-4fed-99c6-6c54f2d33183"}' 2018-07-19 15:22:21,615 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6f67404a-ce2f-4174-9c0d-dfa56f052e7d Date: Thu, 19 Jul 2018 15:22:21 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477/file", "owner": "3adb07ec4d604493ab20ae5e0fe0b134", "id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "size": null, "self": "/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:22:21Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_eee36804-12b5-4fed-99c6-6c54f2d33183", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_eee36804-12b5-4fed-99c6-6c54f2d33183", "checksum": null, "created_at": "2018-07-19T15:22:21Z", "protected": false} 2018-07-19 15:22:21,615 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-6f67404a-ce2f-4174-9c0d-dfa56f052e7d 2018-07-19 15:22:21,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.241106033325s 2018-07-19 15:22:21,616 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-6f67404a-ce2f-4174-9c0d-dfa56f052e7d returning object ca34347b-f7e0-4d90-88f5-df91953b2477 2018-07-19 15:22:21,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-19 15:22:21,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477/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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" -d '' 2018-07-19 15:22:23,689 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cd8e1e34-70bd-4f08-90f5-2f162195d029 Date: Thu, 19 Jul 2018 15:22:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 15:22:23,689 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477/file used request id req-cd8e1e34-70bd-4f08-90f5-2f162195d029 2018-07-19 15:22:23,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.07320094109s 2018-07-19 15:22:23,690 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477/file used request id req-cd8e1e34-70bd-4f08-90f5-2f162195d029 2018-07-19 15:22:23,690 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_userdata-img_eee36804-12b5-4fed-99c6-6c54f2d33183', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-19T15:22:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477/file', u'owner': u'3adb07ec4d604493ab20ae5e0fe0b134', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'ca34347b-f7e0-4d90-88f5-df91953b2477', u'size': None, u'name': u'vping_userdata-img_eee36804-12b5-4fed-99c6-6c54f2d33183', u'checksum': None, u'self': u'/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-19T15:22:21Z', u'schema': u'/v2/schemas/image'}) 2018-07-19 15:22:23,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-19 15:22:23,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}a24efe332fa3abf191de8bc50b1c9bf314514ee3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_eee36804-12b5-4fed-99c6-6c54f2d33183", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-19 15:22:24,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22: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-4cd1895a-1252-4e06-90cc-22cb6af5d72b x-compute-request-id: req-4cd1895a-1252-4e06-90cc-22cb6af5d72b Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_eee36804-12b5-4fed-99c6-6c54f2d33183", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "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": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d"}} 2018-07-19 15:22:24,332 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4cd1895a-1252-4e06-90cc-22cb6af5d72b 2018-07-19 15:22:24,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.641247987747s 2018-07-19 15:22:24,333 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4cd1895a-1252-4e06-90cc-22cb6af5d72b 2018-07-19 15:22:24,334 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_eee36804-12b5-4fed-99c6-6c54f2d33183', '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'7d50cfbadfca4f97bb43893af276dd48', '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'e7c0fe08-6113-41a3-bb37-c2fc22184a7d', 'swap': 0}) 2018-07-19 15:22:24,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-19 15:22:24,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d/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}a24efe332fa3abf191de8bc50b1c9bf314514ee3" -d '{"extra_specs": {}}' 2018-07-19 15:22:24,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22: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-379f3907-3ec7-4975-9450-5d03b2a371c3 x-compute-request-id: req-379f3907-3ec7-4975-9450-5d03b2a371c3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-19 15:22:24,358 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d/os-extra_specs used request id req-379f3907-3ec7-4975-9450-5d03b2a371c3 2018-07-19 15:22:24,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236618518829s 2018-07-19 15:22:24,358 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d/os-extra_specs used request id req-379f3907-3ec7-4975-9450-5d03b2a371c3 2018-07-19 15:22:24,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:22:24,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:24,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-6e1d1faf-11af-4023-87cb-4bca3aee26f4 Date: Thu, 19 Jul 2018 15:22:24 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":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c9b9ab8-cc92-42e7-981a-69dedab98ed5"],"updated_at":"2018-07-19T15:22:17Z","tenant_id":"3adb07ec4d604493ab20ae5e0fe0b134","created_at":"2018-07-19T15:22:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3adb07ec4d604493ab20ae5e0fe0b134","id":"b7cd3caa-762b-4e83-add8-f5fb735e0e55","name":"vping_userdata-net_eee36804-12b5-4fed-99c6-6c54f2d33183"}]} 2018-07-19 15:22:24,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6e1d1faf-11af-4023-87cb-4bca3aee26f4 2018-07-19 15:22:24,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.301271915436s 2018-07-19 15:22:24,661 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6e1d1faf-11af-4023-87cb-4bca3aee26f4 2018-07-19 15:22:24,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:22:24,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:24,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-96d170cf-b715-43a0-8c3d-2542872b92c0 Date: Thu, 19 Jul 2018 15:22:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/ca34347b-f7e0-4d90-88f5-df91953b2477/snap", "metadata": {}}], "file": "/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477/file", "owner": "3adb07ec4d604493ab20ae5e0fe0b134", "id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "size": 12716032, "self": "/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "disk_format": "qcow2", "direct_url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/ca34347b-f7e0-4d90-88f5-df91953b2477/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:22:23Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_eee36804-12b5-4fed-99c6-6c54f2d33183", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_eee36804-12b5-4fed-99c6-6c54f2d33183", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T15:22:21Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:22:24,886 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-96d170cf-b715-43a0-8c3d-2542872b92c0 2018-07-19 15:22:24,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.22065782547s 2018-07-19 15:22:24,886 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-96d170cf-b715-43a0-8c3d-2542872b92c0 2018-07-19 15:22:24,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 15:22:24,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:25,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22: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-2856f1df-cd75-458a-9ee4-c9e96c7a6864 x-compute-request-id: req-2856f1df-cd75-458a-9ee4-c9e96c7a6864 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_eee36804-12b5-4fed-99c6-6c54f2d33183", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "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": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d"}]} 2018-07-19 15:22:25,525 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-2856f1df-cd75-458a-9ee4-c9e96c7a6864 2018-07-19 15:22:25,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.636544942856s 2018-07-19 15:22:25,526 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-2856f1df-cd75-458a-9ee4-c9e96c7a6864 2018-07-19 15:22:25,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-19 15:22:25,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" -d '{"server": {"name": "vping_userdata-vm_eee36804-12b5-4fed-99c6-6c54f2d33183", "imageRef": "ca34347b-f7e0-4d90-88f5-df91953b2477", "flavorRef": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b7cd3caa-762b-4e83-add8-f5fb735e0e55"}]}}' 2018-07-19 15:22:27,573 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 15: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 x-openstack-request-id: req-d3c5241e-4d8e-4c18-8bb9-a71a86197bb8 x-compute-request-id: req-d3c5241e-4d8e-4c18-8bb9-a71a86197bb8 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/933fb173-b66d-48e3-ae78-311423d74a88 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "933fb173-b66d-48e3-ae78-311423d74a88", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "bookmark"}], "adminPass": "GCWw7uusTskU"}} 2018-07-19 15:22:27,573 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-d3c5241e-4d8e-4c18-8bb9-a71a86197bb8 2018-07-19 15:22:27,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.04582214355s 2018-07-19 15:22:27,574 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-d3c5241e-4d8e-4c18-8bb9-a71a86197bb8 2018-07-19 15:22:27,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:22:27,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:28,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22: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-49af6e35-bb25-401b-9cef-ac76437ff8b9 x-compute-request-id: req-49af6e35-bb25-401b-9cef-ac76437ff8b9 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.27:8774/v2.1/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "bookmark"}], "image": {"id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "links": [{"href": "http://172.30.9.27:8774/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "links": [{"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "bookmark"}]}, "id": "933fb173-b66d-48e3-ae78-311423d74a88", "user_id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "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-19T15:22:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_eee36804-12b5-4fed-99c6-6c54f2d33183", "created": "2018-07-19T15:22:27Z", "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:22:28,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-49af6e35-bb25-401b-9cef-ac76437ff8b9 2018-07-19 15:22:28,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.468652963638s 2018-07-19 15:22:28,043 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-49af6e35-bb25-401b-9cef-ac76437ff8b9 2018-07-19 15:22:28,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:22:28,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:28,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-8820e018-466e-4602-8d4e-b92caf74c275 Date: Thu, 19 Jul 2018 15:22:28 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":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c9b9ab8-cc92-42e7-981a-69dedab98ed5"],"updated_at":"2018-07-19T15:22:17Z","tenant_id":"3adb07ec4d604493ab20ae5e0fe0b134","created_at":"2018-07-19T15:22:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3adb07ec4d604493ab20ae5e0fe0b134","id":"b7cd3caa-762b-4e83-add8-f5fb735e0e55","name":"vping_userdata-net_eee36804-12b5-4fed-99c6-6c54f2d33183"}]} 2018-07-19 15:22:28,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8820e018-466e-4602-8d4e-b92caf74c275 2018-07-19 15:22:28,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.306086063385s 2018-07-19 15:22:28,357 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8820e018-466e-4602-8d4e-b92caf74c275 2018-07-19 15:22:28,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 15:22:28,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:28,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-c18d2892-bfc8-4280-a5b1-a740f142acb1 Date: Thu, 19 Jul 2018 15:22:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7cd3caa-762b-4e83-add8-f5fb735e0e55","tenant_id":"3adb07ec4d604493ab20ae5e0fe0b134","created_at":"2018-07-19T15:22:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:22:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"3adb07ec4d604493ab20ae5e0fe0b134","id":"1c9b9ab8-cc92-42e7-981a-69dedab98ed5","subnetpool_id":null,"name":"vping_userdata-subnet_eee36804-12b5-4fed-99c6-6c54f2d33183"}]} 2018-07-19 15:22:28,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-c18d2892-bfc8-4280-a5b1-a740f142acb1 2018-07-19 15:22:28,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.230547904968s 2018-07-19 15:22:28,589 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-c18d2892-bfc8-4280-a5b1-a740f142acb1 2018-07-19 15:22:28,590 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:22:30,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:22:30,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:31,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22: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-2bcb847f-0263-4f67-a839-c0c40834965f x-compute-request-id: req-2bcb847f-0263-4f67-a839-c0c40834965f Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "bookmark"}], "image": {"id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "links": [{"href": "http://172.30.9.27:8774/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "links": [{"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "bookmark"}]}, "id": "933fb173-b66d-48e3-ae78-311423d74a88", "user_id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "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-19T15:22:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_eee36804-12b5-4fed-99c6-6c54f2d33183", "created": "2018-07-19T15:22:27Z", "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:22:31,115 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2bcb847f-0263-4f67-a839-c0c40834965f 2018-07-19 15:22:31,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522431135178s 2018-07-19 15:22:31,115 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2bcb847f-0263-4f67-a839-c0c40834965f 2018-07-19 15:22:31,119 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:22:33,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:22:33,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:33,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22: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-022f1176-2c35-4209-9df3-620409b18054 x-compute-request-id: req-022f1176-2c35-4209-9df3-620409b18054 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.27:8774/v2.1/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "bookmark"}], "image": {"id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "links": [{"href": "http://172.30.9.27:8774/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "links": [{"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "bookmark"}]}, "id": "933fb173-b66d-48e3-ae78-311423d74a88", "security_groups": [{"name": "default"}], "user_id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "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-19T15:22:32Z", "hostId": "cdb97dadada5e8b8b90551e64dae2951fc3abd9d43a0e9af24004847", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_eee36804-12b5-4fed-99c6-6c54f2d33183", "created": "2018-07-19T15:22:27Z", "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:22:33,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-022f1176-2c35-4209-9df3-620409b18054 2018-07-19 15:22:33,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.575222969055s 2018-07-19 15:22:33,698 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-022f1176-2c35-4209-9df3-620409b18054 2018-07-19 15:22:33,702 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:22:35,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:22:35,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:36,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15: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-19ddb402-082e-4e23-b55e-d023a570d6b9 x-compute-request-id: req-19ddb402-082e-4e23-b55e-d023a570d6b9 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.27:8774/v2.1/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "bookmark"}], "image": {"id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "links": [{"href": "http://172.30.9.27:8774/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "links": [{"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "bookmark"}]}, "id": "933fb173-b66d-48e3-ae78-311423d74a88", "security_groups": [{"name": "default"}], "user_id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "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-19T15:22:32Z", "hostId": "cdb97dadada5e8b8b90551e64dae2951fc3abd9d43a0e9af24004847", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_eee36804-12b5-4fed-99c6-6c54f2d33183", "created": "2018-07-19T15:22:27Z", "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:22:36,305 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-19ddb402-082e-4e23-b55e-d023a570d6b9 2018-07-19 15:22:36,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.601138114929s 2018-07-19 15:22:36,306 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-19ddb402-082e-4e23-b55e-d023a570d6b9 2018-07-19 15:22:36,310 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:22:38,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:22:38,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:39,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15: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-491b621b-4ae1-41da-af59-734eeb87b0f6 x-compute-request-id: req-491b621b-4ae1-41da-af59-734eeb87b0f6 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_eee36804-12b5-4fed-99c6-6c54f2d33183": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:87:09", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "bookmark"}], "image": {"id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "links": [{"href": "http://172.30.9.27:8774/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:22:37.000000", "flavor": {"id": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "links": [{"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "bookmark"}]}, "id": "933fb173-b66d-48e3-ae78-311423d74a88", "security_groups": [{"name": "default"}], "user_id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "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-19T15:22:37Z", "hostId": "cdb97dadada5e8b8b90551e64dae2951fc3abd9d43a0e9af24004847", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_eee36804-12b5-4fed-99c6-6c54f2d33183", "created": "2018-07-19T15:22:27Z", "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:22:39,236 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-491b621b-4ae1-41da-af59-734eeb87b0f6 2018-07-19 15:22:39,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.923668146133s 2018-07-19 15:22:39,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-491b621b-4ae1-41da-af59-734eeb87b0f6 2018-07-19 15:22:39,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 15:22:39,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=933fb173-b66d-48e3-ae78-311423d74a88" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:39,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-5894f6dd-0093-48b8-b239-786495c20f0d Date: Thu, 19 Jul 2018 15:22:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7cd3caa-762b-4e83-add8-f5fb735e0e55","tenant_id":"3adb07ec4d604493ab20ae5e0fe0b134","created_at":"2018-07-19T15:22:32Z","admin_state_up":true,"updated_at":"2018-07-19T15:22:37Z","binding:vnic_type":"normal","device_id":"933fb173-b66d-48e3-ae78-311423d74a88","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c3:87:09","id":"77f9b08d-b1a0-44c8-b87e-292845bf412f","port_security_enabled":true,"project_id":"3adb07ec4d604493ab20ae5e0fe0b134","fixed_ips":[{"subnet_id":"1c9b9ab8-cc92-42e7-981a-69dedab98ed5","ip_address":"192.168.0.13"}],"extra_dhcp_opts":[],"security_groups":["43e84a28-2430-42dd-ac92-3f1ae934df24"],"name":""}]} 2018-07-19 15:22:39,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=933fb173-b66d-48e3-ae78-311423d74a88 used request id req-5894f6dd-0093-48b8-b239-786495c20f0d 2018-07-19 15:22:39,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.162150859833s 2018-07-19 15:22:39,403 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=933fb173-b66d-48e3-ae78-311423d74a88 used request id req-5894f6dd-0093-48b8-b239-786495c20f0d 2018-07-19 15:22:39,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 15:22:39,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=77f9b08d-b1a0-44c8-b87e-292845bf412f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:39,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0f9fda35-319a-4fb4-be4b-180829a1fbe1 Date: Thu, 19 Jul 2018 15:22:39 GMT RESP BODY: {"floatingips": []} 2018-07-19 15:22:39,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=77f9b08d-b1a0-44c8-b87e-292845bf412f used request id req-0f9fda35-319a-4fb4-be4b-180829a1fbe1 2018-07-19 15:22:39,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.237144947052s 2018-07-19 15:22:39,646 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=77f9b08d-b1a0-44c8-b87e-292845bf412f used request id req-0f9fda35-319a-4fb4-be4b-180829a1fbe1 2018-07-19 15:22:39,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:22:39,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:40,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22: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-f73c966c-545d-44fb-a13c-0c0d5d258e00 x-compute-request-id: req-f73c966c-545d-44fb-a13c-0c0d5d258e00 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_eee36804-12b5-4fed-99c6-6c54f2d33183": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:87:09", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "bookmark"}], "image": {"id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "links": [{"href": "http://172.30.9.27:8774/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:22:37.000000", "flavor": {"id": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "links": [{"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "bookmark"}]}, "id": "933fb173-b66d-48e3-ae78-311423d74a88", "security_groups": [{"name": "default"}], "user_id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "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-19T15:22:37Z", "hostId": "cdb97dadada5e8b8b90551e64dae2951fc3abd9d43a0e9af24004847", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_eee36804-12b5-4fed-99c6-6c54f2d33183", "created": "2018-07-19T15:22:27Z", "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:22:40,223 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f73c966c-545d-44fb-a13c-0c0d5d258e00 2018-07-19 15:22:40,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.575877189636s 2018-07-19 15:22:40,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f73c966c-545d-44fb-a13c-0c0d5d258e00 2018-07-19 15:22:40,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-19 15:22:40,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=933fb173-b66d-48e3-ae78-311423d74a88" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:40,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-7e51d17a-6f8a-41f1-baf8-87be38b6f2ed Date: Thu, 19 Jul 2018 15:22:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7cd3caa-762b-4e83-add8-f5fb735e0e55","tenant_id":"3adb07ec4d604493ab20ae5e0fe0b134","created_at":"2018-07-19T15:22:32Z","admin_state_up":true,"updated_at":"2018-07-19T15:22:37Z","binding:vnic_type":"normal","device_id":"933fb173-b66d-48e3-ae78-311423d74a88","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c3:87:09","id":"77f9b08d-b1a0-44c8-b87e-292845bf412f","port_security_enabled":true,"project_id":"3adb07ec4d604493ab20ae5e0fe0b134","fixed_ips":[{"subnet_id":"1c9b9ab8-cc92-42e7-981a-69dedab98ed5","ip_address":"192.168.0.13"}],"extra_dhcp_opts":[],"security_groups":["43e84a28-2430-42dd-ac92-3f1ae934df24"],"name":""}]} 2018-07-19 15:22:40,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=933fb173-b66d-48e3-ae78-311423d74a88 used request id req-7e51d17a-6f8a-41f1-baf8-87be38b6f2ed 2018-07-19 15:22:40,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.248247861862s 2018-07-19 15:22:40,476 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=933fb173-b66d-48e3-ae78-311423d74a88 used request id req-7e51d17a-6f8a-41f1-baf8-87be38b6f2ed 2018-07-19 15:22:40,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-19 15:22:40,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=77f9b08d-b1a0-44c8-b87e-292845bf412f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:40,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-67f5d31d-a64e-4675-962d-b66f54258075 Date: Thu, 19 Jul 2018 15:22:40 GMT RESP BODY: {"floatingips": []} 2018-07-19 15:22:40,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=77f9b08d-b1a0-44c8-b87e-292845bf412f used request id req-67f5d31d-a64e-4675-962d-b66f54258075 2018-07-19 15:22:40,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0504648685455s 2018-07-19 15:22:40,533 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=77f9b08d-b1a0-44c8-b87e-292845bf412f used request id req-67f5d31d-a64e-4675-962d-b66f54258075 2018-07-19 15:22:40,533 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_eee36804-12b5-4fed-99c6-6c54f2d33183': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c3:87:09', u'version': 4, u'addr': u'192.168.0.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'ca34347b-f7e0-4d90-88f5-df91953b2477'}), 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-19T15:22:37.000000', 'flavor': Munch({u'id': u'e7c0fe08-6113-41a3-bb37-c2fc22184a7d'}), 'az': u'nova', 'id': u'933fb173-b66d-48e3-ae78-311423d74a88', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'9cc1d2d2a9b141ffb5a89a3e390a483e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3adb07ec4d604493ab20ae5e0fe0b134', 'name': 'vping_userdata-project_eee36804-12b5-4fed-99c6-6c54f2d33183', '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-19T15:22:37.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-19T15:22:37Z', 'hostId': u'cdb97dadada5e8b8b90551e64dae2951fc3abd9d43a0e9af24004847', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.13', 'cloud': 'envvars', 'host_id': u'cdb97dadada5e8b8b90551e64dae2951fc3abd9d43a0e9af24004847', '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-19T15:22:37.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'3adb07ec4d604493ab20ae5e0fe0b134', 'name': u'vping_userdata-vm_eee36804-12b5-4fed-99c6-6c54f2d33183', 'adminPass': None, 'tenant_id': u'3adb07ec4d604493ab20ae5e0fe0b134', 'created_at': u'2018-07-19T15:22:27Z', 'created': u'2018-07-19T15:22:27Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-19 15:22:40,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:22:40,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:40,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-d30581fb-d26c-45c7-ba46-27a88a0b4397 Date: Thu, 19 Jul 2018 15:22:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c9b9ab8-cc92-42e7-981a-69dedab98ed5"],"updated_at":"2018-07-19T15:22:17Z","tenant_id":"3adb07ec4d604493ab20ae5e0fe0b134","created_at":"2018-07-19T15:22:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3adb07ec4d604493ab20ae5e0fe0b134","id":"b7cd3caa-762b-4e83-add8-f5fb735e0e55","name":"vping_userdata-net_eee36804-12b5-4fed-99c6-6c54f2d33183"}]} 2018-07-19 15:22:40,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d30581fb-d26c-45c7-ba46-27a88a0b4397 2018-07-19 15:22:40,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.12281703949s 2018-07-19 15:22:40,658 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d30581fb-d26c-45c7-ba46-27a88a0b4397 2018-07-19 15:22:40,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:22:40,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:40,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-a451300e-d132-4ad5-ae25-671ebf44b08a Date: Thu, 19 Jul 2018 15:22:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/ca34347b-f7e0-4d90-88f5-df91953b2477/snap", "metadata": {}}], "file": "/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477/file", "owner": "3adb07ec4d604493ab20ae5e0fe0b134", "id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "size": 12716032, "self": "/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "disk_format": "qcow2", "direct_url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/ca34347b-f7e0-4d90-88f5-df91953b2477/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:22:23Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_eee36804-12b5-4fed-99c6-6c54f2d33183", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_eee36804-12b5-4fed-99c6-6c54f2d33183", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T15:22:21Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:22:40,699 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a451300e-d132-4ad5-ae25-671ebf44b08a 2018-07-19 15:22:40,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0365481376648s 2018-07-19 15:22:40,699 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a451300e-d132-4ad5-ae25-671ebf44b08a 2018-07-19 15:22:40,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 15:22:40,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:40,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15: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-5f1cb9de-c21b-41b2-8359-3b40e648fcb1 x-compute-request-id: req-5f1cb9de-c21b-41b2-8359-3b40e648fcb1 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_eee36804-12b5-4fed-99c6-6c54f2d33183", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "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": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d"}]} 2018-07-19 15:22:40,727 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5f1cb9de-c21b-41b2-8359-3b40e648fcb1 2018-07-19 15:22:40,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0260479450226s 2018-07-19 15:22:40,727 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5f1cb9de-c21b-41b2-8359-3b40e648fcb1 2018-07-19 15:22:40,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-19 15:22:40,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" -d '{"server": {"name": "vping_userdata-vm2_eee36804-12b5-4fed-99c6-6c54f2d33183", "imageRef": "ca34347b-f7e0-4d90-88f5-df91953b2477", "flavorRef": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMC4xMyAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b7cd3caa-762b-4e83-add8-f5fb735e0e55"}]}}' 2018-07-19 15:22:42,219 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 15: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-99167028-48a5-43dd-84f1-a0df4e600be4 x-compute-request-id: req-99167028-48a5-43dd-84f1-a0df4e600be4 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/79c9b41c-61fa-4d3e-8cb9-e5e06f032257 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "79c9b41c-61fa-4d3e-8cb9-e5e06f032257", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/79c9b41c-61fa-4d3e-8cb9-e5e06f032257", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/79c9b41c-61fa-4d3e-8cb9-e5e06f032257", "rel": "bookmark"}], "adminPass": "QCJ35KrPtD5V"}} 2018-07-19 15:22:42,220 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-99167028-48a5-43dd-84f1-a0df4e600be4 2018-07-19 15:22:42,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.49135494232s 2018-07-19 15:22:42,220 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-99167028-48a5-43dd-84f1-a0df4e600be4 2018-07-19 15:22:42,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:22:42,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:43,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22: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-b7217158-cdf0-44ab-97cf-826d1b9b0abd x-compute-request-id: req-b7217158-cdf0-44ab-97cf-826d1b9b0abd Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/79c9b41c-61fa-4d3e-8cb9-e5e06f032257", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/79c9b41c-61fa-4d3e-8cb9-e5e06f032257", "rel": "bookmark"}], "image": {"id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "links": [{"href": "http://172.30.9.27:8774/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "links": [{"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "bookmark"}]}, "id": "79c9b41c-61fa-4d3e-8cb9-e5e06f032257", "user_id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "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-19T15:22:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_eee36804-12b5-4fed-99c6-6c54f2d33183", "created": "2018-07-19T15:22:42Z", "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_eee36804-12b5-4fed-99c6-6c54f2d33183": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:87:09", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "bookmark"}], "image": {"id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "links": [{"href": "http://172.30.9.27:8774/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:22:37.000000", "flavor": {"id": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "links": [{"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "bookmark"}]}, "id": "933fb173-b66d-48e3-ae78-311423d74a88", "security_groups": [{"name": "default"}], "user_id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "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-19T15:22:37Z", "hostId": "cdb97dadada5e8b8b90551e64dae2951fc3abd9d43a0e9af24004847", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_eee36804-12b5-4fed-99c6-6c54f2d33183", "created": "2018-07-19T15:22:27Z", "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:22:43,022 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b7217158-cdf0-44ab-97cf-826d1b9b0abd 2018-07-19 15:22:43,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.801759958267s 2018-07-19 15:22:43,022 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b7217158-cdf0-44ab-97cf-826d1b9b0abd 2018-07-19 15:22:43,025 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:22:45,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:22:45,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:45,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15: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-6a798cf6-1094-48b3-ae08-50f556c92da3 x-compute-request-id: req-6a798cf6-1094-48b3-ae08-50f556c92da3 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/79c9b41c-61fa-4d3e-8cb9-e5e06f032257", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/79c9b41c-61fa-4d3e-8cb9-e5e06f032257", "rel": "bookmark"}], "image": {"id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "links": [{"href": "http://172.30.9.27:8774/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "links": [{"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "bookmark"}]}, "id": "79c9b41c-61fa-4d3e-8cb9-e5e06f032257", "user_id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-07-19T15:22:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_eee36804-12b5-4fed-99c6-6c54f2d33183", "created": "2018-07-19T15:22:42Z", "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_eee36804-12b5-4fed-99c6-6c54f2d33183": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:87:09", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "bookmark"}], "image": {"id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "links": [{"href": "http://172.30.9.27:8774/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:22:37.000000", "flavor": {"id": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "links": [{"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "bookmark"}]}, "id": "933fb173-b66d-48e3-ae78-311423d74a88", "security_groups": [{"name": "default"}], "user_id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "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-19T15:22:37Z", "hostId": "cdb97dadada5e8b8b90551e64dae2951fc3abd9d43a0e9af24004847", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_eee36804-12b5-4fed-99c6-6c54f2d33183", "created": "2018-07-19T15:22:27Z", "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:22:45,778 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6a798cf6-1094-48b3-ae08-50f556c92da3 2018-07-19 15:22:45,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.750170946121s 2018-07-19 15:22:45,779 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6a798cf6-1094-48b3-ae08-50f556c92da3 2018-07-19 15:22:45,784 - functest.opnfv_tests.openstack.vping.vping_userdata - ERROR - Unexpected error running vping_userdata Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/vping/vping_userdata.py", line 48, in run userdata=self._get_userdata()) File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 182, in boot_vm timeout=self.create_server_timeout, **kwargs) File "", line 2, in create_server File "/usr/lib/python2.7/site-packages/shade/_utils.py", line 410, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6876, in create_server nat_destination=nat_destination, File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6919, in wait_for_server nat_destination=nat_destination) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6936, in get_active_server "Error in creating the server", extra_data=dict(server=server)) OpenStackCloudException: ('Error in creating the server', "Extra: {'server': Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'ca34347b-f7e0-4d90-88f5-df91953b2477'}), u'OS-EXT-AZ:availability_zone': u'', u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'e7c0fe08-6113-41a3-bb37-c2fc22184a7d'}), 'az': u'', 'id': u'79c9b41c-61fa-4d3e-8cb9-e5e06f032257', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'9cc1d2d2a9b141ffb5a89a3e390a483e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3adb07ec4d604493ab20ae5e0fe0b134', 'name': 'vping_userdata-project_eee36804-12b5-4fed-99c6-6c54f2d33183', 'domain_name': 'Default'}), 'zone': u'', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'ERROR', 'updated': u'2018-07-19T15:22:42Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u''}), 'project_id': u'3adb07ec4d604493ab20ae5e0fe0b134', 'name': u'vping_userdata-vm2_eee36804-12b5-4fed-99c6-6c54f2d33183', 'adminPass': None, 'tenant_id': u'3adb07ec4d604493ab20ae5e0fe0b134', 'created_at': u'2018-07-19T15:22:42Z', 'created': u'2018-07-19T15:22:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})}") 2018-07-19 15:22:45,913 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-19 15:22:45,914 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:09 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-07-19 15:22:45,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-19 15:22:45,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/933fb173-b66d-48e3-ae78-311423d74a88 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:46,088 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15: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 x-openstack-request-id: req-77d2f2cd-bb5a-4c01-8532-b4d111b353f7 x-compute-request-id: req-77d2f2cd-bb5a-4c01-8532-b4d111b353f7 Content-Type: application/json 2018-07-19 15:22:46,089 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/933fb173-b66d-48e3-ae78-311423d74a88 used request id req-77d2f2cd-bb5a-4c01-8532-b4d111b353f7 2018-07-19 15:22:46,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.169720888138s 2018-07-19 15:22:46,089 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/933fb173-b66d-48e3-ae78-311423d74a88 used request id req-77d2f2cd-bb5a-4c01-8532-b4d111b353f7 2018-07-19 15:22:46,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:22:46,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:47,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22: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-c6db52cf-3fcc-4975-aa84-15c68615c901 x-compute-request-id: req-c6db52cf-3fcc-4975-aa84-15c68615c901 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/79c9b41c-61fa-4d3e-8cb9-e5e06f032257", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/79c9b41c-61fa-4d3e-8cb9-e5e06f032257", "rel": "bookmark"}], "image": {"id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "links": [{"href": "http://172.30.9.27:8774/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "links": [{"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "bookmark"}]}, "id": "79c9b41c-61fa-4d3e-8cb9-e5e06f032257", "user_id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-07-19T15:22:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_eee36804-12b5-4fed-99c6-6c54f2d33183", "created": "2018-07-19T15:22:42Z", "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_eee36804-12b5-4fed-99c6-6c54f2d33183": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:87:09", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/933fb173-b66d-48e3-ae78-311423d74a88", "rel": "bookmark"}], "image": {"id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "links": [{"href": "http://172.30.9.27:8774/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-19T15:22:37.000000", "flavor": {"id": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "links": [{"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "bookmark"}]}, "id": "933fb173-b66d-48e3-ae78-311423d74a88", "security_groups": [{"name": "default"}], "user_id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "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-19T15:22:46Z", "hostId": "cdb97dadada5e8b8b90551e64dae2951fc3abd9d43a0e9af24004847", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_eee36804-12b5-4fed-99c6-6c54f2d33183", "created": "2018-07-19T15:22:27Z", "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:22:47,131 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c6db52cf-3fcc-4975-aa84-15c68615c901 2018-07-19 15:22:47,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04202198982s 2018-07-19 15:22:47,132 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c6db52cf-3fcc-4975-aa84-15c68615c901 2018-07-19 15:22:47,134 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-19 15:22:49,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-19 15:22:49,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:49,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22: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-44651cc3-aa0d-41f0-984b-de82d771d15b x-compute-request-id: req-44651cc3-aa0d-41f0-984b-de82d771d15b Content-Encoding: gzip Content-Length: 588 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/79c9b41c-61fa-4d3e-8cb9-e5e06f032257", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/79c9b41c-61fa-4d3e-8cb9-e5e06f032257", "rel": "bookmark"}], "image": {"id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "links": [{"href": "http://172.30.9.27:8774/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "links": [{"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "bookmark"}]}, "id": "79c9b41c-61fa-4d3e-8cb9-e5e06f032257", "user_id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-07-19T15:22:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_eee36804-12b5-4fed-99c6-6c54f2d33183", "created": "2018-07-19T15:22:42Z", "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-19 15:22:49,459 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-44651cc3-aa0d-41f0-984b-de82d771d15b 2018-07-19 15:22:49,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.322247028351s 2018-07-19 15:22:49,460 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-44651cc3-aa0d-41f0-984b-de82d771d15b 2018-07-19 15:22:49,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-19 15:22:49,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/1c3d09f4-8e5e-4113-968d-29f612bcbaea/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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" -d '{"subnet_id": "1c9b9ab8-cc92-42e7-981a-69dedab98ed5"}' 2018-07-19 15:22:51,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0927cf0f-9182-4998-b7af-c79a3b6f5e0f Date: Thu, 19 Jul 2018 15:22:51 GMT RESP BODY: {"network_id": "b7cd3caa-762b-4e83-add8-f5fb735e0e55", "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "subnet_id": "1c9b9ab8-cc92-42e7-981a-69dedab98ed5", "subnet_ids": ["1c9b9ab8-cc92-42e7-981a-69dedab98ed5"], "port_id": "61bb0d48-2c53-4eb1-aa4e-e8b7afd3bd96", "id": "1c3d09f4-8e5e-4113-968d-29f612bcbaea"} 2018-07-19 15:22:51,193 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/1c3d09f4-8e5e-4113-968d-29f612bcbaea/remove_router_interface.json used request id req-0927cf0f-9182-4998-b7af-c79a3b6f5e0f 2018-07-19 15:22:51,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.73195290565s 2018-07-19 15:22:51,194 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/1c3d09f4-8e5e-4113-968d-29f612bcbaea/remove_router_interface.json used request id req-0927cf0f-9182-4998-b7af-c79a3b6f5e0f returning object 1c3d09f4-8e5e-4113-968d-29f612bcbaea 2018-07-19 15:22:51,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-19 15:22:51,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:51,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-f15c5357-8cf1-4ef0-b3c7-fa5ae4eccb92 Date: Thu, 19 Jul 2018 15:22:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b74ea510-ba57-4f85-8b9f-14fc3006297d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c9ca5b98-e387-4148-b42d-c22d07aa7079", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "3adb07ec4d604493ab20ae5e0fe0b134", "created_at": "2018-07-19T15:22:17Z", "admin_state_up": true, "updated_at": "2018-07-19T15:22:50Z", "revision_number": 4, "routes": [], "project_id": "3adb07ec4d604493ab20ae5e0fe0b134", "id": "1c3d09f4-8e5e-4113-968d-29f612bcbaea", "name": "vping_userdata-router_eee36804-12b5-4fed-99c6-6c54f2d33183"}]} 2018-07-19 15:22:51,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-f15c5357-8cf1-4ef0-b3c7-fa5ae4eccb92 2018-07-19 15:22:51,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11375784874s 2018-07-19 15:22:51,309 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-f15c5357-8cf1-4ef0-b3c7-fa5ae4eccb92 2018-07-19 15:22:51,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-19 15:22:51,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/1c3d09f4-8e5e-4113-968d-29f612bcbaea.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:52,997 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-def1f8fe-a7d7-49f5-bb53-588cb462f5d3 Content-Length: 0 Date: Thu, 19 Jul 2018 15:22:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:22:52,998 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/1c3d09f4-8e5e-4113-968d-29f612bcbaea.json used request id req-def1f8fe-a7d7-49f5-bb53-588cb462f5d3 2018-07-19 15:22:52,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.68748998642s 2018-07-19 15:22:52,998 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/1c3d09f4-8e5e-4113-968d-29f612bcbaea.json used request id req-def1f8fe-a7d7-49f5-bb53-588cb462f5d3 2018-07-19 15:22:52,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-19 15:22:52,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:53,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-8000b70f-fbfd-43af-913a-af3e743afaf8 Date: Thu, 19 Jul 2018 15:22:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7cd3caa-762b-4e83-add8-f5fb735e0e55","tenant_id":"3adb07ec4d604493ab20ae5e0fe0b134","created_at":"2018-07-19T15:22:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-19T15:22:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"3adb07ec4d604493ab20ae5e0fe0b134","id":"1c9b9ab8-cc92-42e7-981a-69dedab98ed5","subnetpool_id":null,"name":"vping_userdata-subnet_eee36804-12b5-4fed-99c6-6c54f2d33183"}]} 2018-07-19 15:22:53,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8000b70f-fbfd-43af-913a-af3e743afaf8 2018-07-19 15:22:53,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.24517416954s 2018-07-19 15:22:53,244 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8000b70f-fbfd-43af-913a-af3e743afaf8 2018-07-19 15:22:53,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-19 15:22:53,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/1c9b9ab8-cc92-42e7-981a-69dedab98ed5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:55,861 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6540755a-654f-4b23-8672-f05edaeb70fd Date: Thu, 19 Jul 2018 15:22:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:22:55,861 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/1c9b9ab8-cc92-42e7-981a-69dedab98ed5.json used request id req-6540755a-654f-4b23-8672-f05edaeb70fd 2018-07-19 15:22:55,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.61524915695s 2018-07-19 15:22:55,861 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/1c9b9ab8-cc92-42e7-981a-69dedab98ed5.json used request id req-6540755a-654f-4b23-8672-f05edaeb70fd 2018-07-19 15:22:55,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-19 15:22:55,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:56,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-97fc13f3-dac8-4cbb-9cb2-fcf267f4de53 Date: Thu, 19 Jul 2018 15:22:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c9ca5b98-e387-4148-b42d-c22d07aa7079"],"updated_at":"2018-07-19T15:13:57Z","tenant_id":"c55653f9c43d4f42abb964f57f2b6757","created_at":"2018-07-19T15:13:49Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c55653f9c43d4f42abb964f57f2b6757","id":"b74ea510-ba57-4f85-8b9f-14fc3006297d","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-19T15:22:55Z","tenant_id":"3adb07ec4d604493ab20ae5e0fe0b134","created_at":"2018-07-19T15:22:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3adb07ec4d604493ab20ae5e0fe0b134","id":"b7cd3caa-762b-4e83-add8-f5fb735e0e55","name":"vping_userdata-net_eee36804-12b5-4fed-99c6-6c54f2d33183"}]} 2018-07-19 15:22:56,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-97fc13f3-dac8-4cbb-9cb2-fcf267f4de53 2018-07-19 15:22:56,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.272691011429s 2018-07-19 15:22:56,135 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-97fc13f3-dac8-4cbb-9cb2-fcf267f4de53 2018-07-19 15:22:56,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-19 15:22:56,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/b7cd3caa-762b-4e83-add8-f5fb735e0e55.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:57,715 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-df7caea4-a3fb-400d-8f30-e514eaebc38b Date: Thu, 19 Jul 2018 15:22:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-19 15:22:57,716 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/b7cd3caa-762b-4e83-add8-f5fb735e0e55.json used request id req-df7caea4-a3fb-400d-8f30-e514eaebc38b 2018-07-19 15:22:57,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.57984519005s 2018-07-19 15:22:57,716 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/b7cd3caa-762b-4e83-add8-f5fb735e0e55.json used request id req-df7caea4-a3fb-400d-8f30-e514eaebc38b 2018-07-19 15:22:57,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-19 15:22:57,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:57,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-c17ec68b-1746-441a-a3b9-453357f3263d Date: Thu, 19 Jul 2018 15:22:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/ca34347b-f7e0-4d90-88f5-df91953b2477/snap", "metadata": {}}], "file": "/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477/file", "owner": "3adb07ec4d604493ab20ae5e0fe0b134", "id": "ca34347b-f7e0-4d90-88f5-df91953b2477", "size": 12716032, "self": "/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477", "disk_format": "qcow2", "direct_url": "rbd://7b4e0650-4fe1-42be-8841-a9933ffd3a43/images/ca34347b-f7e0-4d90-88f5-df91953b2477/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-19T15:22:23Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_eee36804-12b5-4fed-99c6-6c54f2d33183", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_eee36804-12b5-4fed-99c6-6c54f2d33183", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-19T15:22:21Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-19 15:22:57,967 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c17ec68b-1746-441a-a3b9-453357f3263d 2018-07-19 15:22:57,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.24734210968s 2018-07-19 15:22:57,968 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c17ec68b-1746-441a-a3b9-453357f3263d 2018-07-19 15:22:57,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-19 15:22:57,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cd22c432af2a709cc7991c55a45b9fdd58edf2d4" 2018-07-19 15:22:59,719 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a43c0ff9-a645-4c8a-bcfc-d689c70b7d1c Date: Thu, 19 Jul 2018 15:22:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-19 15:22:59,719 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477 used request id req-a43c0ff9-a645-4c8a-bcfc-d689c70b7d1c 2018-07-19 15:22:59,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.74930882454s 2018-07-19 15:22:59,719 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/ca34347b-f7e0-4d90-88f5-df91953b2477 used request id req-a43c0ff9-a645-4c8a-bcfc-d689c70b7d1c 2018-07-19 15:22:59,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-19 15:22:59,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:22:59,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22: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-db3b4cfe-a25c-47fb-becc-bc33c6e9f77f x-compute-request-id: req-db3b4cfe-a25c-47fb-becc-bc33c6e9f77f Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_eee36804-12b5-4fed-99c6-6c54f2d33183", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d", "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": "e7c0fe08-6113-41a3-bb37-c2fc22184a7d"}]} 2018-07-19 15:22:59,746 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-db3b4cfe-a25c-47fb-becc-bc33c6e9f77f 2018-07-19 15:22:59,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0268521308899s 2018-07-19 15:22:59,747 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-db3b4cfe-a25c-47fb-becc-bc33c6e9f77f 2018-07-19 15:22:59,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-19 15:22:59,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:22:59,803 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 19 Jul 2018 15:22: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-cca14564-7854-4094-81b9-b9e462f8b967 x-compute-request-id: req-cca14564-7854-4094-81b9-b9e462f8b967 Content-Length: 0 Content-Type: application/json 2018-07-19 15:22:59,803 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d used request id req-cca14564-7854-4094-81b9-b9e462f8b967 2018-07-19 15:22:59,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0551500320435s 2018-07-19 15:22:59,804 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/e7c0fe08-6113-41a3-bb37-c2fc22184a7d used request id req-cca14564-7854-4094-81b9-b9e462f8b967 2018-07-19 15:22:59,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 15:22:59,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:22:59,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fa8f118-f6fa-46d9-9d4b-50dcd83e105e Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/37000be35cb64bffbfba6f8747b5a038"}, "domain_id": "default", "enabled": true, "options": {}, "id": "37000be35cb64bffbfba6f8747b5a038", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/43e8dce6cabc46db97fff83134d6f611"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43e8dce6cabc46db97fff83134d6f611", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/5d70f478784d418baecdeb0bb6195c82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d70f478784d418baecdeb0bb6195c82", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/65c25d91e04547f4adb599eaf44ac3e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "65c25d91e04547f4adb599eaf44ac3e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/97574d93f3ba4b898aa0ede559c79c3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "97574d93f3ba4b898aa0ede559c79c3b", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_eee36804-12b5-4fed-99c6-6c54f2d33183", "links": {"self": "http://172.30.9.27:5000/v3/users/9cc1d2d2a9b141ffb5a89a3e390a483e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/a49beb8a4f7943ddb60db9c89c8dd329"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a49beb8a4f7943ddb60db9c89c8dd329", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/a6ded9f63a8e465e853e9bfe85ca9d6d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a6ded9f63a8e465e853e9bfe85ca9d6d", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/a7fa9f4d0d1a4bc4bc408af0f2dca3a3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a7fa9f4d0d1a4bc4bc408af0f2dca3a3", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/aec7ef653ad14251b31b13b80a39b8e0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec7ef653ad14251b31b13b80a39b8e0", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b9918efab4ff4513b04ec2a5c3c2ec83"}, "domain_id": "115922a7b3214ad0aa00b54a84360fdf", "enabled": true, "options": {}, "id": "b9918efab4ff4513b04ec2a5c3c2ec83", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/be589fcc23044bec983a142248de7b03"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be589fcc23044bec983a142248de7b03", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/cd873df4a7644be5910b067909ed4b92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd873df4a7644be5910b067909ed4b92", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/e9b708f325e148f299ae7af945eb2e55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9b708f325e148f299ae7af945eb2e55", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/f3b2ef3fe4c14b76934c4322efffcc55"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3b2ef3fe4c14b76934c4322efffcc55", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-19 15:22:59,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3fa8f118-f6fa-46d9-9d4b-50dcd83e105e 2018-07-19 15:22:59,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118801832199s 2018-07-19 15:22:59,924 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3fa8f118-f6fa-46d9-9d4b-50dcd83e105e 2018-07-19 15:22:59,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-19 15:22:59,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/9cc1d2d2a9b141ffb5a89a3e390a483e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:23:00,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-926d71e6-e600-4fbb-9945-3281e48c8c9b Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_eee36804-12b5-4fed-99c6-6c54f2d33183", "links": {"self": "http://172.30.9.27:5000/v3/users/9cc1d2d2a9b141ffb5a89a3e390a483e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "9cc1d2d2a9b141ffb5a89a3e390a483e", "description": null}} 2018-07-19 15:23:00,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/9cc1d2d2a9b141ffb5a89a3e390a483e used request id req-926d71e6-e600-4fbb-9945-3281e48c8c9b 2018-07-19 15:23:00,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124892950058s 2018-07-19 15:23:00,054 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/9cc1d2d2a9b141ffb5a89a3e390a483e used request id req-926d71e6-e600-4fbb-9945-3281e48c8c9b 2018-07-19 15:23:00,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-19 15:23:00,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/9cc1d2d2a9b141ffb5a89a3e390a483e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:23:00,350 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:23:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92c18b54-89d7-40b2-b580-e1bfa9db6dea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 15:23:00,350 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/9cc1d2d2a9b141ffb5a89a3e390a483e used request id req-92c18b54-89d7-40b2-b580-e1bfa9db6dea 2018-07-19 15:23:00,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.295224905014s 2018-07-19 15:23:00,350 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/9cc1d2d2a9b141ffb5a89a3e390a483e used request id req-92c18b54-89d7-40b2-b580-e1bfa9db6dea 2018-07-19 15:23:00,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-19 15:23:00,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:23:00,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 19 Jul 2018 15:23:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cba200b-39f0-42c7-9275-676da9c1f187 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.27:5000/v3/projects/3adb07ec4d604493ab20ae5e0fe0b134"}, "tags": [], "enabled": true, "id": "3adb07ec4d604493ab20ae5e0fe0b134", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_eee36804-12b5-4fed-99c6-6c54f2d33183"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7d50cfbadfca4f97bb43893af276dd48"}, "tags": [], "enabled": true, "id": "7d50cfbadfca4f97bb43893af276dd48", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/c55653f9c43d4f42abb964f57f2b6757"}, "tags": [], "enabled": true, "id": "c55653f9c43d4f42abb964f57f2b6757", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-19 15:23:00,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-5cba200b-39f0-42c7-9275-676da9c1f187 2018-07-19 15:23:00,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102437019348s 2018-07-19 15:23:00,460 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-5cba200b-39f0-42c7-9275-676da9c1f187 2018-07-19 15:23:00,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-19 15:23:00,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/3adb07ec4d604493ab20ae5e0fe0b134 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a24efe332fa3abf191de8bc50b1c9bf314514ee3" 2018-07-19 15:23:00,688 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 19 Jul 2018 15:23:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b0fe856-588d-4bc7-a1d7-0ee48b039c7a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-19 15:23:00,688 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/3adb07ec4d604493ab20ae5e0fe0b134 used request id req-5b0fe856-588d-4bc7-a1d7-0ee48b039c7a 2018-07-19 15:23:00,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.223906040192s 2018-07-19 15:23:00,688 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/3adb07ec4d604493ab20ae5e0fe0b134 used request id req-5b0fe856-588d-4bc7-a1d7-0ee48b039c7a 2018-07-19 15:23:00,689 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2018-07-19 15:23:00,689 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | tenantnetwork1 | functest | healthcheck | 00:08 | PASS | | tenantnetwork2 | functest | healthcheck | 00:08 | PASS | | vmready1 | functest | healthcheck | 00:12 | PASS | | vmready2 | functest | healthcheck | 00:10 | PASS | | singlevm1 | functest | healthcheck | 00:39 | PASS | | singlevm2 | functest | healthcheck | 00:53 | PASS | | vping_ssh | functest | healthcheck | 01:07 | PASS | | vping_userdata | functest | healthcheck | 00:09 | FAIL | | cinder_test | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-07-19 15:23:00,703 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-07-19 15:23:00,799 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-19 15:23:00,853 - paramiko.transport - DEBUG - EOF in transport thread