2018-08-23 16:45:02,407 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-233 | | 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-08-23 16:45:02,409 - 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.9 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=WG06G6DUC4Zliq17ai3yPODlh 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=d7e8705e28c14b6588e6b073f23f47ec export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.9 export SDN_CONTROLLER_PASSWORD=TlRFd4mIKFaioH9sKCTsSuLSS export OS_REGION_NAME=regionOne 2018-08-23 16:45:02,409 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-23 16:45:02,410 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-08-23 16:45:02,433 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-23 16:45:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 16:45:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 16:45:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 16:45:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 16:45:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 16:45:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 16:45:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 16:45:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 16:45:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 16:45:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 16:45:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 16:45:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 16:45:02,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 16:45:02,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 16:45:02,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 16:45:02,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 16:45:02,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 16:45:02,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 16:45:02,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 16:45:02,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 16:45:02,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 16:45:02,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 16:45:02,725 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-23 16:45:02,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-23 16:45:02,727 - 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.15" 2018-08-23 16:45:02,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccf86c8a-3e16-4f9f-9018-be2ec5ec834c 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-08-23 16:45:02,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ccf86c8a-3e16-4f9f-9018-be2ec5ec834c 2018-08-23 16:45:02,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-23 16:45:03,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe32a2cf26fd41b481ea95c3cb6044f3", "name": "admin"}, {"id": "189560f2cf1f4723bdcde8ff2d58961d", "name": "reader"}, {"id": "e1da4c864a6340bc99d295f749d20cea", "name": "member"}], "expires_at": "2018-08-23T17:45:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7e8705e28c14b6588e6b073f23f47ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0947cefd6929425c82ff8c377bec236e"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c9541338952418381f03516e1913314"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85139d298b1a417d83cc0ef62894001a"}], "type": "metric", "id": "06b0754cc1d94df5acd81c64739816f6", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03bf24de52c045d3b31f7f0609069d4f"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fb4854511c948b7b992695d9c663703"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddd2ef04d6f5424a8e81d47aa341395f"}], "type": "image", "id": "0f62b8068edd4317bbae64a5becc371c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55d7cb1da102480786b94557dad33331"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a099e06cda74e91a274545015df1853"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7eff45ecb68a4808b8ef3697e654ff65"}], "type": "identity", "id": "272f73774f6b4c4285ed51848d6127d2", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "528e16db335b4c8a9ac4d4df81e8da2d"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6cd7980d202041cd8a9b11cfbde98fd9"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fbe5677bbdf415282003f2c57ebc34f"}], "type": "volumev2", "id": "2ac504ed4c0246eba5e43b5021c70c83", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "324cd438aee04d498c99bfa81596e77e", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dd59018c1844ae9a4751abaa4a0eac5"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66d37c61668b45b2802dce6c2127dd05"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8968bc693dd849119f6491283bb8559b"}], "type": "orchestration", "id": "3442d911981c4470becf9bf9b07f5089", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "663f51340f84474bb708ee51ca1788a8"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e825951717b44799fe1e47adffd2b4e"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "77cd0aaf5b6a40e89d377f2c23096a10"}], "type": "volumev3", "id": "3644adec36ed46a2a1ae6393f2ade749", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.44:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2072a54b555141488ed29c328a8ef70d"}, {"url": "http://12.0.0.44:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7a3715aeb814134942f827c4368df4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8d7035ad8a64c2ca33c9d87b85b1e94"}], "type": "object-store", "id": "5d760db4f6f8462c95f24a9983b8a5cb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "180023267a7a44f2968962a846c62698"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dd875f6283649a6806833ec94ee3c08"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb221e116b804024b0a3fc99fc8b522d"}], "type": "placement", "id": "6f505d0f7d0f43cba19666d74864216d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32a72c74ab704f218a500e80f51328a0"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "749737d6fd584d9db394e34e1f5c4ae3"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0a7d67e5540493ab99c111d2d127730"}], "type": "cloudformation", "id": "7a2becc7a7fe491aac7cd2b48e9e4382", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23ae9c3d3fc14f0b8a8cf092cc9d8d5b"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8961e3f130734e26bf63efceb59ce730"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce54a2a54b3e44389232576a478e456b"}], "type": "event", "id": "7b67f1955527413faf177552b6666117", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ba0c2980354d44b09d71b9111cf749"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "764a6d0bbf5740709ac7b1394e2bc780"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b44d8c8f00384d5bbc22a68560d0de3a"}], "type": "compute", "id": "962585d3d4864ed980285c16c72f262e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58a69bd2f6f342c7992bfd45c9d00c47"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d83e26faed5241b195c86c21a3d747db"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8a0a3f5ecc2467b9f24cb7109214c4e"}], "type": "network", "id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e8011ce624f4dd39d54e26a513f6d97"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f9b94ac44614d3783015ba93fdb5e18"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb32c911de7b41e39fa2214417b31b4b"}], "type": "volume", "id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "355d62929efe4bfe90c9426416e45ec7"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "510ec66bfc684670943561577c499e47"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6bd6022bf2b4a9fbfae16fdc4e6c13a"}], "type": "alarming", "id": "d9d87a4ac8ae467c9634f5d1baf3635c", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b1453aa607a54efaa69228b52438f26c"}, "audit_ids": ["moUBDJPdSdKOApEX4b9-fQ"], "issued_at": "2018-08-23T16:45:03.000000Z"}} 2018-08-23 16:45:03,305 - 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.15" -H "X-Auth-Token: {SHA1}2c22c1e7b237950ae98ca4749e22ced4d0e694d1" 2018-08-23 16:45:04,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45: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-c928deb9-4b53-46c9-b8c4-13b6ca693d6c x-compute-request-id: req-c928deb9-4b53-46c9-b8c4-13b6ca693d6c Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-23 16:45:04,231 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-aggregates used request id req-c928deb9-4b53-46c9-b8c4-13b6ca693d6c 2018-08-23 16:45:04,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.50529384613s 2018-08-23 16:45:04,232 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-aggregates used request id req-c928deb9-4b53-46c9-b8c4-13b6ca693d6c 2018-08-23 16:45:04,232 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-23 16:45:04,235 - 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.15" 2018-08-23 16:45:04,240 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 16:45:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df760a33-f0f3-4b11-be7a-5f52ee0d733a 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-08-23 16:45:04,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-df760a33-f0f3-4b11-be7a-5f52ee0d733a 2018-08-23 16:45:04,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 16:45:04,245 - 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.15" -H "X-Auth-Token: {SHA1}2c22c1e7b237950ae98ca4749e22ced4d0e694d1" 2018-08-23 16:45:04,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f88750bf-8710-426d-a7f2-27817beb8dc6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/fad46a1b983b4798bee38d10b68c191b"}, "tags": [], "enabled": true, "id": "fad46a1b983b4798bee38d10b68c191b", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 16:45:04,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-f88750bf-8710-426d-a7f2-27817beb8dc6 2018-08-23 16:45:04,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.305284976959s 2018-08-23 16:45:04,547 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-f88750bf-8710-426d-a7f2-27817beb8dc6 2018-08-23 16:45:04,548 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'}), Munch({'description': u'', 'enabled': True, 'id': u'fad46a1b983b4798bee38d10b68c191b', 'name': u'heat_stack'})] 2018-08-23 16:45:04,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-23 16:45:04,555 - 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.15" -H "X-Auth-Token: {SHA1}2c22c1e7b237950ae98ca4749e22ced4d0e694d1" 2018-08-23 16:45:04,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aca665c0-5f6d-41b7-9842-4aebe9b8e866 Content-Encoding: gzip Content-Length: 1969 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/03bf24de52c045d3b31f7f0609069d4f"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0f62b8068edd4317bbae64a5becc371c", "id": "03bf24de52c045d3b31f7f0609069d4f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0947cefd6929425c82ff8c377bec236e"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "06b0754cc1d94df5acd81c64739816f6", "id": "0947cefd6929425c82ff8c377bec236e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/180023267a7a44f2968962a846c62698"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6f505d0f7d0f43cba19666d74864216d", "id": "180023267a7a44f2968962a846c62698"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1dd875f6283649a6806833ec94ee3c08"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6f505d0f7d0f43cba19666d74864216d", "id": "1dd875f6283649a6806833ec94ee3c08"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2072a54b555141488ed29c328a8ef70d"}, "url": "http://12.0.0.44:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5d760db4f6f8462c95f24a9983b8a5cb", "id": "2072a54b555141488ed29c328a8ef70d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/23ae9c3d3fc14f0b8a8cf092cc9d8d5b"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7b67f1955527413faf177552b6666117", "id": "23ae9c3d3fc14f0b8a8cf092cc9d8d5b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/32a72c74ab704f218a500e80f51328a0"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7a2becc7a7fe491aac7cd2b48e9e4382", "id": "32a72c74ab704f218a500e80f51328a0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/355d62929efe4bfe90c9426416e45ec7"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d9d87a4ac8ae467c9634f5d1baf3635c", "id": "355d62929efe4bfe90c9426416e45ec7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3dd59018c1844ae9a4751abaa4a0eac5"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3442d911981c4470becf9bf9b07f5089", "id": "3dd59018c1844ae9a4751abaa4a0eac5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/510ec66bfc684670943561577c499e47"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d9d87a4ac8ae467c9634f5d1baf3635c", "id": "510ec66bfc684670943561577c499e47"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/528e16db335b4c8a9ac4d4df81e8da2d"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2ac504ed4c0246eba5e43b5021c70c83", "id": "528e16db335b4c8a9ac4d4df81e8da2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/55d7cb1da102480786b94557dad33331"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "272f73774f6b4c4285ed51848d6127d2", "id": "55d7cb1da102480786b94557dad33331"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/58a69bd2f6f342c7992bfd45c9d00c47"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "id": "58a69bd2f6f342c7992bfd45c9d00c47"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/58ba0c2980354d44b09d71b9111cf749"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "962585d3d4864ed980285c16c72f262e", "id": "58ba0c2980354d44b09d71b9111cf749"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5e8011ce624f4dd39d54e26a513f6d97"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "id": "5e8011ce624f4dd39d54e26a513f6d97"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5fb4854511c948b7b992695d9c663703"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0f62b8068edd4317bbae64a5becc371c", "id": "5fb4854511c948b7b992695d9c663703"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/663f51340f84474bb708ee51ca1788a8"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3644adec36ed46a2a1ae6393f2ade749", "id": "663f51340f84474bb708ee51ca1788a8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/66d37c61668b45b2802dce6c2127dd05"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3442d911981c4470becf9bf9b07f5089", "id": "66d37c61668b45b2802dce6c2127dd05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6cd7980d202041cd8a9b11cfbde98fd9"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2ac504ed4c0246eba5e43b5021c70c83", "id": "6cd7980d202041cd8a9b11cfbde98fd9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6e825951717b44799fe1e47adffd2b4e"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3644adec36ed46a2a1ae6393f2ade749", "id": "6e825951717b44799fe1e47adffd2b4e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6f9b94ac44614d3783015ba93fdb5e18"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "id": "6f9b94ac44614d3783015ba93fdb5e18"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6fbe5677bbdf415282003f2c57ebc34f"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2ac504ed4c0246eba5e43b5021c70c83", "id": "6fbe5677bbdf415282003f2c57ebc34f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/749737d6fd584d9db394e34e1f5c4ae3"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7a2becc7a7fe491aac7cd2b48e9e4382", "id": "749737d6fd584d9db394e34e1f5c4ae3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/764a6d0bbf5740709ac7b1394e2bc780"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "962585d3d4864ed980285c16c72f262e", "id": "764a6d0bbf5740709ac7b1394e2bc780"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/77cd0aaf5b6a40e89d377f2c23096a10"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3644adec36ed46a2a1ae6393f2ade749", "id": "77cd0aaf5b6a40e89d377f2c23096a10"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7a099e06cda74e91a274545015df1853"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "272f73774f6b4c4285ed51848d6127d2", "id": "7a099e06cda74e91a274545015df1853"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7c9541338952418381f03516e1913314"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "06b0754cc1d94df5acd81c64739816f6", "id": "7c9541338952418381f03516e1913314"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7eff45ecb68a4808b8ef3697e654ff65"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "272f73774f6b4c4285ed51848d6127d2", "id": "7eff45ecb68a4808b8ef3697e654ff65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/85139d298b1a417d83cc0ef62894001a"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "06b0754cc1d94df5acd81c64739816f6", "id": "85139d298b1a417d83cc0ef62894001a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/8961e3f130734e26bf63efceb59ce730"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7b67f1955527413faf177552b6666117", "id": "8961e3f130734e26bf63efceb59ce730"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/8968bc693dd849119f6491283bb8559b"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3442d911981c4470becf9bf9b07f5089", "id": "8968bc693dd849119f6491283bb8559b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b44d8c8f00384d5bbc22a68560d0de3a"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "962585d3d4864ed980285c16c72f262e", "id": "b44d8c8f00384d5bbc22a68560d0de3a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b7a3715aeb814134942f827c4368df4b"}, "url": "http://12.0.0.44:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5d760db4f6f8462c95f24a9983b8a5cb", "id": "b7a3715aeb814134942f827c4368df4b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b8d7035ad8a64c2ca33c9d87b85b1e94"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5d760db4f6f8462c95f24a9983b8a5cb", "id": "b8d7035ad8a64c2ca33c9d87b85b1e94"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/cb221e116b804024b0a3fc99fc8b522d"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6f505d0f7d0f43cba19666d74864216d", "id": "cb221e116b804024b0a3fc99fc8b522d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/cb32c911de7b41e39fa2214417b31b4b"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "id": "cb32c911de7b41e39fa2214417b31b4b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ce54a2a54b3e44389232576a478e456b"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7b67f1955527413faf177552b6666117", "id": "ce54a2a54b3e44389232576a478e456b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d83e26faed5241b195c86c21a3d747db"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "id": "d83e26faed5241b195c86c21a3d747db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ddd2ef04d6f5424a8e81d47aa341395f"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0f62b8068edd4317bbae64a5becc371c", "id": "ddd2ef04d6f5424a8e81d47aa341395f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f0a7d67e5540493ab99c111d2d127730"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7a2becc7a7fe491aac7cd2b48e9e4382", "id": "f0a7d67e5540493ab99c111d2d127730"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f6bd6022bf2b4a9fbfae16fdc4e6c13a"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d9d87a4ac8ae467c9634f5d1baf3635c", "id": "f6bd6022bf2b4a9fbfae16fdc4e6c13a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f8a0a3f5ecc2467b9f24cb7109214c4e"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "id": "f8a0a3f5ecc2467b9f24cb7109214c4e"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-23 16:45:04,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-aca665c0-5f6d-41b7-9842-4aebe9b8e866 2018-08-23 16:45:04,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.280049085617s 2018-08-23 16:45:04,832 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-aca665c0-5f6d-41b7-9842-4aebe9b8e866 2018-08-23 16:45:04,839 - 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/03bf24de52c045d3b31f7f0609069d4f'}, u'url': u'http://172.30.9.27:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0f62b8068edd4317bbae64a5becc371c', u'id': u'03bf24de52c045d3b31f7f0609069d4f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/0947cefd6929425c82ff8c377bec236e'}, u'url': u'http://192.30.9.9:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'06b0754cc1d94df5acd81c64739816f6', u'id': u'0947cefd6929425c82ff8c377bec236e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/180023267a7a44f2968962a846c62698'}, u'url': u'http://192.30.9.9:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6f505d0f7d0f43cba19666d74864216d', u'id': u'180023267a7a44f2968962a846c62698'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/1dd875f6283649a6806833ec94ee3c08'}, 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'6f505d0f7d0f43cba19666d74864216d', u'id': u'1dd875f6283649a6806833ec94ee3c08'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/2072a54b555141488ed29c328a8ef70d'}, u'url': u'http://12.0.0.44:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5d760db4f6f8462c95f24a9983b8a5cb', u'id': u'2072a54b555141488ed29c328a8ef70d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/23ae9c3d3fc14f0b8a8cf092cc9d8d5b'}, u'url': u'http://192.30.9.9:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7b67f1955527413faf177552b6666117', u'id': u'23ae9c3d3fc14f0b8a8cf092cc9d8d5b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/32a72c74ab704f218a500e80f51328a0'}, u'url': u'http://192.30.9.9:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7a2becc7a7fe491aac7cd2b48e9e4382', u'id': u'32a72c74ab704f218a500e80f51328a0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/355d62929efe4bfe90c9426416e45ec7'}, u'url': u'http://192.30.9.9:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd9d87a4ac8ae467c9634f5d1baf3635c', u'id': u'355d62929efe4bfe90c9426416e45ec7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/3dd59018c1844ae9a4751abaa4a0eac5'}, 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'3442d911981c4470becf9bf9b07f5089', u'id': u'3dd59018c1844ae9a4751abaa4a0eac5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/510ec66bfc684670943561577c499e47'}, u'url': u'http://192.30.9.9:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd9d87a4ac8ae467c9634f5d1baf3635c', u'id': u'510ec66bfc684670943561577c499e47'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/528e16db335b4c8a9ac4d4df81e8da2d'}, 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'2ac504ed4c0246eba5e43b5021c70c83', u'id': u'528e16db335b4c8a9ac4d4df81e8da2d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/55d7cb1da102480786b94557dad33331'}, u'url': u'http://192.30.9.9:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'272f73774f6b4c4285ed51848d6127d2', u'id': u'55d7cb1da102480786b94557dad33331'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/58a69bd2f6f342c7992bfd45c9d00c47'}, u'url': u'http://172.30.9.27:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a1387ad8edea4f6e9e72deea7d3ac9ff', u'id': u'58a69bd2f6f342c7992bfd45c9d00c47'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/58ba0c2980354d44b09d71b9111cf749'}, u'url': u'http://192.30.9.9:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'962585d3d4864ed980285c16c72f262e', u'id': u'58ba0c2980354d44b09d71b9111cf749'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/5e8011ce624f4dd39d54e26a513f6d97'}, 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'b1a19ea91f6b48eb8c6dd0b7412f83cb', u'id': u'5e8011ce624f4dd39d54e26a513f6d97'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/5fb4854511c948b7b992695d9c663703'}, u'url': u'http://192.30.9.9:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0f62b8068edd4317bbae64a5becc371c', u'id': u'5fb4854511c948b7b992695d9c663703'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/663f51340f84474bb708ee51ca1788a8'}, 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'3644adec36ed46a2a1ae6393f2ade749', u'id': u'663f51340f84474bb708ee51ca1788a8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/66d37c61668b45b2802dce6c2127dd05'}, u'url': u'http://192.30.9.9:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3442d911981c4470becf9bf9b07f5089', u'id': u'66d37c61668b45b2802dce6c2127dd05'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/6cd7980d202041cd8a9b11cfbde98fd9'}, u'url': u'http://192.30.9.9:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2ac504ed4c0246eba5e43b5021c70c83', u'id': u'6cd7980d202041cd8a9b11cfbde98fd9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/6e825951717b44799fe1e47adffd2b4e'}, u'url': u'http://192.30.9.9:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3644adec36ed46a2a1ae6393f2ade749', u'id': u'6e825951717b44799fe1e47adffd2b4e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/6f9b94ac44614d3783015ba93fdb5e18'}, u'url': u'http://192.30.9.9:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b1a19ea91f6b48eb8c6dd0b7412f83cb', u'id': u'6f9b94ac44614d3783015ba93fdb5e18'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/6fbe5677bbdf415282003f2c57ebc34f'}, u'url': u'http://192.30.9.9:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2ac504ed4c0246eba5e43b5021c70c83', u'id': u'6fbe5677bbdf415282003f2c57ebc34f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/749737d6fd584d9db394e34e1f5c4ae3'}, u'url': u'http://192.30.9.9:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7a2becc7a7fe491aac7cd2b48e9e4382', u'id': u'749737d6fd584d9db394e34e1f5c4ae3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/764a6d0bbf5740709ac7b1394e2bc780'}, u'url': u'http://192.30.9.9:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'962585d3d4864ed980285c16c72f262e', u'id': u'764a6d0bbf5740709ac7b1394e2bc780'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/77cd0aaf5b6a40e89d377f2c23096a10'}, u'url': u'http://192.30.9.9:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3644adec36ed46a2a1ae6393f2ade749', u'id': u'77cd0aaf5b6a40e89d377f2c23096a10'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/7a099e06cda74e91a274545015df1853'}, u'url': u'http://172.30.9.27:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'272f73774f6b4c4285ed51848d6127d2', u'id': u'7a099e06cda74e91a274545015df1853'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/7c9541338952418381f03516e1913314'}, u'url': u'http://192.30.9.9:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'06b0754cc1d94df5acd81c64739816f6', u'id': u'7c9541338952418381f03516e1913314'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/7eff45ecb68a4808b8ef3697e654ff65'}, u'url': u'http://192.30.9.9:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'272f73774f6b4c4285ed51848d6127d2', u'id': u'7eff45ecb68a4808b8ef3697e654ff65'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/85139d298b1a417d83cc0ef62894001a'}, u'url': u'http://172.30.9.27:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'06b0754cc1d94df5acd81c64739816f6', u'id': u'85139d298b1a417d83cc0ef62894001a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/8961e3f130734e26bf63efceb59ce730'}, u'url': u'http://192.30.9.9:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7b67f1955527413faf177552b6666117', u'id': u'8961e3f130734e26bf63efceb59ce730'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/8968bc693dd849119f6491283bb8559b'}, u'url': u'http://192.30.9.9:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3442d911981c4470becf9bf9b07f5089', u'id': u'8968bc693dd849119f6491283bb8559b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/b44d8c8f00384d5bbc22a68560d0de3a'}, 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'962585d3d4864ed980285c16c72f262e', u'id': u'b44d8c8f00384d5bbc22a68560d0de3a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/b7a3715aeb814134942f827c4368df4b'}, u'url': u'http://12.0.0.44:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5d760db4f6f8462c95f24a9983b8a5cb', u'id': u'b7a3715aeb814134942f827c4368df4b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/b8d7035ad8a64c2ca33c9d87b85b1e94'}, 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'5d760db4f6f8462c95f24a9983b8a5cb', u'id': u'b8d7035ad8a64c2ca33c9d87b85b1e94'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/cb221e116b804024b0a3fc99fc8b522d'}, u'url': u'http://192.30.9.9:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6f505d0f7d0f43cba19666d74864216d', u'id': u'cb221e116b804024b0a3fc99fc8b522d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/cb32c911de7b41e39fa2214417b31b4b'}, u'url': u'http://192.30.9.9:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b1a19ea91f6b48eb8c6dd0b7412f83cb', u'id': u'cb32c911de7b41e39fa2214417b31b4b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/ce54a2a54b3e44389232576a478e456b'}, u'url': u'http://172.30.9.27:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7b67f1955527413faf177552b6666117', u'id': u'ce54a2a54b3e44389232576a478e456b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/d83e26faed5241b195c86c21a3d747db'}, u'url': u'http://192.30.9.9:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a1387ad8edea4f6e9e72deea7d3ac9ff', u'id': u'd83e26faed5241b195c86c21a3d747db'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/ddd2ef04d6f5424a8e81d47aa341395f'}, u'url': u'http://192.30.9.9:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0f62b8068edd4317bbae64a5becc371c', u'id': u'ddd2ef04d6f5424a8e81d47aa341395f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/f0a7d67e5540493ab99c111d2d127730'}, 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'7a2becc7a7fe491aac7cd2b48e9e4382', u'id': u'f0a7d67e5540493ab99c111d2d127730'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/f6bd6022bf2b4a9fbfae16fdc4e6c13a'}, u'url': u'http://172.30.9.27:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd9d87a4ac8ae467c9634f5d1baf3635c', u'id': u'f6bd6022bf2b4a9fbfae16fdc4e6c13a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/f8a0a3f5ecc2467b9f24cb7109214c4e'}, u'url': u'http://192.30.9.9:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a1387ad8edea4f6e9e72deea7d3ac9ff', u'id': u'f8a0a3f5ecc2467b9f24cb7109214c4e'})] 2018-08-23 16:45:04,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-23 16:45:04,844 - 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.15" -H "X-Auth-Token: {SHA1}2c22c1e7b237950ae98ca4749e22ced4d0e694d1" 2018-08-23 16:45:04,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45: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-9f5b7046-c814-4fb6-9958-332f5bce9c86 x-compute-request-id: req-9f5b7046-c814-4fb6-9958-332f5bce9c86 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-08-23 16:45:04,969 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/extensions used request id req-9f5b7046-c814-4fb6-9958-332f5bce9c86 2018-08-23 16:45:04,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.127957820892s 2018-08-23 16:45:04,970 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/extensions used request id req-9f5b7046-c814-4fb6-9958-332f5bce9c86 2018-08-23 16:45:04,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-23 16:45:04,987 - 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.15" -H "X-Auth-Token: {SHA1}2c22c1e7b237950ae98ca4749e22ced4d0e694d1" 2018-08-23 16:45:06,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3881e4dd-cf18-4137-a00e-e91b83198de5 x-compute-request-id: req-3881e4dd-cf18-4137-a00e-e91b83198de5 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-23 16:45:06,446 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-floating-ip-pools used request id req-3881e4dd-cf18-4137-a00e-e91b83198de5 2018-08-23 16:45:06,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.46107506752s 2018-08-23 16:45:06,447 - 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-3881e4dd-cf18-4137-a00e-e91b83198de5 2018-08-23 16:45:06,447 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-23 16:45:06,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 16:45:06,453 - 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.15" -H "X-Auth-Token: {SHA1}2c22c1e7b237950ae98ca4749e22ced4d0e694d1" 2018-08-23 16:45:07,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7c6ee303-98b9-46e4-be69-5484c257b2ea Date: Thu, 23 Aug 2018 16:45:07 GMT RESP BODY: {"floatingips": []} 2018-08-23 16:45:07,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-7c6ee303-98b9-46e4-be69-5484c257b2ea 2018-08-23 16:45:07,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.15742111206s 2018-08-23 16:45:07,610 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-7c6ee303-98b9-46e4-be69-5484c257b2ea 2018-08-23 16:45:07,610 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-23 16:45:07,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-23 16:45:07,614 - 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.15" -H "X-Auth-Token: {SHA1}2c22c1e7b237950ae98ca4749e22ced4d0e694d1" 2018-08-23 16:45:07,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45: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-fa3dab39-6b53-46de-942f-61025d2cd3a5 x-compute-request-id: req-fa3dab39-6b53-46de-942f-61025d2cd3a5 Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 266}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 2361, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 263}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-23 16:45:07,799 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-fa3dab39-6b53-46de-942f-61025d2cd3a5 2018-08-23 16:45:07,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.188658952713s 2018-08-23 16:45:07,800 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-fa3dab39-6b53-46de-942f-61025d2cd3a5 2018-08-23 16:45:07,801 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.7', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 266}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 2361, 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.6', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 263}, 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-08-23 16:45:07,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-23 16:45:07,804 - 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.15" -H "X-Auth-Token: {SHA1}2c22c1e7b237950ae98ca4749e22ced4d0e694d1" 2018-08-23 16:45:07,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bbcf7ff4-def6-4d46-8faa-4c01f006701e x-compute-request-id: req-bbcf7ff4-def6-4d46-8faa-4c01f006701e Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-23 16:45:07,927 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-bbcf7ff4-def6-4d46-8faa-4c01f006701e 2018-08-23 16:45:07,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.12565612793s 2018-08-23 16:45:07,928 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-bbcf7ff4-def6-4d46-8faa-4c01f006701e 2018-08-23 16:45:07,928 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-23 16:45:07,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:45:07,929 - 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.15" -H "X-Auth-Token: {SHA1}2c22c1e7b237950ae98ca4749e22ced4d0e694d1" 2018-08-23 16:45:09,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9b3caea7-7833-4919-a818-2e6683147d8b Date: Thu, 23 Aug 2018 16:45:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:45:09,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9b3caea7-7833-4919-a818-2e6683147d8b 2018-08-23 16:45:09,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.1988132s 2018-08-23 16:45:09,127 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9b3caea7-7833-4919-a818-2e6683147d8b 2018-08-23 16:45:09,128 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'01259dc7-ca29-4644-acb8-ac06eafbe8b0'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-23T16:41:47Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'f5b34b9c-dd33-46b5-9947-17506958773d', 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'f510d54cf55042578e4d20bdb8ff3bb7', u'created_at': u'2018-08-23T16:41:41Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f510d54cf55042578e4d20bdb8ff3bb7'})] 2018-08-23 16:45:09,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 16:45:09,129 - 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.15" -H "X-Auth-Token: {SHA1}2c22c1e7b237950ae98ca4749e22ced4d0e694d1" 2018-08-23 16:45:10,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1e18cbb5-6256-43a6-8bbc-f73268ec9796 Date: Thu, 23 Aug 2018 16:45:10 GMT RESP BODY: {"ports":[]} 2018-08-23 16:45:10,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json used request id req-1e18cbb5-6256-43a6-8bbc-f73268ec9796 2018-08-23 16:45:10,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.984158992767s 2018-08-23 16:45:10,113 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json used request id req-1e18cbb5-6256-43a6-8bbc-f73268ec9796 2018-08-23 16:45:10,113 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-23 16:45:10,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 16:45:10,117 - 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.15" -H "X-Auth-Token: {SHA1}2c22c1e7b237950ae98ca4749e22ced4d0e694d1" 2018-08-23 16:45:10,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dbd4555-5623-41bc-9125-341d87308298 Content-Encoding: gzip Content-Length: 728 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "f510d54cf55042578e4d20bdb8ff3bb7"}}, "role": {"id": "fe32a2cf26fd41b481ea95c3cb6044f3"}, "user": {"id": "0fb6bc394efe4de0842e2bf336ccd4ca"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/f510d54cf55042578e4d20bdb8ff3bb7/users/0fb6bc394efe4de0842e2bf336ccd4ca/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}}, {"scope": {"project": {"id": "f510d54cf55042578e4d20bdb8ff3bb7"}}, "role": {"id": "fe32a2cf26fd41b481ea95c3cb6044f3"}, "user": {"id": "2a4c0b3a7c9641559d5604c3717d25b1"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/f510d54cf55042578e4d20bdb8ff3bb7/users/2a4c0b3a7c9641559d5604c3717d25b1/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}}, {"scope": {"project": {"id": "f510d54cf55042578e4d20bdb8ff3bb7"}}, "role": {"id": "fe32a2cf26fd41b481ea95c3cb6044f3"}, "user": {"id": "2fed34fbd5cd4650bfa495a428709fe4"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/f510d54cf55042578e4d20bdb8ff3bb7/users/2fed34fbd5cd4650bfa495a428709fe4/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}}, {"scope": {"project": {"id": "f510d54cf55042578e4d20bdb8ff3bb7"}}, "role": {"id": "fe32a2cf26fd41b481ea95c3cb6044f3"}, "user": {"id": "4539671e82c8450e9b0511fb70f3a348"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/f510d54cf55042578e4d20bdb8ff3bb7/users/4539671e82c8450e9b0511fb70f3a348/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}}, {"scope": {"project": {"id": "f510d54cf55042578e4d20bdb8ff3bb7"}}, "role": {"id": "fe32a2cf26fd41b481ea95c3cb6044f3"}, "user": {"id": "5cf161c17e8e4ad5845b79c4ac9ba186"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/f510d54cf55042578e4d20bdb8ff3bb7/users/5cf161c17e8e4ad5845b79c4ac9ba186/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}}, {"scope": {"project": {"id": "f510d54cf55042578e4d20bdb8ff3bb7"}}, "role": {"id": "fa8a6d023e7d475492442e05cb0838c5"}, "user": {"id": "5d27bc799c654c78a530dd0b2fc30701"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/f510d54cf55042578e4d20bdb8ff3bb7/users/5d27bc799c654c78a530dd0b2fc30701/roles/fa8a6d023e7d475492442e05cb0838c5"}}, {"scope": {"project": {"id": "f510d54cf55042578e4d20bdb8ff3bb7"}}, "role": {"id": "fe32a2cf26fd41b481ea95c3cb6044f3"}, "user": {"id": "5d27bc799c654c78a530dd0b2fc30701"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/f510d54cf55042578e4d20bdb8ff3bb7/users/5d27bc799c654c78a530dd0b2fc30701/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}}, {"scope": {"project": {"id": "f510d54cf55042578e4d20bdb8ff3bb7"}}, "role": {"id": "fe32a2cf26fd41b481ea95c3cb6044f3"}, "user": {"id": "6d21aee7f48c4e29aab1e452c68b276f"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/f510d54cf55042578e4d20bdb8ff3bb7/users/6d21aee7f48c4e29aab1e452c68b276f/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}}, {"scope": {"project": {"id": "f510d54cf55042578e4d20bdb8ff3bb7"}}, "role": {"id": "fe32a2cf26fd41b481ea95c3cb6044f3"}, "user": {"id": "795ca1936f824a5f9f2ce1b88e1ee04a"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/f510d54cf55042578e4d20bdb8ff3bb7/users/795ca1936f824a5f9f2ce1b88e1ee04a/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}}, {"scope": {"project": {"id": "f510d54cf55042578e4d20bdb8ff3bb7"}}, "role": {"id": "fe32a2cf26fd41b481ea95c3cb6044f3"}, "user": {"id": "8aba8fdc78d24d5795d912b0b6ce2737"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/f510d54cf55042578e4d20bdb8ff3bb7/users/8aba8fdc78d24d5795d912b0b6ce2737/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}}, {"scope": {"project": {"id": "f510d54cf55042578e4d20bdb8ff3bb7"}}, "role": {"id": "fe32a2cf26fd41b481ea95c3cb6044f3"}, "user": {"id": "afa90be81a524580ac3818a7556b0470"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/f510d54cf55042578e4d20bdb8ff3bb7/users/afa90be81a524580ac3818a7556b0470/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}}, {"scope": {"project": {"id": "f510d54cf55042578e4d20bdb8ff3bb7"}}, "role": {"id": "fe32a2cf26fd41b481ea95c3cb6044f3"}, "user": {"id": "b05f064fe4684bbfa3538e65cda2b20e"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/f510d54cf55042578e4d20bdb8ff3bb7/users/b05f064fe4684bbfa3538e65cda2b20e/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}}, {"scope": {"project": {"id": "d7e8705e28c14b6588e6b073f23f47ec"}}, "role": {"id": "fe32a2cf26fd41b481ea95c3cb6044f3"}, "user": {"id": "b1453aa607a54efaa69228b52438f26c"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/d7e8705e28c14b6588e6b073f23f47ec/users/b1453aa607a54efaa69228b52438f26c/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}}, {"scope": {"project": {"id": "f510d54cf55042578e4d20bdb8ff3bb7"}}, "role": {"id": "fe32a2cf26fd41b481ea95c3cb6044f3"}, "user": {"id": "e2f463ed020c4ac8895e177fa76834c5"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/f510d54cf55042578e4d20bdb8ff3bb7/users/e2f463ed020c4ac8895e177fa76834c5/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}}, {"scope": {"domain": {"id": "fad46a1b983b4798bee38d10b68c191b"}}, "role": {"id": "fe32a2cf26fd41b481ea95c3cb6044f3"}, "user": {"id": "3317a35d48634d8f88476b50a9b7ace5"}, "links": {"assignment": "http://172.30.9.27:5000/v3/domains/fad46a1b983b4798bee38d10b68c191b/users/3317a35d48634d8f88476b50a9b7ace5/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}}, {"scope": {"system": {"all": true}}, "role": {"id": "fe32a2cf26fd41b481ea95c3cb6044f3"}, "user": {"id": "b1453aa607a54efaa69228b52438f26c"}, "links": {"assignment": "http://172.30.9.27:5000/v3/system/users/b1453aa607a54efaa69228b52438f26c/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}}], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-23 16:45:10,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments used request id req-2dbd4555-5623-41bc-9125-341d87308298 2018-08-23 16:45:10,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.192962169647s 2018-08-23 16:45:10,309 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments used request id req-2dbd4555-5623-41bc-9125-341d87308298 2018-08-23 16:45:10,311 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'f510d54cf55042578e4d20bdb8ff3bb7', 'id': u'fe32a2cf26fd41b481ea95c3cb6044f3', 'user': u'0fb6bc394efe4de0842e2bf336ccd4ca'}), Munch({'project': u'f510d54cf55042578e4d20bdb8ff3bb7', 'id': u'fe32a2cf26fd41b481ea95c3cb6044f3', 'user': u'2a4c0b3a7c9641559d5604c3717d25b1'}), Munch({'project': u'f510d54cf55042578e4d20bdb8ff3bb7', 'id': u'fe32a2cf26fd41b481ea95c3cb6044f3', 'user': u'2fed34fbd5cd4650bfa495a428709fe4'}), Munch({'project': u'f510d54cf55042578e4d20bdb8ff3bb7', 'id': u'fe32a2cf26fd41b481ea95c3cb6044f3', 'user': u'4539671e82c8450e9b0511fb70f3a348'}), Munch({'project': u'f510d54cf55042578e4d20bdb8ff3bb7', 'id': u'fe32a2cf26fd41b481ea95c3cb6044f3', 'user': u'5cf161c17e8e4ad5845b79c4ac9ba186'}), Munch({'project': u'f510d54cf55042578e4d20bdb8ff3bb7', 'id': u'fa8a6d023e7d475492442e05cb0838c5', 'user': u'5d27bc799c654c78a530dd0b2fc30701'}), Munch({'project': u'f510d54cf55042578e4d20bdb8ff3bb7', 'id': u'fe32a2cf26fd41b481ea95c3cb6044f3', 'user': u'5d27bc799c654c78a530dd0b2fc30701'}), Munch({'project': u'f510d54cf55042578e4d20bdb8ff3bb7', 'id': u'fe32a2cf26fd41b481ea95c3cb6044f3', 'user': u'6d21aee7f48c4e29aab1e452c68b276f'}), Munch({'project': u'f510d54cf55042578e4d20bdb8ff3bb7', 'id': u'fe32a2cf26fd41b481ea95c3cb6044f3', 'user': u'795ca1936f824a5f9f2ce1b88e1ee04a'}), Munch({'project': u'f510d54cf55042578e4d20bdb8ff3bb7', 'id': u'fe32a2cf26fd41b481ea95c3cb6044f3', 'user': u'8aba8fdc78d24d5795d912b0b6ce2737'}), Munch({'project': u'f510d54cf55042578e4d20bdb8ff3bb7', 'id': u'fe32a2cf26fd41b481ea95c3cb6044f3', 'user': u'afa90be81a524580ac3818a7556b0470'}), Munch({'project': u'f510d54cf55042578e4d20bdb8ff3bb7', 'id': u'fe32a2cf26fd41b481ea95c3cb6044f3', 'user': u'b05f064fe4684bbfa3538e65cda2b20e'}), Munch({'project': u'd7e8705e28c14b6588e6b073f23f47ec', 'id': u'fe32a2cf26fd41b481ea95c3cb6044f3', 'user': u'b1453aa607a54efaa69228b52438f26c'}), Munch({'project': u'f510d54cf55042578e4d20bdb8ff3bb7', 'id': u'fe32a2cf26fd41b481ea95c3cb6044f3', 'user': u'e2f463ed020c4ac8895e177fa76834c5'}), Munch({'domain': u'fad46a1b983b4798bee38d10b68c191b', 'id': u'fe32a2cf26fd41b481ea95c3cb6044f3', 'user': u'3317a35d48634d8f88476b50a9b7ace5'}), Munch({'id': u'fe32a2cf26fd41b481ea95c3cb6044f3', 'user': u'b1453aa607a54efaa69228b52438f26c'})] 2018-08-23 16:45:10,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 16:45:10,318 - 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.15" -H "X-Auth-Token: {SHA1}2c22c1e7b237950ae98ca4749e22ced4d0e694d1" 2018-08-23 16:45:10,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dad8b31-ae1a-44fd-8977-95712536e7fd Content-Encoding: gzip Content-Length: 380 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": "189560f2cf1f4723bdcde8ff2d58961d", "links": {"self": "http://172.30.9.27:5000/v3/roles/189560f2cf1f4723bdcde8ff2d58961d"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d3334609bc184fbf9f1d98111d1930d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/d3334609bc184fbf9f1d98111d1930d0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e1da4c864a6340bc99d295f749d20cea", "links": {"self": "http://172.30.9.27:5000/v3/roles/e1da4c864a6340bc99d295f749d20cea"}, "name": "member"}, {"domain_id": null, "id": "f7f6fa325cff45838024c45a66344a1a", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7f6fa325cff45838024c45a66344a1a"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "fa8a6d023e7d475492442e05cb0838c5", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa8a6d023e7d475492442e05cb0838c5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fe32a2cf26fd41b481ea95c3cb6044f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}, "name": "admin"}]} 2018-08-23 16:45:10,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4dad8b31-ae1a-44fd-8977-95712536e7fd 2018-08-23 16:45:10,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.262498140335s 2018-08-23 16:45:10,578 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4dad8b31-ae1a-44fd-8977-95712536e7fd 2018-08-23 16:45:10,579 - 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'reader', 'id': u'189560f2cf1f4723bdcde8ff2d58961d'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'd3334609bc184fbf9f1d98111d1930d0'}), 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'e1da4c864a6340bc99d295f749d20cea'}), 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'f7f6fa325cff45838024c45a66344a1a'}), 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'fa8a6d023e7d475492442e05cb0838c5'}), 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'fe32a2cf26fd41b481ea95c3cb6044f3'})] 2018-08-23 16:45:10,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 16:45:10,580 - 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.15" -H "X-Auth-Token: {SHA1}2c22c1e7b237950ae98ca4749e22ced4d0e694d1" 2018-08-23 16:45:11,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-105273ac-38ba-484e-98cd-46f2c1e9c840 Date: Thu, 23 Aug 2018 16:45:11 GMT RESP BODY: {"routers": []} 2018-08-23 16:45:11,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-105273ac-38ba-484e-98cd-46f2c1e9c840 2018-08-23 16:45:11,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.08800816536s 2018-08-23 16:45:11,668 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-105273ac-38ba-484e-98cd-46f2c1e9c840 2018-08-23 16:45:11,669 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-23 16:45:11,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:45:11,672 - 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.15" -H "X-Auth-Token: {SHA1}2c22c1e7b237950ae98ca4749e22ced4d0e694d1" 2018-08-23 16:45:11,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45: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-31302ba0-cb58-490b-a03e-44a0df6ab3bd x-compute-request-id: req-31302ba0-cb58-490b-a03e-44a0df6ab3bd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-23 16:45:11,884 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-31302ba0-cb58-490b-a03e-44a0df6ab3bd 2018-08-23 16:45:11,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.215505123138s 2018-08-23 16:45:11,885 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-31302ba0-cb58-490b-a03e-44a0df6ab3bd 2018-08-23 16:45:11,885 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-23 16:45:11,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-23 16:45:11,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-23 16:45:11,908 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 16:45:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e4dbb04-fb94-41da-b3f2-88ff64cc8c3b 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.9:35357/v3/", "rel": "self"}]}]}} 2018-08-23 16:45:11,908 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.9:35357/ used request id req-3e4dbb04-fb94-41da-b3f2-88ff64cc8c3b 2018-08-23 16:45:11,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c22c1e7b237950ae98ca4749e22ced4d0e694d1" 2018-08-23 16:45:12,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fca6a9a0-be96-4eb8-8937-682bd0bfc86d Content-Encoding: gzip Content-Length: 857 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.9:35357/v3/services/06b0754cc1d94df5acd81c64739816f6"}, "enabled": true, "type": "metric", "id": "06b0754cc1d94df5acd81c64739816f6", "name": "gnocchi"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.9:35357/v3/services/0f62b8068edd4317bbae64a5becc371c"}, "enabled": true, "type": "image", "id": "0f62b8068edd4317bbae64a5becc371c", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.9:35357/v3/services/272f73774f6b4c4285ed51848d6127d2"}, "enabled": true, "type": "identity", "id": "272f73774f6b4c4285ed51848d6127d2", "name": "keystone"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.9:35357/v3/services/2ac504ed4c0246eba5e43b5021c70c83"}, "enabled": true, "type": "volumev2", "id": "2ac504ed4c0246eba5e43b5021c70c83", "name": "cinderv2"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.9:35357/v3/services/324cd438aee04d498c99bfa81596e77e"}, "enabled": true, "type": "metering", "id": "324cd438aee04d498c99bfa81596e77e", "name": "ceilometer"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.9:35357/v3/services/3442d911981c4470becf9bf9b07f5089"}, "enabled": true, "type": "orchestration", "id": "3442d911981c4470becf9bf9b07f5089", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.9:35357/v3/services/3644adec36ed46a2a1ae6393f2ade749"}, "enabled": true, "type": "volumev3", "id": "3644adec36ed46a2a1ae6393f2ade749", "name": "cinderv3"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.9:35357/v3/services/5d760db4f6f8462c95f24a9983b8a5cb"}, "enabled": true, "type": "object-store", "id": "5d760db4f6f8462c95f24a9983b8a5cb", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.9:35357/v3/services/6f505d0f7d0f43cba19666d74864216d"}, "enabled": true, "type": "placement", "id": "6f505d0f7d0f43cba19666d74864216d", "name": "placement"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.9:35357/v3/services/7a2becc7a7fe491aac7cd2b48e9e4382"}, "enabled": true, "type": "cloudformation", "id": "7a2becc7a7fe491aac7cd2b48e9e4382", "name": "heat-cfn"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.9:35357/v3/services/7b67f1955527413faf177552b6666117"}, "enabled": true, "type": "event", "id": "7b67f1955527413faf177552b6666117", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.9:35357/v3/services/962585d3d4864ed980285c16c72f262e"}, "enabled": true, "type": "compute", "id": "962585d3d4864ed980285c16c72f262e", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.9:35357/v3/services/a1387ad8edea4f6e9e72deea7d3ac9ff"}, "enabled": true, "type": "network", "id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "name": "neutron"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.9:35357/v3/services/b1a19ea91f6b48eb8c6dd0b7412f83cb"}, "enabled": true, "type": "volume", "id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.9:35357/v3/services/d9d87a4ac8ae467c9634f5d1baf3635c"}, "enabled": true, "type": "alarming", "id": "d9d87a4ac8ae467c9634f5d1baf3635c", "name": "aodh"}], "links": {"self": "http://192.30.9.9:35357/v3/services", "previous": null, "next": null}} 2018-08-23 16:45:12,088 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-fca6a9a0-be96-4eb8-8937-682bd0bfc86d 2018-08-23 16:45:12,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.193830966949s 2018-08-23 16:45:12,089 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-fca6a9a0-be96-4eb8-8937-682bd0bfc86d 2018-08-23 16:45:12,094 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'06b0754cc1d94df5acd81c64739816f6', 'name': u'gnocchi'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'0f62b8068edd4317bbae64a5becc371c', 'name': u'glance'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'272f73774f6b4c4285ed51848d6127d2', 'name': u'keystone'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'2ac504ed4c0246eba5e43b5021c70c83', 'name': u'cinderv2'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'324cd438aee04d498c99bfa81596e77e', 'name': u'ceilometer'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'3442d911981c4470becf9bf9b07f5089', 'name': u'heat'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'3644adec36ed46a2a1ae6393f2ade749', 'name': u'cinderv3'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'5d760db4f6f8462c95f24a9983b8a5cb', 'name': u'swift'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'6f505d0f7d0f43cba19666d74864216d', 'name': u'placement'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'7a2becc7a7fe491aac7cd2b48e9e4382', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'7b67f1955527413faf177552b6666117', 'name': u'panko'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'962585d3d4864ed980285c16c72f262e', 'name': u'nova'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'a1387ad8edea4f6e9e72deea7d3ac9ff', 'name': u'neutron'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'b1a19ea91f6b48eb8c6dd0b7412f83cb', 'name': u'cinder'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'd9d87a4ac8ae467c9634f5d1baf3635c', 'name': u'aodh'})] 2018-08-23 16:45:12,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 16:45:12,096 - 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.15" -H "X-Auth-Token: {SHA1}2c22c1e7b237950ae98ca4749e22ced4d0e694d1" 2018-08-23 16:45:13,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-dfb3e9ba-39cb-488f-ae6d-e3857957d32e Date: Thu, 23 Aug 2018 16:45:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f5b34b9c-dd33-46b5-9947-17506958773d","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:47Z","dns_nameservers":[],"updated_at":"2018-08-23T16:41:47Z","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":"f510d54cf55042578e4d20bdb8ff3bb7","id":"01259dc7-ca29-4644-acb8-ac06eafbe8b0","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-23 16:45:13,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-dfb3e9ba-39cb-488f-ae6d-e3857957d32e 2018-08-23 16:45:13,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.21870589256s 2018-08-23 16:45:13,314 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-dfb3e9ba-39cb-488f-ae6d-e3857957d32e 2018-08-23 16:45:13,315 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T16:41:47Z', 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'01259dc7-ca29-4644-acb8-ac06eafbe8b0', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'f5b34b9c-dd33-46b5-9947-17506958773d', u'tenant_id': u'f510d54cf55042578e4d20bdb8ff3bb7', u'created_at': u'2018-08-23T16:41:47Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'f510d54cf55042578e4d20bdb8ff3bb7'})] 2018-08-23 16:45:13,434 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 16:45:13,435 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-23 16:45:13,487 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-23 16:45:13,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 16:45:13,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 16:45:13,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 16:45:13,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 16:45:13,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 16:45:13,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 16:45:13,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 16:45:13,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 16:45:13,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 16:45:13,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 16:45:13,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 16:45:13,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 16:45:13,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 16:45:13,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 16:45:13,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 16:45:13,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 16:45:13,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 16:45:13,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 16:45:13,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 16:45:13,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 16:45:13,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 16:45:13,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 16:45:13,633 - 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.15" 2018-08-23 16:45:13,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-737fcdfb-fa58-474a-b95f-e87dd733e2ba 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-08-23 16:45:13,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-737fcdfb-fa58-474a-b95f-e87dd733e2ba 2018-08-23 16:45:13,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-23 16:45:14,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe32a2cf26fd41b481ea95c3cb6044f3", "name": "admin"}, {"id": "189560f2cf1f4723bdcde8ff2d58961d", "name": "reader"}, {"id": "e1da4c864a6340bc99d295f749d20cea", "name": "member"}], "expires_at": "2018-08-23T17:45:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7e8705e28c14b6588e6b073f23f47ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0947cefd6929425c82ff8c377bec236e"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c9541338952418381f03516e1913314"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85139d298b1a417d83cc0ef62894001a"}], "type": "metric", "id": "06b0754cc1d94df5acd81c64739816f6", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03bf24de52c045d3b31f7f0609069d4f"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fb4854511c948b7b992695d9c663703"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddd2ef04d6f5424a8e81d47aa341395f"}], "type": "image", "id": "0f62b8068edd4317bbae64a5becc371c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55d7cb1da102480786b94557dad33331"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a099e06cda74e91a274545015df1853"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7eff45ecb68a4808b8ef3697e654ff65"}], "type": "identity", "id": "272f73774f6b4c4285ed51848d6127d2", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "528e16db335b4c8a9ac4d4df81e8da2d"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6cd7980d202041cd8a9b11cfbde98fd9"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fbe5677bbdf415282003f2c57ebc34f"}], "type": "volumev2", "id": "2ac504ed4c0246eba5e43b5021c70c83", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "324cd438aee04d498c99bfa81596e77e", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dd59018c1844ae9a4751abaa4a0eac5"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66d37c61668b45b2802dce6c2127dd05"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8968bc693dd849119f6491283bb8559b"}], "type": "orchestration", "id": "3442d911981c4470becf9bf9b07f5089", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "663f51340f84474bb708ee51ca1788a8"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e825951717b44799fe1e47adffd2b4e"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "77cd0aaf5b6a40e89d377f2c23096a10"}], "type": "volumev3", "id": "3644adec36ed46a2a1ae6393f2ade749", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.44:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2072a54b555141488ed29c328a8ef70d"}, {"url": "http://12.0.0.44:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7a3715aeb814134942f827c4368df4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8d7035ad8a64c2ca33c9d87b85b1e94"}], "type": "object-store", "id": "5d760db4f6f8462c95f24a9983b8a5cb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "180023267a7a44f2968962a846c62698"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dd875f6283649a6806833ec94ee3c08"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb221e116b804024b0a3fc99fc8b522d"}], "type": "placement", "id": "6f505d0f7d0f43cba19666d74864216d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32a72c74ab704f218a500e80f51328a0"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "749737d6fd584d9db394e34e1f5c4ae3"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0a7d67e5540493ab99c111d2d127730"}], "type": "cloudformation", "id": "7a2becc7a7fe491aac7cd2b48e9e4382", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23ae9c3d3fc14f0b8a8cf092cc9d8d5b"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8961e3f130734e26bf63efceb59ce730"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce54a2a54b3e44389232576a478e456b"}], "type": "event", "id": "7b67f1955527413faf177552b6666117", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ba0c2980354d44b09d71b9111cf749"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "764a6d0bbf5740709ac7b1394e2bc780"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b44d8c8f00384d5bbc22a68560d0de3a"}], "type": "compute", "id": "962585d3d4864ed980285c16c72f262e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58a69bd2f6f342c7992bfd45c9d00c47"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d83e26faed5241b195c86c21a3d747db"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8a0a3f5ecc2467b9f24cb7109214c4e"}], "type": "network", "id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e8011ce624f4dd39d54e26a513f6d97"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f9b94ac44614d3783015ba93fdb5e18"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb32c911de7b41e39fa2214417b31b4b"}], "type": "volume", "id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "355d62929efe4bfe90c9426416e45ec7"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "510ec66bfc684670943561577c499e47"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6bd6022bf2b4a9fbfae16fdc4e6c13a"}], "type": "alarming", "id": "d9d87a4ac8ae467c9634f5d1baf3635c", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b1453aa607a54efaa69228b52438f26c"}, "audit_ids": ["zIRy1bJIQ3-04V-YQW6L2g"], "issued_at": "2018-08-23T16:45:14.000000Z"}} 2018-08-23 16:45:14,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:45:14,123 - 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.15" -H "X-Auth-Token: {SHA1}d25a674c9941c5e9427b75a6a768963156b35505" 2018-08-23 16:45:15,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e1518950-930e-4cf4-9e6d-0101c5353429 Date: Thu, 23 Aug 2018 16:45:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:45:15,306 - 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-e1518950-930e-4cf4-9e6d-0101c5353429 2018-08-23 16:45:15,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.18411803246s 2018-08-23 16:45:15,307 - 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-e1518950-930e-4cf4-9e6d-0101c5353429 2018-08-23 16:45:15,307 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-23 16:45:15,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 16:45:15,308 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d25a674c9941c5e9427b75a6a768963156b35505" -d '{"network": {"name": "tenantnetwork1-net_3b7f1774-5dcf-4a9a-8f9a-8cfedf1da0c5", "admin_state_up": true}}' 2018-08-23 16:45:16,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a2f21f83-25c5-4d1d-9274-a69ef9e63d29 Date: Thu, 23 Aug 2018 16:45:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4d906fdc-1289-497a-8a93-5f593dd641de","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d7e8705e28c14b6588e6b073f23f47ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T16:45:15Z","is_default":false,"provider:segmentation_id":10,"name":"tenantnetwork1-net_3b7f1774-5dcf-4a9a-8f9a-8cfedf1da0c5","admin_state_up":true,"tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:45:15Z","mtu":1450}} 2018-08-23 16:45:16,081 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a2f21f83-25c5-4d1d-9274-a69ef9e63d29 2018-08-23 16:45:16,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.773286104202s 2018-08-23 16:45:16,082 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a2f21f83-25c5-4d1d-9274-a69ef9e63d29 2018-08-23 16:45:16,082 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-23T16:45:15Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4d906fdc-1289-497a-8a93-5f593dd641de', u'provider:segmentation_id': 10, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_3b7f1774-5dcf-4a9a-8f9a-8cfedf1da0c5', u'admin_state_up': True, u'tenant_id': u'd7e8705e28c14b6588e6b073f23f47ec', u'created_at': u'2018-08-23T16:45:15Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd7e8705e28c14b6588e6b073f23f47ec'}) 2018-08-23 16:45:16,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:45:16,083 - 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.15" -H "X-Auth-Token: {SHA1}d25a674c9941c5e9427b75a6a768963156b35505" 2018-08-23 16:45:16,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-9066ea76-7aeb-47da-ae72-ac7f63199068 Date: Thu, 23 Aug 2018 16:45:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4d906fdc-1289-497a-8a93-5f593dd641de","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d7e8705e28c14b6588e6b073f23f47ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T16:45:15Z","provider:segmentation_id":10,"name":"tenantnetwork1-net_3b7f1774-5dcf-4a9a-8f9a-8cfedf1da0c5","admin_state_up":true,"tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:45:15Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:45:16,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9066ea76-7aeb-47da-ae72-ac7f63199068 2018-08-23 16:45:16,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.358483076096s 2018-08-23 16:45:16,442 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9066ea76-7aeb-47da-ae72-ac7f63199068 2018-08-23 16:45:16,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 16:45:16,444 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d25a674c9941c5e9427b75a6a768963156b35505" -d '{"subnet": {"name": "tenantnetwork1-subnet_3b7f1774-5dcf-4a9a-8f9a-8cfedf1da0c5", "enable_dhcp": true, "network_id": "4d906fdc-1289-497a-8a93-5f593dd641de", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 16:45:17,099 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3be600ca-a02f-44a0-8fbd-10659cf55f3c Date: Thu, 23 Aug 2018 16:45:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d906fdc-1289-497a-8a93-5f593dd641de","tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:45:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:45:16Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"d7e8705e28c14b6588e6b073f23f47ec","id":"1876b7d1-c195-4c1c-b67b-d3d9fc0e0bec","subnetpool_id":null,"name":"tenantnetwork1-subnet_3b7f1774-5dcf-4a9a-8f9a-8cfedf1da0c5"}} 2018-08-23 16:45:17,100 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3be600ca-a02f-44a0-8fbd-10659cf55f3c 2018-08-23 16:45:17,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.656347990036s 2018-08-23 16:45:17,100 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3be600ca-a02f-44a0-8fbd-10659cf55f3c 2018-08-23 16:45:17,100 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T16:45:16Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'1876b7d1-c195-4c1c-b67b-d3d9fc0e0bec', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_3b7f1774-5dcf-4a9a-8f9a-8cfedf1da0c5', u'enable_dhcp': True, u'network_id': u'4d906fdc-1289-497a-8a93-5f593dd641de', u'tenant_id': u'd7e8705e28c14b6588e6b073f23f47ec', u'created_at': u'2018-08-23T16:45:16Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd7e8705e28c14b6588e6b073f23f47ec'}) 2018-08-23 16:45:17,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 16:45:17,102 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d25a674c9941c5e9427b75a6a768963156b35505" -d '{"router": {"external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d"}, "name": "tenantnetwork1-router_3b7f1774-5dcf-4a9a-8f9a-8cfedf1da0c5", "admin_state_up": true}}' 2018-08-23 16:45:19,706 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-743bc72c-b932-4415-8590-156b3f7c1fb0 Date: Thu, 23 Aug 2018 16:45:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01259dc7-ca29-4644-acb8-ac06eafbe8b0", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:45:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T16:45:19Z", "revision_number": 2, "routes": [], "project_id": "d7e8705e28c14b6588e6b073f23f47ec", "id": "f4c16209-a154-4253-affc-68b7d47bd08d", "name": "tenantnetwork1-router_3b7f1774-5dcf-4a9a-8f9a-8cfedf1da0c5"}} 2018-08-23 16:45:19,707 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-743bc72c-b932-4415-8590-156b3f7c1fb0 2018-08-23 16:45:19,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.60564804077s 2018-08-23 16:45:19,707 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-743bc72c-b932-4415-8590-156b3f7c1fb0 2018-08-23 16:45:19,708 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'f5b34b9c-dd33-46b5-9947-17506958773d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01259dc7-ca29-4644-acb8-ac06eafbe8b0', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd7e8705e28c14b6588e6b073f23f47ec', u'created_at': u'2018-08-23T16:45:18Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-23T16:45:19Z', u'revision_number': 2, u'routes': [], u'project_id': u'd7e8705e28c14b6588e6b073f23f47ec', u'id': u'f4c16209-a154-4253-affc-68b7d47bd08d', u'name': u'tenantnetwork1-router_3b7f1774-5dcf-4a9a-8f9a-8cfedf1da0c5'}) 2018-08-23 16:45:19,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 16:45:19,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/f4c16209-a154-4253-affc-68b7d47bd08d/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d25a674c9941c5e9427b75a6a768963156b35505" -d '{"subnet_id": "1876b7d1-c195-4c1c-b67b-d3d9fc0e0bec"}' 2018-08-23 16:45:22,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-336cd66a-c82f-40e1-b1ec-cec95b3e4b2a Date: Thu, 23 Aug 2018 16:45:22 GMT RESP BODY: {"network_id": "4d906fdc-1289-497a-8a93-5f593dd641de", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "subnet_id": "1876b7d1-c195-4c1c-b67b-d3d9fc0e0bec", "subnet_ids": ["1876b7d1-c195-4c1c-b67b-d3d9fc0e0bec"], "port_id": "e4f7683f-acc2-45d5-9eba-e24c283d8429", "id": "f4c16209-a154-4253-affc-68b7d47bd08d"} 2018-08-23 16:45:22,873 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f4c16209-a154-4253-affc-68b7d47bd08d/add_router_interface.json used request id req-336cd66a-c82f-40e1-b1ec-cec95b3e4b2a 2018-08-23 16:45:22,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.16469693184s 2018-08-23 16:45:22,873 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f4c16209-a154-4253-affc-68b7d47bd08d/add_router_interface.json used request id req-336cd66a-c82f-40e1-b1ec-cec95b3e4b2a returning object f4c16209-a154-4253-affc-68b7d47bd08d 2018-08-23 16:45:22,991 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 16:45:22,991 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-23 16:45:22,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 16:45:22,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/f4c16209-a154-4253-affc-68b7d47bd08d/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d25a674c9941c5e9427b75a6a768963156b35505" -d '{"subnet_id": "1876b7d1-c195-4c1c-b67b-d3d9fc0e0bec"}' 2018-08-23 16:45:25,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e9c46f37-549e-4840-aaa9-f7826867022d Date: Thu, 23 Aug 2018 16:45:25 GMT RESP BODY: {"network_id": "4d906fdc-1289-497a-8a93-5f593dd641de", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "subnet_id": "1876b7d1-c195-4c1c-b67b-d3d9fc0e0bec", "subnet_ids": ["1876b7d1-c195-4c1c-b67b-d3d9fc0e0bec"], "port_id": "e4f7683f-acc2-45d5-9eba-e24c283d8429", "id": "f4c16209-a154-4253-affc-68b7d47bd08d"} 2018-08-23 16:45:25,088 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f4c16209-a154-4253-affc-68b7d47bd08d/remove_router_interface.json used request id req-e9c46f37-549e-4840-aaa9-f7826867022d 2018-08-23 16:45:25,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.09080600739s 2018-08-23 16:45:25,088 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f4c16209-a154-4253-affc-68b7d47bd08d/remove_router_interface.json used request id req-e9c46f37-549e-4840-aaa9-f7826867022d returning object f4c16209-a154-4253-affc-68b7d47bd08d 2018-08-23 16:45:25,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 16:45:25,089 - 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.15" -H "X-Auth-Token: {SHA1}d25a674c9941c5e9427b75a6a768963156b35505" 2018-08-23 16:45:26,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-2f828305-b2ae-4827-b678-c7a1cf2aaa82 Date: Thu, 23 Aug 2018 16:45:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01259dc7-ca29-4644-acb8-ac06eafbe8b0", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:45:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T16:45:24Z", "revision_number": 4, "routes": [], "project_id": "d7e8705e28c14b6588e6b073f23f47ec", "id": "f4c16209-a154-4253-affc-68b7d47bd08d", "name": "tenantnetwork1-router_3b7f1774-5dcf-4a9a-8f9a-8cfedf1da0c5"}]} 2018-08-23 16:45:26,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-2f828305-b2ae-4827-b678-c7a1cf2aaa82 2018-08-23 16:45:26,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.10421705246s 2018-08-23 16:45:26,193 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-2f828305-b2ae-4827-b678-c7a1cf2aaa82 2018-08-23 16:45:26,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 16:45:26,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/f4c16209-a154-4253-affc-68b7d47bd08d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d25a674c9941c5e9427b75a6a768963156b35505" 2018-08-23 16:45:28,839 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-810a01b6-0751-4d39-964a-39bb5d4e70df Content-Length: 0 Date: Thu, 23 Aug 2018 16:45:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:45:28,839 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/f4c16209-a154-4253-affc-68b7d47bd08d.json used request id req-810a01b6-0751-4d39-964a-39bb5d4e70df 2018-08-23 16:45:28,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.64431786537s 2018-08-23 16:45:28,839 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/f4c16209-a154-4253-affc-68b7d47bd08d.json used request id req-810a01b6-0751-4d39-964a-39bb5d4e70df 2018-08-23 16:45:28,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 16:45:28,840 - 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.15" -H "X-Auth-Token: {SHA1}d25a674c9941c5e9427b75a6a768963156b35505" 2018-08-23 16:45:29,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-c59edbc4-a9a5-4061-a28f-fb96ce52e646 Date: Thu, 23 Aug 2018 16:45:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f5b34b9c-dd33-46b5-9947-17506958773d","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:47Z","dns_nameservers":[],"updated_at":"2018-08-23T16:41:47Z","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":"f510d54cf55042578e4d20bdb8ff3bb7","id":"01259dc7-ca29-4644-acb8-ac06eafbe8b0","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d906fdc-1289-497a-8a93-5f593dd641de","tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:45:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:45:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d7e8705e28c14b6588e6b073f23f47ec","id":"1876b7d1-c195-4c1c-b67b-d3d9fc0e0bec","subnetpool_id":null,"name":"tenantnetwork1-subnet_3b7f1774-5dcf-4a9a-8f9a-8cfedf1da0c5"}]} 2018-08-23 16:45:29,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-c59edbc4-a9a5-4061-a28f-fb96ce52e646 2018-08-23 16:45:29,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.01723599434s 2018-08-23 16:45:29,857 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-c59edbc4-a9a5-4061-a28f-fb96ce52e646 2018-08-23 16:45:29,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 16:45:29,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/1876b7d1-c195-4c1c-b67b-d3d9fc0e0bec.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d25a674c9941c5e9427b75a6a768963156b35505" 2018-08-23 16:45:33,051 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4567ed73-bff3-4084-b38c-79e722086e0d Date: Thu, 23 Aug 2018 16:45:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:45:33,051 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/1876b7d1-c195-4c1c-b67b-d3d9fc0e0bec.json used request id req-4567ed73-bff3-4084-b38c-79e722086e0d 2018-08-23 16:45:33,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.19211196899s 2018-08-23 16:45:33,051 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/1876b7d1-c195-4c1c-b67b-d3d9fc0e0bec.json used request id req-4567ed73-bff3-4084-b38c-79e722086e0d 2018-08-23 16:45:33,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:45:33,053 - 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.15" -H "X-Auth-Token: {SHA1}d25a674c9941c5e9427b75a6a768963156b35505" 2018-08-23 16:45:33,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-19272440-2d4a-4138-b1ec-9775fc41172d Date: Thu, 23 Aug 2018 16:45:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4d906fdc-1289-497a-8a93-5f593dd641de","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d7e8705e28c14b6588e6b073f23f47ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T16:45:32Z","provider:segmentation_id":10,"name":"tenantnetwork1-net_3b7f1774-5dcf-4a9a-8f9a-8cfedf1da0c5","admin_state_up":true,"tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:45:15Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:45:33,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-19272440-2d4a-4138-b1ec-9775fc41172d 2018-08-23 16:45:33,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.323755979538s 2018-08-23 16:45:33,376 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-19272440-2d4a-4138-b1ec-9775fc41172d 2018-08-23 16:45:33,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 16:45:33,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/4d906fdc-1289-497a-8a93-5f593dd641de.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d25a674c9941c5e9427b75a6a768963156b35505" 2018-08-23 16:45:35,073 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d587b6d3-9311-4029-a31e-78aac7aee78a Date: Thu, 23 Aug 2018 16:45:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:45:35,074 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/4d906fdc-1289-497a-8a93-5f593dd641de.json used request id req-d587b6d3-9311-4029-a31e-78aac7aee78a 2018-08-23 16:45:35,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.69633603096s 2018-08-23 16:45:35,074 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/4d906fdc-1289-497a-8a93-5f593dd641de.json used request id req-d587b6d3-9311-4029-a31e-78aac7aee78a 2018-08-23 16:45:35,127 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-23 16:45:35,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 16:45:35,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 16:45:35,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 16:45:35,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 16:45:35,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 16:45:35,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 16:45:35,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 16:45:35,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 16:45:35,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 16:45:35,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 16:45:35,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 16:45:35,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 16:45:35,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 16:45:35,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 16:45:35,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 16:45:35,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 16:45:35,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 16:45:35,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 16:45:35,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 16:45:35,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 16:45:35,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 16:45:35,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 16:45:35,171 - 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.15" 2018-08-23 16:45:35,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41edc35a-5e2c-40f9-a6b3-ea3b5437e667 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-08-23 16:45:35,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-41edc35a-5e2c-40f9-a6b3-ea3b5437e667 2018-08-23 16:45:35,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-23 16:45:35,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe32a2cf26fd41b481ea95c3cb6044f3", "name": "admin"}, {"id": "189560f2cf1f4723bdcde8ff2d58961d", "name": "reader"}, {"id": "e1da4c864a6340bc99d295f749d20cea", "name": "member"}], "expires_at": "2018-08-23T17:45:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7e8705e28c14b6588e6b073f23f47ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0947cefd6929425c82ff8c377bec236e"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c9541338952418381f03516e1913314"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85139d298b1a417d83cc0ef62894001a"}], "type": "metric", "id": "06b0754cc1d94df5acd81c64739816f6", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03bf24de52c045d3b31f7f0609069d4f"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fb4854511c948b7b992695d9c663703"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddd2ef04d6f5424a8e81d47aa341395f"}], "type": "image", "id": "0f62b8068edd4317bbae64a5becc371c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55d7cb1da102480786b94557dad33331"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a099e06cda74e91a274545015df1853"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7eff45ecb68a4808b8ef3697e654ff65"}], "type": "identity", "id": "272f73774f6b4c4285ed51848d6127d2", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "528e16db335b4c8a9ac4d4df81e8da2d"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6cd7980d202041cd8a9b11cfbde98fd9"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fbe5677bbdf415282003f2c57ebc34f"}], "type": "volumev2", "id": "2ac504ed4c0246eba5e43b5021c70c83", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "324cd438aee04d498c99bfa81596e77e", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dd59018c1844ae9a4751abaa4a0eac5"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66d37c61668b45b2802dce6c2127dd05"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8968bc693dd849119f6491283bb8559b"}], "type": "orchestration", "id": "3442d911981c4470becf9bf9b07f5089", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "663f51340f84474bb708ee51ca1788a8"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e825951717b44799fe1e47adffd2b4e"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "77cd0aaf5b6a40e89d377f2c23096a10"}], "type": "volumev3", "id": "3644adec36ed46a2a1ae6393f2ade749", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.44:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2072a54b555141488ed29c328a8ef70d"}, {"url": "http://12.0.0.44:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7a3715aeb814134942f827c4368df4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8d7035ad8a64c2ca33c9d87b85b1e94"}], "type": "object-store", "id": "5d760db4f6f8462c95f24a9983b8a5cb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "180023267a7a44f2968962a846c62698"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dd875f6283649a6806833ec94ee3c08"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb221e116b804024b0a3fc99fc8b522d"}], "type": "placement", "id": "6f505d0f7d0f43cba19666d74864216d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32a72c74ab704f218a500e80f51328a0"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "749737d6fd584d9db394e34e1f5c4ae3"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0a7d67e5540493ab99c111d2d127730"}], "type": "cloudformation", "id": "7a2becc7a7fe491aac7cd2b48e9e4382", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23ae9c3d3fc14f0b8a8cf092cc9d8d5b"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8961e3f130734e26bf63efceb59ce730"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce54a2a54b3e44389232576a478e456b"}], "type": "event", "id": "7b67f1955527413faf177552b6666117", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ba0c2980354d44b09d71b9111cf749"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "764a6d0bbf5740709ac7b1394e2bc780"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b44d8c8f00384d5bbc22a68560d0de3a"}], "type": "compute", "id": "962585d3d4864ed980285c16c72f262e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58a69bd2f6f342c7992bfd45c9d00c47"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d83e26faed5241b195c86c21a3d747db"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8a0a3f5ecc2467b9f24cb7109214c4e"}], "type": "network", "id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e8011ce624f4dd39d54e26a513f6d97"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f9b94ac44614d3783015ba93fdb5e18"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb32c911de7b41e39fa2214417b31b4b"}], "type": "volume", "id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "355d62929efe4bfe90c9426416e45ec7"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "510ec66bfc684670943561577c499e47"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6bd6022bf2b4a9fbfae16fdc4e6c13a"}], "type": "alarming", "id": "d9d87a4ac8ae467c9634f5d1baf3635c", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b1453aa607a54efaa69228b52438f26c"}, "audit_ids": ["gNt5creASsqkR9OuR-GIyw"], "issued_at": "2018-08-23T16:45:35.000000Z"}} 2018-08-23 16:45:35,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:45:35,673 - 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.15" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" 2018-08-23 16:45:36,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-927b31bc-1b63-432a-8519-7c6b8efbc68e Date: Thu, 23 Aug 2018 16:45:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:45:36,206 - 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-927b31bc-1b63-432a-8519-7c6b8efbc68e 2018-08-23 16:45:36,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.533308029175s 2018-08-23 16:45:36,206 - 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-927b31bc-1b63-432a-8519-7c6b8efbc68e 2018-08-23 16:45:36,210 - 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.15" 2018-08-23 16:45:36,215 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 16:45:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-519eaa4c-eaf0-42ee-a8b6-97da824d02b0 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-08-23 16:45:36,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-519eaa4c-eaf0-42ee-a8b6-97da824d02b0 2018-08-23 16:45:36,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 16:45:36,220 - 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.15" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" 2018-08-23 16:45:36,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea6fd00b-fe62-4193-95e0-8268b4030972 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/fad46a1b983b4798bee38d10b68c191b"}, "tags": [], "enabled": true, "id": "fad46a1b983b4798bee38d10b68c191b", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 16:45:36,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-ea6fd00b-fe62-4193-95e0-8268b4030972 2018-08-23 16:45:36,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.277038812637s 2018-08-23 16:45:36,494 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-ea6fd00b-fe62-4193-95e0-8268b4030972 2018-08-23 16:45:36,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 16:45:36,504 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4"}}' 2018-08-23 16:45:36,754 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 16:45:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4f5ad4a-8f7c-43d4-aa09-3783cb07e46d 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/6ea9c36f52574ffbacfebe966df6ad4e"}, "tags": [], "enabled": true, "id": "6ea9c36f52574ffbacfebe966df6ad4e", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4"}} 2018-08-23 16:45:36,754 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-e4f5ad4a-8f7c-43d4-aa09-3783cb07e46d 2018-08-23 16:45:36,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.253239870071s 2018-08-23 16:45:36,755 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-e4f5ad4a-8f7c-43d4-aa09-3783cb07e46d 2018-08-23 16:45:36,756 - 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'6ea9c36f52574ffbacfebe966df6ad4e', '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_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4'}) 2018-08-23 16:45:36,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 16:45:36,766 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "2a649c3a-4d8e-4666-bf9c-9a236e9703dc", "email": null, "name": "tenantnetwork2-user_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4"}}' 2018-08-23 16:45:37,291 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 16:45:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78e33849-6de4-4884-826e-57e86c92479c Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4", "links": {"self": "http://172.30.9.27:5000/v3/users/f63c9ffd425942ed90637cb7b20dc0a9"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f63c9ffd425942ed90637cb7b20dc0a9", "domain_id": "default", "password_expires_at": null}} 2018-08-23 16:45:37,291 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-78e33849-6de4-4884-826e-57e86c92479c 2018-08-23 16:45:37,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.529466867447s 2018-08-23 16:45:37,292 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-78e33849-6de4-4884-826e-57e86c92479c 2018-08-23 16:45:37,293 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f63c9ffd425942ed90637cb7b20dc0a9', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4'}) 2018-08-23 16:45:37,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 16:45:37,300 - 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.15" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" 2018-08-23 16:45:37,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5edee6e-3e98-418c-8c1f-c9563b3acea9 Content-Encoding: gzip Content-Length: 380 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": "189560f2cf1f4723bdcde8ff2d58961d", "links": {"self": "http://172.30.9.27:5000/v3/roles/189560f2cf1f4723bdcde8ff2d58961d"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d3334609bc184fbf9f1d98111d1930d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/d3334609bc184fbf9f1d98111d1930d0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e1da4c864a6340bc99d295f749d20cea", "links": {"self": "http://172.30.9.27:5000/v3/roles/e1da4c864a6340bc99d295f749d20cea"}, "name": "member"}, {"domain_id": null, "id": "f7f6fa325cff45838024c45a66344a1a", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7f6fa325cff45838024c45a66344a1a"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "fa8a6d023e7d475492442e05cb0838c5", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa8a6d023e7d475492442e05cb0838c5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fe32a2cf26fd41b481ea95c3cb6044f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}, "name": "admin"}]} 2018-08-23 16:45:37,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d5edee6e-3e98-418c-8c1f-c9563b3acea9 2018-08-23 16:45:37,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189343929291s 2018-08-23 16:45:37,486 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d5edee6e-3e98-418c-8c1f-c9563b3acea9 2018-08-23 16:45:37,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 16:45:37,494 - 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.15" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" 2018-08-23 16:45:37,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e359bda7-49f0-44b4-9f05-ea94b52f39ea Content-Encoding: gzip Content-Length: 380 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": "189560f2cf1f4723bdcde8ff2d58961d", "links": {"self": "http://172.30.9.27:5000/v3/roles/189560f2cf1f4723bdcde8ff2d58961d"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d3334609bc184fbf9f1d98111d1930d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/d3334609bc184fbf9f1d98111d1930d0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e1da4c864a6340bc99d295f749d20cea", "links": {"self": "http://172.30.9.27:5000/v3/roles/e1da4c864a6340bc99d295f749d20cea"}, "name": "member"}, {"domain_id": null, "id": "f7f6fa325cff45838024c45a66344a1a", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7f6fa325cff45838024c45a66344a1a"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "fa8a6d023e7d475492442e05cb0838c5", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa8a6d023e7d475492442e05cb0838c5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fe32a2cf26fd41b481ea95c3cb6044f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}, "name": "admin"}]} 2018-08-23 16:45:37,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e359bda7-49f0-44b4-9f05-ea94b52f39ea 2018-08-23 16:45:37,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.203716039658s 2018-08-23 16:45:37,695 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e359bda7-49f0-44b4-9f05-ea94b52f39ea 2018-08-23 16:45:37,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 16:45:37,704 - 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.15" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" 2018-08-23 16:45:37,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beb122e6-03cb-4dd1-acb8-649e3f9fc68b Content-Encoding: gzip Content-Length: 380 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": "189560f2cf1f4723bdcde8ff2d58961d", "links": {"self": "http://172.30.9.27:5000/v3/roles/189560f2cf1f4723bdcde8ff2d58961d"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d3334609bc184fbf9f1d98111d1930d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/d3334609bc184fbf9f1d98111d1930d0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e1da4c864a6340bc99d295f749d20cea", "links": {"self": "http://172.30.9.27:5000/v3/roles/e1da4c864a6340bc99d295f749d20cea"}, "name": "member"}, {"domain_id": null, "id": "f7f6fa325cff45838024c45a66344a1a", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7f6fa325cff45838024c45a66344a1a"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "fa8a6d023e7d475492442e05cb0838c5", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa8a6d023e7d475492442e05cb0838c5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fe32a2cf26fd41b481ea95c3cb6044f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}, "name": "admin"}]} 2018-08-23 16:45:37,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-beb122e6-03cb-4dd1-acb8-649e3f9fc68b 2018-08-23 16:45:37,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181962966919s 2018-08-23 16:45:37,883 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-beb122e6-03cb-4dd1-acb8-649e3f9fc68b 2018-08-23 16:45:37,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 16:45:37,891 - 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.15" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" 2018-08-23 16:45:38,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf2e8337-ec25-4f3c-b7ed-94ce99b7c0c9 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-08-23 16:45:38,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-bf2e8337-ec25-4f3c-b7ed-94ce99b7c0c9 2018-08-23 16:45:38,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.278954982758s 2018-08-23 16:45:38,167 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-bf2e8337-ec25-4f3c-b7ed-94ce99b7c0c9 2018-08-23 16:45:38,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 16:45:38,171 - 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.15" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" 2018-08-23 16:45:38,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eab92e3-7376-43a4-b069-806564a9a680 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/0fb6bc394efe4de0842e2bf336ccd4ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0fb6bc394efe4de0842e2bf336ccd4ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/2a4c0b3a7c9641559d5604c3717d25b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a4c0b3a7c9641559d5604c3717d25b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/2fed34fbd5cd4650bfa495a428709fe4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2fed34fbd5cd4650bfa495a428709fe4", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/3317a35d48634d8f88476b50a9b7ace5"}, "domain_id": "fad46a1b983b4798bee38d10b68c191b", "enabled": true, "options": {}, "id": "3317a35d48634d8f88476b50a9b7ace5", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/4539671e82c8450e9b0511fb70f3a348"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4539671e82c8450e9b0511fb70f3a348", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/5cf161c17e8e4ad5845b79c4ac9ba186"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5cf161c17e8e4ad5845b79c4ac9ba186", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/5d27bc799c654c78a530dd0b2fc30701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d27bc799c654c78a530dd0b2fc30701", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/6d21aee7f48c4e29aab1e452c68b276f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d21aee7f48c4e29aab1e452c68b276f", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/795ca1936f824a5f9f2ce1b88e1ee04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "795ca1936f824a5f9f2ce1b88e1ee04a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8aba8fdc78d24d5795d912b0b6ce2737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8aba8fdc78d24d5795d912b0b6ce2737", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/afa90be81a524580ac3818a7556b0470"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa90be81a524580ac3818a7556b0470", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b05f064fe4684bbfa3538e65cda2b20e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b05f064fe4684bbfa3538e65cda2b20e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b1453aa607a54efaa69228b52438f26c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1453aa607a54efaa69228b52438f26c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/e2f463ed020c4ac8895e177fa76834c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2f463ed020c4ac8895e177fa76834c5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4", "links": {"self": "http://172.30.9.27:5000/v3/users/f63c9ffd425942ed90637cb7b20dc0a9"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f63c9ffd425942ed90637cb7b20dc0a9", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-23 16:45:38,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3eab92e3-7376-43a4-b069-806564a9a680 2018-08-23 16:45:38,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.289344072342s 2018-08-23 16:45:38,458 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3eab92e3-7376-43a4-b069-806564a9a680 2018-08-23 16:45:38,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 16:45:38,471 - 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.15" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" 2018-08-23 16:45:38,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae1848f-9fd6-4ec3-aa85-6d1a2f3ffe29 Content-Encoding: gzip Content-Length: 397 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/d7e8705e28c14b6588e6b073f23f47ec"}, "tags": [], "enabled": true, "id": "d7e8705e28c14b6588e6b073f23f47ec", "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/f510d54cf55042578e4d20bdb8ff3bb7"}, "tags": [], "enabled": true, "id": "f510d54cf55042578e4d20bdb8ff3bb7", "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/6ea9c36f52574ffbacfebe966df6ad4e"}, "tags": [], "enabled": true, "id": "6ea9c36f52574ffbacfebe966df6ad4e", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4"}]} 2018-08-23 16:45:38,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-4ae1848f-9fd6-4ec3-aa85-6d1a2f3ffe29 2018-08-23 16:45:38,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.122152090073s 2018-08-23 16:45:38,591 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-4ae1848f-9fd6-4ec3-aa85-6d1a2f3ffe29 2018-08-23 16:45:38,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 16:45:38,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=f63c9ffd425942ed90637cb7b20dc0a9&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=6ea9c36f52574ffbacfebe966df6ad4e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" 2018-08-23 16:45:38,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d11a1992-79dc-4424-adfb-c42c766bbbf0 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=f63c9ffd425942ed90637cb7b20dc0a9&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=6ea9c36f52574ffbacfebe966df6ad4e", "previous": null, "next": null}} 2018-08-23 16:45:38,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=f63c9ffd425942ed90637cb7b20dc0a9&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=6ea9c36f52574ffbacfebe966df6ad4e used request id req-d11a1992-79dc-4424-adfb-c42c766bbbf0 2018-08-23 16:45:38,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.10404586792s 2018-08-23 16:45:38,703 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=f63c9ffd425942ed90637cb7b20dc0a9&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=6ea9c36f52574ffbacfebe966df6ad4e used request id req-d11a1992-79dc-4424-adfb-c42c766bbbf0 2018-08-23 16:45:38,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 16:45:38,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/6ea9c36f52574ffbacfebe966df6ad4e/users/f63c9ffd425942ed90637cb7b20dc0a9/roles/e1da4c864a6340bc99d295f749d20cea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" 2018-08-23 16:45:38,991 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:45:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55da2ff9-eae6-4837-86fe-ed4110688aeb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 16:45:38,991 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6ea9c36f52574ffbacfebe966df6ad4e/users/f63c9ffd425942ed90637cb7b20dc0a9/roles/e1da4c864a6340bc99d295f749d20cea used request id req-55da2ff9-eae6-4837-86fe-ed4110688aeb 2018-08-23 16:45:38,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.284967899323s 2018-08-23 16:45:38,992 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6ea9c36f52574ffbacfebe966df6ad4e/users/f63c9ffd425942ed90637cb7b20dc0a9/roles/e1da4c864a6340bc99d295f749d20cea used request id req-55da2ff9-eae6-4837-86fe-ed4110688aeb 2018-08-23 16:45:38,993 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4', 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'6ea9c36f52574ffbacfebe966df6ad4e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '2a649c3a-4d8e-4666-bf9c-9a236e9703dc', 'username': u'tenantnetwork2-user_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4', '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-08-23 16:45:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 16:45:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 16:45:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 16:45:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 16:45:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 16:45:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 16:45:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 16:45:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 16:45:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 16:45:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 16:45:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 16:45:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 16:45:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 16:45:38,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 16:45:38,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 16:45:38,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 16:45:38,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 16:45:38,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 16:45:38,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 16:45:38,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 16:45:38,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 16:45:38,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 16:45:38,998 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4', 'password': '2a649c3a-4d8e-4666-bf9c-9a236e9703dc', 'project_name': 'tenantnetwork2-project_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '6ea9c36f52574ffbacfebe966df6ad4e', 'project_domain_name': 'Default'} 2018-08-23 16:45:38,998 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-23 16:45:38,999 - 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.15" 2018-08-23 16:45:39,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7557d8f7-7173-4493-ae42-dec9171a9cac 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-08-23 16:45:39,006 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7557d8f7-7173-4493-ae42-dec9171a9cac 2018-08-23 16:45:39,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-23 16:45:39,405 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "189560f2cf1f4723bdcde8ff2d58961d", "name": "reader"}, {"id": "e1da4c864a6340bc99d295f749d20cea", "name": "member"}], "expires_at": "2018-08-23T17:45:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ea9c36f52574ffbacfebe966df6ad4e", "name": "tenantnetwork2-project_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0947cefd6929425c82ff8c377bec236e"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c9541338952418381f03516e1913314"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85139d298b1a417d83cc0ef62894001a"}], "type": "metric", "id": "06b0754cc1d94df5acd81c64739816f6", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03bf24de52c045d3b31f7f0609069d4f"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fb4854511c948b7b992695d9c663703"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddd2ef04d6f5424a8e81d47aa341395f"}], "type": "image", "id": "0f62b8068edd4317bbae64a5becc371c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55d7cb1da102480786b94557dad33331"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a099e06cda74e91a274545015df1853"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7eff45ecb68a4808b8ef3697e654ff65"}], "type": "identity", "id": "272f73774f6b4c4285ed51848d6127d2", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/6ea9c36f52574ffbacfebe966df6ad4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "528e16db335b4c8a9ac4d4df81e8da2d"}, {"url": "http://192.30.9.9:8776/v2/6ea9c36f52574ffbacfebe966df6ad4e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6cd7980d202041cd8a9b11cfbde98fd9"}, {"url": "http://192.30.9.9:8776/v2/6ea9c36f52574ffbacfebe966df6ad4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fbe5677bbdf415282003f2c57ebc34f"}], "type": "volumev2", "id": "2ac504ed4c0246eba5e43b5021c70c83", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "324cd438aee04d498c99bfa81596e77e", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/6ea9c36f52574ffbacfebe966df6ad4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dd59018c1844ae9a4751abaa4a0eac5"}, {"url": "http://192.30.9.9:8004/v1/6ea9c36f52574ffbacfebe966df6ad4e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66d37c61668b45b2802dce6c2127dd05"}, {"url": "http://192.30.9.9:8004/v1/6ea9c36f52574ffbacfebe966df6ad4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8968bc693dd849119f6491283bb8559b"}], "type": "orchestration", "id": "3442d911981c4470becf9bf9b07f5089", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/6ea9c36f52574ffbacfebe966df6ad4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "663f51340f84474bb708ee51ca1788a8"}, {"url": "http://192.30.9.9:8776/v3/6ea9c36f52574ffbacfebe966df6ad4e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e825951717b44799fe1e47adffd2b4e"}, {"url": "http://192.30.9.9:8776/v3/6ea9c36f52574ffbacfebe966df6ad4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "77cd0aaf5b6a40e89d377f2c23096a10"}], "type": "volumev3", "id": "3644adec36ed46a2a1ae6393f2ade749", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.44:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2072a54b555141488ed29c328a8ef70d"}, {"url": "http://12.0.0.44:8080/v1/AUTH_6ea9c36f52574ffbacfebe966df6ad4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7a3715aeb814134942f827c4368df4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_6ea9c36f52574ffbacfebe966df6ad4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8d7035ad8a64c2ca33c9d87b85b1e94"}], "type": "object-store", "id": "5d760db4f6f8462c95f24a9983b8a5cb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "180023267a7a44f2968962a846c62698"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dd875f6283649a6806833ec94ee3c08"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb221e116b804024b0a3fc99fc8b522d"}], "type": "placement", "id": "6f505d0f7d0f43cba19666d74864216d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32a72c74ab704f218a500e80f51328a0"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "749737d6fd584d9db394e34e1f5c4ae3"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0a7d67e5540493ab99c111d2d127730"}], "type": "cloudformation", "id": "7a2becc7a7fe491aac7cd2b48e9e4382", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23ae9c3d3fc14f0b8a8cf092cc9d8d5b"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8961e3f130734e26bf63efceb59ce730"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce54a2a54b3e44389232576a478e456b"}], "type": "event", "id": "7b67f1955527413faf177552b6666117", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ba0c2980354d44b09d71b9111cf749"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "764a6d0bbf5740709ac7b1394e2bc780"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b44d8c8f00384d5bbc22a68560d0de3a"}], "type": "compute", "id": "962585d3d4864ed980285c16c72f262e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58a69bd2f6f342c7992bfd45c9d00c47"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d83e26faed5241b195c86c21a3d747db"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8a0a3f5ecc2467b9f24cb7109214c4e"}], "type": "network", "id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/6ea9c36f52574ffbacfebe966df6ad4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e8011ce624f4dd39d54e26a513f6d97"}, {"url": "http://192.30.9.9:8776/v1/6ea9c36f52574ffbacfebe966df6ad4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f9b94ac44614d3783015ba93fdb5e18"}, {"url": "http://192.30.9.9:8776/v1/6ea9c36f52574ffbacfebe966df6ad4e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb32c911de7b41e39fa2214417b31b4b"}], "type": "volume", "id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "355d62929efe4bfe90c9426416e45ec7"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "510ec66bfc684670943561577c499e47"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6bd6022bf2b4a9fbfae16fdc4e6c13a"}], "type": "alarming", "id": "d9d87a4ac8ae467c9634f5d1baf3635c", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4", "id": "f63c9ffd425942ed90637cb7b20dc0a9"}, "audit_ids": ["w2a99ZkdTquAeKSZ8ueJuA"], "issued_at": "2018-08-23T16:45:39.000000Z"}} 2018-08-23 16:45:39,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 16:45:39,409 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4bf3d4a7080f70150453b9dd578bc1304180b67b" -d '{"network": {"name": "tenantnetwork2-net_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4", "admin_state_up": true}}' 2018-08-23 16:45:41,075 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-abd79a5a-0751-43d9-82bd-74f7ea76d2eb Date: Thu, 23 Aug 2018 16:45:41 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"6ea9c36f52574ffbacfebe966df6ad4e","created_at":"2018-08-23T16:45:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-23T16:45:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"6ea9c36f52574ffbacfebe966df6ad4e","id":"e708ee8b-6531-4979-b645-770f6ce0cb6d","name":"tenantnetwork2-net_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4"}} 2018-08-23 16:45:41,076 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-abd79a5a-0751-43d9-82bd-74f7ea76d2eb 2018-08-23 16:45:41,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.66729688644s 2018-08-23 16:45:41,076 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-abd79a5a-0751-43d9-82bd-74f7ea76d2eb 2018-08-23 16:45:41,077 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T16:45:40Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'e708ee8b-6531-4979-b645-770f6ce0cb6d', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4', u'admin_state_up': True, u'tenant_id': u'6ea9c36f52574ffbacfebe966df6ad4e', u'created_at': u'2018-08-23T16:45:40Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6ea9c36f52574ffbacfebe966df6ad4e'}) 2018-08-23 16:45:41,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:45:41,078 - 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.15" -H "X-Auth-Token: {SHA1}4bf3d4a7080f70150453b9dd578bc1304180b67b" 2018-08-23 16:45:42,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-078ad538-f6ad-421c-9dcb-c8a6e8e7cbd5 Date: Thu, 23 Aug 2018 16:45:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T16:45:40Z","tenant_id":"6ea9c36f52574ffbacfebe966df6ad4e","created_at":"2018-08-23T16:45:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"6ea9c36f52574ffbacfebe966df6ad4e","id":"e708ee8b-6531-4979-b645-770f6ce0cb6d","name":"tenantnetwork2-net_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:45:42,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-078ad538-f6ad-421c-9dcb-c8a6e8e7cbd5 2018-08-23 16:45:42,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.26142692566s 2018-08-23 16:45:42,339 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-078ad538-f6ad-421c-9dcb-c8a6e8e7cbd5 2018-08-23 16:45:42,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 16:45:42,342 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4bf3d4a7080f70150453b9dd578bc1304180b67b" -d '{"subnet": {"name": "tenantnetwork2-subnet_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4", "enable_dhcp": true, "network_id": "e708ee8b-6531-4979-b645-770f6ce0cb6d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 16:45:43,429 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-24ae56e0-4edb-4c60-b0f7-237fe42e1d6e Date: Thu, 23 Aug 2018 16:45:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e708ee8b-6531-4979-b645-770f6ce0cb6d","tenant_id":"6ea9c36f52574ffbacfebe966df6ad4e","created_at":"2018-08-23T16:45:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:45:42Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"6ea9c36f52574ffbacfebe966df6ad4e","id":"9760a1a4-c6a1-44d2-804b-435802db7cfb","subnetpool_id":null,"name":"tenantnetwork2-subnet_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4"}} 2018-08-23 16:45:43,429 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-24ae56e0-4edb-4c60-b0f7-237fe42e1d6e 2018-08-23 16:45:43,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.08834719658s 2018-08-23 16:45:43,430 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-24ae56e0-4edb-4c60-b0f7-237fe42e1d6e 2018-08-23 16:45:43,430 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T16:45:42Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'9760a1a4-c6a1-44d2-804b-435802db7cfb', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4', u'enable_dhcp': True, u'network_id': u'e708ee8b-6531-4979-b645-770f6ce0cb6d', u'tenant_id': u'6ea9c36f52574ffbacfebe966df6ad4e', u'created_at': u'2018-08-23T16:45:42Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'6ea9c36f52574ffbacfebe966df6ad4e'}) 2018-08-23 16:45:43,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 16:45:43,431 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4bf3d4a7080f70150453b9dd578bc1304180b67b" -d '{"router": {"external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d"}, "name": "tenantnetwork2-router_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4", "admin_state_up": true}}' 2018-08-23 16:45:44,999 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-df6bff0e-8441-469d-8b75-2b1f13d8f109 Date: Thu, 23 Aug 2018 16:45:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01259dc7-ca29-4644-acb8-ac06eafbe8b0", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "created_at": "2018-08-23T16:45:43Z", "admin_state_up": true, "updated_at": "2018-08-23T16:45:44Z", "revision_number": 2, "routes": [], "project_id": "6ea9c36f52574ffbacfebe966df6ad4e", "id": "1ed09ea7-3c60-46d1-b5a6-a5fc01655e2c", "name": "tenantnetwork2-router_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4"}} 2018-08-23 16:45:45,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-df6bff0e-8441-469d-8b75-2b1f13d8f109 2018-08-23 16:45:45,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.56885790825s 2018-08-23 16:45:45,000 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-df6bff0e-8441-469d-8b75-2b1f13d8f109 2018-08-23 16:45:45,001 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'f5b34b9c-dd33-46b5-9947-17506958773d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01259dc7-ca29-4644-acb8-ac06eafbe8b0', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'6ea9c36f52574ffbacfebe966df6ad4e', u'created_at': u'2018-08-23T16:45:43Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T16:45:44Z', u'revision_number': 2, u'routes': [], u'project_id': u'6ea9c36f52574ffbacfebe966df6ad4e', u'id': u'1ed09ea7-3c60-46d1-b5a6-a5fc01655e2c', u'name': u'tenantnetwork2-router_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4'}) 2018-08-23 16:45:45,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 16:45:45,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/1ed09ea7-3c60-46d1-b5a6-a5fc01655e2c/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4bf3d4a7080f70150453b9dd578bc1304180b67b" -d '{"subnet_id": "9760a1a4-c6a1-44d2-804b-435802db7cfb"}' 2018-08-23 16:45:47,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ad5b7c96-5551-431d-ad78-b86670246d73 Date: Thu, 23 Aug 2018 16:45:47 GMT RESP BODY: {"network_id": "e708ee8b-6531-4979-b645-770f6ce0cb6d", "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "subnet_id": "9760a1a4-c6a1-44d2-804b-435802db7cfb", "subnet_ids": ["9760a1a4-c6a1-44d2-804b-435802db7cfb"], "port_id": "8a130166-cf94-402e-9676-e260059c4efb", "id": "1ed09ea7-3c60-46d1-b5a6-a5fc01655e2c"} 2018-08-23 16:45:47,490 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/1ed09ea7-3c60-46d1-b5a6-a5fc01655e2c/add_router_interface.json used request id req-ad5b7c96-5551-431d-ad78-b86670246d73 2018-08-23 16:45:47,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.48881292343s 2018-08-23 16:45:47,490 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/1ed09ea7-3c60-46d1-b5a6-a5fc01655e2c/add_router_interface.json used request id req-ad5b7c96-5551-431d-ad78-b86670246d73 returning object 1ed09ea7-3c60-46d1-b5a6-a5fc01655e2c 2018-08-23 16:45:47,604 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 16:45:47,605 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-23 16:45:47,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 16:45:47,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/1ed09ea7-3c60-46d1-b5a6-a5fc01655e2c/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4bf3d4a7080f70150453b9dd578bc1304180b67b" -d '{"subnet_id": "9760a1a4-c6a1-44d2-804b-435802db7cfb"}' 2018-08-23 16:45:49,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bff403dc-f5fe-4ae7-80a1-a52ec827564b Date: Thu, 23 Aug 2018 16:45:49 GMT RESP BODY: {"network_id": "e708ee8b-6531-4979-b645-770f6ce0cb6d", "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "subnet_id": "9760a1a4-c6a1-44d2-804b-435802db7cfb", "subnet_ids": ["9760a1a4-c6a1-44d2-804b-435802db7cfb"], "port_id": "8a130166-cf94-402e-9676-e260059c4efb", "id": "1ed09ea7-3c60-46d1-b5a6-a5fc01655e2c"} 2018-08-23 16:45:49,391 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/1ed09ea7-3c60-46d1-b5a6-a5fc01655e2c/remove_router_interface.json used request id req-bff403dc-f5fe-4ae7-80a1-a52ec827564b 2018-08-23 16:45:49,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.78113389015s 2018-08-23 16:45:49,392 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/1ed09ea7-3c60-46d1-b5a6-a5fc01655e2c/remove_router_interface.json used request id req-bff403dc-f5fe-4ae7-80a1-a52ec827564b returning object 1ed09ea7-3c60-46d1-b5a6-a5fc01655e2c 2018-08-23 16:45:49,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 16:45:49,393 - 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.15" -H "X-Auth-Token: {SHA1}4bf3d4a7080f70150453b9dd578bc1304180b67b" 2018-08-23 16:45:49,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-4d68e67a-92da-4d10-bd39-688aa6265f33 Date: Thu, 23 Aug 2018 16:45:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01259dc7-ca29-4644-acb8-ac06eafbe8b0", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "created_at": "2018-08-23T16:45:43Z", "admin_state_up": true, "updated_at": "2018-08-23T16:45:48Z", "revision_number": 4, "routes": [], "project_id": "6ea9c36f52574ffbacfebe966df6ad4e", "id": "1ed09ea7-3c60-46d1-b5a6-a5fc01655e2c", "name": "tenantnetwork2-router_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4"}]} 2018-08-23 16:45:49,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-4d68e67a-92da-4d10-bd39-688aa6265f33 2018-08-23 16:45:49,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.378981113434s 2018-08-23 16:45:49,772 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-4d68e67a-92da-4d10-bd39-688aa6265f33 2018-08-23 16:45:49,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 16:45:49,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/1ed09ea7-3c60-46d1-b5a6-a5fc01655e2c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bf3d4a7080f70150453b9dd578bc1304180b67b" 2018-08-23 16:45:51,673 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2e542c8b-50a1-4bdf-9b36-67fd52e9d687 Content-Length: 0 Date: Thu, 23 Aug 2018 16:45:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:45:51,673 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/1ed09ea7-3c60-46d1-b5a6-a5fc01655e2c.json used request id req-2e542c8b-50a1-4bdf-9b36-67fd52e9d687 2018-08-23 16:45:51,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.900151968s 2018-08-23 16:45:51,674 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/1ed09ea7-3c60-46d1-b5a6-a5fc01655e2c.json used request id req-2e542c8b-50a1-4bdf-9b36-67fd52e9d687 2018-08-23 16:45:51,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 16:45:51,675 - 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.15" -H "X-Auth-Token: {SHA1}4bf3d4a7080f70150453b9dd578bc1304180b67b" 2018-08-23 16:45:51,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-11367e86-3b33-4682-bf9b-f5c3961ff376 Date: Thu, 23 Aug 2018 16:45:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e708ee8b-6531-4979-b645-770f6ce0cb6d","tenant_id":"6ea9c36f52574ffbacfebe966df6ad4e","created_at":"2018-08-23T16:45:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:45:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"6ea9c36f52574ffbacfebe966df6ad4e","id":"9760a1a4-c6a1-44d2-804b-435802db7cfb","subnetpool_id":null,"name":"tenantnetwork2-subnet_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4"}]} 2018-08-23 16:45:51,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-11367e86-3b33-4682-bf9b-f5c3961ff376 2018-08-23 16:45:51,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.316251993179s 2018-08-23 16:45:51,991 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-11367e86-3b33-4682-bf9b-f5c3961ff376 2018-08-23 16:45:51,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 16:45:51,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/9760a1a4-c6a1-44d2-804b-435802db7cfb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bf3d4a7080f70150453b9dd578bc1304180b67b" 2018-08-23 16:45:55,675 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aad72437-4cda-47fe-968d-1eb2d0046c1d Date: Thu, 23 Aug 2018 16:45:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:45:55,676 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/9760a1a4-c6a1-44d2-804b-435802db7cfb.json used request id req-aad72437-4cda-47fe-968d-1eb2d0046c1d 2018-08-23 16:45:55,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.68345284462s 2018-08-23 16:45:55,676 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/9760a1a4-c6a1-44d2-804b-435802db7cfb.json used request id req-aad72437-4cda-47fe-968d-1eb2d0046c1d 2018-08-23 16:45:55,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:45:55,677 - 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.15" -H "X-Auth-Token: {SHA1}4bf3d4a7080f70150453b9dd578bc1304180b67b" 2018-08-23 16:45:56,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-34a1ab75-e4d3-4880-b347-6c936a393c3c Date: Thu, 23 Aug 2018 16:45:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T16:45:55Z","tenant_id":"6ea9c36f52574ffbacfebe966df6ad4e","created_at":"2018-08-23T16:45:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6ea9c36f52574ffbacfebe966df6ad4e","id":"e708ee8b-6531-4979-b645-770f6ce0cb6d","name":"tenantnetwork2-net_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:45:56,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-34a1ab75-e4d3-4880-b347-6c936a393c3c 2018-08-23 16:45:56,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.26076006889s 2018-08-23 16:45:56,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-34a1ab75-e4d3-4880-b347-6c936a393c3c 2018-08-23 16:45:56,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 16:45:56,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/e708ee8b-6531-4979-b645-770f6ce0cb6d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bf3d4a7080f70150453b9dd578bc1304180b67b" 2018-08-23 16:45:57,767 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dda0e39f-1a84-41ac-b0bd-b812f5baf7e9 Date: Thu, 23 Aug 2018 16:45:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:45:57,767 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/e708ee8b-6531-4979-b645-770f6ce0cb6d.json used request id req-dda0e39f-1a84-41ac-b0bd-b812f5baf7e9 2018-08-23 16:45:57,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.828506946564s 2018-08-23 16:45:57,768 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/e708ee8b-6531-4979-b645-770f6ce0cb6d.json used request id req-dda0e39f-1a84-41ac-b0bd-b812f5baf7e9 2018-08-23 16:45:57,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 16:45:57,772 - 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.15" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" 2018-08-23 16:45:57,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dbc214c-5dc3-474e-b8d6-2f6285ed72ad Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/0fb6bc394efe4de0842e2bf336ccd4ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0fb6bc394efe4de0842e2bf336ccd4ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/2a4c0b3a7c9641559d5604c3717d25b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a4c0b3a7c9641559d5604c3717d25b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/2fed34fbd5cd4650bfa495a428709fe4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2fed34fbd5cd4650bfa495a428709fe4", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/3317a35d48634d8f88476b50a9b7ace5"}, "domain_id": "fad46a1b983b4798bee38d10b68c191b", "enabled": true, "options": {}, "id": "3317a35d48634d8f88476b50a9b7ace5", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/4539671e82c8450e9b0511fb70f3a348"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4539671e82c8450e9b0511fb70f3a348", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/5cf161c17e8e4ad5845b79c4ac9ba186"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5cf161c17e8e4ad5845b79c4ac9ba186", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/5d27bc799c654c78a530dd0b2fc30701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d27bc799c654c78a530dd0b2fc30701", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/6d21aee7f48c4e29aab1e452c68b276f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d21aee7f48c4e29aab1e452c68b276f", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/795ca1936f824a5f9f2ce1b88e1ee04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "795ca1936f824a5f9f2ce1b88e1ee04a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8aba8fdc78d24d5795d912b0b6ce2737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8aba8fdc78d24d5795d912b0b6ce2737", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/afa90be81a524580ac3818a7556b0470"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa90be81a524580ac3818a7556b0470", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b05f064fe4684bbfa3538e65cda2b20e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b05f064fe4684bbfa3538e65cda2b20e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b1453aa607a54efaa69228b52438f26c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1453aa607a54efaa69228b52438f26c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/e2f463ed020c4ac8895e177fa76834c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2f463ed020c4ac8895e177fa76834c5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4", "links": {"self": "http://172.30.9.27:5000/v3/users/f63c9ffd425942ed90637cb7b20dc0a9"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f63c9ffd425942ed90637cb7b20dc0a9", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-23 16:45:57,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7dbc214c-5dc3-474e-b8d6-2f6285ed72ad 2018-08-23 16:45:57,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212198019028s 2018-08-23 16:45:57,981 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7dbc214c-5dc3-474e-b8d6-2f6285ed72ad 2018-08-23 16:45:57,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 16:45:57,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/f63c9ffd425942ed90637cb7b20dc0a9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" 2018-08-23 16:45:58,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ce9daa7-5f62-43ac-83de-ffa3b0814859 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4", "links": {"self": "http://172.30.9.27:5000/v3/users/f63c9ffd425942ed90637cb7b20dc0a9"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f63c9ffd425942ed90637cb7b20dc0a9", "description": null}} 2018-08-23 16:45:58,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/f63c9ffd425942ed90637cb7b20dc0a9 used request id req-8ce9daa7-5f62-43ac-83de-ffa3b0814859 2018-08-23 16:45:58,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205564022064s 2018-08-23 16:45:58,192 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/f63c9ffd425942ed90637cb7b20dc0a9 used request id req-8ce9daa7-5f62-43ac-83de-ffa3b0814859 2018-08-23 16:45:58,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 16:45:58,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/f63c9ffd425942ed90637cb7b20dc0a9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" 2018-08-23 16:45:58,531 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:45:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44ab9970-5d03-4c3b-94c0-00259609c5da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 16:45:58,531 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f63c9ffd425942ed90637cb7b20dc0a9 used request id req-44ab9970-5d03-4c3b-94c0-00259609c5da 2018-08-23 16:45:58,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.338716983795s 2018-08-23 16:45:58,532 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f63c9ffd425942ed90637cb7b20dc0a9 used request id req-44ab9970-5d03-4c3b-94c0-00259609c5da 2018-08-23 16:45:58,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 16:45:58,541 - 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.15" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" 2018-08-23 16:45:58,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acff6fa7-bf32-460a-a715-27dd5f31b51f 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": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.27:5000/v3/projects/6ea9c36f52574ffbacfebe966df6ad4e"}, "tags": [], "enabled": true, "id": "6ea9c36f52574ffbacfebe966df6ad4e", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_cf37bdb0-d4e2-4459-8284-a45f65e2c4d4"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d7e8705e28c14b6588e6b073f23f47ec"}, "tags": [], "enabled": true, "id": "d7e8705e28c14b6588e6b073f23f47ec", "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/f510d54cf55042578e4d20bdb8ff3bb7"}, "tags": [], "enabled": true, "id": "f510d54cf55042578e4d20bdb8ff3bb7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-23 16:45:58,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-acff6fa7-bf32-460a-a715-27dd5f31b51f 2018-08-23 16:45:58,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.248379945755s 2018-08-23 16:45:58,787 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-acff6fa7-bf32-460a-a715-27dd5f31b51f 2018-08-23 16:45:58,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 16:45:58,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/6ea9c36f52574ffbacfebe966df6ad4e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e1318432901c3971447301d7a47d616e25288b2a" 2018-08-23 16:45:59,047 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:45:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28dedde9-215f-4370-9501-39b0ab37e14a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 16:45:59,047 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6ea9c36f52574ffbacfebe966df6ad4e used request id req-28dedde9-215f-4370-9501-39b0ab37e14a 2018-08-23 16:45:59,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.256448030472s 2018-08-23 16:45:59,048 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6ea9c36f52574ffbacfebe966df6ad4e used request id req-28dedde9-215f-4370-9501-39b0ab37e14a 2018-08-23 16:45:59,100 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-23 16:45:59,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 16:45:59,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 16:45:59,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 16:45:59,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 16:45:59,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 16:45:59,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 16:45:59,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 16:45:59,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 16:45:59,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 16:45:59,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 16:45:59,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 16:45:59,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 16:45:59,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 16:45:59,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 16:45:59,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 16:45:59,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 16:45:59,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 16:45:59,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 16:45:59,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 16:45:59,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 16:45:59,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 16:45:59,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 16:45:59,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.15" 2018-08-23 16:45:59,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-004bb6a0-1fc6-4431-91a8-7aec852d25cf 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-08-23 16:45:59,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-004bb6a0-1fc6-4431-91a8-7aec852d25cf 2018-08-23 16:45:59,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-23 16:45:59,640 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe32a2cf26fd41b481ea95c3cb6044f3", "name": "admin"}, {"id": "189560f2cf1f4723bdcde8ff2d58961d", "name": "reader"}, {"id": "e1da4c864a6340bc99d295f749d20cea", "name": "member"}], "expires_at": "2018-08-23T17:45:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7e8705e28c14b6588e6b073f23f47ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0947cefd6929425c82ff8c377bec236e"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c9541338952418381f03516e1913314"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85139d298b1a417d83cc0ef62894001a"}], "type": "metric", "id": "06b0754cc1d94df5acd81c64739816f6", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03bf24de52c045d3b31f7f0609069d4f"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fb4854511c948b7b992695d9c663703"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddd2ef04d6f5424a8e81d47aa341395f"}], "type": "image", "id": "0f62b8068edd4317bbae64a5becc371c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55d7cb1da102480786b94557dad33331"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a099e06cda74e91a274545015df1853"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7eff45ecb68a4808b8ef3697e654ff65"}], "type": "identity", "id": "272f73774f6b4c4285ed51848d6127d2", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "528e16db335b4c8a9ac4d4df81e8da2d"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6cd7980d202041cd8a9b11cfbde98fd9"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fbe5677bbdf415282003f2c57ebc34f"}], "type": "volumev2", "id": "2ac504ed4c0246eba5e43b5021c70c83", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "324cd438aee04d498c99bfa81596e77e", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dd59018c1844ae9a4751abaa4a0eac5"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66d37c61668b45b2802dce6c2127dd05"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8968bc693dd849119f6491283bb8559b"}], "type": "orchestration", "id": "3442d911981c4470becf9bf9b07f5089", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "663f51340f84474bb708ee51ca1788a8"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e825951717b44799fe1e47adffd2b4e"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "77cd0aaf5b6a40e89d377f2c23096a10"}], "type": "volumev3", "id": "3644adec36ed46a2a1ae6393f2ade749", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.44:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2072a54b555141488ed29c328a8ef70d"}, {"url": "http://12.0.0.44:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7a3715aeb814134942f827c4368df4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8d7035ad8a64c2ca33c9d87b85b1e94"}], "type": "object-store", "id": "5d760db4f6f8462c95f24a9983b8a5cb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "180023267a7a44f2968962a846c62698"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dd875f6283649a6806833ec94ee3c08"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb221e116b804024b0a3fc99fc8b522d"}], "type": "placement", "id": "6f505d0f7d0f43cba19666d74864216d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32a72c74ab704f218a500e80f51328a0"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "749737d6fd584d9db394e34e1f5c4ae3"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0a7d67e5540493ab99c111d2d127730"}], "type": "cloudformation", "id": "7a2becc7a7fe491aac7cd2b48e9e4382", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23ae9c3d3fc14f0b8a8cf092cc9d8d5b"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8961e3f130734e26bf63efceb59ce730"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce54a2a54b3e44389232576a478e456b"}], "type": "event", "id": "7b67f1955527413faf177552b6666117", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ba0c2980354d44b09d71b9111cf749"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "764a6d0bbf5740709ac7b1394e2bc780"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b44d8c8f00384d5bbc22a68560d0de3a"}], "type": "compute", "id": "962585d3d4864ed980285c16c72f262e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58a69bd2f6f342c7992bfd45c9d00c47"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d83e26faed5241b195c86c21a3d747db"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8a0a3f5ecc2467b9f24cb7109214c4e"}], "type": "network", "id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e8011ce624f4dd39d54e26a513f6d97"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f9b94ac44614d3783015ba93fdb5e18"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb32c911de7b41e39fa2214417b31b4b"}], "type": "volume", "id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "355d62929efe4bfe90c9426416e45ec7"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "510ec66bfc684670943561577c499e47"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6bd6022bf2b4a9fbfae16fdc4e6c13a"}], "type": "alarming", "id": "d9d87a4ac8ae467c9634f5d1baf3635c", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b1453aa607a54efaa69228b52438f26c"}, "audit_ids": ["JwmNhh7VSHW3HtzhGO8h5Q"], "issued_at": "2018-08-23T16:45:59.000000Z"}} 2018-08-23 16:45:59,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:45:59,643 - 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.15" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" 2018-08-23 16:45:59,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f334726c-a695-497d-a364-280b9b244ee5 Date: Thu, 23 Aug 2018 16:45:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:45:59,987 - 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-f334726c-a695-497d-a364-280b9b244ee5 2018-08-23 16:45:59,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.344578027725s 2018-08-23 16:45:59,988 - 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-f334726c-a695-497d-a364-280b9b244ee5 2018-08-23 16:45:59,988 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-23 16:45:59,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 16:45:59,989 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" -d '{"network": {"name": "vmready1-net_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af", "admin_state_up": true}}' 2018-08-23 16:46:00,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-dd5d648a-53ea-4c6c-b0f3-17739fd36606 Date: Thu, 23 Aug 2018 16:46:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a4497e6c-a041-4186-b5bf-25b2ebc5ddfb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d7e8705e28c14b6588e6b073f23f47ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T16:46:00Z","is_default":false,"provider:segmentation_id":64,"name":"vmready1-net_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af","admin_state_up":true,"tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:46:00Z","mtu":1450}} 2018-08-23 16:46:00,560 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-dd5d648a-53ea-4c6c-b0f3-17739fd36606 2018-08-23 16:46:00,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.571525096893s 2018-08-23 16:46:00,561 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-dd5d648a-53ea-4c6c-b0f3-17739fd36606 2018-08-23 16:46:00,561 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-23T16:46:00Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a4497e6c-a041-4186-b5bf-25b2ebc5ddfb', u'provider:segmentation_id': 64, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af', u'admin_state_up': True, u'tenant_id': u'd7e8705e28c14b6588e6b073f23f47ec', u'created_at': u'2018-08-23T16:46:00Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd7e8705e28c14b6588e6b073f23f47ec'}) 2018-08-23 16:46:00,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:46:00,562 - 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.15" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" 2018-08-23 16:46:01,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-38af7752-b19d-490d-a601-d3a9f4f87828 Date: Thu, 23 Aug 2018 16:46:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a4497e6c-a041-4186-b5bf-25b2ebc5ddfb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d7e8705e28c14b6588e6b073f23f47ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T16:46:00Z","provider:segmentation_id":64,"name":"vmready1-net_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af","admin_state_up":true,"tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:46:00Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:46:01,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-38af7752-b19d-490d-a601-d3a9f4f87828 2018-08-23 16:46:01,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.05062699318s 2018-08-23 16:46:01,613 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-38af7752-b19d-490d-a601-d3a9f4f87828 2018-08-23 16:46:01,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 16:46:01,616 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" -d '{"subnet": {"name": "vmready1-subnet_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af", "enable_dhcp": true, "network_id": "a4497e6c-a041-4186-b5bf-25b2ebc5ddfb", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 16:46:03,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6a7ce899-a280-4703-ac1e-d816fcaec054 Date: Thu, 23 Aug 2018 16:46:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a4497e6c-a041-4186-b5bf-25b2ebc5ddfb","tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:46:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:46:03Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"d7e8705e28c14b6588e6b073f23f47ec","id":"95f78fbc-455a-425f-a8ff-6f04f5f85646","subnetpool_id":null,"name":"vmready1-subnet_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af"}} 2018-08-23 16:46:03,363 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-6a7ce899-a280-4703-ac1e-d816fcaec054 2018-08-23 16:46:03,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.74770593643s 2018-08-23 16:46:03,363 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-6a7ce899-a280-4703-ac1e-d816fcaec054 2018-08-23 16:46:03,364 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T16:46:03Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'95f78fbc-455a-425f-a8ff-6f04f5f85646', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af', u'enable_dhcp': True, u'network_id': u'a4497e6c-a041-4186-b5bf-25b2ebc5ddfb', u'tenant_id': u'd7e8705e28c14b6588e6b073f23f47ec', u'created_at': u'2018-08-23T16:46:03Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd7e8705e28c14b6588e6b073f23f47ec'}) 2018-08-23 16:46:03,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 16:46:03,365 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" -d '{"router": {"external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d"}, "name": "vmready1-router_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af", "admin_state_up": true}}' 2018-08-23 16:46:04,807 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-2b8e04b2-ac4c-4ea4-b7d0-ec446346af1d Date: Thu, 23 Aug 2018 16:46:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01259dc7-ca29-4644-acb8-ac06eafbe8b0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:46:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T16:46:04Z", "revision_number": 2, "routes": [], "project_id": "d7e8705e28c14b6588e6b073f23f47ec", "id": "179f0a83-e998-4f06-8f75-3133f37b2fc4", "name": "vmready1-router_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af"}} 2018-08-23 16:46:04,807 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-2b8e04b2-ac4c-4ea4-b7d0-ec446346af1d 2018-08-23 16:46:04,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.44277095795s 2018-08-23 16:46:04,808 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-2b8e04b2-ac4c-4ea4-b7d0-ec446346af1d 2018-08-23 16:46:04,808 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'f5b34b9c-dd33-46b5-9947-17506958773d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01259dc7-ca29-4644-acb8-ac06eafbe8b0', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd7e8705e28c14b6588e6b073f23f47ec', u'created_at': u'2018-08-23T16:46:03Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-23T16:46:04Z', u'revision_number': 2, u'routes': [], u'project_id': u'd7e8705e28c14b6588e6b073f23f47ec', u'id': u'179f0a83-e998-4f06-8f75-3133f37b2fc4', u'name': u'vmready1-router_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af'}) 2018-08-23 16:46:04,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 16:46:04,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/179f0a83-e998-4f06-8f75-3133f37b2fc4/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" -d '{"subnet_id": "95f78fbc-455a-425f-a8ff-6f04f5f85646"}' 2018-08-23 16:46:07,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-94e1b789-5a13-4dd5-9a63-8ca1c7763fd9 Date: Thu, 23 Aug 2018 16:46:07 GMT RESP BODY: {"network_id": "a4497e6c-a041-4186-b5bf-25b2ebc5ddfb", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "subnet_id": "95f78fbc-455a-425f-a8ff-6f04f5f85646", "subnet_ids": ["95f78fbc-455a-425f-a8ff-6f04f5f85646"], "port_id": "4c758634-d406-4804-9c44-cbabd58cc90d", "id": "179f0a83-e998-4f06-8f75-3133f37b2fc4"} 2018-08-23 16:46:07,108 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/179f0a83-e998-4f06-8f75-3133f37b2fc4/add_router_interface.json used request id req-94e1b789-5a13-4dd5-9a63-8ca1c7763fd9 2018-08-23 16:46:07,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.29983592033s 2018-08-23 16:46:07,108 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/179f0a83-e998-4f06-8f75-3133f37b2fc4/add_router_interface.json used request id req-94e1b789-5a13-4dd5-9a63-8ca1c7763fd9 returning object 179f0a83-e998-4f06-8f75-3133f37b2fc4 2018-08-23 16:46:07,108 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 16:46:07,205 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 16:46:07,207 - 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.15" 2018-08-23 16:46:07,211 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 16:46:07 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "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-08-23 16:46:07,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:46:07,220 - 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.15" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" 2018-08-23 16:46:08,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-32f6c215-df5e-4e16-bf55-af09cdd83c4e Date: Thu, 23 Aug 2018 16:46:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:46:08,074 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-32f6c215-df5e-4e16-bf55-af09cdd83c4e 2018-08-23 16:46:08,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.858040094376s 2018-08-23 16:46:08,075 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-32f6c215-df5e-4e16-bf55-af09cdd83c4e 2018-08-23 16:46:08,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 16:46:08,087 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af"}' 2018-08-23 16:46:09,011 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-5cebf8ee-b60b-4339-a002-b77ca18fc20b Date: Thu, 23 Aug 2018 16:46:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:46:08Z", "file": "/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07/file", "owner": "d7e8705e28c14b6588e6b073f23f47ec", "id": "bc4513b9-9a7a-4b88-9787-84764ea29a07", "size": null, "self": "/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af", "checksum": null, "created_at": "2018-08-23T16:46:08Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 16:46:09,011 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-5cebf8ee-b60b-4339-a002-b77ca18fc20b 2018-08-23 16:46:09,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.928051948547s 2018-08-23 16:46:09,012 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-5cebf8ee-b60b-4339-a002-b77ca18fc20b returning object bc4513b9-9a7a-4b88-9787-84764ea29a07 2018-08-23 16:46:09,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 16:46:09,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" -d '' 2018-08-23 16:46:12,436 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-585b5a9f-b33e-4838-926c-261f4380c97b Date: Thu, 23 Aug 2018 16:46:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 16:46:12,436 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07/file used request id req-585b5a9f-b33e-4838-926c-261f4380c97b 2018-08-23 16:46:12,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.42346787453s 2018-08-23 16:46:12,436 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07/file used request id req-585b5a9f-b33e-4838-926c-261f4380c97b 2018-08-23 16:46:12,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:46:12,444 - 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.15" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" 2018-08-23 16:46:13,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-6bbf366a-1713-4640-82f0-a3045189b41a Date: Thu, 23 Aug 2018 16:46:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:46:12Z", "file": "/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07/file", "owner": "d7e8705e28c14b6588e6b073f23f47ec", "id": "bc4513b9-9a7a-4b88-9787-84764ea29a07", "size": 12716032, "self": "/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/bc4513b9-9a7a-4b88-9787-84764ea29a07/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/bc4513b9-9a7a-4b88-9787-84764ea29a07/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:46:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:46:13,249 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6bbf366a-1713-4640-82f0-a3045189b41a 2018-08-23 16:46:13,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.8084628582s 2018-08-23 16:46:13,249 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6bbf366a-1713-4640-82f0-a3045189b41a 2018-08-23 16:46:13,251 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/bc4513b9-9a7a-4b88-9787-84764ea29a07/snap', u'metadata': Munch({})})], 'file': u'/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07/file', 'owner': u'd7e8705e28c14b6588e6b073f23f47ec', 'id': u'bc4513b9-9a7a-4b88-9787-84764ea29a07', 'size': 12716032, u'self': u'/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd7e8705e28c14b6588e6b073f23f47ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/bc4513b9-9a7a-4b88-9787-84764ea29a07/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T16:46:12Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T16:46:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af', 'created': u'2018-08-23T16:46:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T16:46:08Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 16:46:13,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 16:46:13,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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 16:46:14,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46: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-cd0a9739-df47-4496-8627-036654037f4b x-compute-request-id: req-cd0a9739-df47-4496-8627-036654037f4b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/083321de-e9d1-4b52-9014-bfc9c7b6b233", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/083321de-e9d1-4b52-9014-bfc9c7b6b233", "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": "083321de-e9d1-4b52-9014-bfc9c7b6b233"}} 2018-08-23 16:46:14,136 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-cd0a9739-df47-4496-8627-036654037f4b 2018-08-23 16:46:14,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.884022951126s 2018-08-23 16:46:14,137 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-cd0a9739-df47-4496-8627-036654037f4b 2018-08-23 16:46:14,138 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af', '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'd7e8705e28c14b6588e6b073f23f47ec', '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'083321de-e9d1-4b52-9014-bfc9c7b6b233', 'swap': 0}) 2018-08-23 16:46:14,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 16:46:14,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/083321de-e9d1-4b52-9014-bfc9c7b6b233/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" -d '{"extra_specs": {}}' 2018-08-23 16:46:14,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6952d716-df91-45bc-8174-bce247350080 x-compute-request-id: req-6952d716-df91-45bc-8174-bce247350080 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 16:46:14,278 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/083321de-e9d1-4b52-9014-bfc9c7b6b233/os-extra_specs used request id req-6952d716-df91-45bc-8174-bce247350080 2018-08-23 16:46:14,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.138352870941s 2018-08-23 16:46:14,278 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/083321de-e9d1-4b52-9014-bfc9c7b6b233/os-extra_specs used request id req-6952d716-df91-45bc-8174-bce247350080 2018-08-23 16:46:14,393 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 16:46:14,393 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:14 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-23 16:46:14,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 16:46:14,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/179f0a83-e998-4f06-8f75-3133f37b2fc4/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" -d '{"subnet_id": "95f78fbc-455a-425f-a8ff-6f04f5f85646"}' 2018-08-23 16:46:16,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f419bc1c-4cde-48ea-8e8b-6d6fe959c57c Date: Thu, 23 Aug 2018 16:46:16 GMT RESP BODY: {"network_id": "a4497e6c-a041-4186-b5bf-25b2ebc5ddfb", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "subnet_id": "95f78fbc-455a-425f-a8ff-6f04f5f85646", "subnet_ids": ["95f78fbc-455a-425f-a8ff-6f04f5f85646"], "port_id": "4c758634-d406-4804-9c44-cbabd58cc90d", "id": "179f0a83-e998-4f06-8f75-3133f37b2fc4"} 2018-08-23 16:46:16,126 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/179f0a83-e998-4f06-8f75-3133f37b2fc4/remove_router_interface.json used request id req-f419bc1c-4cde-48ea-8e8b-6d6fe959c57c 2018-08-23 16:46:16,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.72805714607s 2018-08-23 16:46:16,127 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/179f0a83-e998-4f06-8f75-3133f37b2fc4/remove_router_interface.json used request id req-f419bc1c-4cde-48ea-8e8b-6d6fe959c57c returning object 179f0a83-e998-4f06-8f75-3133f37b2fc4 2018-08-23 16:46:16,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 16:46:16,128 - 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.15" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" 2018-08-23 16:46:16,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-f7a8b1e3-86d9-45ad-8205-b9d0ecde46c5 Date: Thu, 23 Aug 2018 16:46:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01259dc7-ca29-4644-acb8-ac06eafbe8b0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:46:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T16:46:15Z", "revision_number": 4, "routes": [], "project_id": "d7e8705e28c14b6588e6b073f23f47ec", "id": "179f0a83-e998-4f06-8f75-3133f37b2fc4", "name": "vmready1-router_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af"}]} 2018-08-23 16:46:16,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-f7a8b1e3-86d9-45ad-8205-b9d0ecde46c5 2018-08-23 16:46:16,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.378551006317s 2018-08-23 16:46:16,506 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-f7a8b1e3-86d9-45ad-8205-b9d0ecde46c5 2018-08-23 16:46:16,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 16:46:16,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/179f0a83-e998-4f06-8f75-3133f37b2fc4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" 2018-08-23 16:46:19,215 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ac1c0bde-6afb-4b6e-ac5b-3cb3a96563ac Content-Length: 0 Date: Thu, 23 Aug 2018 16:46:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:46:19,215 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/179f0a83-e998-4f06-8f75-3133f37b2fc4.json used request id req-ac1c0bde-6afb-4b6e-ac5b-3cb3a96563ac 2018-08-23 16:46:19,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.70785403252s 2018-08-23 16:46:19,216 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/179f0a83-e998-4f06-8f75-3133f37b2fc4.json used request id req-ac1c0bde-6afb-4b6e-ac5b-3cb3a96563ac 2018-08-23 16:46:19,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 16:46:19,217 - 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.15" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" 2018-08-23 16:46:19,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-6f277448-2c71-4e2d-857b-eb84f6aab29c Date: Thu, 23 Aug 2018 16:46:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f5b34b9c-dd33-46b5-9947-17506958773d","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:47Z","dns_nameservers":[],"updated_at":"2018-08-23T16:41:47Z","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":"f510d54cf55042578e4d20bdb8ff3bb7","id":"01259dc7-ca29-4644-acb8-ac06eafbe8b0","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a4497e6c-a041-4186-b5bf-25b2ebc5ddfb","tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:46:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:46:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d7e8705e28c14b6588e6b073f23f47ec","id":"95f78fbc-455a-425f-a8ff-6f04f5f85646","subnetpool_id":null,"name":"vmready1-subnet_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af"}]} 2018-08-23 16:46:19,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-6f277448-2c71-4e2d-857b-eb84f6aab29c 2018-08-23 16:46:19,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.527508020401s 2018-08-23 16:46:19,744 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-6f277448-2c71-4e2d-857b-eb84f6aab29c 2018-08-23 16:46:19,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 16:46:19,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/95f78fbc-455a-425f-a8ff-6f04f5f85646.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" 2018-08-23 16:46:22,340 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dcb1384b-132c-475e-9b01-e68593624286 Date: Thu, 23 Aug 2018 16:46:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:46:22,340 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/95f78fbc-455a-425f-a8ff-6f04f5f85646.json used request id req-dcb1384b-132c-475e-9b01-e68593624286 2018-08-23 16:46:22,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.59437704086s 2018-08-23 16:46:22,340 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/95f78fbc-455a-425f-a8ff-6f04f5f85646.json used request id req-dcb1384b-132c-475e-9b01-e68593624286 2018-08-23 16:46:22,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:46:22,341 - 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.15" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" 2018-08-23 16:46:22,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-5e539c2f-cd3c-46e8-abc1-5b660a269630 Date: Thu, 23 Aug 2018 16:46:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a4497e6c-a041-4186-b5bf-25b2ebc5ddfb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d7e8705e28c14b6588e6b073f23f47ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T16:46:22Z","provider:segmentation_id":64,"name":"vmready1-net_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af","admin_state_up":true,"tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:46:00Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:46:22,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-5e539c2f-cd3c-46e8-abc1-5b660a269630 2018-08-23 16:46:22,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0811131000519s 2018-08-23 16:46:22,422 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-5e539c2f-cd3c-46e8-abc1-5b660a269630 2018-08-23 16:46:22,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 16:46:22,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/a4497e6c-a041-4186-b5bf-25b2ebc5ddfb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" 2018-08-23 16:46:24,127 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f7399d99-a813-463f-b13f-941b432b2e14 Date: Thu, 23 Aug 2018 16:46:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:46:24,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/a4497e6c-a041-4186-b5bf-25b2ebc5ddfb.json used request id req-f7399d99-a813-463f-b13f-941b432b2e14 2018-08-23 16:46:24,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.70345401764s 2018-08-23 16:46:24,127 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/a4497e6c-a041-4186-b5bf-25b2ebc5ddfb.json used request id req-f7399d99-a813-463f-b13f-941b432b2e14 2018-08-23 16:46:24,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:46:24,135 - 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.15" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" 2018-08-23 16:46:24,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-f47517ac-1c99-48c1-9c5e-ce3959b19a77 Date: Thu, 23 Aug 2018 16:46:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:46:12Z", "file": "/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07/file", "owner": "d7e8705e28c14b6588e6b073f23f47ec", "id": "bc4513b9-9a7a-4b88-9787-84764ea29a07", "size": 12716032, "self": "/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/bc4513b9-9a7a-4b88-9787-84764ea29a07/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/bc4513b9-9a7a-4b88-9787-84764ea29a07/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:46:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:46:24,900 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f47517ac-1c99-48c1-9c5e-ce3959b19a77 2018-08-23 16:46:24,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.768575191498s 2018-08-23 16:46:24,900 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f47517ac-1c99-48c1-9c5e-ce3959b19a77 2018-08-23 16:46:24,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 16:46:24,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" 2018-08-23 16:46:26,176 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c40564ab-18cb-452c-ae35-d09a9905b593 Date: Thu, 23 Aug 2018 16:46:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 16:46:26,176 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07 used request id req-c40564ab-18cb-452c-ae35-d09a9905b593 2018-08-23 16:46:26,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.27420496941s 2018-08-23 16:46:26,176 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/bc4513b9-9a7a-4b88-9787-84764ea29a07 used request id req-c40564ab-18cb-452c-ae35-d09a9905b593 2018-08-23 16:46:26,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 16:46:26,180 - 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.15" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" 2018-08-23 16:46:26,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2310bb5d-ddce-4171-8829-0d937b353c69 x-compute-request-id: req-2310bb5d-ddce-4171-8829-0d937b353c69 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_2ea9a1e4-221f-49ee-99d8-b3a9c5ecc1af", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/083321de-e9d1-4b52-9014-bfc9c7b6b233", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/083321de-e9d1-4b52-9014-bfc9c7b6b233", "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": "083321de-e9d1-4b52-9014-bfc9c7b6b233"}]} 2018-08-23 16:46:26,203 - 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-2310bb5d-ddce-4171-8829-0d937b353c69 2018-08-23 16:46:26,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0261499881744s 2018-08-23 16:46:26,204 - 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-2310bb5d-ddce-4171-8829-0d937b353c69 2018-08-23 16:46:26,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 16:46:26,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/083321de-e9d1-4b52-9014-bfc9c7b6b233 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7f7290183c6ed56933656b2a7dfe82f58c0ef40a" 2018-08-23 16:46:26,369 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 16:46:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1bfd77e3-219f-4f9b-b53e-1532061d1a25 x-compute-request-id: req-1bfd77e3-219f-4f9b-b53e-1532061d1a25 Content-Length: 0 Content-Type: application/json 2018-08-23 16:46:26,369 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/083321de-e9d1-4b52-9014-bfc9c7b6b233 used request id req-1bfd77e3-219f-4f9b-b53e-1532061d1a25 2018-08-23 16:46:26,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.16397690773s 2018-08-23 16:46:26,370 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/083321de-e9d1-4b52-9014-bfc9c7b6b233 used request id req-1bfd77e3-219f-4f9b-b53e-1532061d1a25 2018-08-23 16:46:26,421 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-23 16:46:26,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 16:46:26,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 16:46:26,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 16:46:26,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 16:46:26,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 16:46:26,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 16:46:26,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 16:46:26,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 16:46:26,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 16:46:26,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 16:46:26,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 16:46:26,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 16:46:26,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 16:46:26,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 16:46:26,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 16:46:26,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 16:46:26,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 16:46:26,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 16:46:26,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 16:46:26,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 16:46:26,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 16:46:26,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 16:46:26,478 - 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.15" 2018-08-23 16:46:26,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f00473cd-45e4-4078-b7c1-ffd23f154a7a 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-08-23 16:46:26,484 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f00473cd-45e4-4078-b7c1-ffd23f154a7a 2018-08-23 16:46:26,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-23 16:46:26,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe32a2cf26fd41b481ea95c3cb6044f3", "name": "admin"}, {"id": "189560f2cf1f4723bdcde8ff2d58961d", "name": "reader"}, {"id": "e1da4c864a6340bc99d295f749d20cea", "name": "member"}], "expires_at": "2018-08-23T17:46:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7e8705e28c14b6588e6b073f23f47ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0947cefd6929425c82ff8c377bec236e"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c9541338952418381f03516e1913314"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85139d298b1a417d83cc0ef62894001a"}], "type": "metric", "id": "06b0754cc1d94df5acd81c64739816f6", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03bf24de52c045d3b31f7f0609069d4f"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fb4854511c948b7b992695d9c663703"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddd2ef04d6f5424a8e81d47aa341395f"}], "type": "image", "id": "0f62b8068edd4317bbae64a5becc371c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55d7cb1da102480786b94557dad33331"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a099e06cda74e91a274545015df1853"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7eff45ecb68a4808b8ef3697e654ff65"}], "type": "identity", "id": "272f73774f6b4c4285ed51848d6127d2", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "528e16db335b4c8a9ac4d4df81e8da2d"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6cd7980d202041cd8a9b11cfbde98fd9"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fbe5677bbdf415282003f2c57ebc34f"}], "type": "volumev2", "id": "2ac504ed4c0246eba5e43b5021c70c83", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "324cd438aee04d498c99bfa81596e77e", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dd59018c1844ae9a4751abaa4a0eac5"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66d37c61668b45b2802dce6c2127dd05"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8968bc693dd849119f6491283bb8559b"}], "type": "orchestration", "id": "3442d911981c4470becf9bf9b07f5089", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "663f51340f84474bb708ee51ca1788a8"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e825951717b44799fe1e47adffd2b4e"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "77cd0aaf5b6a40e89d377f2c23096a10"}], "type": "volumev3", "id": "3644adec36ed46a2a1ae6393f2ade749", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.44:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2072a54b555141488ed29c328a8ef70d"}, {"url": "http://12.0.0.44:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7a3715aeb814134942f827c4368df4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8d7035ad8a64c2ca33c9d87b85b1e94"}], "type": "object-store", "id": "5d760db4f6f8462c95f24a9983b8a5cb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "180023267a7a44f2968962a846c62698"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dd875f6283649a6806833ec94ee3c08"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb221e116b804024b0a3fc99fc8b522d"}], "type": "placement", "id": "6f505d0f7d0f43cba19666d74864216d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32a72c74ab704f218a500e80f51328a0"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "749737d6fd584d9db394e34e1f5c4ae3"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0a7d67e5540493ab99c111d2d127730"}], "type": "cloudformation", "id": "7a2becc7a7fe491aac7cd2b48e9e4382", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23ae9c3d3fc14f0b8a8cf092cc9d8d5b"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8961e3f130734e26bf63efceb59ce730"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce54a2a54b3e44389232576a478e456b"}], "type": "event", "id": "7b67f1955527413faf177552b6666117", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ba0c2980354d44b09d71b9111cf749"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "764a6d0bbf5740709ac7b1394e2bc780"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b44d8c8f00384d5bbc22a68560d0de3a"}], "type": "compute", "id": "962585d3d4864ed980285c16c72f262e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58a69bd2f6f342c7992bfd45c9d00c47"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d83e26faed5241b195c86c21a3d747db"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8a0a3f5ecc2467b9f24cb7109214c4e"}], "type": "network", "id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e8011ce624f4dd39d54e26a513f6d97"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f9b94ac44614d3783015ba93fdb5e18"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb32c911de7b41e39fa2214417b31b4b"}], "type": "volume", "id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "355d62929efe4bfe90c9426416e45ec7"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "510ec66bfc684670943561577c499e47"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6bd6022bf2b4a9fbfae16fdc4e6c13a"}], "type": "alarming", "id": "d9d87a4ac8ae467c9634f5d1baf3635c", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b1453aa607a54efaa69228b52438f26c"}, "audit_ids": ["JreB8DYGQdSzS-MViyUrBw"], "issued_at": "2018-08-23T16:46:26.000000Z"}} 2018-08-23 16:46:26,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:46:26,898 - 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.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:27,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f498fba1-b5c3-406a-85fc-53112c7ccaa0 Date: Thu, 23 Aug 2018 16:46:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:46:27,249 - 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-f498fba1-b5c3-406a-85fc-53112c7ccaa0 2018-08-23 16:46:27,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.351696968079s 2018-08-23 16:46:27,250 - 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-f498fba1-b5c3-406a-85fc-53112c7ccaa0 2018-08-23 16:46:27,253 - 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.15" 2018-08-23 16:46:27,258 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 16:46:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0ddd75b-e481-423c-9cd8-c93139c34e0b 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-08-23 16:46:27,259 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-c0ddd75b-e481-423c-9cd8-c93139c34e0b 2018-08-23 16:46:27,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 16:46:27,263 - 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.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:27,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-751a228d-5fe1-4198-91fb-a4d25d4d1ea4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/fad46a1b983b4798bee38d10b68c191b"}, "tags": [], "enabled": true, "id": "fad46a1b983b4798bee38d10b68c191b", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 16:46:27,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-751a228d-5fe1-4198-91fb-a4d25d4d1ea4 2018-08-23 16:46:27,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.21247792244s 2018-08-23 16:46:27,472 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-751a228d-5fe1-4198-91fb-a4d25d4d1ea4 2018-08-23 16:46:27,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 16:46:27,482 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_e149cf79-672c-4b2d-8788-d902415284b6"}}' 2018-08-23 16:46:27,772 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 16:46:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb7e9d0c-1413-482d-b8e6-4ec6f126f186 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/8a9f5e362be74c8ea67669f713ce22a2"}, "tags": [], "enabled": true, "id": "8a9f5e362be74c8ea67669f713ce22a2", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_e149cf79-672c-4b2d-8788-d902415284b6"}} 2018-08-23 16:46:27,772 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-bb7e9d0c-1413-482d-b8e6-4ec6f126f186 2018-08-23 16:46:27,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.292688131332s 2018-08-23 16:46:27,772 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-bb7e9d0c-1413-482d-b8e6-4ec6f126f186 2018-08-23 16:46:27,773 - 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'8a9f5e362be74c8ea67669f713ce22a2', '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_e149cf79-672c-4b2d-8788-d902415284b6'}) 2018-08-23 16:46:27,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 16:46:27,783 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "8bbcf8fc-0b55-4dad-a083-ed0252bf4eb8", "email": null, "name": "vmready2-user_e149cf79-672c-4b2d-8788-d902415284b6"}}' 2018-08-23 16:46:28,263 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 16:46:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48402205-d0a0-4ee6-a59e-b98bb43980e3 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_e149cf79-672c-4b2d-8788-d902415284b6", "links": {"self": "http://172.30.9.27:5000/v3/users/a9f640d47c164e3f87083e57cd9b6de7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a9f640d47c164e3f87083e57cd9b6de7", "domain_id": "default", "password_expires_at": null}} 2018-08-23 16:46:28,263 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-48402205-d0a0-4ee6-a59e-b98bb43980e3 2018-08-23 16:46:28,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.484178066254s 2018-08-23 16:46:28,264 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-48402205-d0a0-4ee6-a59e-b98bb43980e3 2018-08-23 16:46:28,264 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a9f640d47c164e3f87083e57cd9b6de7', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_e149cf79-672c-4b2d-8788-d902415284b6'}) 2018-08-23 16:46:28,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 16:46:28,271 - 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.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:28,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89b442e5-92bb-4812-8404-fd5af0357529 Content-Encoding: gzip Content-Length: 380 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": "189560f2cf1f4723bdcde8ff2d58961d", "links": {"self": "http://172.30.9.27:5000/v3/roles/189560f2cf1f4723bdcde8ff2d58961d"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d3334609bc184fbf9f1d98111d1930d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/d3334609bc184fbf9f1d98111d1930d0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e1da4c864a6340bc99d295f749d20cea", "links": {"self": "http://172.30.9.27:5000/v3/roles/e1da4c864a6340bc99d295f749d20cea"}, "name": "member"}, {"domain_id": null, "id": "f7f6fa325cff45838024c45a66344a1a", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7f6fa325cff45838024c45a66344a1a"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "fa8a6d023e7d475492442e05cb0838c5", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa8a6d023e7d475492442e05cb0838c5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fe32a2cf26fd41b481ea95c3cb6044f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}, "name": "admin"}]} 2018-08-23 16:46:28,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-89b442e5-92bb-4812-8404-fd5af0357529 2018-08-23 16:46:28,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194458007812s 2018-08-23 16:46:28,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-89b442e5-92bb-4812-8404-fd5af0357529 2018-08-23 16:46:28,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 16:46:28,470 - 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.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:28,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1199619-5bb9-4eb5-b4ed-49d444f20cd7 Content-Encoding: gzip Content-Length: 380 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": "189560f2cf1f4723bdcde8ff2d58961d", "links": {"self": "http://172.30.9.27:5000/v3/roles/189560f2cf1f4723bdcde8ff2d58961d"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d3334609bc184fbf9f1d98111d1930d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/d3334609bc184fbf9f1d98111d1930d0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e1da4c864a6340bc99d295f749d20cea", "links": {"self": "http://172.30.9.27:5000/v3/roles/e1da4c864a6340bc99d295f749d20cea"}, "name": "member"}, {"domain_id": null, "id": "f7f6fa325cff45838024c45a66344a1a", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7f6fa325cff45838024c45a66344a1a"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "fa8a6d023e7d475492442e05cb0838c5", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa8a6d023e7d475492442e05cb0838c5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fe32a2cf26fd41b481ea95c3cb6044f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}, "name": "admin"}]} 2018-08-23 16:46:28,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a1199619-5bb9-4eb5-b4ed-49d444f20cd7 2018-08-23 16:46:28,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197328090668s 2018-08-23 16:46:28,665 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a1199619-5bb9-4eb5-b4ed-49d444f20cd7 2018-08-23 16:46:28,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 16:46:28,673 - 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.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:28,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-789bf3f9-54d3-4fb7-a839-128a9af36cc6 Content-Encoding: gzip Content-Length: 380 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": "189560f2cf1f4723bdcde8ff2d58961d", "links": {"self": "http://172.30.9.27:5000/v3/roles/189560f2cf1f4723bdcde8ff2d58961d"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d3334609bc184fbf9f1d98111d1930d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/d3334609bc184fbf9f1d98111d1930d0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e1da4c864a6340bc99d295f749d20cea", "links": {"self": "http://172.30.9.27:5000/v3/roles/e1da4c864a6340bc99d295f749d20cea"}, "name": "member"}, {"domain_id": null, "id": "f7f6fa325cff45838024c45a66344a1a", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7f6fa325cff45838024c45a66344a1a"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "fa8a6d023e7d475492442e05cb0838c5", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa8a6d023e7d475492442e05cb0838c5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fe32a2cf26fd41b481ea95c3cb6044f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}, "name": "admin"}]} 2018-08-23 16:46:28,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-789bf3f9-54d3-4fb7-a839-128a9af36cc6 2018-08-23 16:46:28,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185145139694s 2018-08-23 16:46:28,855 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-789bf3f9-54d3-4fb7-a839-128a9af36cc6 2018-08-23 16:46:28,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 16:46:28,863 - 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.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:29,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dfa20a9-ccdc-41f1-867b-8309ee9736cf 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-08-23 16:46:29,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-8dfa20a9-ccdc-41f1-867b-8309ee9736cf 2018-08-23 16:46:29,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.294760942459s 2018-08-23 16:46:29,155 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-8dfa20a9-ccdc-41f1-867b-8309ee9736cf 2018-08-23 16:46:29,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 16:46:29,159 - 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.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:29,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5f424bd-231d-42d0-83c9-98cff70014f7 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/0fb6bc394efe4de0842e2bf336ccd4ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0fb6bc394efe4de0842e2bf336ccd4ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/2a4c0b3a7c9641559d5604c3717d25b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a4c0b3a7c9641559d5604c3717d25b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/2fed34fbd5cd4650bfa495a428709fe4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2fed34fbd5cd4650bfa495a428709fe4", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/3317a35d48634d8f88476b50a9b7ace5"}, "domain_id": "fad46a1b983b4798bee38d10b68c191b", "enabled": true, "options": {}, "id": "3317a35d48634d8f88476b50a9b7ace5", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/4539671e82c8450e9b0511fb70f3a348"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4539671e82c8450e9b0511fb70f3a348", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/5cf161c17e8e4ad5845b79c4ac9ba186"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5cf161c17e8e4ad5845b79c4ac9ba186", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/5d27bc799c654c78a530dd0b2fc30701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d27bc799c654c78a530dd0b2fc30701", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/6d21aee7f48c4e29aab1e452c68b276f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d21aee7f48c4e29aab1e452c68b276f", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/795ca1936f824a5f9f2ce1b88e1ee04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "795ca1936f824a5f9f2ce1b88e1ee04a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8aba8fdc78d24d5795d912b0b6ce2737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8aba8fdc78d24d5795d912b0b6ce2737", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vmready2-user_e149cf79-672c-4b2d-8788-d902415284b6", "links": {"self": "http://172.30.9.27:5000/v3/users/a9f640d47c164e3f87083e57cd9b6de7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a9f640d47c164e3f87083e57cd9b6de7", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/afa90be81a524580ac3818a7556b0470"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa90be81a524580ac3818a7556b0470", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b05f064fe4684bbfa3538e65cda2b20e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b05f064fe4684bbfa3538e65cda2b20e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b1453aa607a54efaa69228b52438f26c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1453aa607a54efaa69228b52438f26c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/e2f463ed020c4ac8895e177fa76834c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2f463ed020c4ac8895e177fa76834c5", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-23 16:46:29,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b5f424bd-231d-42d0-83c9-98cff70014f7 2018-08-23 16:46:29,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.197108983994s 2018-08-23 16:46:29,354 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b5f424bd-231d-42d0-83c9-98cff70014f7 2018-08-23 16:46:29,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 16:46:29,368 - 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.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:29,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-998f610b-ea4a-4a11-a219-4651a17baea9 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/d7e8705e28c14b6588e6b073f23f47ec"}, "tags": [], "enabled": true, "id": "d7e8705e28c14b6588e6b073f23f47ec", "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/f510d54cf55042578e4d20bdb8ff3bb7"}, "tags": [], "enabled": true, "id": "f510d54cf55042578e4d20bdb8ff3bb7", "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/8a9f5e362be74c8ea67669f713ce22a2"}, "tags": [], "enabled": true, "id": "8a9f5e362be74c8ea67669f713ce22a2", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_e149cf79-672c-4b2d-8788-d902415284b6"}]} 2018-08-23 16:46:29,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-998f610b-ea4a-4a11-a219-4651a17baea9 2018-08-23 16:46:29,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.183859825134s 2018-08-23 16:46:29,549 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-998f610b-ea4a-4a11-a219-4651a17baea9 2018-08-23 16:46:29,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 16:46:29,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=a9f640d47c164e3f87083e57cd9b6de7&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=8a9f5e362be74c8ea67669f713ce22a2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:29,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a58ff02-ddba-41fa-97ca-7c9c3065ce7c 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=a9f640d47c164e3f87083e57cd9b6de7&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=8a9f5e362be74c8ea67669f713ce22a2", "previous": null, "next": null}} 2018-08-23 16:46:29,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=a9f640d47c164e3f87083e57cd9b6de7&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=8a9f5e362be74c8ea67669f713ce22a2 used request id req-3a58ff02-ddba-41fa-97ca-7c9c3065ce7c 2018-08-23 16:46:29,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.200587034225s 2018-08-23 16:46:29,758 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=a9f640d47c164e3f87083e57cd9b6de7&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=8a9f5e362be74c8ea67669f713ce22a2 used request id req-3a58ff02-ddba-41fa-97ca-7c9c3065ce7c 2018-08-23 16:46:29,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 16:46:29,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/8a9f5e362be74c8ea67669f713ce22a2/users/a9f640d47c164e3f87083e57cd9b6de7/roles/e1da4c864a6340bc99d295f749d20cea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:30,041 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:46:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3998df78-0b5f-49af-a3dd-cdc95456b94d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 16:46:30,041 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/8a9f5e362be74c8ea67669f713ce22a2/users/a9f640d47c164e3f87083e57cd9b6de7/roles/e1da4c864a6340bc99d295f749d20cea used request id req-3998df78-0b5f-49af-a3dd-cdc95456b94d 2018-08-23 16:46:30,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.279528141022s 2018-08-23 16:46:30,041 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/8a9f5e362be74c8ea67669f713ce22a2/users/a9f640d47c164e3f87083e57cd9b6de7/roles/e1da4c864a6340bc99d295f749d20cea used request id req-3998df78-0b5f-49af-a3dd-cdc95456b94d 2018-08-23 16:46:30,042 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_e149cf79-672c-4b2d-8788-d902415284b6', 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'8a9f5e362be74c8ea67669f713ce22a2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '8bbcf8fc-0b55-4dad-a083-ed0252bf4eb8', 'username': u'vmready2-user_e149cf79-672c-4b2d-8788-d902415284b6', '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-08-23 16:46:30,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 16:46:30,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 16:46:30,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 16:46:30,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 16:46:30,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 16:46:30,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 16:46:30,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 16:46:30,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 16:46:30,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 16:46:30,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 16:46:30,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 16:46:30,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 16:46:30,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 16:46:30,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 16:46:30,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 16:46:30,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 16:46:30,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 16:46:30,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 16:46:30,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 16:46:30,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 16:46:30,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 16:46:30,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 16:46:30,047 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_e149cf79-672c-4b2d-8788-d902415284b6', 'password': '8bbcf8fc-0b55-4dad-a083-ed0252bf4eb8', 'project_name': 'vmready2-project_e149cf79-672c-4b2d-8788-d902415284b6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '8a9f5e362be74c8ea67669f713ce22a2', 'project_domain_name': 'Default'} 2018-08-23 16:46:30,047 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-23 16:46:30,048 - 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.15" 2018-08-23 16:46:30,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab398831-225e-458f-bbed-d408424f88cf 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-08-23 16:46:30,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ab398831-225e-458f-bbed-d408424f88cf 2018-08-23 16:46:30,056 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-23 16:46:30,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "189560f2cf1f4723bdcde8ff2d58961d", "name": "reader"}, {"id": "e1da4c864a6340bc99d295f749d20cea", "name": "member"}], "expires_at": "2018-08-23T17:46:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a9f5e362be74c8ea67669f713ce22a2", "name": "vmready2-project_e149cf79-672c-4b2d-8788-d902415284b6"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0947cefd6929425c82ff8c377bec236e"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c9541338952418381f03516e1913314"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85139d298b1a417d83cc0ef62894001a"}], "type": "metric", "id": "06b0754cc1d94df5acd81c64739816f6", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03bf24de52c045d3b31f7f0609069d4f"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fb4854511c948b7b992695d9c663703"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddd2ef04d6f5424a8e81d47aa341395f"}], "type": "image", "id": "0f62b8068edd4317bbae64a5becc371c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55d7cb1da102480786b94557dad33331"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a099e06cda74e91a274545015df1853"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7eff45ecb68a4808b8ef3697e654ff65"}], "type": "identity", "id": "272f73774f6b4c4285ed51848d6127d2", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/8a9f5e362be74c8ea67669f713ce22a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "528e16db335b4c8a9ac4d4df81e8da2d"}, {"url": "http://192.30.9.9:8776/v2/8a9f5e362be74c8ea67669f713ce22a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6cd7980d202041cd8a9b11cfbde98fd9"}, {"url": "http://192.30.9.9:8776/v2/8a9f5e362be74c8ea67669f713ce22a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fbe5677bbdf415282003f2c57ebc34f"}], "type": "volumev2", "id": "2ac504ed4c0246eba5e43b5021c70c83", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "324cd438aee04d498c99bfa81596e77e", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/8a9f5e362be74c8ea67669f713ce22a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dd59018c1844ae9a4751abaa4a0eac5"}, {"url": "http://192.30.9.9:8004/v1/8a9f5e362be74c8ea67669f713ce22a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66d37c61668b45b2802dce6c2127dd05"}, {"url": "http://192.30.9.9:8004/v1/8a9f5e362be74c8ea67669f713ce22a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8968bc693dd849119f6491283bb8559b"}], "type": "orchestration", "id": "3442d911981c4470becf9bf9b07f5089", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/8a9f5e362be74c8ea67669f713ce22a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "663f51340f84474bb708ee51ca1788a8"}, {"url": "http://192.30.9.9:8776/v3/8a9f5e362be74c8ea67669f713ce22a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e825951717b44799fe1e47adffd2b4e"}, {"url": "http://192.30.9.9:8776/v3/8a9f5e362be74c8ea67669f713ce22a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "77cd0aaf5b6a40e89d377f2c23096a10"}], "type": "volumev3", "id": "3644adec36ed46a2a1ae6393f2ade749", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.44:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2072a54b555141488ed29c328a8ef70d"}, {"url": "http://12.0.0.44:8080/v1/AUTH_8a9f5e362be74c8ea67669f713ce22a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7a3715aeb814134942f827c4368df4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_8a9f5e362be74c8ea67669f713ce22a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8d7035ad8a64c2ca33c9d87b85b1e94"}], "type": "object-store", "id": "5d760db4f6f8462c95f24a9983b8a5cb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "180023267a7a44f2968962a846c62698"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dd875f6283649a6806833ec94ee3c08"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb221e116b804024b0a3fc99fc8b522d"}], "type": "placement", "id": "6f505d0f7d0f43cba19666d74864216d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32a72c74ab704f218a500e80f51328a0"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "749737d6fd584d9db394e34e1f5c4ae3"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0a7d67e5540493ab99c111d2d127730"}], "type": "cloudformation", "id": "7a2becc7a7fe491aac7cd2b48e9e4382", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23ae9c3d3fc14f0b8a8cf092cc9d8d5b"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8961e3f130734e26bf63efceb59ce730"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce54a2a54b3e44389232576a478e456b"}], "type": "event", "id": "7b67f1955527413faf177552b6666117", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ba0c2980354d44b09d71b9111cf749"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "764a6d0bbf5740709ac7b1394e2bc780"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b44d8c8f00384d5bbc22a68560d0de3a"}], "type": "compute", "id": "962585d3d4864ed980285c16c72f262e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58a69bd2f6f342c7992bfd45c9d00c47"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d83e26faed5241b195c86c21a3d747db"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8a0a3f5ecc2467b9f24cb7109214c4e"}], "type": "network", "id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/8a9f5e362be74c8ea67669f713ce22a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e8011ce624f4dd39d54e26a513f6d97"}, {"url": "http://192.30.9.9:8776/v1/8a9f5e362be74c8ea67669f713ce22a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f9b94ac44614d3783015ba93fdb5e18"}, {"url": "http://192.30.9.9:8776/v1/8a9f5e362be74c8ea67669f713ce22a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb32c911de7b41e39fa2214417b31b4b"}], "type": "volume", "id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "355d62929efe4bfe90c9426416e45ec7"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "510ec66bfc684670943561577c499e47"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6bd6022bf2b4a9fbfae16fdc4e6c13a"}], "type": "alarming", "id": "d9d87a4ac8ae467c9634f5d1baf3635c", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_e149cf79-672c-4b2d-8788-d902415284b6", "id": "a9f640d47c164e3f87083e57cd9b6de7"}, "audit_ids": ["AlCt_PvWSr2fDHHKZNzVoQ"], "issued_at": "2018-08-23T16:46:30.000000Z"}} 2018-08-23 16:46:30,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 16:46:30,449 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" -d '{"network": {"name": "vmready2-net_e149cf79-672c-4b2d-8788-d902415284b6", "admin_state_up": true}}' 2018-08-23 16:46:31,997 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-d58c4b6b-0f80-4696-a9f0-52401768f641 Date: Thu, 23 Aug 2018 16:46:31 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"8a9f5e362be74c8ea67669f713ce22a2","created_at":"2018-08-23T16:46:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-23T16:46:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"8a9f5e362be74c8ea67669f713ce22a2","id":"fafd8a0e-4e5a-4038-9427-fcfeafc45a4b","name":"vmready2-net_e149cf79-672c-4b2d-8788-d902415284b6"}} 2018-08-23 16:46:31,997 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d58c4b6b-0f80-4696-a9f0-52401768f641 2018-08-23 16:46:31,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.54911708832s 2018-08-23 16:46:31,998 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d58c4b6b-0f80-4696-a9f0-52401768f641 2018-08-23 16:46:31,998 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T16:46:31Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'fafd8a0e-4e5a-4038-9427-fcfeafc45a4b', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_e149cf79-672c-4b2d-8788-d902415284b6', u'admin_state_up': True, u'tenant_id': u'8a9f5e362be74c8ea67669f713ce22a2', u'created_at': u'2018-08-23T16:46:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8a9f5e362be74c8ea67669f713ce22a2'}) 2018-08-23 16:46:31,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:46:31,999 - 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.15" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" 2018-08-23 16:46:33,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-d87328b6-0537-49f2-aadf-0716cc735efc Date: Thu, 23 Aug 2018 16:46:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T16:46:31Z","tenant_id":"8a9f5e362be74c8ea67669f713ce22a2","created_at":"2018-08-23T16:46:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"8a9f5e362be74c8ea67669f713ce22a2","id":"fafd8a0e-4e5a-4038-9427-fcfeafc45a4b","name":"vmready2-net_e149cf79-672c-4b2d-8788-d902415284b6"}]} 2018-08-23 16:46:33,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d87328b6-0537-49f2-aadf-0716cc735efc 2018-08-23 16:46:33,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.18290400505s 2018-08-23 16:46:33,182 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d87328b6-0537-49f2-aadf-0716cc735efc 2018-08-23 16:46:33,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 16:46:33,184 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" -d '{"subnet": {"name": "vmready2-subnet_e149cf79-672c-4b2d-8788-d902415284b6", "enable_dhcp": true, "network_id": "fafd8a0e-4e5a-4038-9427-fcfeafc45a4b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 16:46:34,281 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e9c29c80-80cb-4dc2-9da5-c47e28eb5b7f Date: Thu, 23 Aug 2018 16:46:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fafd8a0e-4e5a-4038-9427-fcfeafc45a4b","tenant_id":"8a9f5e362be74c8ea67669f713ce22a2","created_at":"2018-08-23T16:46:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:46:33Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"8a9f5e362be74c8ea67669f713ce22a2","id":"7647e1ab-5175-4881-a5b3-ba8a8fccb719","subnetpool_id":null,"name":"vmready2-subnet_e149cf79-672c-4b2d-8788-d902415284b6"}} 2018-08-23 16:46:34,281 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-e9c29c80-80cb-4dc2-9da5-c47e28eb5b7f 2018-08-23 16:46:34,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.09757423401s 2018-08-23 16:46:34,282 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-e9c29c80-80cb-4dc2-9da5-c47e28eb5b7f 2018-08-23 16:46:34,282 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T16:46:33Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'7647e1ab-5175-4881-a5b3-ba8a8fccb719', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_e149cf79-672c-4b2d-8788-d902415284b6', u'enable_dhcp': True, u'network_id': u'fafd8a0e-4e5a-4038-9427-fcfeafc45a4b', u'tenant_id': u'8a9f5e362be74c8ea67669f713ce22a2', u'created_at': u'2018-08-23T16:46:33Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'8a9f5e362be74c8ea67669f713ce22a2'}) 2018-08-23 16:46:34,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 16:46:34,283 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" -d '{"router": {"external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d"}, "name": "vmready2-router_e149cf79-672c-4b2d-8788-d902415284b6", "admin_state_up": true}}' 2018-08-23 16:46:36,095 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-5715018a-e16e-4f22-bd27-7d0213318c9b Date: Thu, 23 Aug 2018 16:46:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01259dc7-ca29-4644-acb8-ac06eafbe8b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "created_at": "2018-08-23T16:46:34Z", "admin_state_up": true, "updated_at": "2018-08-23T16:46:35Z", "revision_number": 2, "routes": [], "project_id": "8a9f5e362be74c8ea67669f713ce22a2", "id": "9d7613c2-763f-4b3e-9b11-bd4e515a1776", "name": "vmready2-router_e149cf79-672c-4b2d-8788-d902415284b6"}} 2018-08-23 16:46:36,096 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-5715018a-e16e-4f22-bd27-7d0213318c9b 2018-08-23 16:46:36,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.81289601326s 2018-08-23 16:46:36,096 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-5715018a-e16e-4f22-bd27-7d0213318c9b 2018-08-23 16:46:36,096 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'f5b34b9c-dd33-46b5-9947-17506958773d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01259dc7-ca29-4644-acb8-ac06eafbe8b0', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'8a9f5e362be74c8ea67669f713ce22a2', u'created_at': u'2018-08-23T16:46:34Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T16:46:35Z', u'revision_number': 2, u'routes': [], u'project_id': u'8a9f5e362be74c8ea67669f713ce22a2', u'id': u'9d7613c2-763f-4b3e-9b11-bd4e515a1776', u'name': u'vmready2-router_e149cf79-672c-4b2d-8788-d902415284b6'}) 2018-08-23 16:46:36,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 16:46:36,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9d7613c2-763f-4b3e-9b11-bd4e515a1776/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" -d '{"subnet_id": "7647e1ab-5175-4881-a5b3-ba8a8fccb719"}' 2018-08-23 16:46:38,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d1eef779-397b-4238-b96b-aa271c25111c Date: Thu, 23 Aug 2018 16:46:38 GMT RESP BODY: {"network_id": "fafd8a0e-4e5a-4038-9427-fcfeafc45a4b", "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "subnet_id": "7647e1ab-5175-4881-a5b3-ba8a8fccb719", "subnet_ids": ["7647e1ab-5175-4881-a5b3-ba8a8fccb719"], "port_id": "da59b23c-b8af-4a4c-b2e3-339f0008cae3", "id": "9d7613c2-763f-4b3e-9b11-bd4e515a1776"} 2018-08-23 16:46:38,547 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9d7613c2-763f-4b3e-9b11-bd4e515a1776/add_router_interface.json used request id req-d1eef779-397b-4238-b96b-aa271c25111c 2018-08-23 16:46:38,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.44985389709s 2018-08-23 16:46:38,547 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9d7613c2-763f-4b3e-9b11-bd4e515a1776/add_router_interface.json used request id req-d1eef779-397b-4238-b96b-aa271c25111c returning object 9d7613c2-763f-4b3e-9b11-bd4e515a1776 2018-08-23 16:46:38,548 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 16:46:38,678 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 16:46:38,680 - 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.15" 2018-08-23 16:46:38,685 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 16:46:38 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "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-08-23 16:46:38,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:46:38,690 - 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.15" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" 2018-08-23 16:46:39,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b9c21f39-f9d1-450d-a561-c4bd261df0bc Date: Thu, 23 Aug 2018 16:46:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:46:39,584 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b9c21f39-f9d1-450d-a561-c4bd261df0bc 2018-08-23 16:46:39,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.896800994873s 2018-08-23 16:46:39,585 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b9c21f39-f9d1-450d-a561-c4bd261df0bc 2018-08-23 16:46:39,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 16:46:39,597 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_e149cf79-672c-4b2d-8788-d902415284b6", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_e149cf79-672c-4b2d-8788-d902415284b6"}' 2018-08-23 16:46:40,574 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-85218994-14b4-40c9-937d-0cdd0dc8e9bd Date: Thu, 23 Aug 2018 16:46:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:46:40Z", "file": "/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63/file", "owner": "8a9f5e362be74c8ea67669f713ce22a2", "id": "084fd3f5-01b4-4c2e-acca-f71744491c63", "size": null, "self": "/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_e149cf79-672c-4b2d-8788-d902415284b6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_e149cf79-672c-4b2d-8788-d902415284b6", "checksum": null, "created_at": "2018-08-23T16:46:40Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 16:46:40,574 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-85218994-14b4-40c9-937d-0cdd0dc8e9bd 2018-08-23 16:46:40,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.981344938278s 2018-08-23 16:46:40,575 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-85218994-14b4-40c9-937d-0cdd0dc8e9bd returning object 084fd3f5-01b4-4c2e-acca-f71744491c63 2018-08-23 16:46:40,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 16:46:40,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" -d '' 2018-08-23 16:46:42,146 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c5f54de6-8915-43a7-96bb-2be575584611 Date: Thu, 23 Aug 2018 16:46:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 16:46:42,146 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63/file used request id req-c5f54de6-8915-43a7-96bb-2be575584611 2018-08-23 16:46:42,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.57035803795s 2018-08-23 16:46:42,146 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63/file used request id req-c5f54de6-8915-43a7-96bb-2be575584611 2018-08-23 16:46:42,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:46:42,155 - 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.15" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" 2018-08-23 16:46:43,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-fd0ab1bc-0cfa-4970-a37b-6e034f421690 Date: Thu, 23 Aug 2018 16:46:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:46:42Z", "file": "/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63/file", "owner": "8a9f5e362be74c8ea67669f713ce22a2", "id": "084fd3f5-01b4-4c2e-acca-f71744491c63", "size": 12716032, "self": "/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/084fd3f5-01b4-4c2e-acca-f71744491c63/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/084fd3f5-01b4-4c2e-acca-f71744491c63/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_e149cf79-672c-4b2d-8788-d902415284b6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_e149cf79-672c-4b2d-8788-d902415284b6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:46:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:46:43,012 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-fd0ab1bc-0cfa-4970-a37b-6e034f421690 2018-08-23 16:46:43,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.861804962158s 2018-08-23 16:46:43,013 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-fd0ab1bc-0cfa-4970-a37b-6e034f421690 2018-08-23 16:46:43,015 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/084fd3f5-01b4-4c2e-acca-f71744491c63/snap', u'metadata': Munch({})})], 'file': u'/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63/file', 'owner': u'8a9f5e362be74c8ea67669f713ce22a2', 'id': u'084fd3f5-01b4-4c2e-acca-f71744491c63', 'size': 12716032, u'self': u'/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8a9f5e362be74c8ea67669f713ce22a2', 'name': 'vmready2-project_e149cf79-672c-4b2d-8788-d902415284b6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/084fd3f5-01b4-4c2e-acca-f71744491c63/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T16:46:42Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T16:46:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_e149cf79-672c-4b2d-8788-d902415284b6', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_e149cf79-672c-4b2d-8788-d902415284b6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_e149cf79-672c-4b2d-8788-d902415284b6', 'created': u'2018-08-23T16:46:40Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T16:46:40Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_e149cf79-672c-4b2d-8788-d902415284b6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 16:46:43,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 16:46:43,018 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_e149cf79-672c-4b2d-8788-d902415284b6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 16:46:43,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe39dfde-3d69-4e7c-a589-48d8c15e1f81 x-compute-request-id: req-fe39dfde-3d69-4e7c-a589-48d8c15e1f81 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_e149cf79-672c-4b2d-8788-d902415284b6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/1dae2aa5-f722-4315-a59d-764ee8f45761", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/1dae2aa5-f722-4315-a59d-764ee8f45761", "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": "1dae2aa5-f722-4315-a59d-764ee8f45761"}} 2018-08-23 16:46:43,792 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-fe39dfde-3d69-4e7c-a589-48d8c15e1f81 2018-08-23 16:46:43,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.776741027832s 2018-08-23 16:46:43,793 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-fe39dfde-3d69-4e7c-a589-48d8c15e1f81 2018-08-23 16:46:43,794 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_e149cf79-672c-4b2d-8788-d902415284b6', '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'd7e8705e28c14b6588e6b073f23f47ec', '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'1dae2aa5-f722-4315-a59d-764ee8f45761', 'swap': 0}) 2018-08-23 16:46:43,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 16:46:43,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/1dae2aa5-f722-4315-a59d-764ee8f45761/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" -d '{"extra_specs": {}}' 2018-08-23 16:46:43,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a08632a0-7f6b-4d2a-baff-d05d88ca4320 x-compute-request-id: req-a08632a0-7f6b-4d2a-baff-d05d88ca4320 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 16:46:43,928 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/1dae2aa5-f722-4315-a59d-764ee8f45761/os-extra_specs used request id req-a08632a0-7f6b-4d2a-baff-d05d88ca4320 2018-08-23 16:46:43,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.133826971054s 2018-08-23 16:46:43,928 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/1dae2aa5-f722-4315-a59d-764ee8f45761/os-extra_specs used request id req-a08632a0-7f6b-4d2a-baff-d05d88ca4320 2018-08-23 16:46:44,035 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 16:46:44,035 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:14 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-23 16:46:44,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 16:46:44,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9d7613c2-763f-4b3e-9b11-bd4e515a1776/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" -d '{"subnet_id": "7647e1ab-5175-4881-a5b3-ba8a8fccb719"}' 2018-08-23 16:46:46,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-512eada8-6ca7-47c2-96ad-6f9363731620 Date: Thu, 23 Aug 2018 16:46:46 GMT RESP BODY: {"network_id": "fafd8a0e-4e5a-4038-9427-fcfeafc45a4b", "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "subnet_id": "7647e1ab-5175-4881-a5b3-ba8a8fccb719", "subnet_ids": ["7647e1ab-5175-4881-a5b3-ba8a8fccb719"], "port_id": "da59b23c-b8af-4a4c-b2e3-339f0008cae3", "id": "9d7613c2-763f-4b3e-9b11-bd4e515a1776"} 2018-08-23 16:46:46,800 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9d7613c2-763f-4b3e-9b11-bd4e515a1776/remove_router_interface.json used request id req-512eada8-6ca7-47c2-96ad-6f9363731620 2018-08-23 16:46:46,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.76035904884s 2018-08-23 16:46:46,801 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9d7613c2-763f-4b3e-9b11-bd4e515a1776/remove_router_interface.json used request id req-512eada8-6ca7-47c2-96ad-6f9363731620 returning object 9d7613c2-763f-4b3e-9b11-bd4e515a1776 2018-08-23 16:46:46,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 16:46:46,802 - 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.15" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" 2018-08-23 16:46:46,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-bc550ad8-698d-4c50-84ef-86fe7c744b38 Date: Thu, 23 Aug 2018 16:46:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01259dc7-ca29-4644-acb8-ac06eafbe8b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "created_at": "2018-08-23T16:46:34Z", "admin_state_up": true, "updated_at": "2018-08-23T16:46:46Z", "revision_number": 4, "routes": [], "project_id": "8a9f5e362be74c8ea67669f713ce22a2", "id": "9d7613c2-763f-4b3e-9b11-bd4e515a1776", "name": "vmready2-router_e149cf79-672c-4b2d-8788-d902415284b6"}]} 2018-08-23 16:46:46,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-bc550ad8-698d-4c50-84ef-86fe7c744b38 2018-08-23 16:46:46,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.117296934128s 2018-08-23 16:46:46,919 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-bc550ad8-698d-4c50-84ef-86fe7c744b38 2018-08-23 16:46:46,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 16:46:46,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/9d7613c2-763f-4b3e-9b11-bd4e515a1776.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" 2018-08-23 16:46:49,580 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5b269719-0791-4c9c-a9bb-656d77b05ce2 Content-Length: 0 Date: Thu, 23 Aug 2018 16:46:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:46:49,580 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9d7613c2-763f-4b3e-9b11-bd4e515a1776.json used request id req-5b269719-0791-4c9c-a9bb-656d77b05ce2 2018-08-23 16:46:49,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.66002178192s 2018-08-23 16:46:49,581 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9d7613c2-763f-4b3e-9b11-bd4e515a1776.json used request id req-5b269719-0791-4c9c-a9bb-656d77b05ce2 2018-08-23 16:46:49,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 16:46:49,582 - 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.15" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" 2018-08-23 16:46:49,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-23dcb52f-d0c2-4261-abb9-75c2e9546403 Date: Thu, 23 Aug 2018 16:46:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fafd8a0e-4e5a-4038-9427-fcfeafc45a4b","tenant_id":"8a9f5e362be74c8ea67669f713ce22a2","created_at":"2018-08-23T16:46:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:46:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"8a9f5e362be74c8ea67669f713ce22a2","id":"7647e1ab-5175-4881-a5b3-ba8a8fccb719","subnetpool_id":null,"name":"vmready2-subnet_e149cf79-672c-4b2d-8788-d902415284b6"}]} 2018-08-23 16:46:49,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-23dcb52f-d0c2-4261-abb9-75c2e9546403 2018-08-23 16:46:49,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0735311508179s 2018-08-23 16:46:49,655 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-23dcb52f-d0c2-4261-abb9-75c2e9546403 2018-08-23 16:46:49,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 16:46:49,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/7647e1ab-5175-4881-a5b3-ba8a8fccb719.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" 2018-08-23 16:46:52,141 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-80b2d3b9-bd41-482a-811b-4558607aecf8 Date: Thu, 23 Aug 2018 16:46:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:46:52,141 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/7647e1ab-5175-4881-a5b3-ba8a8fccb719.json used request id req-80b2d3b9-bd41-482a-811b-4558607aecf8 2018-08-23 16:46:52,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.48486089706s 2018-08-23 16:46:52,141 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/7647e1ab-5175-4881-a5b3-ba8a8fccb719.json used request id req-80b2d3b9-bd41-482a-811b-4558607aecf8 2018-08-23 16:46:52,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:46:52,143 - 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.15" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" 2018-08-23 16:46:52,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-a02a0124-f02b-4641-99bb-6e436c85e2c3 Date: Thu, 23 Aug 2018 16:46:52 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":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T16:46:51Z","tenant_id":"8a9f5e362be74c8ea67669f713ce22a2","created_at":"2018-08-23T16:46:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8a9f5e362be74c8ea67669f713ce22a2","id":"fafd8a0e-4e5a-4038-9427-fcfeafc45a4b","name":"vmready2-net_e149cf79-672c-4b2d-8788-d902415284b6"}]} 2018-08-23 16:46:52,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a02a0124-f02b-4641-99bb-6e436c85e2c3 2018-08-23 16:46:52,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.401600122452s 2018-08-23 16:46:52,544 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a02a0124-f02b-4641-99bb-6e436c85e2c3 2018-08-23 16:46:52,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 16:46:52,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/fafd8a0e-4e5a-4038-9427-fcfeafc45a4b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" 2018-08-23 16:46:53,902 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a70a494b-da02-469e-9c85-61d3eaa0ed48 Date: Thu, 23 Aug 2018 16:46:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:46:53,902 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/fafd8a0e-4e5a-4038-9427-fcfeafc45a4b.json used request id req-a70a494b-da02-469e-9c85-61d3eaa0ed48 2018-08-23 16:46:53,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.35714292526s 2018-08-23 16:46:53,903 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/fafd8a0e-4e5a-4038-9427-fcfeafc45a4b.json used request id req-a70a494b-da02-469e-9c85-61d3eaa0ed48 2018-08-23 16:46:53,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:46:53,910 - 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.15" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" 2018-08-23 16:46:54,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-b43975a6-9dae-4cc7-ad22-f8e02bbd26c7 Date: Thu, 23 Aug 2018 16:46:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:46:42Z", "file": "/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63/file", "owner": "8a9f5e362be74c8ea67669f713ce22a2", "id": "084fd3f5-01b4-4c2e-acca-f71744491c63", "size": 12716032, "self": "/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/084fd3f5-01b4-4c2e-acca-f71744491c63/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/084fd3f5-01b4-4c2e-acca-f71744491c63/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_e149cf79-672c-4b2d-8788-d902415284b6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_e149cf79-672c-4b2d-8788-d902415284b6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:46:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:46:54,722 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b43975a6-9dae-4cc7-ad22-f8e02bbd26c7 2018-08-23 16:46:54,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.815082073212s 2018-08-23 16:46:54,722 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b43975a6-9dae-4cc7-ad22-f8e02bbd26c7 2018-08-23 16:46:54,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 16:46:54,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a2b6211e03ea8d4380713ea4ae7e8b682f66b80c" 2018-08-23 16:46:56,214 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-12eb4bdb-6713-4bf0-884c-df786038841a Date: Thu, 23 Aug 2018 16:46:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 16:46:56,214 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63 used request id req-12eb4bdb-6713-4bf0-884c-df786038841a 2018-08-23 16:46:56,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.49018192291s 2018-08-23 16:46:56,214 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/084fd3f5-01b4-4c2e-acca-f71744491c63 used request id req-12eb4bdb-6713-4bf0-884c-df786038841a 2018-08-23 16:46:56,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 16:46:56,217 - 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.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:56,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46: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-d67744ae-3e58-4ce6-8702-d9791e927a62 x-compute-request-id: req-d67744ae-3e58-4ce6-8702-d9791e927a62 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_e149cf79-672c-4b2d-8788-d902415284b6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/1dae2aa5-f722-4315-a59d-764ee8f45761", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/1dae2aa5-f722-4315-a59d-764ee8f45761", "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": "1dae2aa5-f722-4315-a59d-764ee8f45761"}]} 2018-08-23 16:46:56,245 - 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-d67744ae-3e58-4ce6-8702-d9791e927a62 2018-08-23 16:46:56,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0303840637207s 2018-08-23 16:46:56,245 - 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-d67744ae-3e58-4ce6-8702-d9791e927a62 2018-08-23 16:46:56,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 16:46:56,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/1dae2aa5-f722-4315-a59d-764ee8f45761 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:56,417 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 16:46: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-b0793f8a-739c-48c2-b1f6-1711036f7181 x-compute-request-id: req-b0793f8a-739c-48c2-b1f6-1711036f7181 Content-Length: 0 Content-Type: application/json 2018-08-23 16:46:56,417 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/1dae2aa5-f722-4315-a59d-764ee8f45761 used request id req-b0793f8a-739c-48c2-b1f6-1711036f7181 2018-08-23 16:46:56,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.170048952103s 2018-08-23 16:46:56,418 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/1dae2aa5-f722-4315-a59d-764ee8f45761 used request id req-b0793f8a-739c-48c2-b1f6-1711036f7181 2018-08-23 16:46:56,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 16:46:56,421 - 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.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:56,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-839529d0-bd81-4a1c-ad13-4182b5616f3f Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/0fb6bc394efe4de0842e2bf336ccd4ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0fb6bc394efe4de0842e2bf336ccd4ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/2a4c0b3a7c9641559d5604c3717d25b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a4c0b3a7c9641559d5604c3717d25b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/2fed34fbd5cd4650bfa495a428709fe4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2fed34fbd5cd4650bfa495a428709fe4", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/3317a35d48634d8f88476b50a9b7ace5"}, "domain_id": "fad46a1b983b4798bee38d10b68c191b", "enabled": true, "options": {}, "id": "3317a35d48634d8f88476b50a9b7ace5", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/4539671e82c8450e9b0511fb70f3a348"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4539671e82c8450e9b0511fb70f3a348", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/5cf161c17e8e4ad5845b79c4ac9ba186"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5cf161c17e8e4ad5845b79c4ac9ba186", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/5d27bc799c654c78a530dd0b2fc30701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d27bc799c654c78a530dd0b2fc30701", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/6d21aee7f48c4e29aab1e452c68b276f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d21aee7f48c4e29aab1e452c68b276f", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/795ca1936f824a5f9f2ce1b88e1ee04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "795ca1936f824a5f9f2ce1b88e1ee04a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8aba8fdc78d24d5795d912b0b6ce2737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8aba8fdc78d24d5795d912b0b6ce2737", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vmready2-user_e149cf79-672c-4b2d-8788-d902415284b6", "links": {"self": "http://172.30.9.27:5000/v3/users/a9f640d47c164e3f87083e57cd9b6de7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a9f640d47c164e3f87083e57cd9b6de7", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/afa90be81a524580ac3818a7556b0470"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa90be81a524580ac3818a7556b0470", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b05f064fe4684bbfa3538e65cda2b20e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b05f064fe4684bbfa3538e65cda2b20e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b1453aa607a54efaa69228b52438f26c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1453aa607a54efaa69228b52438f26c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/e2f463ed020c4ac8895e177fa76834c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2f463ed020c4ac8895e177fa76834c5", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-23 16:46:56,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-839529d0-bd81-4a1c-ad13-4182b5616f3f 2018-08-23 16:46:56,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.220724821091s 2018-08-23 16:46:56,639 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-839529d0-bd81-4a1c-ad13-4182b5616f3f 2018-08-23 16:46:56,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 16:46:56,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/a9f640d47c164e3f87083e57cd9b6de7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:56,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c25ab841-8a1a-4d7a-a598-c81d3cb3b7d2 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_e149cf79-672c-4b2d-8788-d902415284b6", "links": {"self": "http://172.30.9.27:5000/v3/users/a9f640d47c164e3f87083e57cd9b6de7"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "a9f640d47c164e3f87083e57cd9b6de7", "description": null}} 2018-08-23 16:46:56,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/a9f640d47c164e3f87083e57cd9b6de7 used request id req-c25ab841-8a1a-4d7a-a598-c81d3cb3b7d2 2018-08-23 16:46:56,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.277676820755s 2018-08-23 16:46:56,923 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/a9f640d47c164e3f87083e57cd9b6de7 used request id req-c25ab841-8a1a-4d7a-a598-c81d3cb3b7d2 2018-08-23 16:46:56,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 16:46:56,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/a9f640d47c164e3f87083e57cd9b6de7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:57,282 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:46:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2763e300-8bf8-4f08-a67a-ae4fef2a82c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 16:46:57,283 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/a9f640d47c164e3f87083e57cd9b6de7 used request id req-2763e300-8bf8-4f08-a67a-ae4fef2a82c6 2018-08-23 16:46:57,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.358875989914s 2018-08-23 16:46:57,283 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/a9f640d47c164e3f87083e57cd9b6de7 used request id req-2763e300-8bf8-4f08-a67a-ae4fef2a82c6 2018-08-23 16:46:57,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 16:46:57,292 - 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.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:57,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1abbead3-5e19-4c65-8994-e010c03ceeb7 Content-Encoding: gzip Content-Length: 385 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/8a9f5e362be74c8ea67669f713ce22a2"}, "tags": [], "enabled": true, "id": "8a9f5e362be74c8ea67669f713ce22a2", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_e149cf79-672c-4b2d-8788-d902415284b6"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d7e8705e28c14b6588e6b073f23f47ec"}, "tags": [], "enabled": true, "id": "d7e8705e28c14b6588e6b073f23f47ec", "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/f510d54cf55042578e4d20bdb8ff3bb7"}, "tags": [], "enabled": true, "id": "f510d54cf55042578e4d20bdb8ff3bb7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-23 16:46:57,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-1abbead3-5e19-4c65-8994-e010c03ceeb7 2018-08-23 16:46:57,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.195294141769s 2018-08-23 16:46:57,485 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-1abbead3-5e19-4c65-8994-e010c03ceeb7 2018-08-23 16:46:57,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 16:46:57,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/8a9f5e362be74c8ea67669f713ce22a2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88076a687f0ad582d6cdd6fa9992f5c667be31a7" 2018-08-23 16:46:57,826 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:46:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1371c27c-2ae4-4600-96b3-5e507f5b3595 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 16:46:57,826 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/8a9f5e362be74c8ea67669f713ce22a2 used request id req-1371c27c-2ae4-4600-96b3-5e507f5b3595 2018-08-23 16:46:57,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.336766958237s 2018-08-23 16:46:57,826 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/8a9f5e362be74c8ea67669f713ce22a2 used request id req-1371c27c-2ae4-4600-96b3-5e507f5b3595 2018-08-23 16:46:57,879 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-23 16:46:57,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 16:46:57,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 16:46:57,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 16:46:57,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 16:46:57,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 16:46:57,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 16:46:57,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 16:46:57,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 16:46:57,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 16:46:57,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 16:46:57,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 16:46:57,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 16:46:57,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 16:46:57,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 16:46:57,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 16:46:57,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 16:46:57,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 16:46:57,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 16:46:57,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 16:46:57,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 16:46:57,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 16:46:57,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 16:46:57,926 - 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.15" 2018-08-23 16:46:57,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:46:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76d196eb-504d-4142-af76-dd79ec7400aa 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-08-23 16:46:57,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-76d196eb-504d-4142-af76-dd79ec7400aa 2018-08-23 16:46:57,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-23 16:46:58,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe32a2cf26fd41b481ea95c3cb6044f3", "name": "admin"}, {"id": "189560f2cf1f4723bdcde8ff2d58961d", "name": "reader"}, {"id": "e1da4c864a6340bc99d295f749d20cea", "name": "member"}], "expires_at": "2018-08-23T17:46:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7e8705e28c14b6588e6b073f23f47ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0947cefd6929425c82ff8c377bec236e"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c9541338952418381f03516e1913314"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85139d298b1a417d83cc0ef62894001a"}], "type": "metric", "id": "06b0754cc1d94df5acd81c64739816f6", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03bf24de52c045d3b31f7f0609069d4f"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fb4854511c948b7b992695d9c663703"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddd2ef04d6f5424a8e81d47aa341395f"}], "type": "image", "id": "0f62b8068edd4317bbae64a5becc371c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55d7cb1da102480786b94557dad33331"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a099e06cda74e91a274545015df1853"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7eff45ecb68a4808b8ef3697e654ff65"}], "type": "identity", "id": "272f73774f6b4c4285ed51848d6127d2", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "528e16db335b4c8a9ac4d4df81e8da2d"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6cd7980d202041cd8a9b11cfbde98fd9"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fbe5677bbdf415282003f2c57ebc34f"}], "type": "volumev2", "id": "2ac504ed4c0246eba5e43b5021c70c83", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "324cd438aee04d498c99bfa81596e77e", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dd59018c1844ae9a4751abaa4a0eac5"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66d37c61668b45b2802dce6c2127dd05"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8968bc693dd849119f6491283bb8559b"}], "type": "orchestration", "id": "3442d911981c4470becf9bf9b07f5089", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "663f51340f84474bb708ee51ca1788a8"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e825951717b44799fe1e47adffd2b4e"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "77cd0aaf5b6a40e89d377f2c23096a10"}], "type": "volumev3", "id": "3644adec36ed46a2a1ae6393f2ade749", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.44:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2072a54b555141488ed29c328a8ef70d"}, {"url": "http://12.0.0.44:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7a3715aeb814134942f827c4368df4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8d7035ad8a64c2ca33c9d87b85b1e94"}], "type": "object-store", "id": "5d760db4f6f8462c95f24a9983b8a5cb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "180023267a7a44f2968962a846c62698"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dd875f6283649a6806833ec94ee3c08"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb221e116b804024b0a3fc99fc8b522d"}], "type": "placement", "id": "6f505d0f7d0f43cba19666d74864216d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32a72c74ab704f218a500e80f51328a0"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "749737d6fd584d9db394e34e1f5c4ae3"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0a7d67e5540493ab99c111d2d127730"}], "type": "cloudformation", "id": "7a2becc7a7fe491aac7cd2b48e9e4382", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23ae9c3d3fc14f0b8a8cf092cc9d8d5b"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8961e3f130734e26bf63efceb59ce730"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce54a2a54b3e44389232576a478e456b"}], "type": "event", "id": "7b67f1955527413faf177552b6666117", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ba0c2980354d44b09d71b9111cf749"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "764a6d0bbf5740709ac7b1394e2bc780"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b44d8c8f00384d5bbc22a68560d0de3a"}], "type": "compute", "id": "962585d3d4864ed980285c16c72f262e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58a69bd2f6f342c7992bfd45c9d00c47"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d83e26faed5241b195c86c21a3d747db"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8a0a3f5ecc2467b9f24cb7109214c4e"}], "type": "network", "id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e8011ce624f4dd39d54e26a513f6d97"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f9b94ac44614d3783015ba93fdb5e18"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb32c911de7b41e39fa2214417b31b4b"}], "type": "volume", "id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "355d62929efe4bfe90c9426416e45ec7"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "510ec66bfc684670943561577c499e47"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6bd6022bf2b4a9fbfae16fdc4e6c13a"}], "type": "alarming", "id": "d9d87a4ac8ae467c9634f5d1baf3635c", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b1453aa607a54efaa69228b52438f26c"}, "audit_ids": ["gt3ahwsZS2SbfvvhVY1TxQ"], "issued_at": "2018-08-23T16:46:58.000000Z"}} 2018-08-23 16:46:58,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:46:58,333 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:46:58,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9b47472a-2c25-4ab8-8186-6644ccce8d2e Date: Thu, 23 Aug 2018 16:46:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:46:58,834 - 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-9b47472a-2c25-4ab8-8186-6644ccce8d2e 2018-08-23 16:46:58,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.501914024353s 2018-08-23 16:46:58,835 - 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-9b47472a-2c25-4ab8-8186-6644ccce8d2e 2018-08-23 16:46:58,841 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-23 16:46:58,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 16:46:58,842 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -d '{"network": {"name": "singlevm1-net_4080973a-a675-4514-a6b6-30dce642b0a7", "admin_state_up": true}}' 2018-08-23 16:46:59,556 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1e33e4fe-4dbf-4318-a2e5-82e3e844fa50 Date: Thu, 23 Aug 2018 16:46:59 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6f12a37d-11e7-45c3-851d-73c46d27f949","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d7e8705e28c14b6588e6b073f23f47ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T16:46:59Z","is_default":false,"provider:segmentation_id":70,"name":"singlevm1-net_4080973a-a675-4514-a6b6-30dce642b0a7","admin_state_up":true,"tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:46:59Z","mtu":1450}} 2018-08-23 16:46:59,556 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1e33e4fe-4dbf-4318-a2e5-82e3e844fa50 2018-08-23 16:46:59,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.714772939682s 2018-08-23 16:46:59,557 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1e33e4fe-4dbf-4318-a2e5-82e3e844fa50 2018-08-23 16:46:59,558 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-23T16:46:59Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6f12a37d-11e7-45c3-851d-73c46d27f949', u'provider:segmentation_id': 70, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_4080973a-a675-4514-a6b6-30dce642b0a7', u'admin_state_up': True, u'tenant_id': u'd7e8705e28c14b6588e6b073f23f47ec', u'created_at': u'2018-08-23T16:46:59Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd7e8705e28c14b6588e6b073f23f47ec'}) 2018-08-23 16:46:59,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:46:59,559 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:46:59,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-4fbee484-20c7-4953-aa8c-7053b06768c3 Date: Thu, 23 Aug 2018 16:46:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"6f12a37d-11e7-45c3-851d-73c46d27f949","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d7e8705e28c14b6588e6b073f23f47ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T16:46:59Z","provider:segmentation_id":70,"name":"singlevm1-net_4080973a-a675-4514-a6b6-30dce642b0a7","admin_state_up":true,"tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:46:59Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:46:59,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-4fbee484-20c7-4953-aa8c-7053b06768c3 2018-08-23 16:46:59,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.362924098969s 2018-08-23 16:46:59,922 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-4fbee484-20c7-4953-aa8c-7053b06768c3 2018-08-23 16:46:59,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 16:46:59,924 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -d '{"subnet": {"name": "singlevm1-subnet_4080973a-a675-4514-a6b6-30dce642b0a7", "enable_dhcp": true, "network_id": "6f12a37d-11e7-45c3-851d-73c46d27f949", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 16:47:00,716 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-c6419529-fd68-4c1a-9807-14ef336d9ec6 Date: Thu, 23 Aug 2018 16:47:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f12a37d-11e7-45c3-851d-73c46d27f949","tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:47:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:47:00Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"d7e8705e28c14b6588e6b073f23f47ec","id":"0777ee13-a15f-4bee-a655-49cb7e296698","subnetpool_id":null,"name":"singlevm1-subnet_4080973a-a675-4514-a6b6-30dce642b0a7"}} 2018-08-23 16:47:00,716 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-c6419529-fd68-4c1a-9807-14ef336d9ec6 2018-08-23 16:47:00,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.792433977127s 2018-08-23 16:47:00,716 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-c6419529-fd68-4c1a-9807-14ef336d9ec6 2018-08-23 16:47:00,717 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T16:47:00Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'0777ee13-a15f-4bee-a655-49cb7e296698', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_4080973a-a675-4514-a6b6-30dce642b0a7', u'enable_dhcp': True, u'network_id': u'6f12a37d-11e7-45c3-851d-73c46d27f949', u'tenant_id': u'd7e8705e28c14b6588e6b073f23f47ec', u'created_at': u'2018-08-23T16:47:00Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd7e8705e28c14b6588e6b073f23f47ec'}) 2018-08-23 16:47:00,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 16:47:00,718 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -d '{"router": {"external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d"}, "name": "singlevm1-router_4080973a-a675-4514-a6b6-30dce642b0a7", "admin_state_up": true}}' 2018-08-23 16:47:02,208 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-169434fe-474a-4a5f-a462-65eea5acb2bf Date: Thu, 23 Aug 2018 16:47:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01259dc7-ca29-4644-acb8-ac06eafbe8b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:47:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T16:47:02Z", "revision_number": 2, "routes": [], "project_id": "d7e8705e28c14b6588e6b073f23f47ec", "id": "9eddea53-529f-4fc7-9682-849c2c395f84", "name": "singlevm1-router_4080973a-a675-4514-a6b6-30dce642b0a7"}} 2018-08-23 16:47:02,209 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-169434fe-474a-4a5f-a462-65eea5acb2bf 2018-08-23 16:47:02,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.49160504341s 2018-08-23 16:47:02,209 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-169434fe-474a-4a5f-a462-65eea5acb2bf 2018-08-23 16:47:02,210 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'f5b34b9c-dd33-46b5-9947-17506958773d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01259dc7-ca29-4644-acb8-ac06eafbe8b0', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd7e8705e28c14b6588e6b073f23f47ec', u'created_at': u'2018-08-23T16:47:01Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-23T16:47:02Z', u'revision_number': 2, u'routes': [], u'project_id': u'd7e8705e28c14b6588e6b073f23f47ec', u'id': u'9eddea53-529f-4fc7-9682-849c2c395f84', u'name': u'singlevm1-router_4080973a-a675-4514-a6b6-30dce642b0a7'}) 2018-08-23 16:47:02,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 16:47:02,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9eddea53-529f-4fc7-9682-849c2c395f84/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -d '{"subnet_id": "0777ee13-a15f-4bee-a655-49cb7e296698"}' 2018-08-23 16:47:04,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-93dc02fb-0b69-4a23-b498-21e36d00c2de Date: Thu, 23 Aug 2018 16:47:04 GMT RESP BODY: {"network_id": "6f12a37d-11e7-45c3-851d-73c46d27f949", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "subnet_id": "0777ee13-a15f-4bee-a655-49cb7e296698", "subnet_ids": ["0777ee13-a15f-4bee-a655-49cb7e296698"], "port_id": "bde2a232-81e1-459f-aac9-f2cf3710dce3", "id": "9eddea53-529f-4fc7-9682-849c2c395f84"} 2018-08-23 16:47:04,095 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9eddea53-529f-4fc7-9682-849c2c395f84/add_router_interface.json used request id req-93dc02fb-0b69-4a23-b498-21e36d00c2de 2018-08-23 16:47:04,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.88431215286s 2018-08-23 16:47:04,095 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9eddea53-529f-4fc7-9682-849c2c395f84/add_router_interface.json used request id req-93dc02fb-0b69-4a23-b498-21e36d00c2de returning object 9eddea53-529f-4fc7-9682-849c2c395f84 2018-08-23 16:47:04,095 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 16:47:04,228 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 16:47:04,230 - 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.15" 2018-08-23 16:47:04,234 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 16:47:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "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-08-23 16:47:04,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:47:04,239 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:05,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5477f6d9-1173-49dd-b17c-e9f008bdc7a5 Date: Thu, 23 Aug 2018 16:47:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:47:05,014 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5477f6d9-1173-49dd-b17c-e9f008bdc7a5 2018-08-23 16:47:05,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.777843952179s 2018-08-23 16:47:05,015 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5477f6d9-1173-49dd-b17c-e9f008bdc7a5 2018-08-23 16:47:05,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 16:47:05,027 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_4080973a-a675-4514-a6b6-30dce642b0a7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_4080973a-a675-4514-a6b6-30dce642b0a7"}' 2018-08-23 16:47:05,387 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/75da4107-62a8-410f-a74c-b384fea67413 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e16f34b5-89cc-4026-90eb-7093e90f27d0 Date: Thu, 23 Aug 2018 16:47:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:47:05Z", "file": "/v2/images/75da4107-62a8-410f-a74c-b384fea67413/file", "owner": "d7e8705e28c14b6588e6b073f23f47ec", "id": "75da4107-62a8-410f-a74c-b384fea67413", "size": null, "self": "/v2/images/75da4107-62a8-410f-a74c-b384fea67413", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_4080973a-a675-4514-a6b6-30dce642b0a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_4080973a-a675-4514-a6b6-30dce642b0a7", "checksum": null, "created_at": "2018-08-23T16:47:05Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 16:47:05,387 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-e16f34b5-89cc-4026-90eb-7093e90f27d0 2018-08-23 16:47:05,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.363935947418s 2018-08-23 16:47:05,387 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-e16f34b5-89cc-4026-90eb-7093e90f27d0 returning object 75da4107-62a8-410f-a74c-b384fea67413 2018-08-23 16:47:05,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 16:47:05,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/75da4107-62a8-410f-a74c-b384fea67413/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -d '' 2018-08-23 16:47:06,620 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b94a8f4a-a59e-49e4-b1c6-742afc5aa46e Date: Thu, 23 Aug 2018 16:47:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 16:47:06,621 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/75da4107-62a8-410f-a74c-b384fea67413/file used request id req-b94a8f4a-a59e-49e4-b1c6-742afc5aa46e 2018-08-23 16:47:06,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.23250412941s 2018-08-23 16:47:06,621 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/75da4107-62a8-410f-a74c-b384fea67413/file used request id req-b94a8f4a-a59e-49e4-b1c6-742afc5aa46e 2018-08-23 16:47:06,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:47:06,629 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:07,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-498064d6-4038-419b-8e3e-c394d2bff557 Date: Thu, 23 Aug 2018 16:47:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:47:06Z", "file": "/v2/images/75da4107-62a8-410f-a74c-b384fea67413/file", "owner": "d7e8705e28c14b6588e6b073f23f47ec", "id": "75da4107-62a8-410f-a74c-b384fea67413", "size": 12716032, "self": "/v2/images/75da4107-62a8-410f-a74c-b384fea67413", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/75da4107-62a8-410f-a74c-b384fea67413/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/75da4107-62a8-410f-a74c-b384fea67413/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_4080973a-a675-4514-a6b6-30dce642b0a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_4080973a-a675-4514-a6b6-30dce642b0a7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:47:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:47:07,458 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-498064d6-4038-419b-8e3e-c394d2bff557 2018-08-23 16:47:07,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.833123207092s 2018-08-23 16:47:07,459 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-498064d6-4038-419b-8e3e-c394d2bff557 2018-08-23 16:47:07,461 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/75da4107-62a8-410f-a74c-b384fea67413/snap', u'metadata': Munch({})})], 'file': u'/v2/images/75da4107-62a8-410f-a74c-b384fea67413/file', 'owner': u'd7e8705e28c14b6588e6b073f23f47ec', 'id': u'75da4107-62a8-410f-a74c-b384fea67413', 'size': 12716032, u'self': u'/v2/images/75da4107-62a8-410f-a74c-b384fea67413', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd7e8705e28c14b6588e6b073f23f47ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/75da4107-62a8-410f-a74c-b384fea67413/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T16:47:06Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T16:47:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_4080973a-a675-4514-a6b6-30dce642b0a7', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/75da4107-62a8-410f-a74c-b384fea67413', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_4080973a-a675-4514-a6b6-30dce642b0a7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_4080973a-a675-4514-a6b6-30dce642b0a7', 'created': u'2018-08-23T16:47:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T16:47:05Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/75da4107-62a8-410f-a74c-b384fea67413', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_4080973a-a675-4514-a6b6-30dce642b0a7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 16:47:07,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 16:47:07,465 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_4080973a-a675-4514-a6b6-30dce642b0a7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 16:47:08,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:47:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb8ec4ba-a2a3-42c8-9193-64ca15870bdd x-compute-request-id: req-fb8ec4ba-a2a3-42c8-9193-64ca15870bdd Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_4080973a-a675-4514-a6b6-30dce642b0a7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05", "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": "b1e3aa9b-f8c8-4317-9814-de1e098aac05"}} 2018-08-23 16:47:08,320 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-fb8ec4ba-a2a3-42c8-9193-64ca15870bdd 2018-08-23 16:47:08,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.858008861542s 2018-08-23 16:47:08,320 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-fb8ec4ba-a2a3-42c8-9193-64ca15870bdd 2018-08-23 16:47:08,321 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_4080973a-a675-4514-a6b6-30dce642b0a7', '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'd7e8705e28c14b6588e6b073f23f47ec', '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'b1e3aa9b-f8c8-4317-9814-de1e098aac05', 'swap': 0}) 2018-08-23 16:47:08,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 16:47:08,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -d '{"extra_specs": {}}' 2018-08-23 16:47:08,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:47:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0b553704-9435-483b-8f98-5baf670ca7e3 x-compute-request-id: req-0b553704-9435-483b-8f98-5baf670ca7e3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 16:47:08,452 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05/os-extra_specs used request id req-0b553704-9435-483b-8f98-5baf670ca7e3 2018-08-23 16:47:08,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.130158901215s 2018-08-23 16:47:08,452 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05/os-extra_specs used request id req-0b553704-9435-483b-8f98-5baf670ca7e3 2018-08-23 16:47:08,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-23 16:47:08,456 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -d '{"keypair": {"name": "singlevm1-kp_4080973a-a675-4514-a6b6-30dce642b0a7"}}' 2018-08-23 16:47:08,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:47:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f41053c-b3b6-4f75-a991-b8840c484252 x-compute-request-id: req-1f41053c-b3b6-4f75-a991-b8840c484252 Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBjOHXOletffbaRQypITmsPWwuqcQA2aPcKU2rq7GW33k0JZCO40/NHVCL2GsjNqq6R6SXFRwr83ydmOWsyUnvhggZ6bLGiB0KYp6Gxf0BulLHDkRizHRDGO9OlmFJ+zOto/wacIdpIIgH26qbiteVPunT1D8u4e2SAM6+8VOKoK4UvkvJWOEPbFmbRPCU0gF4F8YFedzGWkBXmwxdIbPtatv3IqfsRoY6NMsuIDnzJ2vngw3c4pE4gKa1auTj4xyuYPvQO1KWr2wVJ793TZcqkFMMiYHmG3jCO3GU4if23CGbmJi6o3Wx9VHFzkg7bKljhh8XgOn53rjcwEx9QvOn Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAwYzh1zpXrX322kUMqSE5rD1sLqnEANmj3ClNq6uxlt95NCWQ\njuNPzR1Qi9hrIzaqukeklxUcK/N8nZjlrMlJ74YIGemyxogdCmKehsX9AbpSxw5E\nYsx0QxjvTpZhSfszraP8GnCHaSCIB9uqm4rXlT7p09Q/LuHtkgDOvvFTiqCuFL5L\nyVjhD2xZm0TwlNIBeBfGBXncxlpAV5sMXSGz7Wrb9yKn7EaGOjTLLiA58ydr54MN\n3OKROICmtWrk4+McrmD70DtSlq9sFSe/d02XKpBTDImB5ht4wjtxlOIn9twhm5iY\nuqN1sfVRxc5IO2ypY4YfF4Dp+d643MBMfULzpwIDAQABAoIBAQCbJUfe02h2rFMU\nkWbdp8FoHHA8U17G465ii0U0R9N5wbaRI09mCjXskAQBpT/0IRznZwg7BvPnEy0f\n0vC/+TXn5wNVaiwg0fidW4IBPHFbUjSKVRhiLctAAZvJ3ecse0zocltiAjO5BBem\nXOG7/qZifuTGJQtklDtv3m/bROyXYGIR4kspph0rLRjO+u1FgbozKP27WzRdyu58\nk1YIEQaPDrcqZOtuPMcgeMd0RhFzeFCpN+WTXp/B8HEqZOhE3I2vn9WwjuCstyT1\nbmB4p7Qp/cseg6L8r3GIFtis0JBc0xL7eOL2euBIT291dS0hik4EH5d5h/zaReT9\nxFAW1gOZAoGBAOjPIkFGPszanzeSdeQb9r6PHJ4W2weq76pVfsBy9n3i5Omu4Len\nOzwtnnYBWHh4avNhcl2WR1zpib5KvqzjCQS8JfMuhH5vltc0SKmZ6HCTv9A3Gtnm\nTnKz+XTadK03yBXqJjqhu5XN+dERoBN28F2+wxZ6tTbLKOtPLY0vkl5zAoGBANTU\nnBRvICWY1yb0tVs6vl16mpN0uq3JLQ528JOmatxgClfkLEEFgxpiRto0x4hv1g8X\nSpoRUpCbjLFTqBaGrHp4YWD6xc69m7qPOvQ+tes4prk04iWcvOM+jbFBQFV+i9U8\n+Esp1LbvljOIk9jRX3Ggpp2S2i5VucS0f4/+kvT9AoGAQQzffW2rToInytdZqYtG\nvqguTt4EBXh1zxpkeFGnHjWv0LvUfnxzyLTWehKWLdM3zxmDYzMCbauzmUA5VwV5\nF6Ga2QA+dTWo6CjrxLgEgrBGAF/lWM1JTjOLmGMSBvR3K+hpFijqyUjsbMaH++hX\n8VnEGRvgVpcdr+JH0BNiypECgYEAq8hDhla/ark3h3DiZJVAi7DmzPfdqWGEZXVo\n7rPW8rLuBkzbz0uEqyoBqCQLnTsvWpThGQO8UY3LfGFafXwMAPnjF2SxfhIafPUY\nj4WCTi42m6xskBE3gG+/6/8PzzHJ6b5BZmGIGHO/Fy84rjsoP018zhh21AlLXNKX\nV4ER2n0CgYEAldw04H078zJY06v12dZ0FRJgJb2Nx2hkNGuYADLrSmg+kxcXvwFK\nHVnCprSwj3ZVzJySP5GjnbnXYi2Kgu8lNnjBUZWl60Sl8lIjK4MPugOhyz5q2ej5\nARdJ0xfly539WMkb8dEtNfUQ3WCm/L2sYyEIUM/yMWdw0ZIUzOk3s2A=\n-----END RSA PRIVATE KEY-----\n", "user_id": "b1453aa607a54efaa69228b52438f26c", "name": "singlevm1-kp_4080973a-a675-4514-a6b6-30dce642b0a7", "fingerprint": "0a:d2:1b:d1:d1:03:09:b6:df:05:52:1f:81:2e:26:b8"}} 2018-08-23 16:47:08,734 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-1f41053c-b3b6-4f75-a991-b8840c484252 2018-08-23 16:47:08,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.280996084213s 2018-08-23 16:47:08,734 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-1f41053c-b3b6-4f75-a991-b8840c484252 2018-08-23 16:47:08,735 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBjOHXOletffbaRQypITmsPWwuqcQA2aPcKU2rq7GW33k0JZCO40/NHVCL2GsjNqq6R6SXFRwr83ydmOWsyUnvhggZ6bLGiB0KYp6Gxf0BulLHDkRizHRDGO9OlmFJ+zOto/wacIdpIIgH26qbiteVPunT1D8u4e2SAM6+8VOKoK4UvkvJWOEPbFmbRPCU0gF4F8YFedzGWkBXmwxdIbPtatv3IqfsRoY6NMsuIDnzJ2vngw3c4pE4gKa1auTj4xyuYPvQO1KWr2wVJ793TZcqkFMMiYHmG3jCO3GU4if23CGbmJi6o3Wx9VHFzkg7bKljhh8XgOn53rjcwEx9QvOn Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAwYzh1zpXrX322kUMqSE5rD1sLqnEANmj3ClNq6uxlt95NCWQ\njuNPzR1Qi9hrIzaqukeklxUcK/N8nZjlrMlJ74YIGemyxogdCmKehsX9AbpSxw5E\nYsx0QxjvTpZhSfszraP8GnCHaSCIB9uqm4rXlT7p09Q/LuHtkgDOvvFTiqCuFL5L\nyVjhD2xZm0TwlNIBeBfGBXncxlpAV5sMXSGz7Wrb9yKn7EaGOjTLLiA58ydr54MN\n3OKROICmtWrk4+McrmD70DtSlq9sFSe/d02XKpBTDImB5ht4wjtxlOIn9twhm5iY\nuqN1sfVRxc5IO2ypY4YfF4Dp+d643MBMfULzpwIDAQABAoIBAQCbJUfe02h2rFMU\nkWbdp8FoHHA8U17G465ii0U0R9N5wbaRI09mCjXskAQBpT/0IRznZwg7BvPnEy0f\n0vC/+TXn5wNVaiwg0fidW4IBPHFbUjSKVRhiLctAAZvJ3ecse0zocltiAjO5BBem\nXOG7/qZifuTGJQtklDtv3m/bROyXYGIR4kspph0rLRjO+u1FgbozKP27WzRdyu58\nk1YIEQaPDrcqZOtuPMcgeMd0RhFzeFCpN+WTXp/B8HEqZOhE3I2vn9WwjuCstyT1\nbmB4p7Qp/cseg6L8r3GIFtis0JBc0xL7eOL2euBIT291dS0hik4EH5d5h/zaReT9\nxFAW1gOZAoGBAOjPIkFGPszanzeSdeQb9r6PHJ4W2weq76pVfsBy9n3i5Omu4Len\nOzwtnnYBWHh4avNhcl2WR1zpib5KvqzjCQS8JfMuhH5vltc0SKmZ6HCTv9A3Gtnm\nTnKz+XTadK03yBXqJjqhu5XN+dERoBN28F2+wxZ6tTbLKOtPLY0vkl5zAoGBANTU\nnBRvICWY1yb0tVs6vl16mpN0uq3JLQ528JOmatxgClfkLEEFgxpiRto0x4hv1g8X\nSpoRUpCbjLFTqBaGrHp4YWD6xc69m7qPOvQ+tes4prk04iWcvOM+jbFBQFV+i9U8\n+Esp1LbvljOIk9jRX3Ggpp2S2i5VucS0f4/+kvT9AoGAQQzffW2rToInytdZqYtG\nvqguTt4EBXh1zxpkeFGnHjWv0LvUfnxzyLTWehKWLdM3zxmDYzMCbauzmUA5VwV5\nF6Ga2QA+dTWo6CjrxLgEgrBGAF/lWM1JTjOLmGMSBvR3K+hpFijqyUjsbMaH++hX\n8VnEGRvgVpcdr+JH0BNiypECgYEAq8hDhla/ark3h3DiZJVAi7DmzPfdqWGEZXVo\n7rPW8rLuBkzbz0uEqyoBqCQLnTsvWpThGQO8UY3LfGFafXwMAPnjF2SxfhIafPUY\nj4WCTi42m6xskBE3gG+/6/8PzzHJ6b5BZmGIGHO/Fy84rjsoP018zhh21AlLXNKX\nV4ER2n0CgYEAldw04H078zJY06v12dZ0FRJgJb2Nx2hkNGuYADLrSmg+kxcXvwFK\nHVnCprSwj3ZVzJySP5GjnbnXYi2Kgu8lNnjBUZWl60Sl8lIjK4MPugOhyz5q2ej5\nARdJ0xfly539WMkb8dEtNfUQ3WCm/L2sYyEIUM/yMWdw0ZIUzOk3s2A=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'b1453aa607a54efaa69228b52438f26c', 'name': u'singlevm1-kp_4080973a-a675-4514-a6b6-30dce642b0a7', 'created_at': '2018-08-23T16:47:08.735540', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd7e8705e28c14b6588e6b073f23f47ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'0a:d2:1b:d1:d1:03:09:b6:df:05:52:1f:81:2e:26:b8', 'type': 'ssh', 'id': u'singlevm1-kp_4080973a-a675-4514-a6b6-30dce642b0a7'}) 2018-08-23 16:47:08,736 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAwYzh1zpXrX322kUMqSE5rD1sLqnEANmj3ClNq6uxlt95NCWQ juNPzR1Qi9hrIzaqukeklxUcK/N8nZjlrMlJ74YIGemyxogdCmKehsX9AbpSxw5E Ysx0QxjvTpZhSfszraP8GnCHaSCIB9uqm4rXlT7p09Q/LuHtkgDOvvFTiqCuFL5L yVjhD2xZm0TwlNIBeBfGBXncxlpAV5sMXSGz7Wrb9yKn7EaGOjTLLiA58ydr54MN 3OKROICmtWrk4+McrmD70DtSlq9sFSe/d02XKpBTDImB5ht4wjtxlOIn9twhm5iY uqN1sfVRxc5IO2ypY4YfF4Dp+d643MBMfULzpwIDAQABAoIBAQCbJUfe02h2rFMU kWbdp8FoHHA8U17G465ii0U0R9N5wbaRI09mCjXskAQBpT/0IRznZwg7BvPnEy0f 0vC/+TXn5wNVaiwg0fidW4IBPHFbUjSKVRhiLctAAZvJ3ecse0zocltiAjO5BBem XOG7/qZifuTGJQtklDtv3m/bROyXYGIR4kspph0rLRjO+u1FgbozKP27WzRdyu58 k1YIEQaPDrcqZOtuPMcgeMd0RhFzeFCpN+WTXp/B8HEqZOhE3I2vn9WwjuCstyT1 bmB4p7Qp/cseg6L8r3GIFtis0JBc0xL7eOL2euBIT291dS0hik4EH5d5h/zaReT9 xFAW1gOZAoGBAOjPIkFGPszanzeSdeQb9r6PHJ4W2weq76pVfsBy9n3i5Omu4Len OzwtnnYBWHh4avNhcl2WR1zpib5KvqzjCQS8JfMuhH5vltc0SKmZ6HCTv9A3Gtnm TnKz+XTadK03yBXqJjqhu5XN+dERoBN28F2+wxZ6tTbLKOtPLY0vkl5zAoGBANTU nBRvICWY1yb0tVs6vl16mpN0uq3JLQ528JOmatxgClfkLEEFgxpiRto0x4hv1g8X SpoRUpCbjLFTqBaGrHp4YWD6xc69m7qPOvQ+tes4prk04iWcvOM+jbFBQFV+i9U8 +Esp1LbvljOIk9jRX3Ggpp2S2i5VucS0f4/+kvT9AoGAQQzffW2rToInytdZqYtG vqguTt4EBXh1zxpkeFGnHjWv0LvUfnxzyLTWehKWLdM3zxmDYzMCbauzmUA5VwV5 F6Ga2QA+dTWo6CjrxLgEgrBGAF/lWM1JTjOLmGMSBvR3K+hpFijqyUjsbMaH++hX 8VnEGRvgVpcdr+JH0BNiypECgYEAq8hDhla/ark3h3DiZJVAi7DmzPfdqWGEZXVo 7rPW8rLuBkzbz0uEqyoBqCQLnTsvWpThGQO8UY3LfGFafXwMAPnjF2SxfhIafPUY j4WCTi42m6xskBE3gG+/6/8PzzHJ6b5BZmGIGHO/Fy84rjsoP018zhh21AlLXNKX V4ER2n0CgYEAldw04H078zJY06v12dZ0FRJgJb2Nx2hkNGuYADLrSmg+kxcXvwFK HVnCprSwj3ZVzJySP5GjnbnXYi2Kgu8lNnjBUZWl60Sl8lIjK4MPugOhyz5q2ej5 ARdJ0xfly539WMkb8dEtNfUQ3WCm/L2sYyEIUM/yMWdw0ZIUzOk3s2A= -----END RSA PRIVATE KEY----- 2018-08-23 16:47:08,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-23 16:47:08,739 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -d '{"security_group": {"name": "singlevm1-sg_4080973a-a675-4514-a6b6-30dce642b0a7", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-23 16:47:09,239 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-52657e8b-75e6-4877-80dd-82ffc7b2133e Date: Thu, 23 Aug 2018 16:47:09 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:47:09Z", "updated_at": "2018-08-23T16:47:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:47:09Z", "revision_number": 0, "id": "887a76f1-fe12-4701-833d-4ec9d1788962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:47:09Z", "security_group_id": "e287d4c3-227b-4050-82a5-77fd838e4370", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:47:09Z", "revision_number": 0, "id": "f4a2734a-8c50-41cc-a904-858c8db5a4ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:47:09Z", "security_group_id": "e287d4c3-227b-4050-82a5-77fd838e4370", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}], "revision_number": 1, "project_id": "d7e8705e28c14b6588e6b073f23f47ec", "id": "e287d4c3-227b-4050-82a5-77fd838e4370", "name": "singlevm1-sg_4080973a-a675-4514-a6b6-30dce642b0a7"}} 2018-08-23 16:47:09,239 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-52657e8b-75e6-4877-80dd-82ffc7b2133e 2018-08-23 16:47:09,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.501052856445s 2018-08-23 16:47:09,240 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-52657e8b-75e6-4877-80dd-82ffc7b2133e 2018-08-23 16:47:09,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 16:47:09,245 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:09,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-2dd0e947-9ad4-4b54-882f-c3e70adcfc8a Date: Thu, 23 Aug 2018 16:47:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:45:15Z", "updated_at": "2018-08-23T16:45:15Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:15Z", "revision_number": 0, "id": "1a48f5d9-e611-4fa1-b54e-2aeac0390b09", "remote_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:15Z", "security_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:15Z", "revision_number": 0, "id": "421bf33f-1e30-4329-baff-6534a95ca548", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:15Z", "security_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:15Z", "revision_number": 0, "id": "cc901d50-1854-4013-93c2-035a3401bffe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:15Z", "security_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:15Z", "revision_number": 0, "id": "dbb70160-ff6c-41af-a081-a8c6ea1291f1", "remote_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:15Z", "security_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}], "revision_number": 1, "project_id": "d7e8705e28c14b6588e6b073f23f47ec", "id": "325534f5-fd35-49b9-b40d-687d7852aa77", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "created_at": "2018-08-23T16:46:31Z", "updated_at": "2018-08-23T16:46:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:46:31Z", "revision_number": 0, "id": "0bff29c6-a23f-4360-9b23-ed176c5a91c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:46:31Z", "security_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a9f5e362be74c8ea67669f713ce22a2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:46:31Z", "revision_number": 0, "id": "406038e8-b104-4020-b6fc-92a48f481b5c", "remote_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "remote_ip_prefix": null, "created_at": "2018-08-23T16:46:31Z", "security_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a9f5e362be74c8ea67669f713ce22a2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:46:31Z", "revision_number": 0, "id": "481f32b0-5fce-4a68-aaf2-9d24eb7ad5f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:46:31Z", "security_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a9f5e362be74c8ea67669f713ce22a2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:46:31Z", "revision_number": 0, "id": "92b00f38-c61f-4c5d-95d6-f7284e370161", "remote_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "remote_ip_prefix": null, "created_at": "2018-08-23T16:46:31Z", "security_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a9f5e362be74c8ea67669f713ce22a2"}], "revision_number": 1, "project_id": "8a9f5e362be74c8ea67669f713ce22a2", "id": "4032bd45-644b-401b-adbe-dfb533305e40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f510d54cf55042578e4d20bdb8ff3bb7", "created_at": "2018-08-23T16:41:41Z", "updated_at": "2018-08-23T16:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:41:41Z", "revision_number": 0, "id": "15a37471-cfb6-47e7-8022-5dcb3830ae43", "remote_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "remote_ip_prefix": null, "created_at": "2018-08-23T16:41:41Z", "security_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "tenant_id": "f510d54cf55042578e4d20bdb8ff3bb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f510d54cf55042578e4d20bdb8ff3bb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:41:41Z", "revision_number": 0, "id": "ae68f3ee-f7a2-4bb5-9bc4-5a628dfd095f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:41:41Z", "security_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "tenant_id": "f510d54cf55042578e4d20bdb8ff3bb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f510d54cf55042578e4d20bdb8ff3bb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:41:41Z", "revision_number": 0, "id": "cfa59d33-4675-4c7a-bb2f-d71a3f010673", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:41:41Z", "security_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "tenant_id": "f510d54cf55042578e4d20bdb8ff3bb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f510d54cf55042578e4d20bdb8ff3bb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:41:41Z", "revision_number": 0, "id": "f4943931-40d2-4a81-8177-efa4d2669375", "remote_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "remote_ip_prefix": null, "created_at": "2018-08-23T16:41:41Z", "security_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "tenant_id": "f510d54cf55042578e4d20bdb8ff3bb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f510d54cf55042578e4d20bdb8ff3bb7"}], "revision_number": 1, "project_id": "f510d54cf55042578e4d20bdb8ff3bb7", "id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:47:09Z", "updated_at": "2018-08-23T16:47:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:47:09Z", "revision_number": 0, "id": "887a76f1-fe12-4701-833d-4ec9d1788962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:47:09Z", "security_group_id": "e287d4c3-227b-4050-82a5-77fd838e4370", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:47:09Z", "revision_number": 0, "id": "f4a2734a-8c50-41cc-a904-858c8db5a4ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:47:09Z", "security_group_id": "e287d4c3-227b-4050-82a5-77fd838e4370", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}], "revision_number": 1, "project_id": "d7e8705e28c14b6588e6b073f23f47ec", "id": "e287d4c3-227b-4050-82a5-77fd838e4370", "name": "singlevm1-sg_4080973a-a675-4514-a6b6-30dce642b0a7"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-23T16:45:18Z", "updated_at": "2018-08-23T16:45:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:18Z", "revision_number": 0, "id": "43aaeb2a-d6ef-441b-a3b5-f4a6edf5b30a", "remote_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:18Z", "security_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:18Z", "revision_number": 0, "id": "a7b55f24-e85c-41a9-b3bc-cf33711e7681", "remote_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:18Z", "security_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:18Z", "revision_number": 0, "id": "e4f98a7b-2f6b-4758-8ff3-a015b90770c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:18Z", "security_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:18Z", "revision_number": 0, "id": "e7073ae5-6c61-4a9f-b27e-1a1c46b109cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:18Z", "security_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "created_at": "2018-08-23T16:45:40Z", "updated_at": "2018-08-23T16:45:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:40Z", "revision_number": 0, "id": "3b73e888-f1ee-4c00-8c10-589b597aaee2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:40Z", "security_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ea9c36f52574ffbacfebe966df6ad4e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:40Z", "revision_number": 0, "id": "c166e95a-e4bb-4f97-888d-841a05be3f62", "remote_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:40Z", "security_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ea9c36f52574ffbacfebe966df6ad4e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:40Z", "revision_number": 0, "id": "ce37ff98-84a9-4ad2-b119-a4e46db44572", "remote_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:40Z", "security_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ea9c36f52574ffbacfebe966df6ad4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:40Z", "revision_number": 0, "id": "d7a4805a-cebd-406c-81d8-0bb62e5f3f08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:40Z", "security_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ea9c36f52574ffbacfebe966df6ad4e"}], "revision_number": 1, "project_id": "6ea9c36f52574ffbacfebe966df6ad4e", "id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "name": "default"}]} 2018-08-23 16:47:09,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-2dd0e947-9ad4-4b54-882f-c3e70adcfc8a 2018-08-23 16:47:09,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0545020103455s 2018-08-23 16:47:09,300 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-2dd0e947-9ad4-4b54-882f-c3e70adcfc8a 2018-08-23 16:47:09,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 16:47:09,305 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -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": "e287d4c3-227b-4050-82a5-77fd838e4370"}}' 2018-08-23 16:47:09,843 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-4960977c-1257-4319-bd1b-ad847de9146e Date: Thu, 23 Aug 2018 16:47:09 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-23T16:47:09Z", "security_group_id": "e287d4c3-227b-4050-82a5-77fd838e4370", "port_range_min": 22, "revision_number": 0, "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:47:09Z", "project_id": "d7e8705e28c14b6588e6b073f23f47ec", "id": "39ce593e-2017-4d00-bf30-b3ab0384b78f"}} 2018-08-23 16:47:09,844 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-4960977c-1257-4319-bd1b-ad847de9146e 2018-08-23 16:47:09,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.53954577446s 2018-08-23 16:47:09,844 - 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-4960977c-1257-4319-bd1b-ad847de9146e 2018-08-23 16:47:09,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 16:47:09,848 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:10,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-0d6f67b2-8d92-4066-b765-29c56251e131 Date: Thu, 23 Aug 2018 16:47:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:45:15Z", "updated_at": "2018-08-23T16:45:15Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:15Z", "revision_number": 0, "id": "1a48f5d9-e611-4fa1-b54e-2aeac0390b09", "remote_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:15Z", "security_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:15Z", "revision_number": 0, "id": "421bf33f-1e30-4329-baff-6534a95ca548", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:15Z", "security_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:15Z", "revision_number": 0, "id": "cc901d50-1854-4013-93c2-035a3401bffe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:15Z", "security_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:15Z", "revision_number": 0, "id": "dbb70160-ff6c-41af-a081-a8c6ea1291f1", "remote_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:15Z", "security_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}], "revision_number": 1, "project_id": "d7e8705e28c14b6588e6b073f23f47ec", "id": "325534f5-fd35-49b9-b40d-687d7852aa77", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "created_at": "2018-08-23T16:46:31Z", "updated_at": "2018-08-23T16:46:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:46:31Z", "revision_number": 0, "id": "0bff29c6-a23f-4360-9b23-ed176c5a91c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:46:31Z", "security_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a9f5e362be74c8ea67669f713ce22a2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:46:31Z", "revision_number": 0, "id": "406038e8-b104-4020-b6fc-92a48f481b5c", "remote_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "remote_ip_prefix": null, "created_at": "2018-08-23T16:46:31Z", "security_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a9f5e362be74c8ea67669f713ce22a2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:46:31Z", "revision_number": 0, "id": "481f32b0-5fce-4a68-aaf2-9d24eb7ad5f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:46:31Z", "security_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a9f5e362be74c8ea67669f713ce22a2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:46:31Z", "revision_number": 0, "id": "92b00f38-c61f-4c5d-95d6-f7284e370161", "remote_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "remote_ip_prefix": null, "created_at": "2018-08-23T16:46:31Z", "security_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a9f5e362be74c8ea67669f713ce22a2"}], "revision_number": 1, "project_id": "8a9f5e362be74c8ea67669f713ce22a2", "id": "4032bd45-644b-401b-adbe-dfb533305e40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f510d54cf55042578e4d20bdb8ff3bb7", "created_at": "2018-08-23T16:41:41Z", "updated_at": "2018-08-23T16:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:41:41Z", "revision_number": 0, "id": "15a37471-cfb6-47e7-8022-5dcb3830ae43", "remote_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "remote_ip_prefix": null, "created_at": "2018-08-23T16:41:41Z", "security_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "tenant_id": "f510d54cf55042578e4d20bdb8ff3bb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f510d54cf55042578e4d20bdb8ff3bb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:41:41Z", "revision_number": 0, "id": "ae68f3ee-f7a2-4bb5-9bc4-5a628dfd095f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:41:41Z", "security_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "tenant_id": "f510d54cf55042578e4d20bdb8ff3bb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f510d54cf55042578e4d20bdb8ff3bb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:41:41Z", "revision_number": 0, "id": "cfa59d33-4675-4c7a-bb2f-d71a3f010673", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:41:41Z", "security_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "tenant_id": "f510d54cf55042578e4d20bdb8ff3bb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f510d54cf55042578e4d20bdb8ff3bb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:41:41Z", "revision_number": 0, "id": "f4943931-40d2-4a81-8177-efa4d2669375", "remote_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "remote_ip_prefix": null, "created_at": "2018-08-23T16:41:41Z", "security_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "tenant_id": "f510d54cf55042578e4d20bdb8ff3bb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f510d54cf55042578e4d20bdb8ff3bb7"}], "revision_number": 1, "project_id": "f510d54cf55042578e4d20bdb8ff3bb7", "id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:47:09Z", "updated_at": "2018-08-23T16:47:09Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T16:47:09Z", "revision_number": 0, "id": "39ce593e-2017-4d00-bf30-b3ab0384b78f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:47:09Z", "security_group_id": "e287d4c3-227b-4050-82a5-77fd838e4370", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:47:09Z", "revision_number": 0, "id": "887a76f1-fe12-4701-833d-4ec9d1788962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:47:09Z", "security_group_id": "e287d4c3-227b-4050-82a5-77fd838e4370", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:47:09Z", "revision_number": 0, "id": "f4a2734a-8c50-41cc-a904-858c8db5a4ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:47:09Z", "security_group_id": "e287d4c3-227b-4050-82a5-77fd838e4370", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}], "revision_number": 2, "project_id": "d7e8705e28c14b6588e6b073f23f47ec", "id": "e287d4c3-227b-4050-82a5-77fd838e4370", "name": "singlevm1-sg_4080973a-a675-4514-a6b6-30dce642b0a7"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-23T16:45:18Z", "updated_at": "2018-08-23T16:45:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:18Z", "revision_number": 0, "id": "43aaeb2a-d6ef-441b-a3b5-f4a6edf5b30a", "remote_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:18Z", "security_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:18Z", "revision_number": 0, "id": "a7b55f24-e85c-41a9-b3bc-cf33711e7681", "remote_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:18Z", "security_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:18Z", "revision_number": 0, "id": "e4f98a7b-2f6b-4758-8ff3-a015b90770c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:18Z", "security_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:18Z", "revision_number": 0, "id": "e7073ae5-6c61-4a9f-b27e-1a1c46b109cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:18Z", "security_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "created_at": "2018-08-23T16:45:40Z", "updated_at": "2018-08-23T16:45:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:40Z", "revision_number": 0, "id": "3b73e888-f1ee-4c00-8c10-589b597aaee2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:40Z", "security_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ea9c36f52574ffbacfebe966df6ad4e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:40Z", "revision_number": 0, "id": "c166e95a-e4bb-4f97-888d-841a05be3f62", "remote_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:40Z", "security_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ea9c36f52574ffbacfebe966df6ad4e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:40Z", "revision_number": 0, "id": "ce37ff98-84a9-4ad2-b119-a4e46db44572", "remote_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:40Z", "security_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ea9c36f52574ffbacfebe966df6ad4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:40Z", "revision_number": 0, "id": "d7a4805a-cebd-406c-81d8-0bb62e5f3f08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:40Z", "security_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ea9c36f52574ffbacfebe966df6ad4e"}], "revision_number": 1, "project_id": "6ea9c36f52574ffbacfebe966df6ad4e", "id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "name": "default"}]} 2018-08-23 16:47:10,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-0d6f67b2-8d92-4066-b765-29c56251e131 2018-08-23 16:47:10,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.308408975601s 2018-08-23 16:47:10,157 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-0d6f67b2-8d92-4066-b765-29c56251e131 2018-08-23 16:47:10,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 16:47:10,162 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -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": "e287d4c3-227b-4050-82a5-77fd838e4370"}}' 2018-08-23 16:47:10,369 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-78445339-3190-4028-89af-050306dd0b81 Date: Thu, 23 Aug 2018 16:47:10 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-23T16:47:10Z", "security_group_id": "e287d4c3-227b-4050-82a5-77fd838e4370", "port_range_min": null, "revision_number": 0, "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:47:10Z", "project_id": "d7e8705e28c14b6588e6b073f23f47ec", "id": "09b1e6a4-a996-4579-b554-12b19cea648b"}} 2018-08-23 16:47:10,370 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-78445339-3190-4028-89af-050306dd0b81 2018-08-23 16:47:10,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.208498954773s 2018-08-23 16:47:10,370 - 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-78445339-3190-4028-89af-050306dd0b81 2018-08-23 16:47:10,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:47:10,372 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:10,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-8ddc0a70-e5d3-4930-ac1e-08cd6f3a2722 Date: Thu, 23 Aug 2018 16:47:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6f12a37d-11e7-45c3-851d-73c46d27f949","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d7e8705e28c14b6588e6b073f23f47ec","status":"ACTIVE","subnets":["0777ee13-a15f-4bee-a655-49cb7e296698"],"description":"","tags":[],"updated_at":"2018-08-23T16:47:00Z","provider:segmentation_id":70,"name":"singlevm1-net_4080973a-a675-4514-a6b6-30dce642b0a7","admin_state_up":true,"tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:46:59Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:47:10,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8ddc0a70-e5d3-4930-ac1e-08cd6f3a2722 2018-08-23 16:47:10,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.236535072327s 2018-08-23 16:47:10,609 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8ddc0a70-e5d3-4930-ac1e-08cd6f3a2722 2018-08-23 16:47:10,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:47:10,624 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:11,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-0f03edb6-07f3-43f7-ab99-a240da92c441 Date: Thu, 23 Aug 2018 16:47:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:47:06Z", "file": "/v2/images/75da4107-62a8-410f-a74c-b384fea67413/file", "owner": "d7e8705e28c14b6588e6b073f23f47ec", "id": "75da4107-62a8-410f-a74c-b384fea67413", "size": 12716032, "self": "/v2/images/75da4107-62a8-410f-a74c-b384fea67413", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/75da4107-62a8-410f-a74c-b384fea67413/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/75da4107-62a8-410f-a74c-b384fea67413/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_4080973a-a675-4514-a6b6-30dce642b0a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_4080973a-a675-4514-a6b6-30dce642b0a7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:47:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:47:11,396 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0f03edb6-07f3-43f7-ab99-a240da92c441 2018-08-23 16:47:11,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.778938055038s 2018-08-23 16:47:11,397 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0f03edb6-07f3-43f7-ab99-a240da92c441 2018-08-23 16:47:11,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 16:47:11,401 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:11,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:47: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-d288ffb3-a539-4bb6-b3e3-ac6e3a6b04d2 x-compute-request-id: req-d288ffb3-a539-4bb6-b3e3-ac6e3a6b04d2 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_4080973a-a675-4514-a6b6-30dce642b0a7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05", "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": "b1e3aa9b-f8c8-4317-9814-de1e098aac05"}]} 2018-08-23 16:47:11,541 - 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-d288ffb3-a539-4bb6-b3e3-ac6e3a6b04d2 2018-08-23 16:47:11,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.142659902573s 2018-08-23 16:47:11,541 - 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-d288ffb3-a539-4bb6-b3e3-ac6e3a6b04d2 2018-08-23 16:47:11,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 16:47:11,546 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -d '{"server": {"name": "singlevm1-vm_4080973a-a675-4514-a6b6-30dce642b0a7", "imageRef": "75da4107-62a8-410f-a74c-b384fea67413", "key_name": "singlevm1-kp_4080973a-a675-4514-a6b6-30dce642b0a7", "flavorRef": "b1e3aa9b-f8c8-4317-9814-de1e098aac05", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6f12a37d-11e7-45c3-851d-73c46d27f949"}], "security_groups": [{"name": "e287d4c3-227b-4050-82a5-77fd838e4370"}]}}' 2018-08-23 16:47:17,956 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 16:47: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-018bef22-7b85-4d45-80d4-6c107ce1f2fd x-compute-request-id: req-018bef22-7b85-4d45-80d4-6c107ce1f2fd Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e287d4c3-227b-4050-82a5-77fd838e4370"}], "OS-DCF:diskConfig": "MANUAL", "id": "cfb65d27-2dca-404d-a0df-ef522edd9f40", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40", "rel": "bookmark"}], "adminPass": "PRz2sfU4Whyn"}} 2018-08-23 16:47:17,956 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-018bef22-7b85-4d45-80d4-6c107ce1f2fd 2018-08-23 16:47:17,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 6.41280984879s 2018-08-23 16:47:17,957 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-018bef22-7b85-4d45-80d4-6c107ce1f2fd 2018-08-23 16:47:17,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:47:17,960 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:19,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:47: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-34b287e8-3e29-4947-86ba-a055aa83baa2 x-compute-request-id: req-34b287e8-3e29-4947-86ba-a055aa83baa2 Content-Encoding: gzip Content-Length: 642 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40", "rel": "bookmark"}], "image": {"id": "75da4107-62a8-410f-a74c-b384fea67413", "links": [{"href": "http://172.30.9.27:8774/images/75da4107-62a8-410f-a74c-b384fea67413", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b1e3aa9b-f8c8-4317-9814-de1e098aac05", "links": [{"href": "http://172.30.9.27:8774/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05", "rel": "bookmark"}]}, "id": "cfb65d27-2dca-404d-a0df-ef522edd9f40", "user_id": "b1453aa607a54efaa69228b52438f26c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:47:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_4080973a-a675-4514-a6b6-30dce642b0a7", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_4080973a-a675-4514-a6b6-30dce642b0a7", "created": "2018-08-23T16:47:17Z", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:47:19,450 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-34b287e8-3e29-4947-86ba-a055aa83baa2 2018-08-23 16:47:19,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.49242591858s 2018-08-23 16:47:19,450 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-34b287e8-3e29-4947-86ba-a055aa83baa2 2018-08-23 16:47:19,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:47:19,457 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:19,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-b08e7f9f-3d26-4a3d-8b0c-b7183df56c67 Date: Thu, 23 Aug 2018 16:47:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6f12a37d-11e7-45c3-851d-73c46d27f949","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d7e8705e28c14b6588e6b073f23f47ec","status":"ACTIVE","subnets":["0777ee13-a15f-4bee-a655-49cb7e296698"],"description":"","tags":[],"updated_at":"2018-08-23T16:47:00Z","provider:segmentation_id":70,"name":"singlevm1-net_4080973a-a675-4514-a6b6-30dce642b0a7","admin_state_up":true,"tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:46:59Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:47:19,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b08e7f9f-3d26-4a3d-8b0c-b7183df56c67 2018-08-23 16:47:19,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.087070941925s 2018-08-23 16:47:19,544 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b08e7f9f-3d26-4a3d-8b0c-b7183df56c67 2018-08-23 16:47:19,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 16:47:19,546 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:19,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-7e5f3fc7-331c-41e1-992e-eda8073d0ac4 Date: Thu, 23 Aug 2018 16:47:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f5b34b9c-dd33-46b5-9947-17506958773d","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:47Z","dns_nameservers":[],"updated_at":"2018-08-23T16:41:47Z","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":"f510d54cf55042578e4d20bdb8ff3bb7","id":"01259dc7-ca29-4644-acb8-ac06eafbe8b0","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f12a37d-11e7-45c3-851d-73c46d27f949","tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:47:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:47:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d7e8705e28c14b6588e6b073f23f47ec","id":"0777ee13-a15f-4bee-a655-49cb7e296698","subnetpool_id":null,"name":"singlevm1-subnet_4080973a-a675-4514-a6b6-30dce642b0a7"}]} 2018-08-23 16:47:19,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-7e5f3fc7-331c-41e1-992e-eda8073d0ac4 2018-08-23 16:47:19,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0409269332886s 2018-08-23 16:47:19,587 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-7e5f3fc7-331c-41e1-992e-eda8073d0ac4 2018-08-23 16:47:19,587 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:47:21,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:47:21,593 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:23,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:47: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-b31cf7f1-7b82-4b9e-8aba-c96706f267d9 x-compute-request-id: req-b31cf7f1-7b82-4b9e-8aba-c96706f267d9 Content-Encoding: gzip Content-Length: 746 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/cfb65d27-2dca-404d-a0df-ef522edd9f40", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40", "rel": "bookmark"}], "image": {"id": "75da4107-62a8-410f-a74c-b384fea67413", "links": [{"href": "http://172.30.9.27:8774/images/75da4107-62a8-410f-a74c-b384fea67413", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b1e3aa9b-f8c8-4317-9814-de1e098aac05", "links": [{"href": "http://172.30.9.27:8774/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05", "rel": "bookmark"}]}, "id": "cfb65d27-2dca-404d-a0df-ef522edd9f40", "security_groups": [{"name": "singlevm1-sg_4080973a-a675-4514-a6b6-30dce642b0a7"}], "user_id": "b1453aa607a54efaa69228b52438f26c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:47:21Z", "hostId": "3dd33fd68c9a6bc5079fc6f51b301309cf22f3df0a4f2cb248a07ffd", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_4080973a-a675-4514-a6b6-30dce642b0a7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_4080973a-a675-4514-a6b6-30dce642b0a7", "created": "2018-08-23T16:47:17Z", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:47:23,310 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b31cf7f1-7b82-4b9e-8aba-c96706f267d9 2018-08-23 16:47:23,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.71967577934s 2018-08-23 16:47:23,311 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b31cf7f1-7b82-4b9e-8aba-c96706f267d9 2018-08-23 16:47:23,314 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:47:25,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:47:25,320 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:26,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:47: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-6e70e922-6cc7-4799-a759-b407f65e0ef5 x-compute-request-id: req-6e70e922-6cc7-4799-a759-b407f65e0ef5 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40", "rel": "bookmark"}], "image": {"id": "75da4107-62a8-410f-a74c-b384fea67413", "links": [{"href": "http://172.30.9.27:8774/images/75da4107-62a8-410f-a74c-b384fea67413", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b1e3aa9b-f8c8-4317-9814-de1e098aac05", "links": [{"href": "http://172.30.9.27:8774/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05", "rel": "bookmark"}]}, "id": "cfb65d27-2dca-404d-a0df-ef522edd9f40", "security_groups": [{"name": "singlevm1-sg_4080973a-a675-4514-a6b6-30dce642b0a7"}], "user_id": "b1453aa607a54efaa69228b52438f26c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:47:22Z", "hostId": "3dd33fd68c9a6bc5079fc6f51b301309cf22f3df0a4f2cb248a07ffd", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_4080973a-a675-4514-a6b6-30dce642b0a7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_4080973a-a675-4514-a6b6-30dce642b0a7", "created": "2018-08-23T16:47:17Z", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:47:26,521 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6e70e922-6cc7-4799-a759-b407f65e0ef5 2018-08-23 16:47:26,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20419192314s 2018-08-23 16:47:26,522 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6e70e922-6cc7-4799-a759-b407f65e0ef5 2018-08-23 16:47:26,525 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:47:28,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:47:28,530 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:29,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:47: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-622ae122-8db5-4a71-b848-676376b7d0f7 x-compute-request-id: req-622ae122-8db5-4a71-b848-676376b7d0f7 Content-Encoding: gzip Content-Length: 807 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_4080973a-a675-4514-a6b6-30dce642b0a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:95:15", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40", "rel": "bookmark"}], "image": {"id": "75da4107-62a8-410f-a74c-b384fea67413", "links": [{"href": "http://172.30.9.27:8774/images/75da4107-62a8-410f-a74c-b384fea67413", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b1e3aa9b-f8c8-4317-9814-de1e098aac05", "links": [{"href": "http://172.30.9.27:8774/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05", "rel": "bookmark"}]}, "id": "cfb65d27-2dca-404d-a0df-ef522edd9f40", "security_groups": [{"name": "singlevm1-sg_4080973a-a675-4514-a6b6-30dce642b0a7"}], "user_id": "b1453aa607a54efaa69228b52438f26c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:47:22Z", "hostId": "3dd33fd68c9a6bc5079fc6f51b301309cf22f3df0a4f2cb248a07ffd", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_4080973a-a675-4514-a6b6-30dce642b0a7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_4080973a-a675-4514-a6b6-30dce642b0a7", "created": "2018-08-23T16:47:17Z", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:47:29,844 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-622ae122-8db5-4a71-b848-676376b7d0f7 2018-08-23 16:47:29,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.31630086899s 2018-08-23 16:47:29,844 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-622ae122-8db5-4a71-b848-676376b7d0f7 2018-08-23 16:47:29,849 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:47:31,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:47:31,855 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:33,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:47: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-d13cbe73-dc5e-4931-8d4e-7573ab60c43b x-compute-request-id: req-d13cbe73-dc5e-4931-8d4e-7573ab60c43b Content-Encoding: gzip Content-Length: 807 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_4080973a-a675-4514-a6b6-30dce642b0a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:95:15", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40", "rel": "bookmark"}], "image": {"id": "75da4107-62a8-410f-a74c-b384fea67413", "links": [{"href": "http://172.30.9.27:8774/images/75da4107-62a8-410f-a74c-b384fea67413", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b1e3aa9b-f8c8-4317-9814-de1e098aac05", "links": [{"href": "http://172.30.9.27:8774/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05", "rel": "bookmark"}]}, "id": "cfb65d27-2dca-404d-a0df-ef522edd9f40", "security_groups": [{"name": "singlevm1-sg_4080973a-a675-4514-a6b6-30dce642b0a7"}], "user_id": "b1453aa607a54efaa69228b52438f26c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:47:22Z", "hostId": "3dd33fd68c9a6bc5079fc6f51b301309cf22f3df0a4f2cb248a07ffd", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_4080973a-a675-4514-a6b6-30dce642b0a7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_4080973a-a675-4514-a6b6-30dce642b0a7", "created": "2018-08-23T16:47:17Z", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:47:33,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d13cbe73-dc5e-4931-8d4e-7573ab60c43b 2018-08-23 16:47:33,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.46958899498s 2018-08-23 16:47:33,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d13cbe73-dc5e-4931-8d4e-7573ab60c43b 2018-08-23 16:47:33,325 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:47:35,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:47:35,330 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:37,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:47: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-49df1883-cab1-4dd8-a8a5-c800937ce350 x-compute-request-id: req-49df1883-cab1-4dd8-a8a5-c800937ce350 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_4080973a-a675-4514-a6b6-30dce642b0a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:95:15", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40", "rel": "bookmark"}], "image": {"id": "75da4107-62a8-410f-a74c-b384fea67413", "links": [{"href": "http://172.30.9.27:8774/images/75da4107-62a8-410f-a74c-b384fea67413", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-23T16:47:32.000000", "flavor": {"id": "b1e3aa9b-f8c8-4317-9814-de1e098aac05", "links": [{"href": "http://172.30.9.27:8774/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05", "rel": "bookmark"}]}, "id": "cfb65d27-2dca-404d-a0df-ef522edd9f40", "security_groups": [{"name": "singlevm1-sg_4080973a-a675-4514-a6b6-30dce642b0a7"}], "user_id": "b1453aa607a54efaa69228b52438f26c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:47:32Z", "hostId": "3dd33fd68c9a6bc5079fc6f51b301309cf22f3df0a4f2cb248a07ffd", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_4080973a-a675-4514-a6b6-30dce642b0a7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_4080973a-a675-4514-a6b6-30dce642b0a7", "created": "2018-08-23T16:47:17Z", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:47:37,230 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-49df1883-cab1-4dd8-a8a5-c800937ce350 2018-08-23 16:47:37,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.9034371376s 2018-08-23 16:47:37,231 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-49df1883-cab1-4dd8-a8a5-c800937ce350 2018-08-23 16:47:37,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 16:47:37,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=cfb65d27-2dca-404d-a0df-ef522edd9f40" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:37,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-e0928e8d-9489-4e6f-85d7-635bf7171c2f Date: Thu, 23 Aug 2018 16:47:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-23T16:47:30Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0777ee13-a15f-4bee-a655-49cb7e296698","ip_address":"192.168.120.5"}],"id":"884b7358-5092-4d9f-a2c6-d9ffe99adbb4","security_groups":["e287d4c3-227b-4050-82a5-77fd838e4370"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:95:15","project_id":"d7e8705e28c14b6588e6b073f23f47ec","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"cfb65d27-2dca-404d-a0df-ef522edd9f40","name":"","admin_state_up":true,"network_id":"6f12a37d-11e7-45c3-851d-73c46d27f949","tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:47:21Z","binding:vnic_type":"normal"}]} 2018-08-23 16:47:37,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=cfb65d27-2dca-404d-a0df-ef522edd9f40 used request id req-e0928e8d-9489-4e6f-85d7-635bf7171c2f 2018-08-23 16:47:37,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0549349784851s 2018-08-23 16:47:37,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=cfb65d27-2dca-404d-a0df-ef522edd9f40 used request id req-e0928e8d-9489-4e6f-85d7-635bf7171c2f 2018-08-23 16:47:37,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 16:47:37,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=884b7358-5092-4d9f-a2c6-d9ffe99adbb4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:37,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ef77711b-a8f0-4ee1-bb89-d728a4a74769 Date: Thu, 23 Aug 2018 16:47:37 GMT RESP BODY: {"floatingips": []} 2018-08-23 16:47:37,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=884b7358-5092-4d9f-a2c6-d9ffe99adbb4 used request id req-ef77711b-a8f0-4ee1-bb89-d728a4a74769 2018-08-23 16:47:37,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0556449890137s 2018-08-23 16:47:37,351 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=884b7358-5092-4d9f-a2c6-d9ffe99adbb4 used request id req-ef77711b-a8f0-4ee1-bb89-d728a4a74769 2018-08-23 16:47:37,352 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_4080973a-a675-4514-a6b6-30dce642b0a7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7d:95:15', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'75da4107-62a8-410f-a74c-b384fea67413'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-08-23T16:47:32.000000', 'flavor': Munch({u'id': u'b1e3aa9b-f8c8-4317-9814-de1e098aac05'}), 'az': u'nova', 'id': u'cfb65d27-2dca-404d-a0df-ef522edd9f40', 'security_groups': [Munch({u'name': u'singlevm1-sg_4080973a-a675-4514-a6b6-30dce642b0a7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b1453aa607a54efaa69228b52438f26c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd7e8705e28c14b6588e6b073f23f47ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T16:47:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T16:47:32Z', 'hostId': u'3dd33fd68c9a6bc5079fc6f51b301309cf22f3df0a4f2cb248a07ffd', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_4080973a-a675-4514-a6b6-30dce642b0a7', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'3dd33fd68c9a6bc5079fc6f51b301309cf22f3df0a4f2cb248a07ffd', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-08-23T16:47:32.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'd7e8705e28c14b6588e6b073f23f47ec', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_4080973a-a675-4514-a6b6-30dce642b0a7', 'adminPass': u'PRz2sfU4Whyn', 'tenant_id': u'd7e8705e28c14b6588e6b073f23f47ec', 'created_at': u'2018-08-23T16:47:17Z', 'created': u'2018-08-23T16:47:17Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 16:47:37,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:47:37,356 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:37,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-4399087b-87c0-45c8-b6df-816a9246a950 Date: Thu, 23 Aug 2018 16:47:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6f12a37d-11e7-45c3-851d-73c46d27f949","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d7e8705e28c14b6588e6b073f23f47ec","status":"ACTIVE","subnets":["0777ee13-a15f-4bee-a655-49cb7e296698"],"description":"","tags":[],"updated_at":"2018-08-23T16:47:00Z","provider:segmentation_id":70,"name":"singlevm1-net_4080973a-a675-4514-a6b6-30dce642b0a7","admin_state_up":true,"tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:46:59Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:47:37,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-4399087b-87c0-45c8-b6df-816a9246a950 2018-08-23 16:47:37,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.120444059372s 2018-08-23 16:47:37,476 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-4399087b-87c0-45c8-b6df-816a9246a950 2018-08-23 16:47:37,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 16:47:37,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=cfb65d27-2dca-404d-a0df-ef522edd9f40" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:37,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-6313d9a6-0fd8-411a-8137-ae11f87dcf2a Date: Thu, 23 Aug 2018 16:47:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-23T16:47:30Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0777ee13-a15f-4bee-a655-49cb7e296698","ip_address":"192.168.120.5"}],"id":"884b7358-5092-4d9f-a2c6-d9ffe99adbb4","security_groups":["e287d4c3-227b-4050-82a5-77fd838e4370"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:95:15","project_id":"d7e8705e28c14b6588e6b073f23f47ec","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"cfb65d27-2dca-404d-a0df-ef522edd9f40","name":"","admin_state_up":true,"network_id":"6f12a37d-11e7-45c3-851d-73c46d27f949","tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:47:21Z","binding:vnic_type":"normal"}]} 2018-08-23 16:47:37,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=cfb65d27-2dca-404d-a0df-ef522edd9f40 used request id req-6313d9a6-0fd8-411a-8137-ae11f87dcf2a 2018-08-23 16:47:37,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.32563495636s 2018-08-23 16:47:37,804 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=cfb65d27-2dca-404d-a0df-ef522edd9f40 used request id req-6313d9a6-0fd8-411a-8137-ae11f87dcf2a 2018-08-23 16:47:37,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-23 16:47:37,805 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -d '{"floatingip": {"floating_network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "fixed_ip_address": "192.168.120.5", "port_id": "884b7358-5092-4d9f-a2c6-d9ffe99adbb4"}}' 2018-08-23 16:47:40,091 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-9b12b3f9-c7ce-4175-a183-e6928d5428fa Date: Thu, 23 Aug 2018 16:47:40 GMT RESP BODY: {"floatingip": {"router_id": "9eddea53-529f-4fc7-9682-849c2c395f84", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T16:47:38Z", "floating_network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.214", "revision_number": 0, "port_id": "884b7358-5092-4d9f-a2c6-d9ffe99adbb4", "id": "a5a08681-9100-408a-a7c1-42e80a6ddef3", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:47:38Z", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}} 2018-08-23 16:47:40,091 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-9b12b3f9-c7ce-4175-a183-e6928d5428fa 2018-08-23 16:47:40,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.28618907928s 2018-08-23 16:47:40,091 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-9b12b3f9-c7ce-4175-a183-e6928d5428fa 2018-08-23 16:47:40,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 16:47:40,100 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:40,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-e60f8d05-cf79-421f-81f0-777fda8fb56c Date: Thu, 23 Aug 2018 16:47:40 GMT RESP BODY: {"floatingips": [{"router_id": "9eddea53-529f-4fc7-9682-849c2c395f84", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T16:47:38Z", "floating_network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.214", "revision_number": 0, "port_id": "884b7358-5092-4d9f-a2c6-d9ffe99adbb4", "id": "a5a08681-9100-408a-a7c1-42e80a6ddef3", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:47:38Z", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}]} 2018-08-23 16:47:40,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-e60f8d05-cf79-421f-81f0-777fda8fb56c 2018-08-23 16:47:40,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0624980926514s 2018-08-23 16:47:40,163 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-e60f8d05-cf79-421f-81f0-777fda8fb56c 2018-08-23 16:47:40,167 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'9eddea53-529f-4fc7-9682-849c2c395f84', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'd7e8705e28c14b6588e6b073f23f47ec', 'created_at': u'2018-08-23T16:47:38Z', 'attached': True, 'updated_at': u'2018-08-23T16:47:38Z', 'id': u'a5a08681-9100-408a-a7c1-42e80a6ddef3', 'floating_network_id': u'f5b34b9c-dd33-46b5-9947-17506958773d', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.214', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd7e8705e28c14b6588e6b073f23f47ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'9eddea53-529f-4fc7-9682-849c2c395f84', 'project_id': u'd7e8705e28c14b6588e6b073f23f47ec', 'port_id': u'884b7358-5092-4d9f-a2c6-d9ffe99adbb4', 'port': u'884b7358-5092-4d9f-a2c6-d9ffe99adbb4', 'network': u'f5b34b9c-dd33-46b5-9947-17506958773d'}) 2018-08-23 16:47:40,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 16:47:40,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 16:47:41,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:47:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd7a3527-de10-4bcf-8740-f687c63a7d4c x-compute-request-id: req-cd7a3527-de10-4bcf-8740-f687c63a7d4c Content-Encoding: gzip Content-Length: 9587 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 517943439 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.185939] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188253] pid_max: default: 32768 minimum: 301\n[ 0.189508] ACPI: Core revision 20150930\n[ 0.191211] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193038] Security Framework initialized\n[ 0.194187] Yama: becoming mindful.\n[ 0.195210] AppArmor: AppArmor initialized\n[ 0.196386] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198190] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.199937] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203513] Initializing cgroup subsys io\n[ 0.204664] Initializing cgroup subsys memory\n[ 0.205879] Initializing cgroup subsys devices\n[ 0.207105] Initializing cgroup subsys freezer\n[ 0.208317] Initializing cgroup subsys net_cls\n[ 0.209540] Initializing cgroup subsys perf_event\n[ 0.210808] Initializing cgroup subsys net_prio\n[ 0.212044] Initializing cgroup subsys hugetlb\n[ 0.213268] Initializing cgroup subsys pids\n[ 0.214468] CPU: Physical Processor ID: 0\n[ 0.216306] mce: CPU supports 10 MCE banks\n[ 0.217475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237182] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.243800] ftrace: allocating 31920 entries in 125 pages\n[ 0.269233] smpboot: Max logical packages: 1\n[ 0.270430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272327] x2apic enabled\n[ 0.273485] Switched APIC routing to physical x2apic.\n[ 0.275960] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.277512] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.280276] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.282765] KVM setup paravirtual spinlock\n[ 0.284376] x86: Booted up 1 node, 1 CPUs\n[ 0.285505] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.287419] devtmpfs: initialized\n[ 0.289410] evm: security.selinux\n[ 0.290385] evm: security.SMACK64\n[ 0.291355] evm: security.SMACK64EXEC\n[ 0.292403] evm: security.SMACK64TRANSMUTE\n[ 0.293533] evm: security.SMACK64MMAP\n[ 0.294568] evm: security.ima\n[ 0.295475] evm: security.capability\n[ 0.296581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299161] pinctrl core: initialized pinctrl subsystem\n[ 0.300680] RTC time: 16:47:32, date: 08/23/18\n[ 0.301991] NET: Registered protocol family 16\n[ 0.303353] cpuidle: using governor ladder\n[ 0.304512] cpuidle: using governor menu\n[ 0.305624] PCCT header not found.\n[ 0.306681] ACPI: bus type PCI registered\n[ 0.307801] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309501] PCI: Using configuration type 1 for base access\n[ 0.311688] ACPI: Added _OSI(Module Device)\n[ 0.312865] ACPI: Added _OSI(Processor Device)\n[ 0.314071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315320] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317526] ACPI: Interpreter enabled\n[ 0.318598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328881] ACPI: (supports S0 S5)\n[ 0.329873] ACPI: Using IOAPIC for interrupt routing\n[ 0.331192] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.335086] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336665] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.338359] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339993] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342999] acpiphp: Slot [3] registered\n[ 0.344098] acpiphp: Slot [4] registered\n[ 0.345205] acpiphp: Slot [5] registered\n[ 0.346314] acpiphp: Slot [6] registered\n[ 0.347423] acpiphp: Slot [7] registered\n[ 0.348534] acpiphp: Slot [8] registered\n[ 0.349649] acpiphp: Slot [9] registered\n[ 0.350753] acpiphp: Slot [10] registered\n[ 0.351888] acpiphp: Slot [11] registered\n[ 0.353021] acpiphp: Slot [12] registered\n[ 0.354148] acpiphp: Slot [13] registered\n[ 0.355265] acpiphp: Slot [14] registered\n[ 0.356398] acpiphp: Slot [15] registered\n[ 0.371957] acpiphp: Slot [16] registered\n[ 0.373103] acpiphp: Slot [17] registered\n[ 0.374235] acpiphp: Slot [18] registered\n[ 0.375365] acpiphp: Slot [19] registered\n[ 0.376507] acpiphp: Slot [20] registered\n[ 0.377639] acpiphp: Slot [21] registered\n[ 0.378768] acpiphp: Slot [22] registered\n[ 0.379898] acpiphp: Slot [23] registered\n[ 0.381035] acpiphp: Slot [24] registered\n[ 0.382172] acpiphp: Slot [25] registered\n[ 0.383305] acpiphp: Slot [26] registered\n[ 0.384428] acpiphp: Slot [27] registered\n[ 0.385572] acpiphp: Slot [28] registered\n[ 0.386705] acpiphp: Slot [29] registered\n[ 0.387839] acpiphp: Slot [30] registered\n[ 0.388974] acpiphp: Slot [31] registered\n[ 0.390105] PCI host bridge to bus 0000:00\n[ 0.391230] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.392909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.394583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.396603] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.398619] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.400683] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406471] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.408084] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409828] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.414211] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.416213] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.436654] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.438673] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.440634] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.442584] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.444524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.446264] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.448060] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.449517] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.451664] vgaarb: loaded\n[ 0.452509] vgaarb: bridge control possible 0000:00:02.0\n[ 0.454180] SCSI subsystem initialized\n[ 0.455452] ACPI: bus type USB registered\n[ 0.456609] usbcore: registered new interface driver usbfs\n[ 0.458027] usbcore: registered new interface driver hub\n[ 0.459430] usbcore: registered new device driver usb\n[ 0.460959] PCI: Using ACPI for IRQ routing\n[ 0.462501] NetLabel: Initializing\n[ 0.463500] NetLabel: domain hash size = 128\n[ 0.464679] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.465999] NetLabel: unlabeled traffic allowed by default\n[ 0.467598] clocksource: Switched to clocksource kvm-clock\n[ 0.477691] AppArmor: AppArmor Filesystem Enabled\n[ 0.479014] pnp: PnP ACPI init\n[ 0.480284] pnp: PnP ACPI: found 5 devices\n[ 0.487263] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.489641] NET: Registered protocol family 2\n[ 0.491075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.492862] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.494538] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.496211] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.497718] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.499340] NET: Registered protocol family 1\n[ 0.500563] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.502091] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.503608] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.518202] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.532875] Trying to unpack rootfs image as initramfs...\n[ 0.595866] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.600734] Scanning for low memory corruption every 60 seconds\n[ 0.602940] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.604572] audit: initializing netlink subsys (disabled)\n[ 0.606044] audit: type=2000 audit(1535042852.935:1): initialized\n[ 0.607977] Initialise system trusted keyring\n[ 0.609364] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.610976] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.613727] zbud: loaded\n[ 0.614743] VFS: Disk quotas dquot_6.6.0\n[ 0.615904] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.618102] fuse init (API version 7.23)\n[ 0.619361] Key type big_key registered\n[ 0.620520] Allocating IMA MOK and blacklist keyrings.\n[ 0.622230] Key type asymmetric registered\n[ 0.623375] Asymmetric key parser 'x509' registered\n[ 0.624712] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.626796] io scheduler noop registered\n[ 0.627906] io scheduler deadline registered (default)\n[ 0.629314] io scheduler cfq registered\n[ 0.630505] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.631961] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.633745] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.635807] ACPI: Power Button [PWRF]\n[ 0.637037] GHES: HEST is not enabled!\n[ 0.651169] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.680298] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.683176] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706895] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709982] Linux agpgart interface v0.103\n[ 0.713511] brd: module loaded\n[ 0.715785] loop: module loaded\n[ 0.720354] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.722367] GPT:90111 != 2097151\n[ 0.723309] GPT:Alternate GPT header not at the end of the disk.\n[ 0.724809] GPT:90111 != 2097151\n[ 0.725754] GPT: Use GNU Parted to correct GPT errors.\n[ 0.727088] vda: vda1 vda15\n[ 0.728746] scsi host0: ata_piix\n[ 0.729839] scsi host1: ata_piix\n[ 0.730850] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.732557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.734588] libphy: Fixed MDIO Bus: probed\n[ 0.735968] tun: Universal TUN/TAP device driver, 1.6\n[ 0.737333] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.740140] PPP generic driver version 2.4.2\n[ 0.741384] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.743031] ehci-pci: EHCI PCI platform driver\n[ 0.744313] ehci-platform: EHCI generic platform driver\n[ 0.745708] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.747275] ohci-pci: OHCI PCI platform driver\n[ 0.748497] ohci-platform: OHCI generic platform driver\n[ 0.749884] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764514] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765922] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767967] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.769396] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.771007] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.772716] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.774698] usb usb1: Product: UHCI Host Controller\n[ 0.775979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.777547] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778924] hub 1-0:1.0: USB hub found\n[ 0.780042] hub 1-0:1.0: 2 ports detected\n[ 0.781342] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.784264] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.785582] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786991] mousedev: PS/2 mouse device common for all mice\n[ 0.788710] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.791239] rtc_cmos 00:00: RTC can wake from S4\n[ 0.792799] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.794479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.796148] i2c /dev entries driver\n[ 0.797238] device-mapper: uevent: version 1.0.3\n[ 0.798564] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.800849] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.802733] NET: Registered protocol family 10\n[ 0.804329] NET: Registered protocol family 17\n[ 0.805570] Key type dns_resolver registered\n[ 0.806917] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.808455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810914] registered taskstats version 1\n[ 0.812098] Loading compiled-in X.509 certificates\n[ 0.813942] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816560] zswap: loaded using pool lzo/zbud\n[ 0.818705] Key type trusted registered\n[ 0.820931] Key type encrypted registered\n[ 0.822080] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.823506] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824962] evm: HMAC attrs: 0x1\n[ 0.826266] Magic number: 14:673:793\n[ 0.827447] rtc_cmos 00:00: setting system clock to 2018-08-23 16:47:33 UTC (1535042853)\n[ 0.829699] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.831250] EDD information not available.\n[ 0.893120] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.909649] Write protecting the kernel read-only data: 14336k\n[ 0.912620] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.915106] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.073477] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.91. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC77VaMHK40mAe1CXuexoUqvatuUSzkTblQ6ha1KaIO2l6ZRJ6QxNL7VZr3oJoUJ4EZ5dwSZxBO0nRwrPHVdCe6tXX5Z3vIFFMnpdevg+YEyC3FBgJ/7fUrYqEA4myecg0ku72e6gs1oEdyN7+jc2kWMk2nCh2pX4j+DfFv/N06sj4R/mjTa0lK8+/oZZJP0/5VS0BfV9nx+7eObFQ3Pnw7G8MUfHKpBSPov69l3si/WWsPozAfjfG7Oh+2WDfuORKa26iyVbIf4DvlkIAWz3UkxMFPBXNOpjKkOtVsGK9SYbR3lBlQFQ8r47KLUSjHB5trPSTJCDf4at0lwEqF+ylp root@singlevm1-vm-4080973a-a675-4514-a6b6-30dce642b0a7\nssh-dss AAAAB3NzaC1kc3MAAACBAOUq5y65+oOYkt4KQYaQgINPxmHuSQFi0B0zHpS9u/N3SheRvnvBaLH7LMqT+FIN4ye2nkcckq4xi9RGgrjWQPNhhlQYQWUi6XRXCHKkjlrmgeuv4bm4rIrYPj7TelfL8TuEEqt/GR/rWoKH4iaFkYG9OEuU77lKJRWQbC4dLnznAAAAFQDBA0t+PJjk+JdGkfnR+EDPHqHpxQAAAIAVu5XTM49p3gZVdB2j43k+TsE0Zpi++vmRumKb4BKVN4LEVHDRtGogcK4HQ3CupTZ+jL3zF+NsMh5uLfSGvRXh622iQpNP6R9WdVVxzFUU+EMAgKVO+/YLpuGj29nPQb3yTWSFdWXOlXa4caiat/hPKgihzWrRF/Mud3DgLbxzrgAAAIAPhGu2X761nSmDcUtFPm04PW/nM3WDYkMny0tp6oe/xZ/WkgXjOC6XOz97gJbD1o8oewuSCfsNqElugRrMC2dxmHvyOtvbfjyf24F9HNweN6qdcfaUuMSm0tS83bTZ26IcRohyAO5Q4ABdUjNK/85VsIURbp4skR2GyvevdW8aAQ== root@singlevm1-vm-4080973a-a675-4514-a6b6-30dce642b0a7\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe7d:9515/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-4080973a-a675-4514-a6b6-30dce642b0a7\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.33 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-4080973a-a675-4514-a6b6-30dce642b0a7 login: "} 2018-08-23 16:47:41,068 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40/action used request id req-cd7a3527-de10-4bcf-8740-f687c63a7d4c 2018-08-23 16:47:41,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.901218891144s 2018-08-23 16:47:41,070 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40/action used request id req-cd7a3527-de10-4bcf-8740-f687c63a7d4c 2018-08-23 16:47:41,070 - 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 517943439 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.185939] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.188253] pid_max: default: 32768 minimum: 301 [ 0.189508] ACPI: Core revision 20150930 [ 0.191211] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.193038] Security Framework initialized [ 0.194187] Yama: becoming mindful. [ 0.195210] AppArmor: AppArmor initialized [ 0.196386] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.198190] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.199937] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203513] Initializing cgroup subsys io [ 0.204664] Initializing cgroup subsys memory [ 0.205879] Initializing cgroup subsys devices [ 0.207105] Initializing cgroup subsys freezer [ 0.208317] Initializing cgroup subsys net_cls [ 0.209540] Initializing cgroup subsys perf_event [ 0.210808] Initializing cgroup subsys net_prio [ 0.212044] Initializing cgroup subsys hugetlb [ 0.213268] Initializing cgroup subsys pids [ 0.214468] CPU: Physical Processor ID: 0 [ 0.216306] mce: CPU supports 10 MCE banks [ 0.217475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.218873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.237182] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.243800] ftrace: allocating 31920 entries in 125 pages [ 0.269233] smpboot: Max logical packages: 1 [ 0.270430] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.272327] x2apic enabled [ 0.273485] Switched APIC routing to physical x2apic. [ 0.275960] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.277512] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.280276] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.282765] KVM setup paravirtual spinlock [ 0.284376] x86: Booted up 1 node, 1 CPUs [ 0.285505] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.287419] devtmpfs: initialized [ 0.289410] evm: security.selinux [ 0.290385] evm: security.SMACK64 [ 0.291355] evm: security.SMACK64EXEC [ 0.292403] evm: security.SMACK64TRANSMUTE [ 0.293533] evm: security.SMACK64MMAP [ 0.294568] evm: security.ima [ 0.295475] evm: security.capability [ 0.296581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299161] pinctrl core: initialized pinctrl subsystem [ 0.300680] RTC time: 16:47:32, date: 08/23/18 [ 0.301991] NET: Registered protocol family 16 [ 0.303353] cpuidle: using governor ladder [ 0.304512] cpuidle: using governor menu [ 0.305624] PCCT header not found. [ 0.306681] ACPI: bus type PCI registered [ 0.307801] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309501] PCI: Using configuration type 1 for base access [ 0.311688] ACPI: Added _OSI(Module Device) [ 0.312865] ACPI: Added _OSI(Processor Device) [ 0.314071] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315320] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317526] ACPI: Interpreter enabled [ 0.318598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.321179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.323743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.326316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.328881] ACPI: (supports S0 S5) [ 0.329873] ACPI: Using IOAPIC for interrupt routing [ 0.331192] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.335086] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.336665] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.338359] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.339993] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.342999] acpiphp: Slot [3] registered [ 0.344098] acpiphp: Slot [4] registered [ 0.345205] acpiphp: Slot [5] registered [ 0.346314] acpiphp: Slot [6] registered [ 0.347423] acpiphp: Slot [7] registered [ 0.348534] acpiphp: Slot [8] registered [ 0.349649] acpiphp: Slot [9] registered [ 0.350753] acpiphp: Slot [10] registered [ 0.351888] acpiphp: Slot [11] registered [ 0.353021] acpiphp: Slot [12] registered [ 0.354148] acpiphp: Slot [13] registered [ 0.355265] acpiphp: Slot [14] registered [ 0.356398] acpiphp: Slot [15] registered [ 0.371957] acpiphp: Slot [16] registered [ 0.373103] acpiphp: Slot [17] registered [ 0.374235] acpiphp: Slot [18] registered [ 0.375365] acpiphp: Slot [19] registered [ 0.376507] acpiphp: Slot [20] registered [ 0.377639] acpiphp: Slot [21] registered [ 0.378768] acpiphp: Slot [22] registered [ 0.379898] acpiphp: Slot [23] registered [ 0.381035] acpiphp: Slot [24] registered [ 0.382172] acpiphp: Slot [25] registered [ 0.383305] acpiphp: Slot [26] registered [ 0.384428] acpiphp: Slot [27] registered [ 0.385572] acpiphp: Slot [28] registered [ 0.386705] acpiphp: Slot [29] registered [ 0.387839] acpiphp: Slot [30] registered [ 0.388974] acpiphp: Slot [31] registered [ 0.390105] PCI host bridge to bus 0000:00 [ 0.391230] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.392909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.394583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.396603] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.398619] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.400683] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.404716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.406471] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.408084] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409828] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.414211] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.416213] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.436654] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.438673] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.440634] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.442584] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.444524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.446264] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.448060] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.449517] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.451664] vgaarb: loaded [ 0.452509] vgaarb: bridge control possible 0000:00:02.0 [ 0.454180] SCSI subsystem initialized [ 0.455452] ACPI: bus type USB registered [ 0.456609] usbcore: registered new interface driver usbfs [ 0.458027] usbcore: registered new interface driver hub [ 0.459430] usbcore: registered new device driver usb [ 0.460959] PCI: Using ACPI for IRQ routing [ 0.462501] NetLabel: Initializing [ 0.463500] NetLabel: domain hash size = 128 [ 0.464679] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.465999] NetLabel: unlabeled traffic allowed by default [ 0.467598] clocksource: Switched to clocksource kvm-clock [ 0.477691] AppArmor: AppArmor Filesystem Enabled [ 0.479014] pnp: PnP ACPI init [ 0.480284] pnp: PnP ACPI: found 5 devices [ 0.487263] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.489641] NET: Registered protocol family 2 [ 0.491075] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.492862] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.494538] TCP: Hash tables configured (established 4096 bind 4096) [ 0.496211] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.497718] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.499340] NET: Registered protocol family 1 [ 0.500563] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.502091] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.503608] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.518202] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.532875] Trying to unpack rootfs image as initramfs... [ 0.595866] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.600734] Scanning for low memory corruption every 60 seconds [ 0.602940] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.604572] audit: initializing netlink subsys (disabled) [ 0.606044] audit: type=2000 audit(1535042852.935:1): initialized [ 0.607977] Initialise system trusted keyring [ 0.609364] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.610976] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.613727] zbud: loaded [ 0.614743] VFS: Disk quotas dquot_6.6.0 [ 0.615904] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.618102] fuse init (API version 7.23) [ 0.619361] Key type big_key registered [ 0.620520] Allocating IMA MOK and blacklist keyrings. [ 0.622230] Key type asymmetric registered [ 0.623375] Asymmetric key parser 'x509' registered [ 0.624712] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.626796] io scheduler noop registered [ 0.627906] io scheduler deadline registered (default) [ 0.629314] io scheduler cfq registered [ 0.630505] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.631961] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.633745] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.635807] ACPI: Power Button [PWRF] [ 0.637037] GHES: HEST is not enabled! [ 0.651169] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.680298] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.683176] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706895] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709982] Linux agpgart interface v0.103 [ 0.713511] brd: module loaded [ 0.715785] loop: module loaded [ 0.720354] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.722367] GPT:90111 != 2097151 [ 0.723309] GPT:Alternate GPT header not at the end of the disk. [ 0.724809] GPT:90111 != 2097151 [ 0.725754] GPT: Use GNU Parted to correct GPT errors. [ 0.727088] vda: vda1 vda15 [ 0.728746] scsi host0: ata_piix [ 0.729839] scsi host1: ata_piix [ 0.730850] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.732557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.734588] libphy: Fixed MDIO Bus: probed [ 0.735968] tun: Universal TUN/TAP device driver, 1.6 [ 0.737333] tun: (C) 1999-2004 Max Krasnyansky [ 0.740140] PPP generic driver version 2.4.2 [ 0.741384] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.743031] ehci-pci: EHCI PCI platform driver [ 0.744313] ehci-platform: EHCI generic platform driver [ 0.745708] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.747275] ohci-pci: OHCI PCI platform driver [ 0.748497] ohci-platform: OHCI generic platform driver [ 0.749884] uhci_hcd: USB Universal Host Controller Interface driver [ 0.764514] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.765922] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.767967] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.769396] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.771007] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.772716] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.774698] usb usb1: Product: UHCI Host Controller [ 0.775979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.777547] usb usb1: SerialNumber: 0000:00:01.2 [ 0.778924] hub 1-0:1.0: USB hub found [ 0.780042] hub 1-0:1.0: 2 ports detected [ 0.781342] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.784264] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.785582] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.786991] mousedev: PS/2 mouse device common for all mice [ 0.788710] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.791239] rtc_cmos 00:00: RTC can wake from S4 [ 0.792799] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.794479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.796148] i2c /dev entries driver [ 0.797238] device-mapper: uevent: version 1.0.3 [ 0.798564] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.800849] ledtrig-cpu: registered to indicate activity on CPUs [ 0.802733] NET: Registered protocol family 10 [ 0.804329] NET: Registered protocol family 17 [ 0.805570] Key type dns_resolver registered [ 0.806917] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.808455] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.810914] registered taskstats version 1 [ 0.812098] Loading compiled-in X.509 certificates [ 0.813942] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.816560] zswap: loaded using pool lzo/zbud [ 0.818705] Key type trusted registered [ 0.820931] Key type encrypted registered [ 0.822080] AppArmor: AppArmor sha1 policy hashing enabled [ 0.823506] ima: No TPM chip found, activating TPM-bypass! [ 0.824962] evm: HMAC attrs: 0x1 [ 0.826266] Magic number: 14:673:793 [ 0.827447] rtc_cmos 00:00: setting system clock to 2018-08-23 16:47:33 UTC (1535042853) [ 0.829699] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.831250] EDD information not available. [ 0.893120] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.909649] Write protecting the kernel read-only data: 14336k [ 0.912620] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.915106] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.073477] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.91. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC77VaMHK40mAe1CXuexoUqvatuUSzkTblQ6ha1KaIO2l6ZRJ6QxNL7VZr3oJoUJ4EZ5dwSZxBO0nRwrPHVdCe6tXX5Z3vIFFMnpdevg+YEyC3FBgJ/7fUrYqEA4myecg0ku72e6gs1oEdyN7+jc2kWMk2nCh2pX4j+DfFv/N06sj4R/mjTa0lK8+/oZZJP0/5VS0BfV9nx+7eObFQ3Pnw7G8MUfHKpBSPov69l3si/WWsPozAfjfG7Oh+2WDfuORKa26iyVbIf4DvlkIAWz3UkxMFPBXNOpjKkOtVsGK9SYbR3lBlQFQ8r47KLUSjHB5trPSTJCDf4at0lwEqF+ylp root@singlevm1-vm-4080973a-a675-4514-a6b6-30dce642b0a7 ssh-dss AAAAB3NzaC1kc3MAAACBAOUq5y65+oOYkt4KQYaQgINPxmHuSQFi0B0zHpS9u/N3SheRvnvBaLH7LMqT+FIN4ye2nkcckq4xi9RGgrjWQPNhhlQYQWUi6XRXCHKkjlrmgeuv4bm4rIrYPj7TelfL8TuEEqt/GR/rWoKH4iaFkYG9OEuU77lKJRWQbC4dLnznAAAAFQDBA0t+PJjk+JdGkfnR+EDPHqHpxQAAAIAVu5XTM49p3gZVdB2j43k+TsE0Zpi++vmRumKb4BKVN4LEVHDRtGogcK4HQ3CupTZ+jL3zF+NsMh5uLfSGvRXh622iQpNP6R9WdVVxzFUU+EMAgKVO+/YLpuGj29nPQb3yTWSFdWXOlXa4caiat/hPKgihzWrRF/Mud3DgLbxzrgAAAIAPhGu2X761nSmDcUtFPm04PW/nM3WDYkMny0tp6oe/xZ/WkgXjOC6XOz97gJbD1o8oewuSCfsNqElugRrMC2dxmHvyOtvbfjyf24F9HNweN6qdcfaUuMSm0tS83bTZ26IcRohyAO5Q4ABdUjNK/85VsIURbp4skR2GyvevdW8aAQ== root@singlevm1-vm-4080973a-a675-4514-a6b6-30dce642b0a7 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe7d:9515/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-4080973a-a675-4514-a6b6-30dce642b0a7 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.33 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-4080973a-a675-4514-a6b6-30dce642b0a7 login: 2018-08-23 16:47:42,073 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.214: timed out 2018-08-23 16:47:51,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 16:47:51,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 16:47:51,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:47:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd49040a-9a9b-48eb-b8ba-12224105614d x-compute-request-id: req-fd49040a-9a9b-48eb-b8ba-12224105614d Content-Encoding: gzip Content-Length: 9587 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 517943439 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.185939] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188253] pid_max: default: 32768 minimum: 301\n[ 0.189508] ACPI: Core revision 20150930\n[ 0.191211] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193038] Security Framework initialized\n[ 0.194187] Yama: becoming mindful.\n[ 0.195210] AppArmor: AppArmor initialized\n[ 0.196386] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198190] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.199937] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203513] Initializing cgroup subsys io\n[ 0.204664] Initializing cgroup subsys memory\n[ 0.205879] Initializing cgroup subsys devices\n[ 0.207105] Initializing cgroup subsys freezer\n[ 0.208317] Initializing cgroup subsys net_cls\n[ 0.209540] Initializing cgroup subsys perf_event\n[ 0.210808] Initializing cgroup subsys net_prio\n[ 0.212044] Initializing cgroup subsys hugetlb\n[ 0.213268] Initializing cgroup subsys pids\n[ 0.214468] CPU: Physical Processor ID: 0\n[ 0.216306] mce: CPU supports 10 MCE banks\n[ 0.217475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237182] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.243800] ftrace: allocating 31920 entries in 125 pages\n[ 0.269233] smpboot: Max logical packages: 1\n[ 0.270430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272327] x2apic enabled\n[ 0.273485] Switched APIC routing to physical x2apic.\n[ 0.275960] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.277512] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.280276] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.282765] KVM setup paravirtual spinlock\n[ 0.284376] x86: Booted up 1 node, 1 CPUs\n[ 0.285505] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.287419] devtmpfs: initialized\n[ 0.289410] evm: security.selinux\n[ 0.290385] evm: security.SMACK64\n[ 0.291355] evm: security.SMACK64EXEC\n[ 0.292403] evm: security.SMACK64TRANSMUTE\n[ 0.293533] evm: security.SMACK64MMAP\n[ 0.294568] evm: security.ima\n[ 0.295475] evm: security.capability\n[ 0.296581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299161] pinctrl core: initialized pinctrl subsystem\n[ 0.300680] RTC time: 16:47:32, date: 08/23/18\n[ 0.301991] NET: Registered protocol family 16\n[ 0.303353] cpuidle: using governor ladder\n[ 0.304512] cpuidle: using governor menu\n[ 0.305624] PCCT header not found.\n[ 0.306681] ACPI: bus type PCI registered\n[ 0.307801] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309501] PCI: Using configuration type 1 for base access\n[ 0.311688] ACPI: Added _OSI(Module Device)\n[ 0.312865] ACPI: Added _OSI(Processor Device)\n[ 0.314071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315320] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317526] ACPI: Interpreter enabled\n[ 0.318598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328881] ACPI: (supports S0 S5)\n[ 0.329873] ACPI: Using IOAPIC for interrupt routing\n[ 0.331192] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.335086] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336665] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.338359] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339993] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342999] acpiphp: Slot [3] registered\n[ 0.344098] acpiphp: Slot [4] registered\n[ 0.345205] acpiphp: Slot [5] registered\n[ 0.346314] acpiphp: Slot [6] registered\n[ 0.347423] acpiphp: Slot [7] registered\n[ 0.348534] acpiphp: Slot [8] registered\n[ 0.349649] acpiphp: Slot [9] registered\n[ 0.350753] acpiphp: Slot [10] registered\n[ 0.351888] acpiphp: Slot [11] registered\n[ 0.353021] acpiphp: Slot [12] registered\n[ 0.354148] acpiphp: Slot [13] registered\n[ 0.355265] acpiphp: Slot [14] registered\n[ 0.356398] acpiphp: Slot [15] registered\n[ 0.371957] acpiphp: Slot [16] registered\n[ 0.373103] acpiphp: Slot [17] registered\n[ 0.374235] acpiphp: Slot [18] registered\n[ 0.375365] acpiphp: Slot [19] registered\n[ 0.376507] acpiphp: Slot [20] registered\n[ 0.377639] acpiphp: Slot [21] registered\n[ 0.378768] acpiphp: Slot [22] registered\n[ 0.379898] acpiphp: Slot [23] registered\n[ 0.381035] acpiphp: Slot [24] registered\n[ 0.382172] acpiphp: Slot [25] registered\n[ 0.383305] acpiphp: Slot [26] registered\n[ 0.384428] acpiphp: Slot [27] registered\n[ 0.385572] acpiphp: Slot [28] registered\n[ 0.386705] acpiphp: Slot [29] registered\n[ 0.387839] acpiphp: Slot [30] registered\n[ 0.388974] acpiphp: Slot [31] registered\n[ 0.390105] PCI host bridge to bus 0000:00\n[ 0.391230] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.392909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.394583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.396603] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.398619] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.400683] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406471] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.408084] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409828] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.414211] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.416213] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.436654] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.438673] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.440634] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.442584] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.444524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.446264] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.448060] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.449517] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.451664] vgaarb: loaded\n[ 0.452509] vgaarb: bridge control possible 0000:00:02.0\n[ 0.454180] SCSI subsystem initialized\n[ 0.455452] ACPI: bus type USB registered\n[ 0.456609] usbcore: registered new interface driver usbfs\n[ 0.458027] usbcore: registered new interface driver hub\n[ 0.459430] usbcore: registered new device driver usb\n[ 0.460959] PCI: Using ACPI for IRQ routing\n[ 0.462501] NetLabel: Initializing\n[ 0.463500] NetLabel: domain hash size = 128\n[ 0.464679] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.465999] NetLabel: unlabeled traffic allowed by default\n[ 0.467598] clocksource: Switched to clocksource kvm-clock\n[ 0.477691] AppArmor: AppArmor Filesystem Enabled\n[ 0.479014] pnp: PnP ACPI init\n[ 0.480284] pnp: PnP ACPI: found 5 devices\n[ 0.487263] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.489641] NET: Registered protocol family 2\n[ 0.491075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.492862] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.494538] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.496211] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.497718] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.499340] NET: Registered protocol family 1\n[ 0.500563] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.502091] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.503608] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.518202] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.532875] Trying to unpack rootfs image as initramfs...\n[ 0.595866] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.600734] Scanning for low memory corruption every 60 seconds\n[ 0.602940] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.604572] audit: initializing netlink subsys (disabled)\n[ 0.606044] audit: type=2000 audit(1535042852.935:1): initialized\n[ 0.607977] Initialise system trusted keyring\n[ 0.609364] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.610976] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.613727] zbud: loaded\n[ 0.614743] VFS: Disk quotas dquot_6.6.0\n[ 0.615904] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.618102] fuse init (API version 7.23)\n[ 0.619361] Key type big_key registered\n[ 0.620520] Allocating IMA MOK and blacklist keyrings.\n[ 0.622230] Key type asymmetric registered\n[ 0.623375] Asymmetric key parser 'x509' registered\n[ 0.624712] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.626796] io scheduler noop registered\n[ 0.627906] io scheduler deadline registered (default)\n[ 0.629314] io scheduler cfq registered\n[ 0.630505] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.631961] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.633745] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.635807] ACPI: Power Button [PWRF]\n[ 0.637037] GHES: HEST is not enabled!\n[ 0.651169] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.680298] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.683176] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706895] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709982] Linux agpgart interface v0.103\n[ 0.713511] brd: module loaded\n[ 0.715785] loop: module loaded\n[ 0.720354] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.722367] GPT:90111 != 2097151\n[ 0.723309] GPT:Alternate GPT header not at the end of the disk.\n[ 0.724809] GPT:90111 != 2097151\n[ 0.725754] GPT: Use GNU Parted to correct GPT errors.\n[ 0.727088] vda: vda1 vda15\n[ 0.728746] scsi host0: ata_piix\n[ 0.729839] scsi host1: ata_piix\n[ 0.730850] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.732557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.734588] libphy: Fixed MDIO Bus: probed\n[ 0.735968] tun: Universal TUN/TAP device driver, 1.6\n[ 0.737333] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.740140] PPP generic driver version 2.4.2\n[ 0.741384] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.743031] ehci-pci: EHCI PCI platform driver\n[ 0.744313] ehci-platform: EHCI generic platform driver\n[ 0.745708] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.747275] ohci-pci: OHCI PCI platform driver\n[ 0.748497] ohci-platform: OHCI generic platform driver\n[ 0.749884] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764514] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765922] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767967] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.769396] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.771007] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.772716] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.774698] usb usb1: Product: UHCI Host Controller\n[ 0.775979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.777547] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778924] hub 1-0:1.0: USB hub found\n[ 0.780042] hub 1-0:1.0: 2 ports detected\n[ 0.781342] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.784264] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.785582] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786991] mousedev: PS/2 mouse device common for all mice\n[ 0.788710] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.791239] rtc_cmos 00:00: RTC can wake from S4\n[ 0.792799] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.794479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.796148] i2c /dev entries driver\n[ 0.797238] device-mapper: uevent: version 1.0.3\n[ 0.798564] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.800849] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.802733] NET: Registered protocol family 10\n[ 0.804329] NET: Registered protocol family 17\n[ 0.805570] Key type dns_resolver registered\n[ 0.806917] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.808455] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810914] registered taskstats version 1\n[ 0.812098] Loading compiled-in X.509 certificates\n[ 0.813942] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816560] zswap: loaded using pool lzo/zbud\n[ 0.818705] Key type trusted registered\n[ 0.820931] Key type encrypted registered\n[ 0.822080] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.823506] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824962] evm: HMAC attrs: 0x1\n[ 0.826266] Magic number: 14:673:793\n[ 0.827447] rtc_cmos 00:00: setting system clock to 2018-08-23 16:47:33 UTC (1535042853)\n[ 0.829699] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.831250] EDD information not available.\n[ 0.893120] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.909649] Write protecting the kernel read-only data: 14336k\n[ 0.912620] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.915106] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.073477] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.91. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC77VaMHK40mAe1CXuexoUqvatuUSzkTblQ6ha1KaIO2l6ZRJ6QxNL7VZr3oJoUJ4EZ5dwSZxBO0nRwrPHVdCe6tXX5Z3vIFFMnpdevg+YEyC3FBgJ/7fUrYqEA4myecg0ku72e6gs1oEdyN7+jc2kWMk2nCh2pX4j+DfFv/N06sj4R/mjTa0lK8+/oZZJP0/5VS0BfV9nx+7eObFQ3Pnw7G8MUfHKpBSPov69l3si/WWsPozAfjfG7Oh+2WDfuORKa26iyVbIf4DvlkIAWz3UkxMFPBXNOpjKkOtVsGK9SYbR3lBlQFQ8r47KLUSjHB5trPSTJCDf4at0lwEqF+ylp root@singlevm1-vm-4080973a-a675-4514-a6b6-30dce642b0a7\nssh-dss AAAAB3NzaC1kc3MAAACBAOUq5y65+oOYkt4KQYaQgINPxmHuSQFi0B0zHpS9u/N3SheRvnvBaLH7LMqT+FIN4ye2nkcckq4xi9RGgrjWQPNhhlQYQWUi6XRXCHKkjlrmgeuv4bm4rIrYPj7TelfL8TuEEqt/GR/rWoKH4iaFkYG9OEuU77lKJRWQbC4dLnznAAAAFQDBA0t+PJjk+JdGkfnR+EDPHqHpxQAAAIAVu5XTM49p3gZVdB2j43k+TsE0Zpi++vmRumKb4BKVN4LEVHDRtGogcK4HQ3CupTZ+jL3zF+NsMh5uLfSGvRXh622iQpNP6R9WdVVxzFUU+EMAgKVO+/YLpuGj29nPQb3yTWSFdWXOlXa4caiat/hPKgihzWrRF/Mud3DgLbxzrgAAAIAPhGu2X761nSmDcUtFPm04PW/nM3WDYkMny0tp6oe/xZ/WkgXjOC6XOz97gJbD1o8oewuSCfsNqElugRrMC2dxmHvyOtvbfjyf24F9HNweN6qdcfaUuMSm0tS83bTZ26IcRohyAO5Q4ABdUjNK/85VsIURbp4skR2GyvevdW8aAQ== root@singlevm1-vm-4080973a-a675-4514-a6b6-30dce642b0a7\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe7d:9515/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-4080973a-a675-4514-a6b6-30dce642b0a7\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.33 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-4080973a-a675-4514-a6b6-30dce642b0a7 login: "} 2018-08-23 16:47:51,220 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40/action used request id req-fd49040a-9a9b-48eb-b8ba-12224105614d 2018-08-23 16:47:51,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.13679599762s 2018-08-23 16:47:51,220 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40/action used request id req-fd49040a-9a9b-48eb-b8ba-12224105614d 2018-08-23 16:47:51,221 - 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 517943439 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.185939] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.188253] pid_max: default: 32768 minimum: 301 [ 0.189508] ACPI: Core revision 20150930 [ 0.191211] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.193038] Security Framework initialized [ 0.194187] Yama: becoming mindful. [ 0.195210] AppArmor: AppArmor initialized [ 0.196386] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.198190] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.199937] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201604] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203513] Initializing cgroup subsys io [ 0.204664] Initializing cgroup subsys memory [ 0.205879] Initializing cgroup subsys devices [ 0.207105] Initializing cgroup subsys freezer [ 0.208317] Initializing cgroup subsys net_cls [ 0.209540] Initializing cgroup subsys perf_event [ 0.210808] Initializing cgroup subsys net_prio [ 0.212044] Initializing cgroup subsys hugetlb [ 0.213268] Initializing cgroup subsys pids [ 0.214468] CPU: Physical Processor ID: 0 [ 0.216306] mce: CPU supports 10 MCE banks [ 0.217475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.218873] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.237182] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.243800] ftrace: allocating 31920 entries in 125 pages [ 0.269233] smpboot: Max logical packages: 1 [ 0.270430] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.272327] x2apic enabled [ 0.273485] Switched APIC routing to physical x2apic. [ 0.275960] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.277512] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.280276] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.282765] KVM setup paravirtual spinlock [ 0.284376] x86: Booted up 1 node, 1 CPUs [ 0.285505] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.287419] devtmpfs: initialized [ 0.289410] evm: security.selinux [ 0.290385] evm: security.SMACK64 [ 0.291355] evm: security.SMACK64EXEC [ 0.292403] evm: security.SMACK64TRANSMUTE [ 0.293533] evm: security.SMACK64MMAP [ 0.294568] evm: security.ima [ 0.295475] evm: security.capability [ 0.296581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299161] pinctrl core: initialized pinctrl subsystem [ 0.300680] RTC time: 16:47:32, date: 08/23/18 [ 0.301991] NET: Registered protocol family 16 [ 0.303353] cpuidle: using governor ladder [ 0.304512] cpuidle: using governor menu [ 0.305624] PCCT header not found. [ 0.306681] ACPI: bus type PCI registered [ 0.307801] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309501] PCI: Using configuration type 1 for base access [ 0.311688] ACPI: Added _OSI(Module Device) [ 0.312865] ACPI: Added _OSI(Processor Device) [ 0.314071] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315320] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317526] ACPI: Interpreter enabled [ 0.318598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.321179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.323743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.326316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.328881] ACPI: (supports S0 S5) [ 0.329873] ACPI: Using IOAPIC for interrupt routing [ 0.331192] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.335086] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.336665] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.338359] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.339993] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.342999] acpiphp: Slot [3] registered [ 0.344098] acpiphp: Slot [4] registered [ 0.345205] acpiphp: Slot [5] registered [ 0.346314] acpiphp: Slot [6] registered [ 0.347423] acpiphp: Slot [7] registered [ 0.348534] acpiphp: Slot [8] registered [ 0.349649] acpiphp: Slot [9] registered [ 0.350753] acpiphp: Slot [10] registered [ 0.351888] acpiphp: Slot [11] registered [ 0.353021] acpiphp: Slot [12] registered [ 0.354148] acpiphp: Slot [13] registered [ 0.355265] acpiphp: Slot [14] registered [ 0.356398] acpiphp: Slot [15] registered [ 0.371957] acpiphp: Slot [16] registered [ 0.373103] acpiphp: Slot [17] registered [ 0.374235] acpiphp: Slot [18] registered [ 0.375365] acpiphp: Slot [19] registered [ 0.376507] acpiphp: Slot [20] registered [ 0.377639] acpiphp: Slot [21] registered [ 0.378768] acpiphp: Slot [22] registered [ 0.379898] acpiphp: Slot [23] registered [ 0.381035] acpiphp: Slot [24] registered [ 0.382172] acpiphp: Slot [25] registered [ 0.383305] acpiphp: Slot [26] registered [ 0.384428] acpiphp: Slot [27] registered [ 0.385572] acpiphp: Slot [28] registered [ 0.386705] acpiphp: Slot [29] registered [ 0.387839] acpiphp: Slot [30] registered [ 0.388974] acpiphp: Slot [31] registered [ 0.390105] PCI host bridge to bus 0000:00 [ 0.391230] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.392909] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.394583] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.396603] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.398619] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.400683] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.404716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.406471] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.408084] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409828] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.414211] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.416213] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.436654] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.438673] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.440634] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.442584] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.444524] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.446264] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.448060] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.449517] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.451664] vgaarb: loaded [ 0.452509] vgaarb: bridge control possible 0000:00:02.0 [ 0.454180] SCSI subsystem initialized [ 0.455452] ACPI: bus type USB registered [ 0.456609] usbcore: registered new interface driver usbfs [ 0.458027] usbcore: registered new interface driver hub [ 0.459430] usbcore: registered new device driver usb [ 0.460959] PCI: Using ACPI for IRQ routing [ 0.462501] NetLabel: Initializing [ 0.463500] NetLabel: domain hash size = 128 [ 0.464679] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.465999] NetLabel: unlabeled traffic allowed by default [ 0.467598] clocksource: Switched to clocksource kvm-clock [ 0.477691] AppArmor: AppArmor Filesystem Enabled [ 0.479014] pnp: PnP ACPI init [ 0.480284] pnp: PnP ACPI: found 5 devices [ 0.487263] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.489641] NET: Registered protocol family 2 [ 0.491075] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.492862] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.494538] TCP: Hash tables configured (established 4096 bind 4096) [ 0.496211] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.497718] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.499340] NET: Registered protocol family 1 [ 0.500563] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.502091] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.503608] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.518202] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.532875] Trying to unpack rootfs image as initramfs... [ 0.595866] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.600734] Scanning for low memory corruption every 60 seconds [ 0.602940] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.604572] audit: initializing netlink subsys (disabled) [ 0.606044] audit: type=2000 audit(1535042852.935:1): initialized [ 0.607977] Initialise system trusted keyring [ 0.609364] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.610976] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.613727] zbud: loaded [ 0.614743] VFS: Disk quotas dquot_6.6.0 [ 0.615904] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.618102] fuse init (API version 7.23) [ 0.619361] Key type big_key registered [ 0.620520] Allocating IMA MOK and blacklist keyrings. [ 0.622230] Key type asymmetric registered [ 0.623375] Asymmetric key parser 'x509' registered [ 0.624712] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.626796] io scheduler noop registered [ 0.627906] io scheduler deadline registered (default) [ 0.629314] io scheduler cfq registered [ 0.630505] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.631961] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.633745] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.635807] ACPI: Power Button [PWRF] [ 0.637037] GHES: HEST is not enabled! [ 0.651169] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.680298] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.683176] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706895] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709982] Linux agpgart interface v0.103 [ 0.713511] brd: module loaded [ 0.715785] loop: module loaded [ 0.720354] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.722367] GPT:90111 != 2097151 [ 0.723309] GPT:Alternate GPT header not at the end of the disk. [ 0.724809] GPT:90111 != 2097151 [ 0.725754] GPT: Use GNU Parted to correct GPT errors. [ 0.727088] vda: vda1 vda15 [ 0.728746] scsi host0: ata_piix [ 0.729839] scsi host1: ata_piix [ 0.730850] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.732557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.734588] libphy: Fixed MDIO Bus: probed [ 0.735968] tun: Universal TUN/TAP device driver, 1.6 [ 0.737333] tun: (C) 1999-2004 Max Krasnyansky [ 0.740140] PPP generic driver version 2.4.2 [ 0.741384] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.743031] ehci-pci: EHCI PCI platform driver [ 0.744313] ehci-platform: EHCI generic platform driver [ 0.745708] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.747275] ohci-pci: OHCI PCI platform driver [ 0.748497] ohci-platform: OHCI generic platform driver [ 0.749884] uhci_hcd: USB Universal Host Controller Interface driver [ 0.764514] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.765922] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.767967] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.769396] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.771007] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.772716] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.774698] usb usb1: Product: UHCI Host Controller [ 0.775979] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.777547] usb usb1: SerialNumber: 0000:00:01.2 [ 0.778924] hub 1-0:1.0: USB hub found [ 0.780042] hub 1-0:1.0: 2 ports detected [ 0.781342] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.784264] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.785582] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.786991] mousedev: PS/2 mouse device common for all mice [ 0.788710] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.791239] rtc_cmos 00:00: RTC can wake from S4 [ 0.792799] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.794479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.796148] i2c /dev entries driver [ 0.797238] device-mapper: uevent: version 1.0.3 [ 0.798564] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.800849] ledtrig-cpu: registered to indicate activity on CPUs [ 0.802733] NET: Registered protocol family 10 [ 0.804329] NET: Registered protocol family 17 [ 0.805570] Key type dns_resolver registered [ 0.806917] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.808455] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.810914] registered taskstats version 1 [ 0.812098] Loading compiled-in X.509 certificates [ 0.813942] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.816560] zswap: loaded using pool lzo/zbud [ 0.818705] Key type trusted registered [ 0.820931] Key type encrypted registered [ 0.822080] AppArmor: AppArmor sha1 policy hashing enabled [ 0.823506] ima: No TPM chip found, activating TPM-bypass! [ 0.824962] evm: HMAC attrs: 0x1 [ 0.826266] Magic number: 14:673:793 [ 0.827447] rtc_cmos 00:00: setting system clock to 2018-08-23 16:47:33 UTC (1535042853) [ 0.829699] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.831250] EDD information not available. [ 0.893120] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.909649] Write protecting the kernel read-only data: 14336k [ 0.912620] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.915106] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.073477] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.91. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC77VaMHK40mAe1CXuexoUqvatuUSzkTblQ6ha1KaIO2l6ZRJ6QxNL7VZr3oJoUJ4EZ5dwSZxBO0nRwrPHVdCe6tXX5Z3vIFFMnpdevg+YEyC3FBgJ/7fUrYqEA4myecg0ku72e6gs1oEdyN7+jc2kWMk2nCh2pX4j+DfFv/N06sj4R/mjTa0lK8+/oZZJP0/5VS0BfV9nx+7eObFQ3Pnw7G8MUfHKpBSPov69l3si/WWsPozAfjfG7Oh+2WDfuORKa26iyVbIf4DvlkIAWz3UkxMFPBXNOpjKkOtVsGK9SYbR3lBlQFQ8r47KLUSjHB5trPSTJCDf4at0lwEqF+ylp root@singlevm1-vm-4080973a-a675-4514-a6b6-30dce642b0a7 ssh-dss AAAAB3NzaC1kc3MAAACBAOUq5y65+oOYkt4KQYaQgINPxmHuSQFi0B0zHpS9u/N3SheRvnvBaLH7LMqT+FIN4ye2nkcckq4xi9RGgrjWQPNhhlQYQWUi6XRXCHKkjlrmgeuv4bm4rIrYPj7TelfL8TuEEqt/GR/rWoKH4iaFkYG9OEuU77lKJRWQbC4dLnznAAAAFQDBA0t+PJjk+JdGkfnR+EDPHqHpxQAAAIAVu5XTM49p3gZVdB2j43k+TsE0Zpi++vmRumKb4BKVN4LEVHDRtGogcK4HQ3CupTZ+jL3zF+NsMh5uLfSGvRXh622iQpNP6R9WdVVxzFUU+EMAgKVO+/YLpuGj29nPQb3yTWSFdWXOlXa4caiat/hPKgihzWrRF/Mud3DgLbxzrgAAAIAPhGu2X761nSmDcUtFPm04PW/nM3WDYkMny0tp6oe/xZ/WkgXjOC6XOz97gJbD1o8oewuSCfsNqElugRrMC2dxmHvyOtvbfjyf24F9HNweN6qdcfaUuMSm0tS83bTZ26IcRohyAO5Q4ABdUjNK/85VsIURbp4skR2GyvevdW8aAQ== root@singlevm1-vm-4080973a-a675-4514-a6b6-30dce642b0a7 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe7d:9515/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-4080973a-a675-4514-a6b6-30dce642b0a7 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.33 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-4080973a-a675-4514-a6b6-30dce642b0a7 login: 2018-08-23 16:47:51,224 - paramiko.transport - DEBUG - starting thread (client mode): 0x7812b890L 2018-08-23 16:47:51,225 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 16:47:51,225 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-23 16:47:51,225 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-23 16:47:51,227 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 16:47:51,227 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 16:47:51,227 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-23 16:47:51,227 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 16:47:51,228 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 16:47:51,228 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 16:47:51,247 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 16:47:51,248 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 16:47:51,256 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.214: 9bcc38bbb8862042d9d5dcf1a4f79a70 2018-08-23 16:47:51,257 - paramiko.transport - DEBUG - Trying discovered key 0ad21bd1d10309b6df05521f812e26b8 in /tmp/tmp5mj3lS 2018-08-23 16:47:51,285 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 16:47:51,291 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-23 16:47:51,322 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-23 16:47:51,323 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-23 16:47:51,323 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-23 16:47:51,324 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-23 16:47:51,326 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-23 16:47:51,326 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-23 16:47:51,327 - functest.core.singlevm - DEBUG - error: 2018-08-23 16:47:51,331 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-23 16:47:51,435 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 16:47:51,436 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-23 16:47:51,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-23 16:47:51,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/a5a08681-9100-408a-a7c1-42e80a6ddef3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:52,703 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-27fb0012-dbf9-4271-bfbc-7d9f0a4d74d8 Content-Length: 0 Date: Thu, 23 Aug 2018 16:47:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:47:52,703 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/a5a08681-9100-408a-a7c1-42e80a6ddef3.json used request id req-27fb0012-dbf9-4271-bfbc-7d9f0a4d74d8 2018-08-23 16:47:52,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.26038098335s 2018-08-23 16:47:52,704 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/a5a08681-9100-408a-a7c1-42e80a6ddef3.json used request id req-27fb0012-dbf9-4271-bfbc-7d9f0a4d74d8 2018-08-23 16:47:52,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 16:47:52,709 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:53,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e5e7f98c-e888-4ea8-b09f-e8351b7f2ace Date: Thu, 23 Aug 2018 16:47:53 GMT RESP BODY: {"floatingips": []} 2018-08-23 16:47:53,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-e5e7f98c-e888-4ea8-b09f-e8351b7f2ace 2018-08-23 16:47:53,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.322005033493s 2018-08-23 16:47:53,031 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-e5e7f98c-e888-4ea8-b09f-e8351b7f2ace 2018-08-23 16:47:53,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 16:47:53,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:53,363 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:47:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-24f9f543-d9a2-4397-964f-d1308ffc7950 x-compute-request-id: req-24f9f543-d9a2-4397-964f-d1308ffc7950 Content-Type: application/json 2018-08-23 16:47:53,363 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40 used request id req-24f9f543-d9a2-4397-964f-d1308ffc7950 2018-08-23 16:47:53,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.33104300499s 2018-08-23 16:47:53,363 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40 used request id req-24f9f543-d9a2-4397-964f-d1308ffc7950 2018-08-23 16:47:53,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:47:53,366 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:54,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:47:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90c05b00-1125-44e4-9737-96badbc6233c x-compute-request-id: req-90c05b00-1125-44e4-9737-96badbc6233c Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_4080973a-a675-4514-a6b6-30dce642b0a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:95:15", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:95:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cfb65d27-2dca-404d-a0df-ef522edd9f40", "rel": "bookmark"}], "image": {"id": "75da4107-62a8-410f-a74c-b384fea67413", "links": [{"href": "http://172.30.9.27:8774/images/75da4107-62a8-410f-a74c-b384fea67413", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-23T16:47:32.000000", "flavor": {"id": "b1e3aa9b-f8c8-4317-9814-de1e098aac05", "links": [{"href": "http://172.30.9.27:8774/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05", "rel": "bookmark"}]}, "id": "cfb65d27-2dca-404d-a0df-ef522edd9f40", "security_groups": [{"name": "singlevm1-sg_4080973a-a675-4514-a6b6-30dce642b0a7"}], "user_id": "b1453aa607a54efaa69228b52438f26c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:47:53Z", "hostId": "3dd33fd68c9a6bc5079fc6f51b301309cf22f3df0a4f2cb248a07ffd", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_4080973a-a675-4514-a6b6-30dce642b0a7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_4080973a-a675-4514-a6b6-30dce642b0a7", "created": "2018-08-23T16:47:17Z", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:47:54,407 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-90c05b00-1125-44e4-9737-96badbc6233c 2018-08-23 16:47:54,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04346704483s 2018-08-23 16:47:54,408 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-90c05b00-1125-44e4-9737-96badbc6233c 2018-08-23 16:47:54,409 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:47:56,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:47:56,415 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:56,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:47:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-45a19c03-07a6-4347-ab35-7ba0d3d1afe5 x-compute-request-id: req-45a19c03-07a6-4347-ab35-7ba0d3d1afe5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-23 16:47:56,621 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-45a19c03-07a6-4347-ab35-7ba0d3d1afe5 2018-08-23 16:47:56,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.208927869797s 2018-08-23 16:47:56,621 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-45a19c03-07a6-4347-ab35-7ba0d3d1afe5 2018-08-23 16:47:56,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 16:47:56,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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:56,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-63e3aa49-17ec-4d77-a411-03d170923683 Date: Thu, 23 Aug 2018 16:47:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:45:15Z", "updated_at": "2018-08-23T16:45:15Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:15Z", "revision_number": 0, "id": "1a48f5d9-e611-4fa1-b54e-2aeac0390b09", "remote_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:15Z", "security_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:15Z", "revision_number": 0, "id": "421bf33f-1e30-4329-baff-6534a95ca548", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:15Z", "security_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:15Z", "revision_number": 0, "id": "cc901d50-1854-4013-93c2-035a3401bffe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:15Z", "security_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:15Z", "revision_number": 0, "id": "dbb70160-ff6c-41af-a081-a8c6ea1291f1", "remote_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:15Z", "security_group_id": "325534f5-fd35-49b9-b40d-687d7852aa77", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}], "revision_number": 1, "project_id": "d7e8705e28c14b6588e6b073f23f47ec", "id": "325534f5-fd35-49b9-b40d-687d7852aa77", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "created_at": "2018-08-23T16:46:31Z", "updated_at": "2018-08-23T16:46:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:46:31Z", "revision_number": 0, "id": "0bff29c6-a23f-4360-9b23-ed176c5a91c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:46:31Z", "security_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a9f5e362be74c8ea67669f713ce22a2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:46:31Z", "revision_number": 0, "id": "406038e8-b104-4020-b6fc-92a48f481b5c", "remote_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "remote_ip_prefix": null, "created_at": "2018-08-23T16:46:31Z", "security_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a9f5e362be74c8ea67669f713ce22a2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:46:31Z", "revision_number": 0, "id": "481f32b0-5fce-4a68-aaf2-9d24eb7ad5f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:46:31Z", "security_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a9f5e362be74c8ea67669f713ce22a2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:46:31Z", "revision_number": 0, "id": "92b00f38-c61f-4c5d-95d6-f7284e370161", "remote_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "remote_ip_prefix": null, "created_at": "2018-08-23T16:46:31Z", "security_group_id": "4032bd45-644b-401b-adbe-dfb533305e40", "tenant_id": "8a9f5e362be74c8ea67669f713ce22a2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a9f5e362be74c8ea67669f713ce22a2"}], "revision_number": 1, "project_id": "8a9f5e362be74c8ea67669f713ce22a2", "id": "4032bd45-644b-401b-adbe-dfb533305e40", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f510d54cf55042578e4d20bdb8ff3bb7", "created_at": "2018-08-23T16:41:41Z", "updated_at": "2018-08-23T16:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:41:41Z", "revision_number": 0, "id": "15a37471-cfb6-47e7-8022-5dcb3830ae43", "remote_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "remote_ip_prefix": null, "created_at": "2018-08-23T16:41:41Z", "security_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "tenant_id": "f510d54cf55042578e4d20bdb8ff3bb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f510d54cf55042578e4d20bdb8ff3bb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:41:41Z", "revision_number": 0, "id": "ae68f3ee-f7a2-4bb5-9bc4-5a628dfd095f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:41:41Z", "security_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "tenant_id": "f510d54cf55042578e4d20bdb8ff3bb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f510d54cf55042578e4d20bdb8ff3bb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:41:41Z", "revision_number": 0, "id": "cfa59d33-4675-4c7a-bb2f-d71a3f010673", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:41:41Z", "security_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "tenant_id": "f510d54cf55042578e4d20bdb8ff3bb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f510d54cf55042578e4d20bdb8ff3bb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:41:41Z", "revision_number": 0, "id": "f4943931-40d2-4a81-8177-efa4d2669375", "remote_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "remote_ip_prefix": null, "created_at": "2018-08-23T16:41:41Z", "security_group_id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "tenant_id": "f510d54cf55042578e4d20bdb8ff3bb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f510d54cf55042578e4d20bdb8ff3bb7"}], "revision_number": 1, "project_id": "f510d54cf55042578e4d20bdb8ff3bb7", "id": "6086a1e3-dc0a-4f6f-a15a-79377defb833", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:47:09Z", "updated_at": "2018-08-23T16:47:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:47:10Z", "revision_number": 0, "id": "09b1e6a4-a996-4579-b554-12b19cea648b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:47:10Z", "security_group_id": "e287d4c3-227b-4050-82a5-77fd838e4370", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T16:47:09Z", "revision_number": 0, "id": "39ce593e-2017-4d00-bf30-b3ab0384b78f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:47:09Z", "security_group_id": "e287d4c3-227b-4050-82a5-77fd838e4370", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:47:09Z", "revision_number": 0, "id": "887a76f1-fe12-4701-833d-4ec9d1788962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:47:09Z", "security_group_id": "e287d4c3-227b-4050-82a5-77fd838e4370", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:47:09Z", "revision_number": 0, "id": "f4a2734a-8c50-41cc-a904-858c8db5a4ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:47:09Z", "security_group_id": "e287d4c3-227b-4050-82a5-77fd838e4370", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "d7e8705e28c14b6588e6b073f23f47ec"}], "revision_number": 3, "project_id": "d7e8705e28c14b6588e6b073f23f47ec", "id": "e287d4c3-227b-4050-82a5-77fd838e4370", "name": "singlevm1-sg_4080973a-a675-4514-a6b6-30dce642b0a7"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-23T16:45:18Z", "updated_at": "2018-08-23T16:45:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:18Z", "revision_number": 0, "id": "43aaeb2a-d6ef-441b-a3b5-f4a6edf5b30a", "remote_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:18Z", "security_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:18Z", "revision_number": 0, "id": "a7b55f24-e85c-41a9-b3bc-cf33711e7681", "remote_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:18Z", "security_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:18Z", "revision_number": 0, "id": "e4f98a7b-2f6b-4758-8ff3-a015b90770c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:18Z", "security_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:18Z", "revision_number": 0, "id": "e7073ae5-6c61-4a9f-b27e-1a1c46b109cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:18Z", "security_group_id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "e2aad925-af9e-4e2c-8b06-b406f61663a7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "created_at": "2018-08-23T16:45:40Z", "updated_at": "2018-08-23T16:45:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:40Z", "revision_number": 0, "id": "3b73e888-f1ee-4c00-8c10-589b597aaee2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:40Z", "security_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ea9c36f52574ffbacfebe966df6ad4e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:40Z", "revision_number": 0, "id": "c166e95a-e4bb-4f97-888d-841a05be3f62", "remote_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:40Z", "security_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ea9c36f52574ffbacfebe966df6ad4e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:40Z", "revision_number": 0, "id": "ce37ff98-84a9-4ad2-b119-a4e46db44572", "remote_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:40Z", "security_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ea9c36f52574ffbacfebe966df6ad4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:45:40Z", "revision_number": 0, "id": "d7a4805a-cebd-406c-81d8-0bb62e5f3f08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:45:40Z", "security_group_id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "tenant_id": "6ea9c36f52574ffbacfebe966df6ad4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ea9c36f52574ffbacfebe966df6ad4e"}], "revision_number": 1, "project_id": "6ea9c36f52574ffbacfebe966df6ad4e", "id": "e91c4fdc-bb8f-4d54-8a67-d232387fcf99", "name": "default"}]} 2018-08-23 16:47:56,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-63e3aa49-17ec-4d77-a411-03d170923683 2018-08-23 16:47:56,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.241151094437s 2018-08-23 16:47:56,866 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-63e3aa49-17ec-4d77-a411-03d170923683 2018-08-23 16:47:56,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-23 16:47:56,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/e287d4c3-227b-4050-82a5-77fd838e4370.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:57,065 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-261ca03a-4078-4060-8aa6-b042f7720c62 Content-Length: 0 Date: Thu, 23 Aug 2018 16:47:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:47:57,065 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/e287d4c3-227b-4050-82a5-77fd838e4370.json used request id req-261ca03a-4078-4060-8aa6-b042f7720c62 2018-08-23 16:47:57,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.195349931717s 2018-08-23 16:47:57,066 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/e287d4c3-227b-4050-82a5-77fd838e4370.json used request id req-261ca03a-4078-4060-8aa6-b042f7720c62 2018-08-23 16:47:57,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-23 16:47:57,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/singlevm1-kp_4080973a-a675-4514-a6b6-30dce642b0a7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:57,155 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 16:47: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-fad9501c-212a-4e9e-932e-70479b964ae0 x-compute-request-id: req-fad9501c-212a-4e9e-932e-70479b964ae0 Content-Length: 0 Content-Type: application/json 2018-08-23 16:47:57,155 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm1-kp_4080973a-a675-4514-a6b6-30dce642b0a7 used request id req-fad9501c-212a-4e9e-932e-70479b964ae0 2018-08-23 16:47:57,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0885260105133s 2018-08-23 16:47:57,155 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm1-kp_4080973a-a675-4514-a6b6-30dce642b0a7 used request id req-fad9501c-212a-4e9e-932e-70479b964ae0 2018-08-23 16:47:57,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 16:47:57,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9eddea53-529f-4fc7-9682-849c2c395f84/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" -d '{"subnet_id": "0777ee13-a15f-4bee-a655-49cb7e296698"}' 2018-08-23 16:47:58,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4bb58340-e0ba-4822-b793-3a24d0ea530d Date: Thu, 23 Aug 2018 16:47:58 GMT RESP BODY: {"network_id": "6f12a37d-11e7-45c3-851d-73c46d27f949", "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "subnet_id": "0777ee13-a15f-4bee-a655-49cb7e296698", "subnet_ids": ["0777ee13-a15f-4bee-a655-49cb7e296698"], "port_id": "bde2a232-81e1-459f-aac9-f2cf3710dce3", "id": "9eddea53-529f-4fc7-9682-849c2c395f84"} 2018-08-23 16:47:58,907 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9eddea53-529f-4fc7-9682-849c2c395f84/remove_router_interface.json used request id req-4bb58340-e0ba-4822-b793-3a24d0ea530d 2018-08-23 16:47:58,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.75180411339s 2018-08-23 16:47:58,908 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9eddea53-529f-4fc7-9682-849c2c395f84/remove_router_interface.json used request id req-4bb58340-e0ba-4822-b793-3a24d0ea530d returning object 9eddea53-529f-4fc7-9682-849c2c395f84 2018-08-23 16:47:58,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 16:47:58,909 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:47:59,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-b9e628c3-af1e-46de-98a3-f1f2ae9ef087 Date: Thu, 23 Aug 2018 16:47:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01259dc7-ca29-4644-acb8-ac06eafbe8b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "d7e8705e28c14b6588e6b073f23f47ec", "created_at": "2018-08-23T16:47:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T16:47:58Z", "revision_number": 4, "routes": [], "project_id": "d7e8705e28c14b6588e6b073f23f47ec", "id": "9eddea53-529f-4fc7-9682-849c2c395f84", "name": "singlevm1-router_4080973a-a675-4514-a6b6-30dce642b0a7"}]} 2018-08-23 16:47:59,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-b9e628c3-af1e-46de-98a3-f1f2ae9ef087 2018-08-23 16:47:59,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.127655029297s 2018-08-23 16:47:59,036 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-b9e628c3-af1e-46de-98a3-f1f2ae9ef087 2018-08-23 16:47:59,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 16:47:59,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/9eddea53-529f-4fc7-9682-849c2c395f84.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:48:00,590 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-581d17ff-0cea-4544-8b30-1dd126ed96c4 Content-Length: 0 Date: Thu, 23 Aug 2018 16:48:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:48:00,591 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9eddea53-529f-4fc7-9682-849c2c395f84.json used request id req-581d17ff-0cea-4544-8b30-1dd126ed96c4 2018-08-23 16:48:00,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.55301785469s 2018-08-23 16:48:00,591 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9eddea53-529f-4fc7-9682-849c2c395f84.json used request id req-581d17ff-0cea-4544-8b30-1dd126ed96c4 2018-08-23 16:48:00,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 16:48:00,592 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:48:00,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-5746e6dd-a7d5-41a3-a4fd-0c7e2e8f79c4 Date: Thu, 23 Aug 2018 16:48:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f5b34b9c-dd33-46b5-9947-17506958773d","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:47Z","dns_nameservers":[],"updated_at":"2018-08-23T16:41:47Z","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":"f510d54cf55042578e4d20bdb8ff3bb7","id":"01259dc7-ca29-4644-acb8-ac06eafbe8b0","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f12a37d-11e7-45c3-851d-73c46d27f949","tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:47:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:47:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d7e8705e28c14b6588e6b073f23f47ec","id":"0777ee13-a15f-4bee-a655-49cb7e296698","subnetpool_id":null,"name":"singlevm1-subnet_4080973a-a675-4514-a6b6-30dce642b0a7"}]} 2018-08-23 16:48:00,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-5746e6dd-a7d5-41a3-a4fd-0c7e2e8f79c4 2018-08-23 16:48:00,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.347052097321s 2018-08-23 16:48:00,939 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-5746e6dd-a7d5-41a3-a4fd-0c7e2e8f79c4 2018-08-23 16:48:00,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 16:48:00,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/0777ee13-a15f-4bee-a655-49cb7e296698.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:48:03,278 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-18c5baf5-23f3-4c63-b167-98d71e97f90e Date: Thu, 23 Aug 2018 16:48:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:48:03,278 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/0777ee13-a15f-4bee-a655-49cb7e296698.json used request id req-18c5baf5-23f3-4c63-b167-98d71e97f90e 2018-08-23 16:48:03,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.33753204346s 2018-08-23 16:48:03,279 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/0777ee13-a15f-4bee-a655-49cb7e296698.json used request id req-18c5baf5-23f3-4c63-b167-98d71e97f90e 2018-08-23 16:48:03,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:48:03,280 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:48:03,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-ef5c8b43-4a99-4c26-a2e0-bd6d67b7eb45 Date: Thu, 23 Aug 2018 16:48:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6f12a37d-11e7-45c3-851d-73c46d27f949","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d7e8705e28c14b6588e6b073f23f47ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T16:48:03Z","provider:segmentation_id":70,"name":"singlevm1-net_4080973a-a675-4514-a6b6-30dce642b0a7","admin_state_up":true,"tenant_id":"d7e8705e28c14b6588e6b073f23f47ec","created_at":"2018-08-23T16:46:59Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:48:03,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ef5c8b43-4a99-4c26-a2e0-bd6d67b7eb45 2018-08-23 16:48:03,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0940878391266s 2018-08-23 16:48:03,374 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ef5c8b43-4a99-4c26-a2e0-bd6d67b7eb45 2018-08-23 16:48:03,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 16:48:03,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/6f12a37d-11e7-45c3-851d-73c46d27f949.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:48:04,948 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-024900bb-5195-4b7f-b59c-27991e5ff1db Date: Thu, 23 Aug 2018 16:48:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:48:04,948 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/6f12a37d-11e7-45c3-851d-73c46d27f949.json used request id req-024900bb-5195-4b7f-b59c-27991e5ff1db 2018-08-23 16:48:04,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.57367706299s 2018-08-23 16:48:04,949 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/6f12a37d-11e7-45c3-851d-73c46d27f949.json used request id req-024900bb-5195-4b7f-b59c-27991e5ff1db 2018-08-23 16:48:04,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:48:04,957 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:48:05,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-45ab41ab-6683-40c1-bafa-aaf4ba9fa048 Date: Thu, 23 Aug 2018 16:48:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:47:06Z", "file": "/v2/images/75da4107-62a8-410f-a74c-b384fea67413/file", "owner": "d7e8705e28c14b6588e6b073f23f47ec", "id": "75da4107-62a8-410f-a74c-b384fea67413", "size": 12716032, "self": "/v2/images/75da4107-62a8-410f-a74c-b384fea67413", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/75da4107-62a8-410f-a74c-b384fea67413/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/75da4107-62a8-410f-a74c-b384fea67413/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_4080973a-a675-4514-a6b6-30dce642b0a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_4080973a-a675-4514-a6b6-30dce642b0a7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:47:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:48:05,723 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-45ab41ab-6683-40c1-bafa-aaf4ba9fa048 2018-08-23 16:48:05,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.769771099091s 2018-08-23 16:48:05,723 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-45ab41ab-6683-40c1-bafa-aaf4ba9fa048 2018-08-23 16:48:05,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 16:48:05,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/75da4107-62a8-410f-a74c-b384fea67413 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:48:06,488 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cfa4073e-92a3-43d5-a09c-e9c9a94675e1 Date: Thu, 23 Aug 2018 16:48:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 16:48:06,488 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/75da4107-62a8-410f-a74c-b384fea67413 used request id req-cfa4073e-92a3-43d5-a09c-e9c9a94675e1 2018-08-23 16:48:06,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.763184070587s 2018-08-23 16:48:06,489 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/75da4107-62a8-410f-a74c-b384fea67413 used request id req-cfa4073e-92a3-43d5-a09c-e9c9a94675e1 2018-08-23 16:48:06,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 16:48:06,492 - 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.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:48:06,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3fb0aeac-6066-460c-b740-796c559493b5 x-compute-request-id: req-3fb0aeac-6066-460c-b740-796c559493b5 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_4080973a-a675-4514-a6b6-30dce642b0a7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05", "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": "b1e3aa9b-f8c8-4317-9814-de1e098aac05"}]} 2018-08-23 16:48:06,636 - 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-3fb0aeac-6066-460c-b740-796c559493b5 2018-08-23 16:48:06,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.146917104721s 2018-08-23 16:48:06,637 - 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-3fb0aeac-6066-460c-b740-796c559493b5 2018-08-23 16:48:06,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 16:48:06,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}252ffcf75bc2ba0ecaf965848ba9daa8318efd39" 2018-08-23 16:48:06,680 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 16:48:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f36b6bdc-02cc-457c-8423-07797d3a37cf x-compute-request-id: req-f36b6bdc-02cc-457c-8423-07797d3a37cf Content-Length: 0 Content-Type: application/json 2018-08-23 16:48:06,680 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05 used request id req-f36b6bdc-02cc-457c-8423-07797d3a37cf 2018-08-23 16:48:06,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0422518253326s 2018-08-23 16:48:06,681 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b1e3aa9b-f8c8-4317-9814-de1e098aac05 used request id req-f36b6bdc-02cc-457c-8423-07797d3a37cf 2018-08-23 16:48:06,734 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-23 16:48:06,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 16:48:06,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 16:48:06,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 16:48:06,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 16:48:06,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 16:48:06,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 16:48:06,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 16:48:06,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 16:48:06,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 16:48:06,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 16:48:06,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 16:48:06,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 16:48:06,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 16:48:06,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 16:48:06,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 16:48:06,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 16:48:06,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 16:48:06,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 16:48:06,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 16:48:06,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 16:48:06,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 16:48:06,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 16:48:06,778 - 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.15" 2018-08-23 16:48:06,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac7225c2-33a0-4315-99bc-e89ace3c0e8d 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-08-23 16:48:06,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ac7225c2-33a0-4315-99bc-e89ace3c0e8d 2018-08-23 16:48:06,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-23 16:48:07,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe32a2cf26fd41b481ea95c3cb6044f3", "name": "admin"}, {"id": "189560f2cf1f4723bdcde8ff2d58961d", "name": "reader"}, {"id": "e1da4c864a6340bc99d295f749d20cea", "name": "member"}], "expires_at": "2018-08-23T17:48:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7e8705e28c14b6588e6b073f23f47ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0947cefd6929425c82ff8c377bec236e"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c9541338952418381f03516e1913314"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85139d298b1a417d83cc0ef62894001a"}], "type": "metric", "id": "06b0754cc1d94df5acd81c64739816f6", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03bf24de52c045d3b31f7f0609069d4f"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fb4854511c948b7b992695d9c663703"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddd2ef04d6f5424a8e81d47aa341395f"}], "type": "image", "id": "0f62b8068edd4317bbae64a5becc371c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55d7cb1da102480786b94557dad33331"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a099e06cda74e91a274545015df1853"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7eff45ecb68a4808b8ef3697e654ff65"}], "type": "identity", "id": "272f73774f6b4c4285ed51848d6127d2", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "528e16db335b4c8a9ac4d4df81e8da2d"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6cd7980d202041cd8a9b11cfbde98fd9"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fbe5677bbdf415282003f2c57ebc34f"}], "type": "volumev2", "id": "2ac504ed4c0246eba5e43b5021c70c83", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "324cd438aee04d498c99bfa81596e77e", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dd59018c1844ae9a4751abaa4a0eac5"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66d37c61668b45b2802dce6c2127dd05"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8968bc693dd849119f6491283bb8559b"}], "type": "orchestration", "id": "3442d911981c4470becf9bf9b07f5089", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "663f51340f84474bb708ee51ca1788a8"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e825951717b44799fe1e47adffd2b4e"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "77cd0aaf5b6a40e89d377f2c23096a10"}], "type": "volumev3", "id": "3644adec36ed46a2a1ae6393f2ade749", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.44:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2072a54b555141488ed29c328a8ef70d"}, {"url": "http://12.0.0.44:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7a3715aeb814134942f827c4368df4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8d7035ad8a64c2ca33c9d87b85b1e94"}], "type": "object-store", "id": "5d760db4f6f8462c95f24a9983b8a5cb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "180023267a7a44f2968962a846c62698"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dd875f6283649a6806833ec94ee3c08"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb221e116b804024b0a3fc99fc8b522d"}], "type": "placement", "id": "6f505d0f7d0f43cba19666d74864216d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32a72c74ab704f218a500e80f51328a0"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "749737d6fd584d9db394e34e1f5c4ae3"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0a7d67e5540493ab99c111d2d127730"}], "type": "cloudformation", "id": "7a2becc7a7fe491aac7cd2b48e9e4382", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23ae9c3d3fc14f0b8a8cf092cc9d8d5b"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8961e3f130734e26bf63efceb59ce730"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce54a2a54b3e44389232576a478e456b"}], "type": "event", "id": "7b67f1955527413faf177552b6666117", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ba0c2980354d44b09d71b9111cf749"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "764a6d0bbf5740709ac7b1394e2bc780"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b44d8c8f00384d5bbc22a68560d0de3a"}], "type": "compute", "id": "962585d3d4864ed980285c16c72f262e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58a69bd2f6f342c7992bfd45c9d00c47"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d83e26faed5241b195c86c21a3d747db"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8a0a3f5ecc2467b9f24cb7109214c4e"}], "type": "network", "id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e8011ce624f4dd39d54e26a513f6d97"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f9b94ac44614d3783015ba93fdb5e18"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb32c911de7b41e39fa2214417b31b4b"}], "type": "volume", "id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "355d62929efe4bfe90c9426416e45ec7"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "510ec66bfc684670943561577c499e47"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6bd6022bf2b4a9fbfae16fdc4e6c13a"}], "type": "alarming", "id": "d9d87a4ac8ae467c9634f5d1baf3635c", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b1453aa607a54efaa69228b52438f26c"}, "audit_ids": ["2peRrIauSi6Iuu9eYU-RNQ"], "issued_at": "2018-08-23T16:48:07.000000Z"}} 2018-08-23 16:48:07,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:48:07,190 - 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.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:48:07,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-39b49685-cc7b-429a-acec-e0afbb0328a2 Date: Thu, 23 Aug 2018 16:48:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:48:07,551 - 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-39b49685-cc7b-429a-acec-e0afbb0328a2 2018-08-23 16:48:07,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.361554861069s 2018-08-23 16:48:07,551 - 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-39b49685-cc7b-429a-acec-e0afbb0328a2 2018-08-23 16:48:07,555 - 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.15" 2018-08-23 16:48:07,561 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 16:48:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-830132c1-ca8f-451d-95dc-79324718d8bb 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-08-23 16:48:07,561 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-830132c1-ca8f-451d-95dc-79324718d8bb 2018-08-23 16:48:07,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 16:48:07,565 - 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.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:48:07,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-485f2a31-447d-4c5f-9a37-a7e0330a9660 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/fad46a1b983b4798bee38d10b68c191b"}, "tags": [], "enabled": true, "id": "fad46a1b983b4798bee38d10b68c191b", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 16:48:07,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-485f2a31-447d-4c5f-9a37-a7e0330a9660 2018-08-23 16:48:07,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.203310012817s 2018-08-23 16:48:07,765 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-485f2a31-447d-4c5f-9a37-a7e0330a9660 2018-08-23 16:48:07,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 16:48:07,776 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}}' 2018-08-23 16:48:08,035 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 16:48:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de6cff02-b601-49be-8da6-8a004f33583e 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/7a065387159c46f0aed59201d2dd5390"}, "tags": [], "enabled": true, "id": "7a065387159c46f0aed59201d2dd5390", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}} 2018-08-23 16:48:08,035 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-de6cff02-b601-49be-8da6-8a004f33583e 2018-08-23 16:48:08,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.262887954712s 2018-08-23 16:48:08,036 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-de6cff02-b601-49be-8da6-8a004f33583e 2018-08-23 16:48:08,036 - 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'7a065387159c46f0aed59201d2dd5390', '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_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae'}) 2018-08-23 16:48:08,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 16:48:08,046 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "4d45fa75-ee90-4ca6-8ffd-f79e8bf4f7af", "email": null, "name": "singlevm2-user_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}}' 2018-08-23 16:48:08,539 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 16:48:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42ae1f18-6c56-4956-b0fd-61751c29780c Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "links": {"self": "http://172.30.9.27:5000/v3/users/96b4a5ca34e0439a846c8f31e1c490de"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "96b4a5ca34e0439a846c8f31e1c490de", "domain_id": "default", "password_expires_at": null}} 2018-08-23 16:48:08,539 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-42ae1f18-6c56-4956-b0fd-61751c29780c 2018-08-23 16:48:08,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.496659994125s 2018-08-23 16:48:08,539 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-42ae1f18-6c56-4956-b0fd-61751c29780c 2018-08-23 16:48:08,540 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'96b4a5ca34e0439a846c8f31e1c490de', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae'}) 2018-08-23 16:48:08,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 16:48:08,547 - 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.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:48:08,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7371af8-0ff3-4eda-a763-50aa83bd2d5e Content-Encoding: gzip Content-Length: 380 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": "189560f2cf1f4723bdcde8ff2d58961d", "links": {"self": "http://172.30.9.27:5000/v3/roles/189560f2cf1f4723bdcde8ff2d58961d"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d3334609bc184fbf9f1d98111d1930d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/d3334609bc184fbf9f1d98111d1930d0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e1da4c864a6340bc99d295f749d20cea", "links": {"self": "http://172.30.9.27:5000/v3/roles/e1da4c864a6340bc99d295f749d20cea"}, "name": "member"}, {"domain_id": null, "id": "f7f6fa325cff45838024c45a66344a1a", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7f6fa325cff45838024c45a66344a1a"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "fa8a6d023e7d475492442e05cb0838c5", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa8a6d023e7d475492442e05cb0838c5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fe32a2cf26fd41b481ea95c3cb6044f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}, "name": "admin"}]} 2018-08-23 16:48:08,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b7371af8-0ff3-4eda-a763-50aa83bd2d5e 2018-08-23 16:48:08,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201136827469s 2018-08-23 16:48:08,745 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b7371af8-0ff3-4eda-a763-50aa83bd2d5e 2018-08-23 16:48:08,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 16:48:08,753 - 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.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:48:08,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fdcdfd5-5314-4d1b-b2fe-0f27eed36bfc Content-Encoding: gzip Content-Length: 380 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": "189560f2cf1f4723bdcde8ff2d58961d", "links": {"self": "http://172.30.9.27:5000/v3/roles/189560f2cf1f4723bdcde8ff2d58961d"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d3334609bc184fbf9f1d98111d1930d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/d3334609bc184fbf9f1d98111d1930d0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e1da4c864a6340bc99d295f749d20cea", "links": {"self": "http://172.30.9.27:5000/v3/roles/e1da4c864a6340bc99d295f749d20cea"}, "name": "member"}, {"domain_id": null, "id": "f7f6fa325cff45838024c45a66344a1a", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7f6fa325cff45838024c45a66344a1a"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "fa8a6d023e7d475492442e05cb0838c5", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa8a6d023e7d475492442e05cb0838c5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fe32a2cf26fd41b481ea95c3cb6044f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}, "name": "admin"}]} 2018-08-23 16:48:08,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0fdcdfd5-5314-4d1b-b2fe-0f27eed36bfc 2018-08-23 16:48:08,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181432962418s 2018-08-23 16:48:08,932 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0fdcdfd5-5314-4d1b-b2fe-0f27eed36bfc 2018-08-23 16:48:08,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 16:48:08,940 - 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.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:48:09,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f05b155-393c-4e16-871d-e26feba1c6b3 Content-Encoding: gzip Content-Length: 380 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": "189560f2cf1f4723bdcde8ff2d58961d", "links": {"self": "http://172.30.9.27:5000/v3/roles/189560f2cf1f4723bdcde8ff2d58961d"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d3334609bc184fbf9f1d98111d1930d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/d3334609bc184fbf9f1d98111d1930d0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e1da4c864a6340bc99d295f749d20cea", "links": {"self": "http://172.30.9.27:5000/v3/roles/e1da4c864a6340bc99d295f749d20cea"}, "name": "member"}, {"domain_id": null, "id": "f7f6fa325cff45838024c45a66344a1a", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7f6fa325cff45838024c45a66344a1a"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "fa8a6d023e7d475492442e05cb0838c5", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa8a6d023e7d475492442e05cb0838c5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fe32a2cf26fd41b481ea95c3cb6044f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}, "name": "admin"}]} 2018-08-23 16:48:09,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6f05b155-393c-4e16-871d-e26feba1c6b3 2018-08-23 16:48:09,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201637983322s 2018-08-23 16:48:09,138 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6f05b155-393c-4e16-871d-e26feba1c6b3 2018-08-23 16:48:09,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 16:48:09,146 - 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.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:48:09,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49f4f1b5-a2e0-46b7-bf4a-895a63c30ea9 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-08-23 16:48:09,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-49f4f1b5-a2e0-46b7-bf4a-895a63c30ea9 2018-08-23 16:48:09,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.215815067291s 2018-08-23 16:48:09,359 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-49f4f1b5-a2e0-46b7-bf4a-895a63c30ea9 2018-08-23 16:48:09,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 16:48:09,363 - 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.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:48:09,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30884786-e94f-40ac-b663-b02bb2d86acc Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/0fb6bc394efe4de0842e2bf336ccd4ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0fb6bc394efe4de0842e2bf336ccd4ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/2a4c0b3a7c9641559d5604c3717d25b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a4c0b3a7c9641559d5604c3717d25b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/2fed34fbd5cd4650bfa495a428709fe4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2fed34fbd5cd4650bfa495a428709fe4", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/3317a35d48634d8f88476b50a9b7ace5"}, "domain_id": "fad46a1b983b4798bee38d10b68c191b", "enabled": true, "options": {}, "id": "3317a35d48634d8f88476b50a9b7ace5", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/4539671e82c8450e9b0511fb70f3a348"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4539671e82c8450e9b0511fb70f3a348", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/5cf161c17e8e4ad5845b79c4ac9ba186"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5cf161c17e8e4ad5845b79c4ac9ba186", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/5d27bc799c654c78a530dd0b2fc30701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d27bc799c654c78a530dd0b2fc30701", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/6d21aee7f48c4e29aab1e452c68b276f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d21aee7f48c4e29aab1e452c68b276f", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/795ca1936f824a5f9f2ce1b88e1ee04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "795ca1936f824a5f9f2ce1b88e1ee04a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8aba8fdc78d24d5795d912b0b6ce2737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8aba8fdc78d24d5795d912b0b6ce2737", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "singlevm2-user_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "links": {"self": "http://172.30.9.27:5000/v3/users/96b4a5ca34e0439a846c8f31e1c490de"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "96b4a5ca34e0439a846c8f31e1c490de", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/afa90be81a524580ac3818a7556b0470"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa90be81a524580ac3818a7556b0470", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b05f064fe4684bbfa3538e65cda2b20e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b05f064fe4684bbfa3538e65cda2b20e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b1453aa607a54efaa69228b52438f26c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1453aa607a54efaa69228b52438f26c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/e2f463ed020c4ac8895e177fa76834c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2f463ed020c4ac8895e177fa76834c5", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-23 16:48:09,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-30884786-e94f-40ac-b663-b02bb2d86acc 2018-08-23 16:48:09,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.213074922562s 2018-08-23 16:48:09,574 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-30884786-e94f-40ac-b663-b02bb2d86acc 2018-08-23 16:48:09,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 16:48:09,588 - 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.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:48:09,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c7e1215-51a9-47fe-b2b9-6024dfe06bd0 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/d7e8705e28c14b6588e6b073f23f47ec"}, "tags": [], "enabled": true, "id": "d7e8705e28c14b6588e6b073f23f47ec", "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/f510d54cf55042578e4d20bdb8ff3bb7"}, "tags": [], "enabled": true, "id": "f510d54cf55042578e4d20bdb8ff3bb7", "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/7a065387159c46f0aed59201d2dd5390"}, "tags": [], "enabled": true, "id": "7a065387159c46f0aed59201d2dd5390", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}]} 2018-08-23 16:48:09,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-3c7e1215-51a9-47fe-b2b9-6024dfe06bd0 2018-08-23 16:48:09,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.195683002472s 2018-08-23 16:48:09,781 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-3c7e1215-51a9-47fe-b2b9-6024dfe06bd0 2018-08-23 16:48:09,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 16:48:09,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=96b4a5ca34e0439a846c8f31e1c490de&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=7a065387159c46f0aed59201d2dd5390" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:48:10,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee695cb5-5403-4ac2-8022-2abdcbc936cc 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=96b4a5ca34e0439a846c8f31e1c490de&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=7a065387159c46f0aed59201d2dd5390", "previous": null, "next": null}} 2018-08-23 16:48:10,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=96b4a5ca34e0439a846c8f31e1c490de&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=7a065387159c46f0aed59201d2dd5390 used request id req-ee695cb5-5403-4ac2-8022-2abdcbc936cc 2018-08-23 16:48:10,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.229876995087s 2018-08-23 16:48:10,019 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=96b4a5ca34e0439a846c8f31e1c490de&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=7a065387159c46f0aed59201d2dd5390 used request id req-ee695cb5-5403-4ac2-8022-2abdcbc936cc 2018-08-23 16:48:10,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 16:48:10,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/7a065387159c46f0aed59201d2dd5390/users/96b4a5ca34e0439a846c8f31e1c490de/roles/e1da4c864a6340bc99d295f749d20cea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:48:10,377 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:48:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a621fd5-6f1c-443b-9727-c97bb3df1035 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 16:48:10,377 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/7a065387159c46f0aed59201d2dd5390/users/96b4a5ca34e0439a846c8f31e1c490de/roles/e1da4c864a6340bc99d295f749d20cea used request id req-7a621fd5-6f1c-443b-9727-c97bb3df1035 2018-08-23 16:48:10,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.354779005051s 2018-08-23 16:48:10,378 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/7a065387159c46f0aed59201d2dd5390/users/96b4a5ca34e0439a846c8f31e1c490de/roles/e1da4c864a6340bc99d295f749d20cea used request id req-7a621fd5-6f1c-443b-9727-c97bb3df1035 2018-08-23 16:48:10,378 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', 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'7a065387159c46f0aed59201d2dd5390', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '4d45fa75-ee90-4ca6-8ffd-f79e8bf4f7af', 'username': u'singlevm2-user_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', '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-08-23 16:48:10,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 16:48:10,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 16:48:10,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 16:48:10,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 16:48:10,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 16:48:10,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 16:48:10,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 16:48:10,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 16:48:10,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 16:48:10,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 16:48:10,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 16:48:10,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 16:48:10,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 16:48:10,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 16:48:10,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 16:48:10,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 16:48:10,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 16:48:10,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 16:48:10,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 16:48:10,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 16:48:10,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 16:48:10,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 16:48:10,384 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', 'password': '4d45fa75-ee90-4ca6-8ffd-f79e8bf4f7af', 'project_name': 'singlevm2-project_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '7a065387159c46f0aed59201d2dd5390', 'project_domain_name': 'Default'} 2018-08-23 16:48:10,384 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-23 16:48:10,385 - 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.15" 2018-08-23 16:48:10,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9366a1e-6e88-4509-aa1f-cd3a185a5d79 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-08-23 16:48:10,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b9366a1e-6e88-4509-aa1f-cd3a185a5d79 2018-08-23 16:48:10,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-23 16:48:10,796 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "189560f2cf1f4723bdcde8ff2d58961d", "name": "reader"}, {"id": "e1da4c864a6340bc99d295f749d20cea", "name": "member"}], "expires_at": "2018-08-23T17:48:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a065387159c46f0aed59201d2dd5390", "name": "singlevm2-project_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0947cefd6929425c82ff8c377bec236e"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c9541338952418381f03516e1913314"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85139d298b1a417d83cc0ef62894001a"}], "type": "metric", "id": "06b0754cc1d94df5acd81c64739816f6", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03bf24de52c045d3b31f7f0609069d4f"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fb4854511c948b7b992695d9c663703"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddd2ef04d6f5424a8e81d47aa341395f"}], "type": "image", "id": "0f62b8068edd4317bbae64a5becc371c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55d7cb1da102480786b94557dad33331"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a099e06cda74e91a274545015df1853"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7eff45ecb68a4808b8ef3697e654ff65"}], "type": "identity", "id": "272f73774f6b4c4285ed51848d6127d2", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/7a065387159c46f0aed59201d2dd5390", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "528e16db335b4c8a9ac4d4df81e8da2d"}, {"url": "http://192.30.9.9:8776/v2/7a065387159c46f0aed59201d2dd5390", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6cd7980d202041cd8a9b11cfbde98fd9"}, {"url": "http://192.30.9.9:8776/v2/7a065387159c46f0aed59201d2dd5390", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fbe5677bbdf415282003f2c57ebc34f"}], "type": "volumev2", "id": "2ac504ed4c0246eba5e43b5021c70c83", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "324cd438aee04d498c99bfa81596e77e", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7a065387159c46f0aed59201d2dd5390", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dd59018c1844ae9a4751abaa4a0eac5"}, {"url": "http://192.30.9.9:8004/v1/7a065387159c46f0aed59201d2dd5390", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66d37c61668b45b2802dce6c2127dd05"}, {"url": "http://192.30.9.9:8004/v1/7a065387159c46f0aed59201d2dd5390", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8968bc693dd849119f6491283bb8559b"}], "type": "orchestration", "id": "3442d911981c4470becf9bf9b07f5089", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7a065387159c46f0aed59201d2dd5390", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "663f51340f84474bb708ee51ca1788a8"}, {"url": "http://192.30.9.9:8776/v3/7a065387159c46f0aed59201d2dd5390", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e825951717b44799fe1e47adffd2b4e"}, {"url": "http://192.30.9.9:8776/v3/7a065387159c46f0aed59201d2dd5390", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "77cd0aaf5b6a40e89d377f2c23096a10"}], "type": "volumev3", "id": "3644adec36ed46a2a1ae6393f2ade749", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.44:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2072a54b555141488ed29c328a8ef70d"}, {"url": "http://12.0.0.44:8080/v1/AUTH_7a065387159c46f0aed59201d2dd5390", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7a3715aeb814134942f827c4368df4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7a065387159c46f0aed59201d2dd5390", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8d7035ad8a64c2ca33c9d87b85b1e94"}], "type": "object-store", "id": "5d760db4f6f8462c95f24a9983b8a5cb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "180023267a7a44f2968962a846c62698"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dd875f6283649a6806833ec94ee3c08"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb221e116b804024b0a3fc99fc8b522d"}], "type": "placement", "id": "6f505d0f7d0f43cba19666d74864216d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32a72c74ab704f218a500e80f51328a0"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "749737d6fd584d9db394e34e1f5c4ae3"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0a7d67e5540493ab99c111d2d127730"}], "type": "cloudformation", "id": "7a2becc7a7fe491aac7cd2b48e9e4382", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23ae9c3d3fc14f0b8a8cf092cc9d8d5b"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8961e3f130734e26bf63efceb59ce730"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce54a2a54b3e44389232576a478e456b"}], "type": "event", "id": "7b67f1955527413faf177552b6666117", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ba0c2980354d44b09d71b9111cf749"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "764a6d0bbf5740709ac7b1394e2bc780"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b44d8c8f00384d5bbc22a68560d0de3a"}], "type": "compute", "id": "962585d3d4864ed980285c16c72f262e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58a69bd2f6f342c7992bfd45c9d00c47"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d83e26faed5241b195c86c21a3d747db"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8a0a3f5ecc2467b9f24cb7109214c4e"}], "type": "network", "id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7a065387159c46f0aed59201d2dd5390", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e8011ce624f4dd39d54e26a513f6d97"}, {"url": "http://192.30.9.9:8776/v1/7a065387159c46f0aed59201d2dd5390", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f9b94ac44614d3783015ba93fdb5e18"}, {"url": "http://192.30.9.9:8776/v1/7a065387159c46f0aed59201d2dd5390", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb32c911de7b41e39fa2214417b31b4b"}], "type": "volume", "id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "355d62929efe4bfe90c9426416e45ec7"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "510ec66bfc684670943561577c499e47"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6bd6022bf2b4a9fbfae16fdc4e6c13a"}], "type": "alarming", "id": "d9d87a4ac8ae467c9634f5d1baf3635c", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "id": "96b4a5ca34e0439a846c8f31e1c490de"}, "audit_ids": ["GD-2cDeHTP26yUpAva0E2w"], "issued_at": "2018-08-23T16:48:10.000000Z"}} 2018-08-23 16:48:10,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 16:48:10,800 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" -d '{"network": {"name": "singlevm2-net_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "admin_state_up": true}}' 2018-08-23 16:48:11,745 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-59cb44b9-e15d-4547-a237-a91dc1d2de08 Date: Thu, 23 Aug 2018 16:48:11 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"7a065387159c46f0aed59201d2dd5390","created_at":"2018-08-23T16:48:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-23T16:48:11Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"7a065387159c46f0aed59201d2dd5390","id":"cc1588b8-00ee-4546-bcd5-15eb2c8e016a","name":"singlevm2-net_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}} 2018-08-23 16:48:11,745 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-59cb44b9-e15d-4547-a237-a91dc1d2de08 2018-08-23 16:48:11,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.946391820908s 2018-08-23 16:48:11,746 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-59cb44b9-e15d-4547-a237-a91dc1d2de08 2018-08-23 16:48:11,746 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T16:48:11Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'cc1588b8-00ee-4546-bcd5-15eb2c8e016a', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', u'admin_state_up': True, u'tenant_id': u'7a065387159c46f0aed59201d2dd5390', u'created_at': u'2018-08-23T16:48:11Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7a065387159c46f0aed59201d2dd5390'}) 2018-08-23 16:48:11,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:48:11,747 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:12,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-68f579ce-33e3-44b2-8165-a0d441afab41 Date: Thu, 23 Aug 2018 16:48:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T16:48:11Z","tenant_id":"7a065387159c46f0aed59201d2dd5390","created_at":"2018-08-23T16:48:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"7a065387159c46f0aed59201d2dd5390","id":"cc1588b8-00ee-4546-bcd5-15eb2c8e016a","name":"singlevm2-net_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:48:12,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-68f579ce-33e3-44b2-8165-a0d441afab41 2018-08-23 16:48:12,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.364059925079s 2018-08-23 16:48:12,111 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-68f579ce-33e3-44b2-8165-a0d441afab41 2018-08-23 16:48:12,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 16:48:12,113 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" -d '{"subnet": {"name": "singlevm2-subnet_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "enable_dhcp": true, "network_id": "cc1588b8-00ee-4546-bcd5-15eb2c8e016a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 16:48:13,033 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-2bcb6b5f-1513-4572-83e0-84d873f8ec5a Date: Thu, 23 Aug 2018 16:48:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc1588b8-00ee-4546-bcd5-15eb2c8e016a","tenant_id":"7a065387159c46f0aed59201d2dd5390","created_at":"2018-08-23T16:48:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:48:12Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"7a065387159c46f0aed59201d2dd5390","id":"c6831334-b694-45ce-b162-01fd86e4cab2","subnetpool_id":null,"name":"singlevm2-subnet_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}} 2018-08-23 16:48:13,033 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-2bcb6b5f-1513-4572-83e0-84d873f8ec5a 2018-08-23 16:48:13,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.920760154724s 2018-08-23 16:48:13,034 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-2bcb6b5f-1513-4572-83e0-84d873f8ec5a 2018-08-23 16:48:13,034 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T16:48:12Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'c6831334-b694-45ce-b162-01fd86e4cab2', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', u'enable_dhcp': True, u'network_id': u'cc1588b8-00ee-4546-bcd5-15eb2c8e016a', u'tenant_id': u'7a065387159c46f0aed59201d2dd5390', u'created_at': u'2018-08-23T16:48:12Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7a065387159c46f0aed59201d2dd5390'}) 2018-08-23 16:48:13,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 16:48:13,035 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" -d '{"router": {"external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d"}, "name": "singlevm2-router_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "admin_state_up": true}}' 2018-08-23 16:48:14,609 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-f299bd8b-75e8-4e92-b9f8-982bafb308d8 Date: Thu, 23 Aug 2018 16:48:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01259dc7-ca29-4644-acb8-ac06eafbe8b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "7a065387159c46f0aed59201d2dd5390", "created_at": "2018-08-23T16:48:13Z", "admin_state_up": true, "updated_at": "2018-08-23T16:48:14Z", "revision_number": 2, "routes": [], "project_id": "7a065387159c46f0aed59201d2dd5390", "id": "3b74163c-e72f-4db7-9108-96a059bcfd08", "name": "singlevm2-router_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}} 2018-08-23 16:48:14,610 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-f299bd8b-75e8-4e92-b9f8-982bafb308d8 2018-08-23 16:48:14,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.57487106323s 2018-08-23 16:48:14,610 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-f299bd8b-75e8-4e92-b9f8-982bafb308d8 2018-08-23 16:48:14,610 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'f5b34b9c-dd33-46b5-9947-17506958773d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01259dc7-ca29-4644-acb8-ac06eafbe8b0', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7a065387159c46f0aed59201d2dd5390', u'created_at': u'2018-08-23T16:48:13Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T16:48:14Z', u'revision_number': 2, u'routes': [], u'project_id': u'7a065387159c46f0aed59201d2dd5390', u'id': u'3b74163c-e72f-4db7-9108-96a059bcfd08', u'name': u'singlevm2-router_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae'}) 2018-08-23 16:48:14,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 16:48:14,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/3b74163c-e72f-4db7-9108-96a059bcfd08/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" -d '{"subnet_id": "c6831334-b694-45ce-b162-01fd86e4cab2"}' 2018-08-23 16:48:16,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b090f84e-f36f-4b31-8019-c7e66f69ef67 Date: Thu, 23 Aug 2018 16:48:16 GMT RESP BODY: {"network_id": "cc1588b8-00ee-4546-bcd5-15eb2c8e016a", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "subnet_id": "c6831334-b694-45ce-b162-01fd86e4cab2", "subnet_ids": ["c6831334-b694-45ce-b162-01fd86e4cab2"], "port_id": "77c56450-d65e-4bc5-856b-2f258bebb21b", "id": "3b74163c-e72f-4db7-9108-96a059bcfd08"} 2018-08-23 16:48:16,988 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/3b74163c-e72f-4db7-9108-96a059bcfd08/add_router_interface.json used request id req-b090f84e-f36f-4b31-8019-c7e66f69ef67 2018-08-23 16:48:16,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.37733006477s 2018-08-23 16:48:16,989 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/3b74163c-e72f-4db7-9108-96a059bcfd08/add_router_interface.json used request id req-b090f84e-f36f-4b31-8019-c7e66f69ef67 returning object 3b74163c-e72f-4db7-9108-96a059bcfd08 2018-08-23 16:48:16,990 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 16:48:17,113 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 16:48:17,115 - 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.15" 2018-08-23 16:48:17,119 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 16:48:17 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "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-08-23 16:48:17,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:48:17,123 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:17,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9a858f15-ae58-438d-9138-8515a23b47dd Date: Thu, 23 Aug 2018 16:48:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:48:17,426 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9a858f15-ae58-438d-9138-8515a23b47dd 2018-08-23 16:48:17,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.305168867111s 2018-08-23 16:48:17,427 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9a858f15-ae58-438d-9138-8515a23b47dd 2018-08-23 16:48:17,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 16:48:17,439 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}' 2018-08-23 16:48:18,305 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-34fe9573-20a3-4c24-8e3e-7784cbe4e98b Date: Thu, 23 Aug 2018 16:48:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:48:18Z", "file": "/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2/file", "owner": "7a065387159c46f0aed59201d2dd5390", "id": "2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "size": null, "self": "/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "checksum": null, "created_at": "2018-08-23T16:48:18Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 16:48:18,305 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-34fe9573-20a3-4c24-8e3e-7784cbe4e98b 2018-08-23 16:48:18,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.869755983353s 2018-08-23 16:48:18,306 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-34fe9573-20a3-4c24-8e3e-7784cbe4e98b returning object 2d3cef9d-0b21-42ec-98df-c48bafa05dd2 2018-08-23 16:48:18,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 16:48:18,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" -d '' 2018-08-23 16:48:19,670 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0261fcca-b881-431e-b1ba-4c020da32a85 Date: Thu, 23 Aug 2018 16:48:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 16:48:19,670 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2/file used request id req-0261fcca-b881-431e-b1ba-4c020da32a85 2018-08-23 16:48:19,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.36388802528s 2018-08-23 16:48:19,671 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2/file used request id req-0261fcca-b881-431e-b1ba-4c020da32a85 2018-08-23 16:48:19,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:48:19,678 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:20,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-40a4dbb8-e41e-444b-a2a0-5e1cff5dcc46 Date: Thu, 23 Aug 2018 16:48:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:48:19Z", "file": "/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2/file", "owner": "7a065387159c46f0aed59201d2dd5390", "id": "2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "size": 12716032, "self": "/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:48:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:48:20,501 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-40a4dbb8-e41e-444b-a2a0-5e1cff5dcc46 2018-08-23 16:48:20,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.826187849045s 2018-08-23 16:48:20,502 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-40a4dbb8-e41e-444b-a2a0-5e1cff5dcc46 2018-08-23 16:48:20,504 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2/file', 'owner': u'7a065387159c46f0aed59201d2dd5390', 'id': u'2d3cef9d-0b21-42ec-98df-c48bafa05dd2', 'size': 12716032, u'self': u'/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7a065387159c46f0aed59201d2dd5390', 'name': 'singlevm2-project_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T16:48:19Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T16:48:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', 'created': u'2018-08-23T16:48:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T16:48:18Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 16:48:20,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 16:48:20,508 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 16:48:20,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6be6635f-199a-408a-93a4-4ce12ffb4742 x-compute-request-id: req-6be6635f-199a-408a-93a4-4ce12ffb4742 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1", "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": "8111fed1-4c19-4b92-aa63-55ace1041bc1"}} 2018-08-23 16:48:20,946 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-6be6635f-199a-408a-93a4-4ce12ffb4742 2018-08-23 16:48:20,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.441410064697s 2018-08-23 16:48:20,947 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-6be6635f-199a-408a-93a4-4ce12ffb4742 2018-08-23 16:48:20,948 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', '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'd7e8705e28c14b6588e6b073f23f47ec', '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'8111fed1-4c19-4b92-aa63-55ace1041bc1', 'swap': 0}) 2018-08-23 16:48:20,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 16:48:20,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" -d '{"extra_specs": {}}' 2018-08-23 16:48:21,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2875a5fa-3d4f-452a-8cfa-26ebe52d5793 x-compute-request-id: req-2875a5fa-3d4f-452a-8cfa-26ebe52d5793 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 16:48:21,090 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1/os-extra_specs used request id req-2875a5fa-3d4f-452a-8cfa-26ebe52d5793 2018-08-23 16:48:21,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.141767978668s 2018-08-23 16:48:21,091 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1/os-extra_specs used request id req-2875a5fa-3d4f-452a-8cfa-26ebe52d5793 2018-08-23 16:48:21,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-23 16:48:21,094 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" -d '{"keypair": {"name": "singlevm2-kp_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}}' 2018-08-23 16:48:21,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48: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-58ae2e7e-13ff-418f-9042-fe1144491910 x-compute-request-id: req-58ae2e7e-13ff-418f-9042-fe1144491910 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCElyfVgPUu90aG6npqB2y/3T0ZQrBfhlIaL2iYMLrgzra+uIok/KWNGsIXKQHQ2KMz2Ql02878ib3oQW9GRPNU0Eg0bjkFe0WlpDICTQN+r4TmXRzMzobpHBXFJmB1mdCpHC9nR/UeX4cS+ha0QC8fXuL1u8rozvGdpDiuiEv9tzgKlzR9K8k5wq/Npv4SuZXIV9vb9shO/86H0HRofhCDx2K4YphJ8qlxPSfroLADFvO0xppwEbeDQQAdxGZ1thhlo+E5T4asgxznCee3Qld/cTWEO3QpuYStS9/HnuGzb1lgWR3RJlYyzVPUrCPjUfWyt4JwWMJUWchflKNIQK9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAwhJcn1YD1LvdGhup6agdsv909GUKwX4ZSGi9omDC64M62vri\nKJPyljRrCFykB0NijM9kJdNvO/Im96EFvRkTzVNBING45BXtFpaQyAk0Dfq+E5l0\nczM6G6RwVxSZgdZnQqRwvZ0f1Hl+HEvoWtEAvH17i9bvK6M7xnaQ4rohL/bc4Cpc\n0fSvJOcKvzab+ErmVyFfb2/bITv/Oh9B0aH4Qg8diuGKYSfKpcT0n66CwAxbztMa\nacBG3g0EAHcRmdbYYZaPhOU+GrIMc5wnnt0JXf3E1hDt0KbmErUvfx57hs29ZYFk\nd0SZWMs1T1Kwj41H1sreCcFjCVFnIX5SjSECvQIDAQABAoIBAQCFj7t80OacDppw\n8F70doXR/atQ0wUe+xiNU8BGsw8SpGLp98WTpZZLN1H+FDuy3/Y/8C79NVEVUWbt\n/zyC0nJlWYm1+3+iQVDEveRwNp1DjbAorvCMo9G22mmSFJQ83gB8xcztQeh5Aw/+\ni2MitTorfrR7HfXF83Yc9NZroytZ5PkJbPRr+U4eATkqPDT0GGu1UheHbCp7zP8o\nGA4Govb9n1PQ5wvDzBT8BMSzULo3stost0rYfaXdKF2JI5LM1u3Ubf/PFGZPIEV1\nPZh8/s/x/jizUw8uw1U1e4BtNzN3xlUjRMB+sYOLDkB8UcT2ZI/eZNuzAL1HxAPD\n7Yx5jb5lAoGBAOswugV6z8R+jiL9jsHCLZhGeLXmErD5gppPfsgb4dppVRTbpXDF\nRAvIxeTNy9YkCB0b+9fb4a+cX+KEGgf/D2KbbcW5iSURzeUej1KNmXCV/9OebKuC\nTzAAAwlPh4aP3aVYXw42U7hfvpER880a1FNGJIr5Gvv1JAEA4JiBkhdrAoGBANM+\nQvDHACuaXoSOY4wtbCwyzmEjOOKGiY7YBpb+YRk3p35z0IhF1pWaxuxPnB049d5b\nvdcSKRc1m6gNgzVRaf3Cxwfqp8z6+2Mv9TR/pa6snEjVRLJcUFJE47YsdWzswaYJ\nQJ/2ynxWATUNJB/UXTKBoI0yyElBOarOW/aoUGB3AoGBAJGWq0CjIqRXVzNv1IQ6\n6LCfxy+Kyb1F50QQu8GyCOCEXce4pDQn2RSWZ3JYtrrLuT4TyZV5Jr7nxS9aaSbU\nDDkVUCGa1bvdxp/zh/MpdneMUz4zjr+ovc5P45FK6vEwc5tcFhOdK7wxgK0a+NnZ\npuAZxptE0yBvQqdgXKfrZX0bAoGBAIBpZcn2Pr1Cztgnso4BArPvgpN8FNVnUXGb\nEo5xPldVBKWTA54DTkmNWAVI866z9IpiHIoECSSJuwCyjiM4RYU0BUdjtvOdUnne\nKmHqgq4nUa3YrzT5dv470Gzqo8s+NQ2YrEdRf4+LvJoiTeZncuwD7rRGvYgCdWrG\nnRLZCFtLAoGAdfN9O9jDdaDya5fOl37vqxLD7qcI/xuNzsjd11X28YOuaxvVH5H7\nnrV6jrxuJ3AnjVvD6oAlAiGYz+kSYB9xqzS4lLGv1rk3Wj2hVc9dTWqxK1xQgrvf\no6crHsqP3xNWUR9CXWRm+IRV1CRF3DMs0VlTo8kuYnoekjZwmJL8USA=\n-----END RSA PRIVATE KEY-----\n", "user_id": "96b4a5ca34e0439a846c8f31e1c490de", "name": "singlevm2-kp_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "fingerprint": "01:5a:c7:f5:b4:85:4d:02:b1:bf:ee:f1:e0:d6:2c:8b"}} 2018-08-23 16:48:21,721 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-58ae2e7e-13ff-418f-9042-fe1144491910 2018-08-23 16:48:21,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.629643917084s 2018-08-23 16:48:21,721 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-58ae2e7e-13ff-418f-9042-fe1144491910 2018-08-23 16:48:21,722 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCElyfVgPUu90aG6npqB2y/3T0ZQrBfhlIaL2iYMLrgzra+uIok/KWNGsIXKQHQ2KMz2Ql02878ib3oQW9GRPNU0Eg0bjkFe0WlpDICTQN+r4TmXRzMzobpHBXFJmB1mdCpHC9nR/UeX4cS+ha0QC8fXuL1u8rozvGdpDiuiEv9tzgKlzR9K8k5wq/Npv4SuZXIV9vb9shO/86H0HRofhCDx2K4YphJ8qlxPSfroLADFvO0xppwEbeDQQAdxGZ1thhlo+E5T4asgxznCee3Qld/cTWEO3QpuYStS9/HnuGzb1lgWR3RJlYyzVPUrCPjUfWyt4JwWMJUWchflKNIQK9 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAwhJcn1YD1LvdGhup6agdsv909GUKwX4ZSGi9omDC64M62vri\nKJPyljRrCFykB0NijM9kJdNvO/Im96EFvRkTzVNBING45BXtFpaQyAk0Dfq+E5l0\nczM6G6RwVxSZgdZnQqRwvZ0f1Hl+HEvoWtEAvH17i9bvK6M7xnaQ4rohL/bc4Cpc\n0fSvJOcKvzab+ErmVyFfb2/bITv/Oh9B0aH4Qg8diuGKYSfKpcT0n66CwAxbztMa\nacBG3g0EAHcRmdbYYZaPhOU+GrIMc5wnnt0JXf3E1hDt0KbmErUvfx57hs29ZYFk\nd0SZWMs1T1Kwj41H1sreCcFjCVFnIX5SjSECvQIDAQABAoIBAQCFj7t80OacDppw\n8F70doXR/atQ0wUe+xiNU8BGsw8SpGLp98WTpZZLN1H+FDuy3/Y/8C79NVEVUWbt\n/zyC0nJlWYm1+3+iQVDEveRwNp1DjbAorvCMo9G22mmSFJQ83gB8xcztQeh5Aw/+\ni2MitTorfrR7HfXF83Yc9NZroytZ5PkJbPRr+U4eATkqPDT0GGu1UheHbCp7zP8o\nGA4Govb9n1PQ5wvDzBT8BMSzULo3stost0rYfaXdKF2JI5LM1u3Ubf/PFGZPIEV1\nPZh8/s/x/jizUw8uw1U1e4BtNzN3xlUjRMB+sYOLDkB8UcT2ZI/eZNuzAL1HxAPD\n7Yx5jb5lAoGBAOswugV6z8R+jiL9jsHCLZhGeLXmErD5gppPfsgb4dppVRTbpXDF\nRAvIxeTNy9YkCB0b+9fb4a+cX+KEGgf/D2KbbcW5iSURzeUej1KNmXCV/9OebKuC\nTzAAAwlPh4aP3aVYXw42U7hfvpER880a1FNGJIr5Gvv1JAEA4JiBkhdrAoGBANM+\nQvDHACuaXoSOY4wtbCwyzmEjOOKGiY7YBpb+YRk3p35z0IhF1pWaxuxPnB049d5b\nvdcSKRc1m6gNgzVRaf3Cxwfqp8z6+2Mv9TR/pa6snEjVRLJcUFJE47YsdWzswaYJ\nQJ/2ynxWATUNJB/UXTKBoI0yyElBOarOW/aoUGB3AoGBAJGWq0CjIqRXVzNv1IQ6\n6LCfxy+Kyb1F50QQu8GyCOCEXce4pDQn2RSWZ3JYtrrLuT4TyZV5Jr7nxS9aaSbU\nDDkVUCGa1bvdxp/zh/MpdneMUz4zjr+ovc5P45FK6vEwc5tcFhOdK7wxgK0a+NnZ\npuAZxptE0yBvQqdgXKfrZX0bAoGBAIBpZcn2Pr1Cztgnso4BArPvgpN8FNVnUXGb\nEo5xPldVBKWTA54DTkmNWAVI866z9IpiHIoECSSJuwCyjiM4RYU0BUdjtvOdUnne\nKmHqgq4nUa3YrzT5dv470Gzqo8s+NQ2YrEdRf4+LvJoiTeZncuwD7rRGvYgCdWrG\nnRLZCFtLAoGAdfN9O9jDdaDya5fOl37vqxLD7qcI/xuNzsjd11X28YOuaxvVH5H7\nnrV6jrxuJ3AnjVvD6oAlAiGYz+kSYB9xqzS4lLGv1rk3Wj2hVc9dTWqxK1xQgrvf\no6crHsqP3xNWUR9CXWRm+IRV1CRF3DMs0VlTo8kuYnoekjZwmJL8USA=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'96b4a5ca34e0439a846c8f31e1c490de', 'name': u'singlevm2-kp_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', 'created_at': '2018-08-23T16:48:21.722645', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7a065387159c46f0aed59201d2dd5390', 'name': 'singlevm2-project_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'01:5a:c7:f5:b4:85:4d:02:b1:bf:ee:f1:e0:d6:2c:8b', 'type': 'ssh', 'id': u'singlevm2-kp_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae'}) 2018-08-23 16:48:21,723 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAwhJcn1YD1LvdGhup6agdsv909GUKwX4ZSGi9omDC64M62vri KJPyljRrCFykB0NijM9kJdNvO/Im96EFvRkTzVNBING45BXtFpaQyAk0Dfq+E5l0 czM6G6RwVxSZgdZnQqRwvZ0f1Hl+HEvoWtEAvH17i9bvK6M7xnaQ4rohL/bc4Cpc 0fSvJOcKvzab+ErmVyFfb2/bITv/Oh9B0aH4Qg8diuGKYSfKpcT0n66CwAxbztMa acBG3g0EAHcRmdbYYZaPhOU+GrIMc5wnnt0JXf3E1hDt0KbmErUvfx57hs29ZYFk d0SZWMs1T1Kwj41H1sreCcFjCVFnIX5SjSECvQIDAQABAoIBAQCFj7t80OacDppw 8F70doXR/atQ0wUe+xiNU8BGsw8SpGLp98WTpZZLN1H+FDuy3/Y/8C79NVEVUWbt /zyC0nJlWYm1+3+iQVDEveRwNp1DjbAorvCMo9G22mmSFJQ83gB8xcztQeh5Aw/+ i2MitTorfrR7HfXF83Yc9NZroytZ5PkJbPRr+U4eATkqPDT0GGu1UheHbCp7zP8o GA4Govb9n1PQ5wvDzBT8BMSzULo3stost0rYfaXdKF2JI5LM1u3Ubf/PFGZPIEV1 PZh8/s/x/jizUw8uw1U1e4BtNzN3xlUjRMB+sYOLDkB8UcT2ZI/eZNuzAL1HxAPD 7Yx5jb5lAoGBAOswugV6z8R+jiL9jsHCLZhGeLXmErD5gppPfsgb4dppVRTbpXDF RAvIxeTNy9YkCB0b+9fb4a+cX+KEGgf/D2KbbcW5iSURzeUej1KNmXCV/9OebKuC TzAAAwlPh4aP3aVYXw42U7hfvpER880a1FNGJIr5Gvv1JAEA4JiBkhdrAoGBANM+ QvDHACuaXoSOY4wtbCwyzmEjOOKGiY7YBpb+YRk3p35z0IhF1pWaxuxPnB049d5b vdcSKRc1m6gNgzVRaf3Cxwfqp8z6+2Mv9TR/pa6snEjVRLJcUFJE47YsdWzswaYJ QJ/2ynxWATUNJB/UXTKBoI0yyElBOarOW/aoUGB3AoGBAJGWq0CjIqRXVzNv1IQ6 6LCfxy+Kyb1F50QQu8GyCOCEXce4pDQn2RSWZ3JYtrrLuT4TyZV5Jr7nxS9aaSbU DDkVUCGa1bvdxp/zh/MpdneMUz4zjr+ovc5P45FK6vEwc5tcFhOdK7wxgK0a+NnZ puAZxptE0yBvQqdgXKfrZX0bAoGBAIBpZcn2Pr1Cztgnso4BArPvgpN8FNVnUXGb Eo5xPldVBKWTA54DTkmNWAVI866z9IpiHIoECSSJuwCyjiM4RYU0BUdjtvOdUnne KmHqgq4nUa3YrzT5dv470Gzqo8s+NQ2YrEdRf4+LvJoiTeZncuwD7rRGvYgCdWrG nRLZCFtLAoGAdfN9O9jDdaDya5fOl37vqxLD7qcI/xuNzsjd11X28YOuaxvVH5H7 nrV6jrxuJ3AnjVvD6oAlAiGYz+kSYB9xqzS4lLGv1rk3Wj2hVc9dTWqxK1xQgrvf o6crHsqP3xNWUR9CXWRm+IRV1CRF3DMs0VlTo8kuYnoekjZwmJL8USA= -----END RSA PRIVATE KEY----- 2018-08-23 16:48:21,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-23 16:48:21,726 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" -d '{"security_group": {"name": "singlevm2-sg_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-23 16:48:22,169 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-acd7ad1a-e9f1-4810-bdb1-7c288b4bf116 Date: Thu, 23 Aug 2018 16:48:22 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "7a065387159c46f0aed59201d2dd5390", "created_at": "2018-08-23T16:48:22Z", "updated_at": "2018-08-23T16:48:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:22Z", "revision_number": 0, "id": "20fe5130-64cc-4cc6-9da2-709d617e04ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:22Z", "security_group_id": "81388aa8-9122-4eb4-b547-fff25d33265d", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a065387159c46f0aed59201d2dd5390"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:22Z", "revision_number": 0, "id": "9878626b-5a13-4c52-a1dd-0f5e9427416e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:22Z", "security_group_id": "81388aa8-9122-4eb4-b547-fff25d33265d", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a065387159c46f0aed59201d2dd5390"}], "revision_number": 1, "project_id": "7a065387159c46f0aed59201d2dd5390", "id": "81388aa8-9122-4eb4-b547-fff25d33265d", "name": "singlevm2-sg_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}} 2018-08-23 16:48:22,169 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-acd7ad1a-e9f1-4810-bdb1-7c288b4bf116 2018-08-23 16:48:22,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.443618059158s 2018-08-23 16:48:22,170 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-acd7ad1a-e9f1-4810-bdb1-7c288b4bf116 2018-08-23 16:48:22,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 16:48:22,175 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:22,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-9bf5a820-48df-4e59-bfce-31c126861c2d Date: Thu, 23 Aug 2018 16:48:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "7a065387159c46f0aed59201d2dd5390", "created_at": "2018-08-23T16:48:11Z", "updated_at": "2018-08-23T16:48:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:11Z", "revision_number": 0, "id": "683a6483-7616-4239-935f-5431d4df9ea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:11Z", "security_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a065387159c46f0aed59201d2dd5390"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:11Z", "revision_number": 0, "id": "9699b8f1-3066-4443-9412-5fb345db1392", "remote_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:11Z", "security_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a065387159c46f0aed59201d2dd5390"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:11Z", "revision_number": 0, "id": "eb51efbf-21d3-4c2d-90ff-b4549ada4598", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:11Z", "security_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a065387159c46f0aed59201d2dd5390"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:11Z", "revision_number": 0, "id": "f1dc3bb2-2625-4673-beaa-c047a294bed1", "remote_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:11Z", "security_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a065387159c46f0aed59201d2dd5390"}], "revision_number": 1, "project_id": "7a065387159c46f0aed59201d2dd5390", "id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "7a065387159c46f0aed59201d2dd5390", "created_at": "2018-08-23T16:48:22Z", "updated_at": "2018-08-23T16:48:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:22Z", "revision_number": 0, "id": "20fe5130-64cc-4cc6-9da2-709d617e04ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:22Z", "security_group_id": "81388aa8-9122-4eb4-b547-fff25d33265d", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a065387159c46f0aed59201d2dd5390"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:22Z", "revision_number": 0, "id": "9878626b-5a13-4c52-a1dd-0f5e9427416e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:22Z", "security_group_id": "81388aa8-9122-4eb4-b547-fff25d33265d", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a065387159c46f0aed59201d2dd5390"}], "revision_number": 1, "project_id": "7a065387159c46f0aed59201d2dd5390", "id": "81388aa8-9122-4eb4-b547-fff25d33265d", "name": "singlevm2-sg_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}]} 2018-08-23 16:48:22,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-9bf5a820-48df-4e59-bfce-31c126861c2d 2018-08-23 16:48:22,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.312738895416s 2018-08-23 16:48:22,488 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-9bf5a820-48df-4e59-bfce-31c126861c2d 2018-08-23 16:48:22,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 16:48:22,493 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" -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": "81388aa8-9122-4eb4-b547-fff25d33265d"}}' 2018-08-23 16:48:22,676 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-401a913a-1d59-4196-8219-a01e39412c6a Date: Thu, 23 Aug 2018 16:48:22 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-23T16:48:22Z", "security_group_id": "81388aa8-9122-4eb4-b547-fff25d33265d", "port_range_min": 22, "revision_number": 0, "tenant_id": "7a065387159c46f0aed59201d2dd5390", "created_at": "2018-08-23T16:48:22Z", "project_id": "7a065387159c46f0aed59201d2dd5390", "id": "81364de2-2f6f-4097-a702-09f5712f2986"}} 2018-08-23 16:48:22,677 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-401a913a-1d59-4196-8219-a01e39412c6a 2018-08-23 16:48:22,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.184637069702s 2018-08-23 16:48:22,677 - 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-401a913a-1d59-4196-8219-a01e39412c6a 2018-08-23 16:48:22,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 16:48:22,681 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:22,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-33eb3028-2daa-4e1e-a450-a1bd4746524d Date: Thu, 23 Aug 2018 16:48:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "7a065387159c46f0aed59201d2dd5390", "created_at": "2018-08-23T16:48:11Z", "updated_at": "2018-08-23T16:48:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:11Z", "revision_number": 0, "id": "683a6483-7616-4239-935f-5431d4df9ea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:11Z", "security_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a065387159c46f0aed59201d2dd5390"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:11Z", "revision_number": 0, "id": "9699b8f1-3066-4443-9412-5fb345db1392", "remote_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:11Z", "security_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a065387159c46f0aed59201d2dd5390"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:11Z", "revision_number": 0, "id": "eb51efbf-21d3-4c2d-90ff-b4549ada4598", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:11Z", "security_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a065387159c46f0aed59201d2dd5390"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:11Z", "revision_number": 0, "id": "f1dc3bb2-2625-4673-beaa-c047a294bed1", "remote_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:11Z", "security_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a065387159c46f0aed59201d2dd5390"}], "revision_number": 1, "project_id": "7a065387159c46f0aed59201d2dd5390", "id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "7a065387159c46f0aed59201d2dd5390", "created_at": "2018-08-23T16:48:22Z", "updated_at": "2018-08-23T16:48:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:22Z", "revision_number": 0, "id": "20fe5130-64cc-4cc6-9da2-709d617e04ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:22Z", "security_group_id": "81388aa8-9122-4eb4-b547-fff25d33265d", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a065387159c46f0aed59201d2dd5390"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T16:48:22Z", "revision_number": 0, "id": "81364de2-2f6f-4097-a702-09f5712f2986", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:22Z", "security_group_id": "81388aa8-9122-4eb4-b547-fff25d33265d", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": 22, "ethertype": "IPv4", "project_id": "7a065387159c46f0aed59201d2dd5390"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:22Z", "revision_number": 0, "id": "9878626b-5a13-4c52-a1dd-0f5e9427416e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:22Z", "security_group_id": "81388aa8-9122-4eb4-b547-fff25d33265d", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a065387159c46f0aed59201d2dd5390"}], "revision_number": 2, "project_id": "7a065387159c46f0aed59201d2dd5390", "id": "81388aa8-9122-4eb4-b547-fff25d33265d", "name": "singlevm2-sg_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}]} 2018-08-23 16:48:22,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-33eb3028-2daa-4e1e-a450-a1bd4746524d 2018-08-23 16:48:22,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.25559592247s 2018-08-23 16:48:22,937 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-33eb3028-2daa-4e1e-a450-a1bd4746524d 2018-08-23 16:48:22,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 16:48:22,941 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" -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": "81388aa8-9122-4eb4-b547-fff25d33265d"}}' 2018-08-23 16:48:23,149 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-53576281-3764-4998-b847-13e666759749 Date: Thu, 23 Aug 2018 16:48:23 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-23T16:48:23Z", "security_group_id": "81388aa8-9122-4eb4-b547-fff25d33265d", "port_range_min": null, "revision_number": 0, "tenant_id": "7a065387159c46f0aed59201d2dd5390", "created_at": "2018-08-23T16:48:23Z", "project_id": "7a065387159c46f0aed59201d2dd5390", "id": "23800105-617e-4092-8684-9193c68d987a"}} 2018-08-23 16:48:23,149 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-53576281-3764-4998-b847-13e666759749 2018-08-23 16:48:23,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.209036111832s 2018-08-23 16:48:23,149 - 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-53576281-3764-4998-b847-13e666759749 2018-08-23 16:48:23,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:48:23,151 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:23,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-eaa8723d-d1f4-4c7d-9592-2e104ec9d40e Date: Thu, 23 Aug 2018 16:48:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c6831334-b694-45ce-b162-01fd86e4cab2"],"updated_at":"2018-08-23T16:48:12Z","tenant_id":"7a065387159c46f0aed59201d2dd5390","created_at":"2018-08-23T16:48:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"7a065387159c46f0aed59201d2dd5390","id":"cc1588b8-00ee-4546-bcd5-15eb2c8e016a","name":"singlevm2-net_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:48:23,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-eaa8723d-d1f4-4c7d-9592-2e104ec9d40e 2018-08-23 16:48:23,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0960018634796s 2018-08-23 16:48:23,247 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-eaa8723d-d1f4-4c7d-9592-2e104ec9d40e 2018-08-23 16:48:23,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:48:23,255 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:24,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-cc34aa4a-2ccf-4583-918c-18530fda7bbe Date: Thu, 23 Aug 2018 16:48:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:48:19Z", "file": "/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2/file", "owner": "7a065387159c46f0aed59201d2dd5390", "id": "2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "size": 12716032, "self": "/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:48:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:48:24,030 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cc34aa4a-2ccf-4583-918c-18530fda7bbe 2018-08-23 16:48:24,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.778413057327s 2018-08-23 16:48:24,031 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cc34aa4a-2ccf-4583-918c-18530fda7bbe 2018-08-23 16:48:24,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 16:48:24,035 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:24,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48: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-6f5d2bac-a2a2-4528-afe7-4173118247f4 x-compute-request-id: req-6f5d2bac-a2a2-4528-afe7-4173118247f4 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1", "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": "8111fed1-4c19-4b92-aa63-55ace1041bc1"}]} 2018-08-23 16:48:24,059 - 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-6f5d2bac-a2a2-4528-afe7-4173118247f4 2018-08-23 16:48:24,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.026792049408s 2018-08-23 16:48:24,059 - 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-6f5d2bac-a2a2-4528-afe7-4173118247f4 2018-08-23 16:48:24,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 16:48:24,064 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" -d '{"server": {"name": "singlevm2-vm_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "imageRef": "2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "key_name": "singlevm2-kp_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "flavorRef": "8111fed1-4c19-4b92-aa63-55ace1041bc1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cc1588b8-00ee-4546-bcd5-15eb2c8e016a"}], "security_groups": [{"name": "81388aa8-9122-4eb4-b547-fff25d33265d"}]}}' 2018-08-23 16:48:29,223 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 16:48: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-d1745f59-1b0e-4275-9d41-cb5c16df4061 x-compute-request-id: req-d1745f59-1b0e-4275-9d41-cb5c16df4061 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "81388aa8-9122-4eb4-b547-fff25d33265d"}], "OS-DCF:diskConfig": "MANUAL", "id": "78c27751-2f14-494c-a0dd-ef686ccd90ed", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed", "rel": "bookmark"}], "adminPass": "4ye7esSYCi8j"}} 2018-08-23 16:48:29,223 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-d1745f59-1b0e-4275-9d41-cb5c16df4061 2018-08-23 16:48:29,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.16188192368s 2018-08-23 16:48:29,223 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-d1745f59-1b0e-4275-9d41-cb5c16df4061 2018-08-23 16:48:29,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:48:29,227 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:29,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eca8a0a3-71ec-4f47-8888-8eeeb1d3e156 x-compute-request-id: req-eca8a0a3-71ec-4f47-8888-8eeeb1d3e156 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/78c27751-2f14-494c-a0dd-ef686ccd90ed", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed", "rel": "bookmark"}], "image": {"id": "2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "links": [{"href": "http://172.30.9.27:8774/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8111fed1-4c19-4b92-aa63-55ace1041bc1", "links": [{"href": "http://172.30.9.27:8774/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1", "rel": "bookmark"}]}, "id": "78c27751-2f14-494c-a0dd-ef686ccd90ed", "user_id": "96b4a5ca34e0439a846c8f31e1c490de", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:48:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "name": "singlevm2-vm_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "created": "2018-08-23T16:48:29Z", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:48:29,617 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-eca8a0a3-71ec-4f47-8888-8eeeb1d3e156 2018-08-23 16:48:29,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392510890961s 2018-08-23 16:48:29,617 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-eca8a0a3-71ec-4f47-8888-8eeeb1d3e156 2018-08-23 16:48:29,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:48:29,624 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:30,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-2aa23d37-4173-425a-9a69-8f781dec1ee5 Date: Thu, 23 Aug 2018 16:48:30 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":["c6831334-b694-45ce-b162-01fd86e4cab2"],"updated_at":"2018-08-23T16:48:12Z","tenant_id":"7a065387159c46f0aed59201d2dd5390","created_at":"2018-08-23T16:48:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"7a065387159c46f0aed59201d2dd5390","id":"cc1588b8-00ee-4546-bcd5-15eb2c8e016a","name":"singlevm2-net_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:48:30,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2aa23d37-4173-425a-9a69-8f781dec1ee5 2018-08-23 16:48:30,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.379797935486s 2018-08-23 16:48:30,004 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2aa23d37-4173-425a-9a69-8f781dec1ee5 2018-08-23 16:48:30,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 16:48:30,006 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:30,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b238eb25-d28b-4f81-bae8-8cb4de02d520 Date: Thu, 23 Aug 2018 16:48:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc1588b8-00ee-4546-bcd5-15eb2c8e016a","tenant_id":"7a065387159c46f0aed59201d2dd5390","created_at":"2018-08-23T16:48:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:48:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"7a065387159c46f0aed59201d2dd5390","id":"c6831334-b694-45ce-b162-01fd86e4cab2","subnetpool_id":null,"name":"singlevm2-subnet_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}]} 2018-08-23 16:48:30,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-b238eb25-d28b-4f81-bae8-8cb4de02d520 2018-08-23 16:48:30,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0441019535065s 2018-08-23 16:48:30,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-b238eb25-d28b-4f81-bae8-8cb4de02d520 2018-08-23 16:48:30,050 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:48:32,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:48:32,055 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:32,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65a02321-4041-46b9-bf9d-9cd4029d73ed x-compute-request-id: req-65a02321-4041-46b9-bf9d-9cd4029d73ed Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed", "rel": "bookmark"}], "image": {"id": "2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "links": [{"href": "http://172.30.9.27:8774/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8111fed1-4c19-4b92-aa63-55ace1041bc1", "links": [{"href": "http://172.30.9.27:8774/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1", "rel": "bookmark"}]}, "id": "78c27751-2f14-494c-a0dd-ef686ccd90ed", "user_id": "96b4a5ca34e0439a846c8f31e1c490de", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:48:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "name": "singlevm2-vm_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "created": "2018-08-23T16:48:29Z", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:48:32,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-65a02321-4041-46b9-bf9d-9cd4029d73ed 2018-08-23 16:48:32,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.784787893295s 2018-08-23 16:48:32,838 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-65a02321-4041-46b9-bf9d-9cd4029d73ed 2018-08-23 16:48:32,843 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:48:34,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:48:34,848 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:35,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48: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-01f26520-96cd-4da7-92b8-1bf3ed5c331c x-compute-request-id: req-01f26520-96cd-4da7-92b8-1bf3ed5c331c Content-Encoding: gzip Content-Length: 666 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/78c27751-2f14-494c-a0dd-ef686ccd90ed", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed", "rel": "bookmark"}], "image": {"id": "2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "links": [{"href": "http://172.30.9.27:8774/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8111fed1-4c19-4b92-aa63-55ace1041bc1", "links": [{"href": "http://172.30.9.27:8774/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1", "rel": "bookmark"}]}, "id": "78c27751-2f14-494c-a0dd-ef686ccd90ed", "security_groups": [{"name": "singlevm2-sg_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}], "user_id": "96b4a5ca34e0439a846c8f31e1c490de", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:48:32Z", "hostId": "42421a2593bac9377a62eaa906a5559089bf34029d6197c5f6a44fb9", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "name": "singlevm2-vm_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "created": "2018-08-23T16:48:29Z", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:48:35,755 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-01f26520-96cd-4da7-92b8-1bf3ed5c331c 2018-08-23 16:48:35,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.910084009171s 2018-08-23 16:48:35,756 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-01f26520-96cd-4da7-92b8-1bf3ed5c331c 2018-08-23 16:48:35,760 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:48:37,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:48:37,765 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:39,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0d1313a-f18c-477f-9b66-aeaf679566bb x-compute-request-id: req-e0d1313a-f18c-477f-9b66-aeaf679566bb Content-Encoding: gzip Content-Length: 666 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/78c27751-2f14-494c-a0dd-ef686ccd90ed", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed", "rel": "bookmark"}], "image": {"id": "2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "links": [{"href": "http://172.30.9.27:8774/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8111fed1-4c19-4b92-aa63-55ace1041bc1", "links": [{"href": "http://172.30.9.27:8774/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1", "rel": "bookmark"}]}, "id": "78c27751-2f14-494c-a0dd-ef686ccd90ed", "security_groups": [{"name": "singlevm2-sg_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}], "user_id": "96b4a5ca34e0439a846c8f31e1c490de", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:48:32Z", "hostId": "42421a2593bac9377a62eaa906a5559089bf34029d6197c5f6a44fb9", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "name": "singlevm2-vm_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "created": "2018-08-23T16:48:29Z", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:48:39,162 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e0d1313a-f18c-477f-9b66-aeaf679566bb 2018-08-23 16:48:39,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.39950108528s 2018-08-23 16:48:39,163 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e0d1313a-f18c-477f-9b66-aeaf679566bb 2018-08-23 16:48:39,166 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:48:41,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:48:41,172 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:42,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4b64949-db78-4cfe-955a-fcbaa1c530b2 x-compute-request-id: req-d4b64949-db78-4cfe-955a-fcbaa1c530b2 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:18:77", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed", "rel": "bookmark"}], "image": {"id": "2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "links": [{"href": "http://172.30.9.27:8774/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:48:40.000000", "flavor": {"id": "8111fed1-4c19-4b92-aa63-55ace1041bc1", "links": [{"href": "http://172.30.9.27:8774/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1", "rel": "bookmark"}]}, "id": "78c27751-2f14-494c-a0dd-ef686ccd90ed", "security_groups": [{"name": "singlevm2-sg_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}], "user_id": "96b4a5ca34e0439a846c8f31e1c490de", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:48:40Z", "hostId": "42421a2593bac9377a62eaa906a5559089bf34029d6197c5f6a44fb9", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "name": "singlevm2-vm_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "created": "2018-08-23T16:48:29Z", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:48:42,076 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d4b64949-db78-4cfe-955a-fcbaa1c530b2 2018-08-23 16:48:42,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.906599998474s 2018-08-23 16:48:42,076 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d4b64949-db78-4cfe-955a-fcbaa1c530b2 2018-08-23 16:48:42,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 16:48:42,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=78c27751-2f14-494c-a0dd-ef686ccd90ed" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:42,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4e287955-ff1b-4c30-95f7-93d8226589d5 Date: Thu, 23 Aug 2018 16:48:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cc1588b8-00ee-4546-bcd5-15eb2c8e016a","tenant_id":"7a065387159c46f0aed59201d2dd5390","created_at":"2018-08-23T16:48:33Z","admin_state_up":true,"updated_at":"2018-08-23T16:48:39Z","binding:vnic_type":"normal","device_id":"78c27751-2f14-494c-a0dd-ef686ccd90ed","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ca:18:77","id":"bafc1d9d-7a94-443a-8f60-f2a4c42a713c","port_security_enabled":true,"project_id":"7a065387159c46f0aed59201d2dd5390","fixed_ips":[{"subnet_id":"c6831334-b694-45ce-b162-01fd86e4cab2","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["81388aa8-9122-4eb4-b547-fff25d33265d"],"name":""}]} 2018-08-23 16:48:42,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=78c27751-2f14-494c-a0dd-ef686ccd90ed used request id req-4e287955-ff1b-4c30-95f7-93d8226589d5 2018-08-23 16:48:42,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0838689804077s 2018-08-23 16:48:42,165 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=78c27751-2f14-494c-a0dd-ef686ccd90ed used request id req-4e287955-ff1b-4c30-95f7-93d8226589d5 2018-08-23 16:48:42,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 16:48:42,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=bafc1d9d-7a94-443a-8f60-f2a4c42a713c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:42,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d083ead3-6cd5-425d-a48d-8d00bf81412a Date: Thu, 23 Aug 2018 16:48:42 GMT RESP BODY: {"floatingips": []} 2018-08-23 16:48:42,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=bafc1d9d-7a94-443a-8f60-f2a4c42a713c used request id req-d083ead3-6cd5-425d-a48d-8d00bf81412a 2018-08-23 16:48:42,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.051206111908s 2018-08-23 16:48:42,221 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=bafc1d9d-7a94-443a-8f60-f2a4c42a713c used request id req-d083ead3-6cd5-425d-a48d-8d00bf81412a 2018-08-23 16:48:42,222 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ca:18:77', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2d3cef9d-0b21-42ec-98df-c48bafa05dd2'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T16:48:40.000000', 'flavor': Munch({u'id': u'8111fed1-4c19-4b92-aa63-55ace1041bc1'}), 'az': u'nova', 'id': u'78c27751-2f14-494c-a0dd-ef686ccd90ed', 'security_groups': [Munch({u'name': u'singlevm2-sg_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'96b4a5ca34e0439a846c8f31e1c490de', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7a065387159c46f0aed59201d2dd5390', 'name': 'singlevm2-project_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T16:48:40.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T16:48:40Z', 'hostId': u'42421a2593bac9377a62eaa906a5559089bf34029d6197c5f6a44fb9', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'42421a2593bac9377a62eaa906a5559089bf34029d6197c5f6a44fb9', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T16:48:40.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'7a065387159c46f0aed59201d2dd5390', 'name': u'singlevm2-vm_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', 'adminPass': u'4ye7esSYCi8j', 'tenant_id': u'7a065387159c46f0aed59201d2dd5390', 'created_at': u'2018-08-23T16:48:29Z', 'created': u'2018-08-23T16:48:29Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 16:48:42,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:48:42,226 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:42,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-a490ed60-ac45-4f48-a40b-d1ea66aca676 Date: Thu, 23 Aug 2018 16:48:42 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":["c6831334-b694-45ce-b162-01fd86e4cab2"],"updated_at":"2018-08-23T16:48:12Z","tenant_id":"7a065387159c46f0aed59201d2dd5390","created_at":"2018-08-23T16:48:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"7a065387159c46f0aed59201d2dd5390","id":"cc1588b8-00ee-4546-bcd5-15eb2c8e016a","name":"singlevm2-net_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:48:42,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a490ed60-ac45-4f48-a40b-d1ea66aca676 2018-08-23 16:48:42,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0910620689392s 2018-08-23 16:48:42,317 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a490ed60-ac45-4f48-a40b-d1ea66aca676 2018-08-23 16:48:42,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 16:48:42,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=78c27751-2f14-494c-a0dd-ef686ccd90ed" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:42,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b3b9495d-b1df-46a0-9702-4380295e901d Date: Thu, 23 Aug 2018 16:48:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cc1588b8-00ee-4546-bcd5-15eb2c8e016a","tenant_id":"7a065387159c46f0aed59201d2dd5390","created_at":"2018-08-23T16:48:33Z","admin_state_up":true,"updated_at":"2018-08-23T16:48:39Z","binding:vnic_type":"normal","device_id":"78c27751-2f14-494c-a0dd-ef686ccd90ed","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ca:18:77","id":"bafc1d9d-7a94-443a-8f60-f2a4c42a713c","port_security_enabled":true,"project_id":"7a065387159c46f0aed59201d2dd5390","fixed_ips":[{"subnet_id":"c6831334-b694-45ce-b162-01fd86e4cab2","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["81388aa8-9122-4eb4-b547-fff25d33265d"],"name":""}]} 2018-08-23 16:48:42,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=78c27751-2f14-494c-a0dd-ef686ccd90ed used request id req-b3b9495d-b1df-46a0-9702-4380295e901d 2018-08-23 16:48:42,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.324308872223s 2018-08-23 16:48:42,643 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=78c27751-2f14-494c-a0dd-ef686ccd90ed used request id req-b3b9495d-b1df-46a0-9702-4380295e901d 2018-08-23 16:48:42,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-23 16:48:42,644 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" -d '{"floatingip": {"floating_network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "fixed_ip_address": "192.168.120.5", "port_id": "bafc1d9d-7a94-443a-8f60-f2a4c42a713c"}}' 2018-08-23 16:48:44,686 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-66b7ace3-8d67-41eb-97f1-25f1f4eb0d1c Date: Thu, 23 Aug 2018 16:48:44 GMT RESP BODY: {"floatingip": {"router_id": "3b74163c-e72f-4db7-9108-96a059bcfd08", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T16:48:43Z", "floating_network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "bafc1d9d-7a94-443a-8f60-f2a4c42a713c", "id": "e7087d79-694b-46d7-85a8-8dfbe8fa5e99", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "created_at": "2018-08-23T16:48:43Z", "project_id": "7a065387159c46f0aed59201d2dd5390"}} 2018-08-23 16:48:44,687 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-66b7ace3-8d67-41eb-97f1-25f1f4eb0d1c 2018-08-23 16:48:44,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.04318118095s 2018-08-23 16:48:44,687 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-66b7ace3-8d67-41eb-97f1-25f1f4eb0d1c 2018-08-23 16:48:44,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 16:48:44,695 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:45,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-a0ff90ff-19d5-4880-9bd3-2471182c33a7 Date: Thu, 23 Aug 2018 16:48:45 GMT RESP BODY: {"floatingips": [{"router_id": "3b74163c-e72f-4db7-9108-96a059bcfd08", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T16:48:43Z", "floating_network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "bafc1d9d-7a94-443a-8f60-f2a4c42a713c", "id": "e7087d79-694b-46d7-85a8-8dfbe8fa5e99", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "created_at": "2018-08-23T16:48:43Z", "project_id": "7a065387159c46f0aed59201d2dd5390"}]} 2018-08-23 16:48:45,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a0ff90ff-19d5-4880-9bd3-2471182c33a7 2018-08-23 16:48:45,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.480068922043s 2018-08-23 16:48:45,175 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a0ff90ff-19d5-4880-9bd3-2471182c33a7 2018-08-23 16:48:45,179 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'3b74163c-e72f-4db7-9108-96a059bcfd08', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'7a065387159c46f0aed59201d2dd5390', 'created_at': u'2018-08-23T16:48:43Z', 'attached': True, 'updated_at': u'2018-08-23T16:48:43Z', 'id': u'e7087d79-694b-46d7-85a8-8dfbe8fa5e99', 'floating_network_id': u'f5b34b9c-dd33-46b5-9947-17506958773d', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7a065387159c46f0aed59201d2dd5390', 'name': 'singlevm2-project_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'3b74163c-e72f-4db7-9108-96a059bcfd08', 'project_id': u'7a065387159c46f0aed59201d2dd5390', 'port_id': u'bafc1d9d-7a94-443a-8f60-f2a4c42a713c', 'port': u'bafc1d9d-7a94-443a-8f60-f2a4c42a713c', 'network': u'f5b34b9c-dd33-46b5-9947-17506958773d'}) 2018-08-23 16:48:45,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 16:48:45,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 16:48:45,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48: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-eab8f9fe-3814-4959-8a36-981b29a4d159 x-compute-request-id: req-eab8f9fe-3814-4959-8a36-981b29a4d159 Content-Encoding: gzip Content-Length: 9583 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 494244261 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.198010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.200523] pid_max: default: 32768 minimum: 301\n[ 0.201881] ACPI: Core revision 20150930\n[ 0.203682] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.205644] Security Framework initialized\n[ 0.206882] Yama: becoming mindful.\n[ 0.207983] AppArmor: AppArmor initialized\n[ 0.209265] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.211211] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.213134] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214942] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.217035] Initializing cgroup subsys io\n[ 0.218268] Initializing cgroup subsys memory\n[ 0.219561] Initializing cgroup subsys devices\n[ 0.220886] Initializing cgroup subsys freezer\n[ 0.222204] Initializing cgroup subsys net_cls\n[ 0.223512] Initializing cgroup subsys perf_event\n[ 0.224909] Initializing cgroup subsys net_prio\n[ 0.226246] Initializing cgroup subsys hugetlb\n[ 0.227558] Initializing cgroup subsys pids\n[ 0.228861] CPU: Physical Processor ID: 0\n[ 0.230792] mce: CPU supports 10 MCE banks\n[ 0.232058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.233582] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.251870] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.258689] ftrace: allocating 31920 entries in 125 pages\n[ 0.284248] smpboot: Max logical packages: 1\n[ 0.285533] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.287574] x2apic enabled\n[ 0.288791] Switched APIC routing to physical x2apic.\n[ 0.291378] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293066] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.298658] KVM setup paravirtual spinlock\n[ 0.300283] x86: Booted up 1 node, 1 CPUs\n[ 0.301423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.303349] devtmpfs: initialized\n[ 0.305349] evm: security.selinux\n[ 0.306347] evm: security.SMACK64\n[ 0.307330] evm: security.SMACK64EXEC\n[ 0.308385] evm: security.SMACK64TRANSMUTE\n[ 0.309531] evm: security.SMACK64MMAP\n[ 0.310583] evm: security.ima\n[ 0.311499] evm: security.capability\n[ 0.312612] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.315191] pinctrl core: initialized pinctrl subsystem\n[ 0.316729] RTC time: 16:48:40, date: 08/23/18\n[ 0.318054] NET: Registered protocol family 16\n[ 0.319400] cpuidle: using governor ladder\n[ 0.320554] cpuidle: using governor menu\n[ 0.321675] PCCT header not found.\n[ 0.322731] ACPI: bus type PCI registered\n[ 0.323873] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.325604] PCI: Using configuration type 1 for base access\n[ 0.327815] ACPI: Added _OSI(Module Device)\n[ 0.328998] ACPI: Added _OSI(Processor Device)\n[ 0.330213] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.331489] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.333680] ACPI: Interpreter enabled\n[ 0.334761] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.337375] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.339969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.342549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.345133] ACPI: (supports S0 S5)\n[ 0.346123] ACPI: Using IOAPIC for interrupt routing\n[ 0.347456] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.351342] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.352923] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.354651] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.356293] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.359358] acpiphp: Slot [3] registered\n[ 0.360504] acpiphp: Slot [4] registered\n[ 0.361624] acpiphp: Slot [5] registered\n[ 0.362755] acpiphp: Slot [6] registered\n[ 0.363900] acpiphp: Slot [7] registered\n[ 0.365041] acpiphp: Slot [8] registered\n[ 0.366170] acpiphp: Slot [9] registered\n[ 0.367292] acpiphp: Slot [10] registered\n[ 0.368441] acpiphp: Slot [11] registered\n[ 0.369570] acpiphp: Slot [12] registered\n[ 0.370712] acpiphp: Slot [13] registered\n[ 0.371848] acpiphp: Slot [14] registered\n[ 0.372992] acpiphp: Slot [15] registered\n[ 0.388205] acpiphp: Slot [16] registered\n[ 0.389358] acpiphp: Slot [17] registered\n[ 0.390513] acpiphp: Slot [18] registered\n[ 0.391661] acpiphp: Slot [19] registered\n[ 0.392810] acpiphp: Slot [20] registered\n[ 0.393960] acpiphp: Slot [21] registered\n[ 0.395109] acpiphp: Slot [22] registered\n[ 0.396251] acpiphp: Slot [23] registered\n[ 0.397403] acpiphp: Slot [24] registered\n[ 0.398556] acpiphp: Slot [25] registered\n[ 0.399704] acpiphp: Slot [26] registered\n[ 0.400849] acpiphp: Slot [27] registered\n[ 0.402005] acpiphp: Slot [28] registered\n[ 0.403145] acpiphp: Slot [29] registered\n[ 0.404287] acpiphp: Slot [30] registered\n[ 0.405427] acpiphp: Slot [31] registered\n[ 0.406579] PCI host bridge to bus 0000:00\n[ 0.407727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.409432] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.411149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.413211] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.415277] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.417371] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.421395] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.423183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424847] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426634] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430959] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432993] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457746] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459749] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.461840] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.463621] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465444] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.466928] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469118] vgaarb: loaded\n[ 0.469978] vgaarb: bridge control possible 0000:00:02.0\n[ 0.471672] SCSI subsystem initialized\n[ 0.472956] ACPI: bus type USB registered\n[ 0.474124] usbcore: registered new interface driver usbfs\n[ 0.475559] usbcore: registered new interface driver hub\n[ 0.476963] usbcore: registered new device driver usb\n[ 0.478515] PCI: Using ACPI for IRQ routing\n[ 0.480075] NetLabel: Initializing\n[ 0.481104] NetLabel: domain hash size = 128\n[ 0.482300] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.483659] NetLabel: unlabeled traffic allowed by default\n[ 0.485294] clocksource: Switched to clocksource kvm-clock\n[ 0.495392] AppArmor: AppArmor Filesystem Enabled\n[ 0.496736] pnp: PnP ACPI init\n[ 0.498010] pnp: PnP ACPI: found 5 devices\n[ 0.505003] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.507429] NET: Registered protocol family 2\n[ 0.508882] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.510703] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.512393] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.514094] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.515638] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.517286] NET: Registered protocol family 1\n[ 0.518535] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.520075] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.521608] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.536197] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.550836] Trying to unpack rootfs image as initramfs...\n[ 0.613717] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.618728] Scanning for low memory corruption every 60 seconds\n[ 0.620990] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.622671] audit: initializing netlink subsys (disabled)\n[ 0.624172] audit: type=2000 audit(1535042921.423:1): initialized\n[ 0.626138] Initialise system trusted keyring\n[ 0.627558] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.629184] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.631937] zbud: loaded\n[ 0.632973] VFS: Disk quotas dquot_6.6.0\n[ 0.634155] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.636388] fuse init (API version 7.23)\n[ 0.637687] Key type big_key registered\n[ 0.638819] Allocating IMA MOK and blacklist keyrings.\n[ 0.640545] Key type asymmetric registered\n[ 0.641726] Asymmetric key parser 'x509' registered\n[ 0.643088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.645228] io scheduler noop registered\n[ 0.646368] io scheduler deadline registered (default)\n[ 0.647794] io scheduler cfq registered\n[ 0.649028] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.650534] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.652352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.654426] ACPI: Power Button [PWRF]\n[ 0.655670] GHES: HEST is not enabled!\n[ 0.669797] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.698957] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.701882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.725631] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.728789] Linux agpgart interface v0.103\n[ 0.732324] brd: module loaded\n[ 0.734628] loop: module loaded\n[ 0.739340] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.741413] GPT:90111 != 2097151\n[ 0.742373] GPT:Alternate GPT header not at the end of the disk.\n[ 0.743914] GPT:90111 != 2097151\n[ 0.744884] GPT: Use GNU Parted to correct GPT errors.\n[ 0.746254] vda: vda1 vda15\n[ 0.747937] scsi host0: ata_piix\n[ 0.749055] scsi host1: ata_piix\n[ 0.750091] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.751835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.753890] libphy: Fixed MDIO Bus: probed\n[ 0.755068] tun: Universal TUN/TAP device driver, 1.6\n[ 0.756449] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.759508] PPP generic driver version 2.4.2\n[ 0.760796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.762489] ehci-pci: EHCI PCI platform driver\n[ 0.763732] ehci-platform: EHCI generic platform driver\n[ 0.765145] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.766751] ohci-pci: OHCI PCI platform driver\n[ 0.768002] ohci-platform: OHCI generic platform driver\n[ 0.769425] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784075] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785505] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.787603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789025] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.790650] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792382] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794404] usb usb1: Product: UHCI Host Controller\n[ 0.795717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797317] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798756] hub 1-0:1.0: USB hub found\n[ 0.799858] hub 1-0:1.0: 2 ports detected\n[ 0.801174] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804136] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805488] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.806931] mousedev: PS/2 mouse device common for all mice\n[ 0.808678] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811244] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812836] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814509] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816184] i2c /dev entries driver\n[ 0.817260] device-mapper: uevent: version 1.0.3\n[ 0.818619] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820932] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822835] NET: Registered protocol family 10\n[ 0.824429] NET: Registered protocol family 17\n[ 0.825700] Key type dns_resolver registered\n[ 0.827046] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.831089] registered taskstats version 1\n[ 0.832273] Loading compiled-in X.509 certificates\n[ 0.834145] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836761] zswap: loaded using pool lzo/zbud\n[ 0.838911] Key type trusted registered\n[ 0.841153] Key type encrypted registered\n[ 0.842338] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843815] ima: No TPM chip found, activating TPM-bypass!\n[ 0.845277] evm: HMAC attrs: 0x1\n[ 0.846614] Magic number: 14:226:844\n[ 0.847817] rtc_cmos 00:00: setting system clock to 2018-08-23 16:48:41 UTC (1535042921)\n[ 0.850113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851680] EDD information not available.\n[ 0.914829] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931434] Write protecting the kernel read-only data: 14336k\n[ 0.934474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937031] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088512] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2uKySz4wwZslewZ8UFA2Rxls9X2PZM3m1YchUdS3yd9ytLzRdP+K7Aj+zxzcUW1wns8F50ETStJGqy2IOTrRCCeN4d6UwJhKSrxAnf3TKZLMay20/Jz+nKqGMLxPcY3c3y02atKBCPIYbQBd5btRii9I8IRoaUkcQ1VhoK/Ph2RGF4ZRDVDdI+ksCtGiTL10EsQw+Kiat8wnJoxtP2+ijpZhTDIBO8c9ilAkZYjRC+F4SgVDXvRbTnFBctnqWTVu/uvRW6EYDz9ljVuu45ytDZqy/6nDM3BIkG2hUmgYCGLNSp2DQ+ww5Bqmoczgy15SSdgAyYpCOsxBF8td3fylH root@singlevm2-vm-c9a2a7fc-2b79-450c-b650-4c1c3ee6faae\nssh-dss AAAAB3NzaC1kc3MAAACBALCFvP6nqwRrT8hYEoPO/OBEQLh7g8DSPSUEMntPnC52JLzE7bX6N9o3/4OX9I0tRiMKFm+La4TE9nnGuv+qtxZ9Z0icpcqHHzNelrYMkTyIjVsi4ES0pLsTrnxs5Bc1TsOKQs/GU1hd1NyMlZEfpRQh19fl4Zwb1/wQ2F/7k1v9AAAAFQCGzxNLZjBkvWAsY1ZRoXIL4sczpwAAAIEAlvFGCKvS2+uMIGijv9qs3bCMllDLhjO/at9rcPw6UOCJBtexKoa1jxZblxy63voX869O1ON1Mb9g5bTNqtKDf5F3drM0XH3DbAYkRYbO5Mi8fxvBsKz/JdLY2x3FiXbfSdXPJjXVdbE73kvwizBLgyAzR7Y7NFIyB+8EbzndcfkAAACASBp7S8T52oIeMm8oDejbkXBsY1sgmgY3xvyUdsqgQmtZSnGyHSN14rcu7YjQQiwdZMuLbX+R2GV2j7RX18LHKoo/NLK/J57aSYDs6uhYBIsZW7duojDawqJYlYzwxFKpUfEQummVAC0g9QM89IT1tNxVKkBgpMJX4ONUMb+mXjg= root@singlevm2-vm-c9a2a7fc-2b79-450c-b650-4c1c3ee6faae\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:feca:1877/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-c9a2a7fc-2b79-450c-b650-4c1c3ee6faae\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.86 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-c9a2a7fc-2b79-450c-b650-4c1c3ee6faae login: "} 2018-08-23 16:48:45,314 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed/action used request id req-eab8f9fe-3814-4959-8a36-981b29a4d159 2018-08-23 16:48:45,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.13393497467s 2018-08-23 16:48:45,315 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed/action used request id req-eab8f9fe-3814-4959-8a36-981b29a4d159 2018-08-23 16:48:45,315 - 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 494244261 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.198010] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.200523] pid_max: default: 32768 minimum: 301 [ 0.201881] ACPI: Core revision 20150930 [ 0.203682] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.205644] Security Framework initialized [ 0.206882] Yama: becoming mindful. [ 0.207983] AppArmor: AppArmor initialized [ 0.209265] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.211211] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.213134] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214942] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.217035] Initializing cgroup subsys io [ 0.218268] Initializing cgroup subsys memory [ 0.219561] Initializing cgroup subsys devices [ 0.220886] Initializing cgroup subsys freezer [ 0.222204] Initializing cgroup subsys net_cls [ 0.223512] Initializing cgroup subsys perf_event [ 0.224909] Initializing cgroup subsys net_prio [ 0.226246] Initializing cgroup subsys hugetlb [ 0.227558] Initializing cgroup subsys pids [ 0.228861] CPU: Physical Processor ID: 0 [ 0.230792] mce: CPU supports 10 MCE banks [ 0.232058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.233582] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.251870] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.258689] ftrace: allocating 31920 entries in 125 pages [ 0.284248] smpboot: Max logical packages: 1 [ 0.285533] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.287574] x2apic enabled [ 0.288791] Switched APIC routing to physical x2apic. [ 0.291378] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.293066] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.296066] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.298658] KVM setup paravirtual spinlock [ 0.300283] x86: Booted up 1 node, 1 CPUs [ 0.301423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.303349] devtmpfs: initialized [ 0.305349] evm: security.selinux [ 0.306347] evm: security.SMACK64 [ 0.307330] evm: security.SMACK64EXEC [ 0.308385] evm: security.SMACK64TRANSMUTE [ 0.309531] evm: security.SMACK64MMAP [ 0.310583] evm: security.ima [ 0.311499] evm: security.capability [ 0.312612] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.315191] pinctrl core: initialized pinctrl subsystem [ 0.316729] RTC time: 16:48:40, date: 08/23/18 [ 0.318054] NET: Registered protocol family 16 [ 0.319400] cpuidle: using governor ladder [ 0.320554] cpuidle: using governor menu [ 0.321675] PCCT header not found. [ 0.322731] ACPI: bus type PCI registered [ 0.323873] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.325604] PCI: Using configuration type 1 for base access [ 0.327815] ACPI: Added _OSI(Module Device) [ 0.328998] ACPI: Added _OSI(Processor Device) [ 0.330213] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.331489] ACPI: Added _OSI(Processor Aggregator Device) [ 0.333680] ACPI: Interpreter enabled [ 0.334761] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.337375] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.339969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.342549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.345133] ACPI: (supports S0 S5) [ 0.346123] ACPI: Using IOAPIC for interrupt routing [ 0.347456] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.351342] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.352923] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.354651] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.356293] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.359358] acpiphp: Slot [3] registered [ 0.360504] acpiphp: Slot [4] registered [ 0.361624] acpiphp: Slot [5] registered [ 0.362755] acpiphp: Slot [6] registered [ 0.363900] acpiphp: Slot [7] registered [ 0.365041] acpiphp: Slot [8] registered [ 0.366170] acpiphp: Slot [9] registered [ 0.367292] acpiphp: Slot [10] registered [ 0.368441] acpiphp: Slot [11] registered [ 0.369570] acpiphp: Slot [12] registered [ 0.370712] acpiphp: Slot [13] registered [ 0.371848] acpiphp: Slot [14] registered [ 0.372992] acpiphp: Slot [15] registered [ 0.388205] acpiphp: Slot [16] registered [ 0.389358] acpiphp: Slot [17] registered [ 0.390513] acpiphp: Slot [18] registered [ 0.391661] acpiphp: Slot [19] registered [ 0.392810] acpiphp: Slot [20] registered [ 0.393960] acpiphp: Slot [21] registered [ 0.395109] acpiphp: Slot [22] registered [ 0.396251] acpiphp: Slot [23] registered [ 0.397403] acpiphp: Slot [24] registered [ 0.398556] acpiphp: Slot [25] registered [ 0.399704] acpiphp: Slot [26] registered [ 0.400849] acpiphp: Slot [27] registered [ 0.402005] acpiphp: Slot [28] registered [ 0.403145] acpiphp: Slot [29] registered [ 0.404287] acpiphp: Slot [30] registered [ 0.405427] acpiphp: Slot [31] registered [ 0.406579] PCI host bridge to bus 0000:00 [ 0.407727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.409432] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.411149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.413211] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.415277] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.417371] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.421395] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.423183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.424847] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.426634] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.430959] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.432993] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.453642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.455715] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.457746] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.459749] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.461840] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.463621] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.465444] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.466928] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.469118] vgaarb: loaded [ 0.469978] vgaarb: bridge control possible 0000:00:02.0 [ 0.471672] SCSI subsystem initialized [ 0.472956] ACPI: bus type USB registered [ 0.474124] usbcore: registered new interface driver usbfs [ 0.475559] usbcore: registered new interface driver hub [ 0.476963] usbcore: registered new device driver usb [ 0.478515] PCI: Using ACPI for IRQ routing [ 0.480075] NetLabel: Initializing [ 0.481104] NetLabel: domain hash size = 128 [ 0.482300] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.483659] NetLabel: unlabeled traffic allowed by default [ 0.485294] clocksource: Switched to clocksource kvm-clock [ 0.495392] AppArmor: AppArmor Filesystem Enabled [ 0.496736] pnp: PnP ACPI init [ 0.498010] pnp: PnP ACPI: found 5 devices [ 0.505003] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.507429] NET: Registered protocol family 2 [ 0.508882] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.510703] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.512393] TCP: Hash tables configured (established 4096 bind 4096) [ 0.514094] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.515638] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.517286] NET: Registered protocol family 1 [ 0.518535] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.520075] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.521608] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.536197] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.550836] Trying to unpack rootfs image as initramfs... [ 0.613717] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.618728] Scanning for low memory corruption every 60 seconds [ 0.620990] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.622671] audit: initializing netlink subsys (disabled) [ 0.624172] audit: type=2000 audit(1535042921.423:1): initialized [ 0.626138] Initialise system trusted keyring [ 0.627558] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.629184] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.631937] zbud: loaded [ 0.632973] VFS: Disk quotas dquot_6.6.0 [ 0.634155] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.636388] fuse init (API version 7.23) [ 0.637687] Key type big_key registered [ 0.638819] Allocating IMA MOK and blacklist keyrings. [ 0.640545] Key type asymmetric registered [ 0.641726] Asymmetric key parser 'x509' registered [ 0.643088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.645228] io scheduler noop registered [ 0.646368] io scheduler deadline registered (default) [ 0.647794] io scheduler cfq registered [ 0.649028] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.650534] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.652352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.654426] ACPI: Power Button [PWRF] [ 0.655670] GHES: HEST is not enabled! [ 0.669797] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.698957] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.701882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.725631] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.728789] Linux agpgart interface v0.103 [ 0.732324] brd: module loaded [ 0.734628] loop: module loaded [ 0.739340] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.741413] GPT:90111 != 2097151 [ 0.742373] GPT:Alternate GPT header not at the end of the disk. [ 0.743914] GPT:90111 != 2097151 [ 0.744884] GPT: Use GNU Parted to correct GPT errors. [ 0.746254] vda: vda1 vda15 [ 0.747937] scsi host0: ata_piix [ 0.749055] scsi host1: ata_piix [ 0.750091] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.751835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.753890] libphy: Fixed MDIO Bus: probed [ 0.755068] tun: Universal TUN/TAP device driver, 1.6 [ 0.756449] tun: (C) 1999-2004 Max Krasnyansky [ 0.759508] PPP generic driver version 2.4.2 [ 0.760796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.762489] ehci-pci: EHCI PCI platform driver [ 0.763732] ehci-platform: EHCI generic platform driver [ 0.765145] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.766751] ohci-pci: OHCI PCI platform driver [ 0.768002] ohci-platform: OHCI generic platform driver [ 0.769425] uhci_hcd: USB Universal Host Controller Interface driver [ 0.784075] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.785505] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.787603] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.789025] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.790650] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.792382] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.794404] usb usb1: Product: UHCI Host Controller [ 0.795717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.797317] usb usb1: SerialNumber: 0000:00:01.2 [ 0.798756] hub 1-0:1.0: USB hub found [ 0.799858] hub 1-0:1.0: 2 ports detected [ 0.801174] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.804136] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.805488] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.806931] mousedev: PS/2 mouse device common for all mice [ 0.808678] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.811244] rtc_cmos 00:00: RTC can wake from S4 [ 0.812836] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.814509] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.816184] i2c /dev entries driver [ 0.817260] device-mapper: uevent: version 1.0.3 [ 0.818619] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.820932] ledtrig-cpu: registered to indicate activity on CPUs [ 0.822835] NET: Registered protocol family 10 [ 0.824429] NET: Registered protocol family 17 [ 0.825700] Key type dns_resolver registered [ 0.827046] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.828586] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.831089] registered taskstats version 1 [ 0.832273] Loading compiled-in X.509 certificates [ 0.834145] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.836761] zswap: loaded using pool lzo/zbud [ 0.838911] Key type trusted registered [ 0.841153] Key type encrypted registered [ 0.842338] AppArmor: AppArmor sha1 policy hashing enabled [ 0.843815] ima: No TPM chip found, activating TPM-bypass! [ 0.845277] evm: HMAC attrs: 0x1 [ 0.846614] Magic number: 14:226:844 [ 0.847817] rtc_cmos 00:00: setting system clock to 2018-08-23 16:48:41 UTC (1535042921) [ 0.850113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.851680] EDD information not available. [ 0.914829] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.931434] Write protecting the kernel read-only data: 14336k [ 0.934474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.937031] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.088512] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2uKySz4wwZslewZ8UFA2Rxls9X2PZM3m1YchUdS3yd9ytLzRdP+K7Aj+zxzcUW1wns8F50ETStJGqy2IOTrRCCeN4d6UwJhKSrxAnf3TKZLMay20/Jz+nKqGMLxPcY3c3y02atKBCPIYbQBd5btRii9I8IRoaUkcQ1VhoK/Ph2RGF4ZRDVDdI+ksCtGiTL10EsQw+Kiat8wnJoxtP2+ijpZhTDIBO8c9ilAkZYjRC+F4SgVDXvRbTnFBctnqWTVu/uvRW6EYDz9ljVuu45ytDZqy/6nDM3BIkG2hUmgYCGLNSp2DQ+ww5Bqmoczgy15SSdgAyYpCOsxBF8td3fylH root@singlevm2-vm-c9a2a7fc-2b79-450c-b650-4c1c3ee6faae ssh-dss AAAAB3NzaC1kc3MAAACBALCFvP6nqwRrT8hYEoPO/OBEQLh7g8DSPSUEMntPnC52JLzE7bX6N9o3/4OX9I0tRiMKFm+La4TE9nnGuv+qtxZ9Z0icpcqHHzNelrYMkTyIjVsi4ES0pLsTrnxs5Bc1TsOKQs/GU1hd1NyMlZEfpRQh19fl4Zwb1/wQ2F/7k1v9AAAAFQCGzxNLZjBkvWAsY1ZRoXIL4sczpwAAAIEAlvFGCKvS2+uMIGijv9qs3bCMllDLhjO/at9rcPw6UOCJBtexKoa1jxZblxy63voX869O1ON1Mb9g5bTNqtKDf5F3drM0XH3DbAYkRYbO5Mi8fxvBsKz/JdLY2x3FiXbfSdXPJjXVdbE73kvwizBLgyAzR7Y7NFIyB+8EbzndcfkAAACASBp7S8T52oIeMm8oDejbkXBsY1sgmgY3xvyUdsqgQmtZSnGyHSN14rcu7YjQQiwdZMuLbX+R2GV2j7RX18LHKoo/NLK/J57aSYDs6uhYBIsZW7duojDawqJYlYzwxFKpUfEQummVAC0g9QM89IT1tNxVKkBgpMJX4ONUMb+mXjg= root@singlevm2-vm-c9a2a7fc-2b79-450c-b650-4c1c3ee6faae -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:feca:1877/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-c9a2a7fc-2b79-450c-b650-4c1c3ee6faae launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.86 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-c9a2a7fc-2b79-450c-b650-4c1c3ee6faae login: 2018-08-23 16:48:46,315 - paramiko.transport - DEBUG - starting thread (client mode): 0x77f52ad0L 2018-08-23 16:48:46,316 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 16:48:46,316 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-23 16:48:46,316 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-23 16:48:46,317 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 16:48:46,317 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 16:48:46,318 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-23 16:48:46,318 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 16:48:46,318 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 16:48:46,318 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 16:48:46,335 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 16:48:46,335 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 16:48:46,348 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: 77fd35afcb815f2c25dc6949c1399456 2018-08-23 16:48:46,349 - paramiko.transport - DEBUG - Trying discovered key 015ac7f5b4854d02b1bfeef1e0d62c8b in /tmp/tmpWPg_Xt 2018-08-23 16:48:46,374 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 16:48:46,380 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-23 16:48:46,381 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-23 16:48:46,382 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-23 16:48:46,382 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-23 16:48:46,384 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-23 16:48:46,385 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-23 16:48:46,385 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-23 16:48:46,385 - functest.core.singlevm - DEBUG - error: 2018-08-23 16:48:46,390 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-23 16:48:46,492 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 16:48:46,493 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:36 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-23 16:48:46,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-23 16:48:46,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/e7087d79-694b-46d7-85a8-8dfbe8fa5e99.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:47,910 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-94cadb06-5927-4a13-a8f1-67347ba617ed Content-Length: 0 Date: Thu, 23 Aug 2018 16:48:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:48:47,911 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/e7087d79-694b-46d7-85a8-8dfbe8fa5e99.json used request id req-94cadb06-5927-4a13-a8f1-67347ba617ed 2018-08-23 16:48:47,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.41054987907s 2018-08-23 16:48:47,911 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/e7087d79-694b-46d7-85a8-8dfbe8fa5e99.json used request id req-94cadb06-5927-4a13-a8f1-67347ba617ed 2018-08-23 16:48:47,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 16:48:47,916 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:48,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e375a542-de66-4926-99c9-2400b0c7a8b7 Date: Thu, 23 Aug 2018 16:48:48 GMT RESP BODY: {"floatingips": []} 2018-08-23 16:48:48,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-e375a542-de66-4926-99c9-2400b0c7a8b7 2018-08-23 16:48:48,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.387328863144s 2018-08-23 16:48:48,303 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-e375a542-de66-4926-99c9-2400b0c7a8b7 2018-08-23 16:48:48,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 16:48:48,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:48,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:48:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-14dd500f-d4ba-47a8-b185-6a9104a065f2 x-compute-request-id: req-14dd500f-d4ba-47a8-b185-6a9104a065f2 Content-Type: application/json 2018-08-23 16:48:48,560 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed used request id req-14dd500f-d4ba-47a8-b185-6a9104a065f2 2018-08-23 16:48:48,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.256339073181s 2018-08-23 16:48:48,561 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed used request id req-14dd500f-d4ba-47a8-b185-6a9104a065f2 2018-08-23 16:48:48,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:48:48,564 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:50,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48: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-9d53c031-4744-4d65-9985-8e7b5374d306 x-compute-request-id: req-9d53c031-4744-4d65-9985-8e7b5374d306 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:18:77", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78c27751-2f14-494c-a0dd-ef686ccd90ed", "rel": "bookmark"}], "image": {"id": "2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "links": [{"href": "http://172.30.9.27:8774/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:48:40.000000", "flavor": {"id": "8111fed1-4c19-4b92-aa63-55ace1041bc1", "links": [{"href": "http://172.30.9.27:8774/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1", "rel": "bookmark"}]}, "id": "78c27751-2f14-494c-a0dd-ef686ccd90ed", "security_groups": [{"name": "singlevm2-sg_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}], "user_id": "96b4a5ca34e0439a846c8f31e1c490de", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:48:48Z", "hostId": "42421a2593bac9377a62eaa906a5559089bf34029d6197c5f6a44fb9", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "name": "singlevm2-vm_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "created": "2018-08-23T16:48:29Z", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:48:50,212 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9d53c031-4744-4d65-9985-8e7b5374d306 2018-08-23 16:48:50,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.65076398849s 2018-08-23 16:48:50,213 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9d53c031-4744-4d65-9985-8e7b5374d306 2018-08-23 16:48:50,214 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:48:52,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:48:52,220 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:52,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:48: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-fd40e53b-1709-4902-a74b-d823f74d20fe x-compute-request-id: req-fd40e53b-1709-4902-a74b-d823f74d20fe Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-23 16:48:52,421 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fd40e53b-1709-4902-a74b-d823f74d20fe 2018-08-23 16:48:52,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.204109191895s 2018-08-23 16:48:52,421 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fd40e53b-1709-4902-a74b-d823f74d20fe 2018-08-23 16:48:52,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 16:48:52,425 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:52,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-d94270b6-7952-4981-9cac-2926dfacaf9d Date: Thu, 23 Aug 2018 16:48:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "7a065387159c46f0aed59201d2dd5390", "created_at": "2018-08-23T16:48:11Z", "updated_at": "2018-08-23T16:48:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:11Z", "revision_number": 0, "id": "683a6483-7616-4239-935f-5431d4df9ea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:11Z", "security_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a065387159c46f0aed59201d2dd5390"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:11Z", "revision_number": 0, "id": "9699b8f1-3066-4443-9412-5fb345db1392", "remote_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:11Z", "security_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a065387159c46f0aed59201d2dd5390"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:11Z", "revision_number": 0, "id": "eb51efbf-21d3-4c2d-90ff-b4549ada4598", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:11Z", "security_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a065387159c46f0aed59201d2dd5390"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:11Z", "revision_number": 0, "id": "f1dc3bb2-2625-4673-beaa-c047a294bed1", "remote_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:11Z", "security_group_id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a065387159c46f0aed59201d2dd5390"}], "revision_number": 1, "project_id": "7a065387159c46f0aed59201d2dd5390", "id": "374cc5b4-87bd-43f6-970a-1ea3efb3dfaa", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "7a065387159c46f0aed59201d2dd5390", "created_at": "2018-08-23T16:48:22Z", "updated_at": "2018-08-23T16:48:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:22Z", "revision_number": 0, "id": "20fe5130-64cc-4cc6-9da2-709d617e04ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:22Z", "security_group_id": "81388aa8-9122-4eb4-b547-fff25d33265d", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv6", "project_id": "7a065387159c46f0aed59201d2dd5390"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:23Z", "revision_number": 0, "id": "23800105-617e-4092-8684-9193c68d987a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:23Z", "security_group_id": "81388aa8-9122-4eb4-b547-fff25d33265d", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a065387159c46f0aed59201d2dd5390"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T16:48:22Z", "revision_number": 0, "id": "81364de2-2f6f-4097-a702-09f5712f2986", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:22Z", "security_group_id": "81388aa8-9122-4eb4-b547-fff25d33265d", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": 22, "ethertype": "IPv4", "project_id": "7a065387159c46f0aed59201d2dd5390"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:48:22Z", "revision_number": 0, "id": "9878626b-5a13-4c52-a1dd-0f5e9427416e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:48:22Z", "security_group_id": "81388aa8-9122-4eb4-b547-fff25d33265d", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "port_range_min": null, "ethertype": "IPv4", "project_id": "7a065387159c46f0aed59201d2dd5390"}], "revision_number": 3, "project_id": "7a065387159c46f0aed59201d2dd5390", "id": "81388aa8-9122-4eb4-b547-fff25d33265d", "name": "singlevm2-sg_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}]} 2018-08-23 16:48:52,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-d94270b6-7952-4981-9cac-2926dfacaf9d 2018-08-23 16:48:52,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.287346839905s 2018-08-23 16:48:52,712 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-d94270b6-7952-4981-9cac-2926dfacaf9d 2018-08-23 16:48:52,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-23 16:48:52,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/81388aa8-9122-4eb4-b547-fff25d33265d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:53,057 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d1bf25b4-8744-42dd-98d6-45895c89f18e Content-Length: 0 Date: Thu, 23 Aug 2018 16:48:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:48:53,058 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/81388aa8-9122-4eb4-b547-fff25d33265d.json used request id req-d1bf25b4-8744-42dd-98d6-45895c89f18e 2018-08-23 16:48:53,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.34130191803s 2018-08-23 16:48:53,058 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/81388aa8-9122-4eb4-b547-fff25d33265d.json used request id req-d1bf25b4-8744-42dd-98d6-45895c89f18e 2018-08-23 16:48:53,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-23 16:48:53,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/singlevm2-kp_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:53,136 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 16:48:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b4b29a05-1d5c-4c55-8829-d4ef771edb37 x-compute-request-id: req-b4b29a05-1d5c-4c55-8829-d4ef771edb37 Content-Length: 0 Content-Type: application/json 2018-08-23 16:48:53,136 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm2-kp_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae used request id req-b4b29a05-1d5c-4c55-8829-d4ef771edb37 2018-08-23 16:48:53,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0780742168427s 2018-08-23 16:48:53,137 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm2-kp_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae used request id req-b4b29a05-1d5c-4c55-8829-d4ef771edb37 2018-08-23 16:48:53,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 16:48:53,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/3b74163c-e72f-4db7-9108-96a059bcfd08/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" -d '{"subnet_id": "c6831334-b694-45ce-b162-01fd86e4cab2"}' 2018-08-23 16:48:54,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9f791be6-98ef-48c1-9164-ff26ed361ab7 Date: Thu, 23 Aug 2018 16:48:54 GMT RESP BODY: {"network_id": "cc1588b8-00ee-4546-bcd5-15eb2c8e016a", "tenant_id": "7a065387159c46f0aed59201d2dd5390", "subnet_id": "c6831334-b694-45ce-b162-01fd86e4cab2", "subnet_ids": ["c6831334-b694-45ce-b162-01fd86e4cab2"], "port_id": "77c56450-d65e-4bc5-856b-2f258bebb21b", "id": "3b74163c-e72f-4db7-9108-96a059bcfd08"} 2018-08-23 16:48:54,879 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/3b74163c-e72f-4db7-9108-96a059bcfd08/remove_router_interface.json used request id req-9f791be6-98ef-48c1-9164-ff26ed361ab7 2018-08-23 16:48:54,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.74228191376s 2018-08-23 16:48:54,880 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/3b74163c-e72f-4db7-9108-96a059bcfd08/remove_router_interface.json used request id req-9f791be6-98ef-48c1-9164-ff26ed361ab7 returning object 3b74163c-e72f-4db7-9108-96a059bcfd08 2018-08-23 16:48:54,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 16:48:54,881 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:55,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-d264d669-d58f-45a4-aaa3-443785001ef0 Date: Thu, 23 Aug 2018 16:48:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01259dc7-ca29-4644-acb8-ac06eafbe8b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "7a065387159c46f0aed59201d2dd5390", "created_at": "2018-08-23T16:48:13Z", "admin_state_up": true, "updated_at": "2018-08-23T16:48:54Z", "revision_number": 4, "routes": [], "project_id": "7a065387159c46f0aed59201d2dd5390", "id": "3b74163c-e72f-4db7-9108-96a059bcfd08", "name": "singlevm2-router_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}]} 2018-08-23 16:48:55,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-d264d669-d58f-45a4-aaa3-443785001ef0 2018-08-23 16:48:55,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.133202075958s 2018-08-23 16:48:55,014 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-d264d669-d58f-45a4-aaa3-443785001ef0 2018-08-23 16:48:55,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 16:48:55,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/3b74163c-e72f-4db7-9108-96a059bcfd08.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:56,649 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c70e5336-1b6d-4099-a805-b3e2c88b8e3a Content-Length: 0 Date: Thu, 23 Aug 2018 16:48:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:48:56,650 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/3b74163c-e72f-4db7-9108-96a059bcfd08.json used request id req-c70e5336-1b6d-4099-a805-b3e2c88b8e3a 2018-08-23 16:48:56,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.63418197632s 2018-08-23 16:48:56,650 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/3b74163c-e72f-4db7-9108-96a059bcfd08.json used request id req-c70e5336-1b6d-4099-a805-b3e2c88b8e3a 2018-08-23 16:48:56,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 16:48:56,651 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:56,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-220a7fd2-bf71-42bf-abb2-216f2ea0ac02 Date: Thu, 23 Aug 2018 16:48:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc1588b8-00ee-4546-bcd5-15eb2c8e016a","tenant_id":"7a065387159c46f0aed59201d2dd5390","created_at":"2018-08-23T16:48:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:48:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"7a065387159c46f0aed59201d2dd5390","id":"c6831334-b694-45ce-b162-01fd86e4cab2","subnetpool_id":null,"name":"singlevm2-subnet_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}]} 2018-08-23 16:48:56,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-220a7fd2-bf71-42bf-abb2-216f2ea0ac02 2018-08-23 16:48:56,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0945010185242s 2018-08-23 16:48:56,745 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-220a7fd2-bf71-42bf-abb2-216f2ea0ac02 2018-08-23 16:48:56,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 16:48:56,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/c6831334-b694-45ce-b162-01fd86e4cab2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:59,511 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cb686eca-354f-4dfb-882a-b049d4182a53 Date: Thu, 23 Aug 2018 16:48:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:48:59,511 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/c6831334-b694-45ce-b162-01fd86e4cab2.json used request id req-cb686eca-354f-4dfb-882a-b049d4182a53 2018-08-23 16:48:59,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.76441407204s 2018-08-23 16:48:59,511 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/c6831334-b694-45ce-b162-01fd86e4cab2.json used request id req-cb686eca-354f-4dfb-882a-b049d4182a53 2018-08-23 16:48:59,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:48:59,512 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:48:59,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-d643abb3-e623-44f3-990c-71d4afbf54ab Date: Thu, 23 Aug 2018 16:48:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T16:48:59Z","tenant_id":"7a065387159c46f0aed59201d2dd5390","created_at":"2018-08-23T16:48:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7a065387159c46f0aed59201d2dd5390","id":"cc1588b8-00ee-4546-bcd5-15eb2c8e016a","name":"singlevm2-net_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:48:59,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d643abb3-e623-44f3-990c-71d4afbf54ab 2018-08-23 16:48:59,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.430222034454s 2018-08-23 16:48:59,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d643abb3-e623-44f3-990c-71d4afbf54ab 2018-08-23 16:48:59,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 16:48:59,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/cc1588b8-00ee-4546-bcd5-15eb2c8e016a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:49:01,019 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4cb4a0e2-6014-4b70-9221-49f254909d1a Date: Thu, 23 Aug 2018 16:49:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:49:01,019 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/cc1588b8-00ee-4546-bcd5-15eb2c8e016a.json used request id req-4cb4a0e2-6014-4b70-9221-49f254909d1a 2018-08-23 16:49:01,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.07551813126s 2018-08-23 16:49:01,019 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/cc1588b8-00ee-4546-bcd5-15eb2c8e016a.json used request id req-4cb4a0e2-6014-4b70-9221-49f254909d1a 2018-08-23 16:49:01,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:49:01,028 - 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.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:49:01,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-f820b2c0-9f2b-44dd-9917-087551d00711 Date: Thu, 23 Aug 2018 16:49:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:48:19Z", "file": "/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2/file", "owner": "7a065387159c46f0aed59201d2dd5390", "id": "2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "size": 12716032, "self": "/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:48:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:49:01,810 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f820b2c0-9f2b-44dd-9917-087551d00711 2018-08-23 16:49:01,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.78653717041s 2018-08-23 16:49:01,811 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f820b2c0-9f2b-44dd-9917-087551d00711 2018-08-23 16:49:01,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 16:49:01,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adc721f19a0f3e0fe2c74e99f61ef8bb11e51c5e" 2018-08-23 16:49:03,013 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2969a947-24fc-4893-8578-fc262dfc9519 Date: Thu, 23 Aug 2018 16:49:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 16:49:03,014 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2 used request id req-2969a947-24fc-4893-8578-fc262dfc9519 2018-08-23 16:49:03,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.20134186745s 2018-08-23 16:49:03,014 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/2d3cef9d-0b21-42ec-98df-c48bafa05dd2 used request id req-2969a947-24fc-4893-8578-fc262dfc9519 2018-08-23 16:49:03,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 16:49:03,017 - 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.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:49:03,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b6ab4f9-94da-488e-a7fc-11432066cc5a x-compute-request-id: req-9b6ab4f9-94da-488e-a7fc-11432066cc5a Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1", "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": "8111fed1-4c19-4b92-aa63-55ace1041bc1"}]} 2018-08-23 16:49:03,041 - 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-9b6ab4f9-94da-488e-a7fc-11432066cc5a 2018-08-23 16:49:03,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0269870758057s 2018-08-23 16:49:03,042 - 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-9b6ab4f9-94da-488e-a7fc-11432066cc5a 2018-08-23 16:49:03,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 16:49:03,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:49:03,087 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 16:49:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fc16f2d9-f88f-42c8-b356-3b19cc09b99e x-compute-request-id: req-fc16f2d9-f88f-42c8-b356-3b19cc09b99e Content-Length: 0 Content-Type: application/json 2018-08-23 16:49:03,087 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1 used request id req-fc16f2d9-f88f-42c8-b356-3b19cc09b99e 2018-08-23 16:49:03,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0438809394836s 2018-08-23 16:49:03,088 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/8111fed1-4c19-4b92-aa63-55ace1041bc1 used request id req-fc16f2d9-f88f-42c8-b356-3b19cc09b99e 2018-08-23 16:49:03,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 16:49:03,091 - 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.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:49:03,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad519c11-730f-412b-a46b-fec6da51d870 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/0fb6bc394efe4de0842e2bf336ccd4ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0fb6bc394efe4de0842e2bf336ccd4ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/2a4c0b3a7c9641559d5604c3717d25b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a4c0b3a7c9641559d5604c3717d25b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/2fed34fbd5cd4650bfa495a428709fe4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2fed34fbd5cd4650bfa495a428709fe4", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/3317a35d48634d8f88476b50a9b7ace5"}, "domain_id": "fad46a1b983b4798bee38d10b68c191b", "enabled": true, "options": {}, "id": "3317a35d48634d8f88476b50a9b7ace5", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/4539671e82c8450e9b0511fb70f3a348"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4539671e82c8450e9b0511fb70f3a348", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/5cf161c17e8e4ad5845b79c4ac9ba186"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5cf161c17e8e4ad5845b79c4ac9ba186", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/5d27bc799c654c78a530dd0b2fc30701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d27bc799c654c78a530dd0b2fc30701", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/6d21aee7f48c4e29aab1e452c68b276f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d21aee7f48c4e29aab1e452c68b276f", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/795ca1936f824a5f9f2ce1b88e1ee04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "795ca1936f824a5f9f2ce1b88e1ee04a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8aba8fdc78d24d5795d912b0b6ce2737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8aba8fdc78d24d5795d912b0b6ce2737", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "singlevm2-user_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "links": {"self": "http://172.30.9.27:5000/v3/users/96b4a5ca34e0439a846c8f31e1c490de"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "96b4a5ca34e0439a846c8f31e1c490de", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/afa90be81a524580ac3818a7556b0470"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa90be81a524580ac3818a7556b0470", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b05f064fe4684bbfa3538e65cda2b20e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b05f064fe4684bbfa3538e65cda2b20e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b1453aa607a54efaa69228b52438f26c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1453aa607a54efaa69228b52438f26c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/e2f463ed020c4ac8895e177fa76834c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2f463ed020c4ac8895e177fa76834c5", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-23 16:49:03,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ad519c11-730f-412b-a46b-fec6da51d870 2018-08-23 16:49:03,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.208502054214s 2018-08-23 16:49:03,297 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ad519c11-730f-412b-a46b-fec6da51d870 2018-08-23 16:49:03,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 16:49:03,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/96b4a5ca34e0439a846c8f31e1c490de -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:49:03,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8651ec5b-fa34-4239-945c-656583b58663 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae", "links": {"self": "http://172.30.9.27:5000/v3/users/96b4a5ca34e0439a846c8f31e1c490de"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "96b4a5ca34e0439a846c8f31e1c490de", "description": null}} 2018-08-23 16:49:03,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/96b4a5ca34e0439a846c8f31e1c490de used request id req-8651ec5b-fa34-4239-945c-656583b58663 2018-08-23 16:49:03,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209221839905s 2018-08-23 16:49:03,511 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/96b4a5ca34e0439a846c8f31e1c490de used request id req-8651ec5b-fa34-4239-945c-656583b58663 2018-08-23 16:49:03,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 16:49:03,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/96b4a5ca34e0439a846c8f31e1c490de -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:49:03,870 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:49:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-deb769fd-fdfd-4e3d-869c-374e4bd5a062 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 16:49:03,871 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/96b4a5ca34e0439a846c8f31e1c490de used request id req-deb769fd-fdfd-4e3d-869c-374e4bd5a062 2018-08-23 16:49:03,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.358682870865s 2018-08-23 16:49:03,871 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/96b4a5ca34e0439a846c8f31e1c490de used request id req-deb769fd-fdfd-4e3d-869c-374e4bd5a062 2018-08-23 16:49:03,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 16:49:03,880 - 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.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:49:04,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5432f3f-dd31-412f-8a5a-6a0e300fc350 Content-Encoding: gzip Content-Length: 385 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: singlevm2", "links": {"self": "http://172.30.9.27:5000/v3/projects/7a065387159c46f0aed59201d2dd5390"}, "tags": [], "enabled": true, "id": "7a065387159c46f0aed59201d2dd5390", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_c9a2a7fc-2b79-450c-b650-4c1c3ee6faae"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d7e8705e28c14b6588e6b073f23f47ec"}, "tags": [], "enabled": true, "id": "d7e8705e28c14b6588e6b073f23f47ec", "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/f510d54cf55042578e4d20bdb8ff3bb7"}, "tags": [], "enabled": true, "id": "f510d54cf55042578e4d20bdb8ff3bb7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-23 16:49:04,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-f5432f3f-dd31-412f-8a5a-6a0e300fc350 2018-08-23 16:49:04,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.202867031097s 2018-08-23 16:49:04,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-f5432f3f-dd31-412f-8a5a-6a0e300fc350 2018-08-23 16:49:04,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 16:49:04,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/7a065387159c46f0aed59201d2dd5390 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}27591a3e10562ce5ffed8feea6a3a251800817cd" 2018-08-23 16:49:04,419 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:49:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9af0ecee-c255-44ef-9cf6-393ac8f16060 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 16:49:04,419 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/7a065387159c46f0aed59201d2dd5390 used request id req-9af0ecee-c255-44ef-9cf6-393ac8f16060 2018-08-23 16:49:04,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.334094047546s 2018-08-23 16:49:04,419 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/7a065387159c46f0aed59201d2dd5390 used request id req-9af0ecee-c255-44ef-9cf6-393ac8f16060 2018-08-23 16:49:04,462 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-23 16:49:04,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 16:49:04,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 16:49:04,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 16:49:04,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 16:49:04,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 16:49:04,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 16:49:04,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 16:49:04,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 16:49:04,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 16:49:04,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 16:49:04,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 16:49:04,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 16:49:04,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 16:49:04,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 16:49:04,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 16:49:04,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 16:49:04,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 16:49:04,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 16:49:04,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 16:49:04,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 16:49:04,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 16:49:04,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 16:49:04,498 - 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.15" 2018-08-23 16:49:04,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6affb39-a0c6-4617-a901-611d802990b0 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-08-23 16:49:04,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f6affb39-a0c6-4617-a901-611d802990b0 2018-08-23 16:49:04,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-23 16:49:04,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe32a2cf26fd41b481ea95c3cb6044f3", "name": "admin"}, {"id": "189560f2cf1f4723bdcde8ff2d58961d", "name": "reader"}, {"id": "e1da4c864a6340bc99d295f749d20cea", "name": "member"}], "expires_at": "2018-08-23T17:49:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7e8705e28c14b6588e6b073f23f47ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0947cefd6929425c82ff8c377bec236e"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c9541338952418381f03516e1913314"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85139d298b1a417d83cc0ef62894001a"}], "type": "metric", "id": "06b0754cc1d94df5acd81c64739816f6", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03bf24de52c045d3b31f7f0609069d4f"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fb4854511c948b7b992695d9c663703"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddd2ef04d6f5424a8e81d47aa341395f"}], "type": "image", "id": "0f62b8068edd4317bbae64a5becc371c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55d7cb1da102480786b94557dad33331"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a099e06cda74e91a274545015df1853"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7eff45ecb68a4808b8ef3697e654ff65"}], "type": "identity", "id": "272f73774f6b4c4285ed51848d6127d2", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "528e16db335b4c8a9ac4d4df81e8da2d"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6cd7980d202041cd8a9b11cfbde98fd9"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fbe5677bbdf415282003f2c57ebc34f"}], "type": "volumev2", "id": "2ac504ed4c0246eba5e43b5021c70c83", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "324cd438aee04d498c99bfa81596e77e", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dd59018c1844ae9a4751abaa4a0eac5"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66d37c61668b45b2802dce6c2127dd05"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8968bc693dd849119f6491283bb8559b"}], "type": "orchestration", "id": "3442d911981c4470becf9bf9b07f5089", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "663f51340f84474bb708ee51ca1788a8"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e825951717b44799fe1e47adffd2b4e"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "77cd0aaf5b6a40e89d377f2c23096a10"}], "type": "volumev3", "id": "3644adec36ed46a2a1ae6393f2ade749", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.44:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2072a54b555141488ed29c328a8ef70d"}, {"url": "http://12.0.0.44:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7a3715aeb814134942f827c4368df4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8d7035ad8a64c2ca33c9d87b85b1e94"}], "type": "object-store", "id": "5d760db4f6f8462c95f24a9983b8a5cb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "180023267a7a44f2968962a846c62698"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dd875f6283649a6806833ec94ee3c08"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb221e116b804024b0a3fc99fc8b522d"}], "type": "placement", "id": "6f505d0f7d0f43cba19666d74864216d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32a72c74ab704f218a500e80f51328a0"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "749737d6fd584d9db394e34e1f5c4ae3"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0a7d67e5540493ab99c111d2d127730"}], "type": "cloudformation", "id": "7a2becc7a7fe491aac7cd2b48e9e4382", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23ae9c3d3fc14f0b8a8cf092cc9d8d5b"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8961e3f130734e26bf63efceb59ce730"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce54a2a54b3e44389232576a478e456b"}], "type": "event", "id": "7b67f1955527413faf177552b6666117", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ba0c2980354d44b09d71b9111cf749"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "764a6d0bbf5740709ac7b1394e2bc780"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b44d8c8f00384d5bbc22a68560d0de3a"}], "type": "compute", "id": "962585d3d4864ed980285c16c72f262e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58a69bd2f6f342c7992bfd45c9d00c47"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d83e26faed5241b195c86c21a3d747db"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8a0a3f5ecc2467b9f24cb7109214c4e"}], "type": "network", "id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e8011ce624f4dd39d54e26a513f6d97"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f9b94ac44614d3783015ba93fdb5e18"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb32c911de7b41e39fa2214417b31b4b"}], "type": "volume", "id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "355d62929efe4bfe90c9426416e45ec7"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "510ec66bfc684670943561577c499e47"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6bd6022bf2b4a9fbfae16fdc4e6c13a"}], "type": "alarming", "id": "d9d87a4ac8ae467c9634f5d1baf3635c", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b1453aa607a54efaa69228b52438f26c"}, "audit_ids": ["AGIUAEcMQy2CfkH54Hpemg"], "issued_at": "2018-08-23T16:49:04.000000Z"}} 2018-08-23 16:49:04,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:49:04,908 - 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.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:49:05,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e4140e4f-e730-4572-b2e0-c55b7298d334 Date: Thu, 23 Aug 2018 16:49:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:49:05,264 - 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-e4140e4f-e730-4572-b2e0-c55b7298d334 2018-08-23 16:49:05,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.356899023056s 2018-08-23 16:49:05,265 - 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-e4140e4f-e730-4572-b2e0-c55b7298d334 2018-08-23 16:49:05,268 - 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.15" 2018-08-23 16:49:05,274 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 16:49:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3483ddbc-c2b4-44f5-83e4-1c700acd3cbe 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-08-23 16:49:05,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-3483ddbc-c2b4-44f5-83e4-1c700acd3cbe 2018-08-23 16:49:05,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 16:49:05,279 - 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.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:49:05,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47b70c8b-87fe-4b44-9bd4-cec8c51bc186 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/fad46a1b983b4798bee38d10b68c191b"}, "tags": [], "enabled": true, "id": "fad46a1b983b4798bee38d10b68c191b", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 16:49:05,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-47b70c8b-87fe-4b44-9bd4-cec8c51bc186 2018-08-23 16:49:05,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.201849937439s 2018-08-23 16:49:05,478 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-47b70c8b-87fe-4b44-9bd4-cec8c51bc186 2018-08-23 16:49:05,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 16:49:05,488 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_3af688a5-c470-46e7-ae24-a3043baac914"}}' 2018-08-23 16:49:05,711 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 16:49:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26169bb4-2dce-4ee8-a1ec-d4a8c1dbac20 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/e0b4737f7dc64d329afe246e6e126100"}, "tags": [], "enabled": true, "id": "e0b4737f7dc64d329afe246e6e126100", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3af688a5-c470-46e7-ae24-a3043baac914"}} 2018-08-23 16:49:05,711 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-26169bb4-2dce-4ee8-a1ec-d4a8c1dbac20 2018-08-23 16:49:05,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.226222038269s 2018-08-23 16:49:05,711 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-26169bb4-2dce-4ee8-a1ec-d4a8c1dbac20 2018-08-23 16:49:05,712 - 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'e0b4737f7dc64d329afe246e6e126100', '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_3af688a5-c470-46e7-ae24-a3043baac914'}) 2018-08-23 16:49:05,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 16:49:05,720 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ef895e10-6d35-4a4f-a979-c22bfe72ac34", "email": null, "name": "vping_ssh-user_3af688a5-c470-46e7-ae24-a3043baac914"}}' 2018-08-23 16:49:06,259 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 16:49:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1823051c-f2c6-4674-87e8-97c5d2852c92 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_3af688a5-c470-46e7-ae24-a3043baac914", "links": {"self": "http://172.30.9.27:5000/v3/users/0e56119a3dd04aa9b14be01bfa460533"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0e56119a3dd04aa9b14be01bfa460533", "domain_id": "default", "password_expires_at": null}} 2018-08-23 16:49:06,259 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-1823051c-f2c6-4674-87e8-97c5d2852c92 2018-08-23 16:49:06,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.542102813721s 2018-08-23 16:49:06,260 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-1823051c-f2c6-4674-87e8-97c5d2852c92 2018-08-23 16:49:06,261 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0e56119a3dd04aa9b14be01bfa460533', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_3af688a5-c470-46e7-ae24-a3043baac914'}) 2018-08-23 16:49:06,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 16:49:06,273 - 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.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:49:06,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc893a60-e0e3-4d21-9a2b-2f106813f1d7 Content-Encoding: gzip Content-Length: 380 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": "189560f2cf1f4723bdcde8ff2d58961d", "links": {"self": "http://172.30.9.27:5000/v3/roles/189560f2cf1f4723bdcde8ff2d58961d"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d3334609bc184fbf9f1d98111d1930d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/d3334609bc184fbf9f1d98111d1930d0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e1da4c864a6340bc99d295f749d20cea", "links": {"self": "http://172.30.9.27:5000/v3/roles/e1da4c864a6340bc99d295f749d20cea"}, "name": "member"}, {"domain_id": null, "id": "f7f6fa325cff45838024c45a66344a1a", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7f6fa325cff45838024c45a66344a1a"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "fa8a6d023e7d475492442e05cb0838c5", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa8a6d023e7d475492442e05cb0838c5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fe32a2cf26fd41b481ea95c3cb6044f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}, "name": "admin"}]} 2018-08-23 16:49:06,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cc893a60-e0e3-4d21-9a2b-2f106813f1d7 2018-08-23 16:49:06,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.155082941055s 2018-08-23 16:49:06,423 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cc893a60-e0e3-4d21-9a2b-2f106813f1d7 2018-08-23 16:49:06,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 16:49:06,431 - 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.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:49:06,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d4098e1-1500-4ae0-b686-ed07fdec2f82 Content-Encoding: gzip Content-Length: 380 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": "189560f2cf1f4723bdcde8ff2d58961d", "links": {"self": "http://172.30.9.27:5000/v3/roles/189560f2cf1f4723bdcde8ff2d58961d"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d3334609bc184fbf9f1d98111d1930d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/d3334609bc184fbf9f1d98111d1930d0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e1da4c864a6340bc99d295f749d20cea", "links": {"self": "http://172.30.9.27:5000/v3/roles/e1da4c864a6340bc99d295f749d20cea"}, "name": "member"}, {"domain_id": null, "id": "f7f6fa325cff45838024c45a66344a1a", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7f6fa325cff45838024c45a66344a1a"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "fa8a6d023e7d475492442e05cb0838c5", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa8a6d023e7d475492442e05cb0838c5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fe32a2cf26fd41b481ea95c3cb6044f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}, "name": "admin"}]} 2018-08-23 16:49:06,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2d4098e1-1500-4ae0-b686-ed07fdec2f82 2018-08-23 16:49:06,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198614835739s 2018-08-23 16:49:06,627 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2d4098e1-1500-4ae0-b686-ed07fdec2f82 2018-08-23 16:49:06,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 16:49:06,635 - 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.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:49:06,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7066fa2b-4fef-4e05-8f81-e687d4b66bc7 Content-Encoding: gzip Content-Length: 380 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": "189560f2cf1f4723bdcde8ff2d58961d", "links": {"self": "http://172.30.9.27:5000/v3/roles/189560f2cf1f4723bdcde8ff2d58961d"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d3334609bc184fbf9f1d98111d1930d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/d3334609bc184fbf9f1d98111d1930d0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e1da4c864a6340bc99d295f749d20cea", "links": {"self": "http://172.30.9.27:5000/v3/roles/e1da4c864a6340bc99d295f749d20cea"}, "name": "member"}, {"domain_id": null, "id": "f7f6fa325cff45838024c45a66344a1a", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7f6fa325cff45838024c45a66344a1a"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "fa8a6d023e7d475492442e05cb0838c5", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa8a6d023e7d475492442e05cb0838c5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fe32a2cf26fd41b481ea95c3cb6044f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}, "name": "admin"}]} 2018-08-23 16:49:06,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7066fa2b-4fef-4e05-8f81-e687d4b66bc7 2018-08-23 16:49:06,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.158560037613s 2018-08-23 16:49:06,790 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7066fa2b-4fef-4e05-8f81-e687d4b66bc7 2018-08-23 16:49:06,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 16:49:06,798 - 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.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:49:06,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f79b5c90-0daa-4963-8c0d-0b6f65c68c82 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-08-23 16:49:06,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-f79b5c90-0daa-4963-8c0d-0b6f65c68c82 2018-08-23 16:49:06,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.108553886414s 2018-08-23 16:49:06,904 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-f79b5c90-0daa-4963-8c0d-0b6f65c68c82 2018-08-23 16:49:06,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 16:49:06,908 - 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.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:49:07,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4bcae2c-2c2d-4a09-b571-67c58bbace79 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "vping_ssh-user_3af688a5-c470-46e7-ae24-a3043baac914", "links": {"self": "http://172.30.9.27:5000/v3/users/0e56119a3dd04aa9b14be01bfa460533"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0e56119a3dd04aa9b14be01bfa460533", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/0fb6bc394efe4de0842e2bf336ccd4ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0fb6bc394efe4de0842e2bf336ccd4ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/2a4c0b3a7c9641559d5604c3717d25b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a4c0b3a7c9641559d5604c3717d25b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/2fed34fbd5cd4650bfa495a428709fe4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2fed34fbd5cd4650bfa495a428709fe4", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/3317a35d48634d8f88476b50a9b7ace5"}, "domain_id": "fad46a1b983b4798bee38d10b68c191b", "enabled": true, "options": {}, "id": "3317a35d48634d8f88476b50a9b7ace5", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/4539671e82c8450e9b0511fb70f3a348"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4539671e82c8450e9b0511fb70f3a348", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/5cf161c17e8e4ad5845b79c4ac9ba186"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5cf161c17e8e4ad5845b79c4ac9ba186", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/5d27bc799c654c78a530dd0b2fc30701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d27bc799c654c78a530dd0b2fc30701", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/6d21aee7f48c4e29aab1e452c68b276f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d21aee7f48c4e29aab1e452c68b276f", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/795ca1936f824a5f9f2ce1b88e1ee04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "795ca1936f824a5f9f2ce1b88e1ee04a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8aba8fdc78d24d5795d912b0b6ce2737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8aba8fdc78d24d5795d912b0b6ce2737", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/afa90be81a524580ac3818a7556b0470"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa90be81a524580ac3818a7556b0470", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b05f064fe4684bbfa3538e65cda2b20e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b05f064fe4684bbfa3538e65cda2b20e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b1453aa607a54efaa69228b52438f26c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1453aa607a54efaa69228b52438f26c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/e2f463ed020c4ac8895e177fa76834c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2f463ed020c4ac8895e177fa76834c5", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-23 16:49:07,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b4bcae2c-2c2d-4a09-b571-67c58bbace79 2018-08-23 16:49:07,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212411165237s 2018-08-23 16:49:07,118 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b4bcae2c-2c2d-4a09-b571-67c58bbace79 2018-08-23 16:49:07,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 16:49:07,132 - 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.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:49:07,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82500696-c98b-4da2-9479-a75be5806ccb Content-Encoding: gzip Content-Length: 393 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/d7e8705e28c14b6588e6b073f23f47ec"}, "tags": [], "enabled": true, "id": "d7e8705e28c14b6588e6b073f23f47ec", "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/f510d54cf55042578e4d20bdb8ff3bb7"}, "tags": [], "enabled": true, "id": "f510d54cf55042578e4d20bdb8ff3bb7", "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/e0b4737f7dc64d329afe246e6e126100"}, "tags": [], "enabled": true, "id": "e0b4737f7dc64d329afe246e6e126100", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3af688a5-c470-46e7-ae24-a3043baac914"}]} 2018-08-23 16:49:07,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-82500696-c98b-4da2-9479-a75be5806ccb 2018-08-23 16:49:07,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.187692165375s 2018-08-23 16:49:07,318 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-82500696-c98b-4da2-9479-a75be5806ccb 2018-08-23 16:49:07,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 16:49:07,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=0e56119a3dd04aa9b14be01bfa460533&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=e0b4737f7dc64d329afe246e6e126100" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:49:07,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-963ec6cc-bf3e-4f32-a333-f8085e57dd77 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=0e56119a3dd04aa9b14be01bfa460533&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=e0b4737f7dc64d329afe246e6e126100", "previous": null, "next": null}} 2018-08-23 16:49:07,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=0e56119a3dd04aa9b14be01bfa460533&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=e0b4737f7dc64d329afe246e6e126100 used request id req-963ec6cc-bf3e-4f32-a333-f8085e57dd77 2018-08-23 16:49:07,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.278698921204s 2018-08-23 16:49:07,608 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=0e56119a3dd04aa9b14be01bfa460533&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=e0b4737f7dc64d329afe246e6e126100 used request id req-963ec6cc-bf3e-4f32-a333-f8085e57dd77 2018-08-23 16:49:07,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 16:49:07,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/e0b4737f7dc64d329afe246e6e126100/users/0e56119a3dd04aa9b14be01bfa460533/roles/e1da4c864a6340bc99d295f749d20cea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:49:07,798 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:49:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3519490-b1b5-4864-a55f-34b758d24139 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 16:49:07,799 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/e0b4737f7dc64d329afe246e6e126100/users/0e56119a3dd04aa9b14be01bfa460533/roles/e1da4c864a6340bc99d295f749d20cea used request id req-f3519490-b1b5-4864-a55f-34b758d24139 2018-08-23 16:49:07,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.187674999237s 2018-08-23 16:49:07,799 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/e0b4737f7dc64d329afe246e6e126100/users/0e56119a3dd04aa9b14be01bfa460533/roles/e1da4c864a6340bc99d295f749d20cea used request id req-f3519490-b1b5-4864-a55f-34b758d24139 2018-08-23 16:49:07,800 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_3af688a5-c470-46e7-ae24-a3043baac914', 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'e0b4737f7dc64d329afe246e6e126100', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'ef895e10-6d35-4a4f-a979-c22bfe72ac34', 'username': u'vping_ssh-user_3af688a5-c470-46e7-ae24-a3043baac914', '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-08-23 16:49:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 16:49:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 16:49:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 16:49:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 16:49:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 16:49:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 16:49:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 16:49:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 16:49:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 16:49:07,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 16:49:07,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 16:49:07,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 16:49:07,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 16:49:07,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 16:49:07,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 16:49:07,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 16:49:07,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 16:49:07,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 16:49:07,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 16:49:07,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 16:49:07,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 16:49:07,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 16:49:07,804 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_3af688a5-c470-46e7-ae24-a3043baac914', 'password': 'ef895e10-6d35-4a4f-a979-c22bfe72ac34', 'project_name': 'vping_ssh-project_3af688a5-c470-46e7-ae24-a3043baac914', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': 'e0b4737f7dc64d329afe246e6e126100', 'project_domain_name': 'Default'} 2018-08-23 16:49:07,804 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-23 16:49:07,805 - 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.15" 2018-08-23 16:49:07,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e43d32ab-ecc1-40ae-9da2-65a597c8784f 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-08-23 16:49:07,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e43d32ab-ecc1-40ae-9da2-65a597c8784f 2018-08-23 16:49:07,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-23 16:49:08,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "189560f2cf1f4723bdcde8ff2d58961d", "name": "reader"}, {"id": "e1da4c864a6340bc99d295f749d20cea", "name": "member"}], "expires_at": "2018-08-23T17:49:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0b4737f7dc64d329afe246e6e126100", "name": "vping_ssh-project_3af688a5-c470-46e7-ae24-a3043baac914"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0947cefd6929425c82ff8c377bec236e"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c9541338952418381f03516e1913314"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85139d298b1a417d83cc0ef62894001a"}], "type": "metric", "id": "06b0754cc1d94df5acd81c64739816f6", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03bf24de52c045d3b31f7f0609069d4f"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fb4854511c948b7b992695d9c663703"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddd2ef04d6f5424a8e81d47aa341395f"}], "type": "image", "id": "0f62b8068edd4317bbae64a5becc371c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55d7cb1da102480786b94557dad33331"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a099e06cda74e91a274545015df1853"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7eff45ecb68a4808b8ef3697e654ff65"}], "type": "identity", "id": "272f73774f6b4c4285ed51848d6127d2", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/e0b4737f7dc64d329afe246e6e126100", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "528e16db335b4c8a9ac4d4df81e8da2d"}, {"url": "http://192.30.9.9:8776/v2/e0b4737f7dc64d329afe246e6e126100", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6cd7980d202041cd8a9b11cfbde98fd9"}, {"url": "http://192.30.9.9:8776/v2/e0b4737f7dc64d329afe246e6e126100", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fbe5677bbdf415282003f2c57ebc34f"}], "type": "volumev2", "id": "2ac504ed4c0246eba5e43b5021c70c83", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "324cd438aee04d498c99bfa81596e77e", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/e0b4737f7dc64d329afe246e6e126100", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dd59018c1844ae9a4751abaa4a0eac5"}, {"url": "http://192.30.9.9:8004/v1/e0b4737f7dc64d329afe246e6e126100", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66d37c61668b45b2802dce6c2127dd05"}, {"url": "http://192.30.9.9:8004/v1/e0b4737f7dc64d329afe246e6e126100", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8968bc693dd849119f6491283bb8559b"}], "type": "orchestration", "id": "3442d911981c4470becf9bf9b07f5089", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/e0b4737f7dc64d329afe246e6e126100", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "663f51340f84474bb708ee51ca1788a8"}, {"url": "http://192.30.9.9:8776/v3/e0b4737f7dc64d329afe246e6e126100", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e825951717b44799fe1e47adffd2b4e"}, {"url": "http://192.30.9.9:8776/v3/e0b4737f7dc64d329afe246e6e126100", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "77cd0aaf5b6a40e89d377f2c23096a10"}], "type": "volumev3", "id": "3644adec36ed46a2a1ae6393f2ade749", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.44:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2072a54b555141488ed29c328a8ef70d"}, {"url": "http://12.0.0.44:8080/v1/AUTH_e0b4737f7dc64d329afe246e6e126100", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7a3715aeb814134942f827c4368df4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_e0b4737f7dc64d329afe246e6e126100", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8d7035ad8a64c2ca33c9d87b85b1e94"}], "type": "object-store", "id": "5d760db4f6f8462c95f24a9983b8a5cb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "180023267a7a44f2968962a846c62698"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dd875f6283649a6806833ec94ee3c08"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb221e116b804024b0a3fc99fc8b522d"}], "type": "placement", "id": "6f505d0f7d0f43cba19666d74864216d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32a72c74ab704f218a500e80f51328a0"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "749737d6fd584d9db394e34e1f5c4ae3"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0a7d67e5540493ab99c111d2d127730"}], "type": "cloudformation", "id": "7a2becc7a7fe491aac7cd2b48e9e4382", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23ae9c3d3fc14f0b8a8cf092cc9d8d5b"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8961e3f130734e26bf63efceb59ce730"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce54a2a54b3e44389232576a478e456b"}], "type": "event", "id": "7b67f1955527413faf177552b6666117", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ba0c2980354d44b09d71b9111cf749"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "764a6d0bbf5740709ac7b1394e2bc780"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b44d8c8f00384d5bbc22a68560d0de3a"}], "type": "compute", "id": "962585d3d4864ed980285c16c72f262e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58a69bd2f6f342c7992bfd45c9d00c47"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d83e26faed5241b195c86c21a3d747db"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8a0a3f5ecc2467b9f24cb7109214c4e"}], "type": "network", "id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/e0b4737f7dc64d329afe246e6e126100", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e8011ce624f4dd39d54e26a513f6d97"}, {"url": "http://192.30.9.9:8776/v1/e0b4737f7dc64d329afe246e6e126100", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f9b94ac44614d3783015ba93fdb5e18"}, {"url": "http://192.30.9.9:8776/v1/e0b4737f7dc64d329afe246e6e126100", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb32c911de7b41e39fa2214417b31b4b"}], "type": "volume", "id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "355d62929efe4bfe90c9426416e45ec7"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "510ec66bfc684670943561577c499e47"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6bd6022bf2b4a9fbfae16fdc4e6c13a"}], "type": "alarming", "id": "d9d87a4ac8ae467c9634f5d1baf3635c", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_3af688a5-c470-46e7-ae24-a3043baac914", "id": "0e56119a3dd04aa9b14be01bfa460533"}, "audit_ids": ["1KMw0aJLQaO_D-PG6udd_g"], "issued_at": "2018-08-23T16:49:08.000000Z"}} 2018-08-23 16:49:08,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 16:49:08,217 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" -d '{"network": {"name": "vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914", "admin_state_up": true}}' 2018-08-23 16:49:09,164 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-fc86110d-a8dc-4763-bb5d-82790162f715 Date: Thu, 23 Aug 2018 16:49:09 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"e0b4737f7dc64d329afe246e6e126100","created_at":"2018-08-23T16:49:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-23T16:49:08Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"e0b4737f7dc64d329afe246e6e126100","id":"9fd5bb42-b053-42ab-be88-7e580a0a02bb","name":"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914"}} 2018-08-23 16:49:09,164 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-fc86110d-a8dc-4763-bb5d-82790162f715 2018-08-23 16:49:09,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.948137998581s 2018-08-23 16:49:09,165 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-fc86110d-a8dc-4763-bb5d-82790162f715 2018-08-23 16:49:09,165 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T16:49:08Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'9fd5bb42-b053-42ab-be88-7e580a0a02bb', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914', u'admin_state_up': True, u'tenant_id': u'e0b4737f7dc64d329afe246e6e126100', u'created_at': u'2018-08-23T16:49:08Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e0b4737f7dc64d329afe246e6e126100'}) 2018-08-23 16:49:09,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:49:09,166 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:09,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-0f77a7fe-9b50-4ef8-a503-398b588383fe Date: Thu, 23 Aug 2018 16:49:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T16:49:08Z","tenant_id":"e0b4737f7dc64d329afe246e6e126100","created_at":"2018-08-23T16:49:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"e0b4737f7dc64d329afe246e6e126100","id":"9fd5bb42-b053-42ab-be88-7e580a0a02bb","name":"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:49:09,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0f77a7fe-9b50-4ef8-a503-398b588383fe 2018-08-23 16:49:09,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.368505001068s 2018-08-23 16:49:09,534 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0f77a7fe-9b50-4ef8-a503-398b588383fe 2018-08-23 16:49:09,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 16:49:09,537 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" -d '{"subnet": {"name": "vping_ssh-subnet_3af688a5-c470-46e7-ae24-a3043baac914", "enable_dhcp": true, "network_id": "9fd5bb42-b053-42ab-be88-7e580a0a02bb", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 16:49:10,361 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-4964a7ee-f940-483e-a517-542f4adfe218 Date: Thu, 23 Aug 2018 16:49:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fd5bb42-b053-42ab-be88-7e580a0a02bb","tenant_id":"e0b4737f7dc64d329afe246e6e126100","created_at":"2018-08-23T16:49:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:49:10Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"e0b4737f7dc64d329afe246e6e126100","id":"477e59d4-3d5b-4a6e-bad4-a8aedbe5533e","subnetpool_id":null,"name":"vping_ssh-subnet_3af688a5-c470-46e7-ae24-a3043baac914"}} 2018-08-23 16:49:10,361 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4964a7ee-f940-483e-a517-542f4adfe218 2018-08-23 16:49:10,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.825268983841s 2018-08-23 16:49:10,362 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4964a7ee-f940-483e-a517-542f4adfe218 2018-08-23 16:49:10,362 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T16:49:10Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'477e59d4-3d5b-4a6e-bad4-a8aedbe5533e', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_3af688a5-c470-46e7-ae24-a3043baac914', u'enable_dhcp': True, u'network_id': u'9fd5bb42-b053-42ab-be88-7e580a0a02bb', u'tenant_id': u'e0b4737f7dc64d329afe246e6e126100', u'created_at': u'2018-08-23T16:49:10Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e0b4737f7dc64d329afe246e6e126100'}) 2018-08-23 16:49:10,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 16:49:10,363 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" -d '{"router": {"external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d"}, "name": "vping_ssh-router_3af688a5-c470-46e7-ae24-a3043baac914", "admin_state_up": true}}' 2018-08-23 16:49:11,879 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-c9eebc4a-5b1a-4d8c-a218-ed70097cdcac Date: Thu, 23 Aug 2018 16:49:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01259dc7-ca29-4644-acb8-ac06eafbe8b0", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "created_at": "2018-08-23T16:49:10Z", "admin_state_up": true, "updated_at": "2018-08-23T16:49:11Z", "revision_number": 2, "routes": [], "project_id": "e0b4737f7dc64d329afe246e6e126100", "id": "fbff86bc-35e6-44c9-a9fb-4519aca7fe02", "name": "vping_ssh-router_3af688a5-c470-46e7-ae24-a3043baac914"}} 2018-08-23 16:49:11,879 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c9eebc4a-5b1a-4d8c-a218-ed70097cdcac 2018-08-23 16:49:11,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.51657295227s 2018-08-23 16:49:11,880 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c9eebc4a-5b1a-4d8c-a218-ed70097cdcac 2018-08-23 16:49:11,880 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'f5b34b9c-dd33-46b5-9947-17506958773d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01259dc7-ca29-4644-acb8-ac06eafbe8b0', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e0b4737f7dc64d329afe246e6e126100', u'created_at': u'2018-08-23T16:49:10Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T16:49:11Z', u'revision_number': 2, u'routes': [], u'project_id': u'e0b4737f7dc64d329afe246e6e126100', u'id': u'fbff86bc-35e6-44c9-a9fb-4519aca7fe02', u'name': u'vping_ssh-router_3af688a5-c470-46e7-ae24-a3043baac914'}) 2018-08-23 16:49:11,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 16:49:11,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/fbff86bc-35e6-44c9-a9fb-4519aca7fe02/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" -d '{"subnet_id": "477e59d4-3d5b-4a6e-bad4-a8aedbe5533e"}' 2018-08-23 16:49:14,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e9b2dae8-9b9f-49f5-9911-0fc8f29c3a54 Date: Thu, 23 Aug 2018 16:49:14 GMT RESP BODY: {"network_id": "9fd5bb42-b053-42ab-be88-7e580a0a02bb", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "subnet_id": "477e59d4-3d5b-4a6e-bad4-a8aedbe5533e", "subnet_ids": ["477e59d4-3d5b-4a6e-bad4-a8aedbe5533e"], "port_id": "f90b4b79-46cc-4dbe-baf0-a8d8fd7b0ab2", "id": "fbff86bc-35e6-44c9-a9fb-4519aca7fe02"} 2018-08-23 16:49:14,926 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/fbff86bc-35e6-44c9-a9fb-4519aca7fe02/add_router_interface.json used request id req-e9b2dae8-9b9f-49f5-9911-0fc8f29c3a54 2018-08-23 16:49:14,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.04523587227s 2018-08-23 16:49:14,926 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/fbff86bc-35e6-44c9-a9fb-4519aca7fe02/add_router_interface.json used request id req-e9b2dae8-9b9f-49f5-9911-0fc8f29c3a54 returning object fbff86bc-35e6-44c9-a9fb-4519aca7fe02 2018-08-23 16:49:14,927 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 16:49:15,053 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 16:49:15,055 - 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.15" 2018-08-23 16:49:15,059 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 16:49:15 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "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-08-23 16:49:15,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:49:15,063 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:15,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-993151dc-56f8-470c-b7a4-b439c4d89c39 Date: Thu, 23 Aug 2018 16:49:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:49:15,360 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-993151dc-56f8-470c-b7a4-b439c4d89c39 2018-08-23 16:49:15,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.299371004105s 2018-08-23 16:49:15,361 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-993151dc-56f8-470c-b7a4-b439c4d89c39 2018-08-23 16:49:15,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 16:49:15,373 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_3af688a5-c470-46e7-ae24-a3043baac914", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_3af688a5-c470-46e7-ae24-a3043baac914"}' 2018-08-23 16:49:15,704 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a73cda81-705a-4a3f-876d-1cdf5587e36e Date: Thu, 23 Aug 2018 16:49:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:49:15Z", "file": "/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/file", "owner": "e0b4737f7dc64d329afe246e6e126100", "id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "size": null, "self": "/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3af688a5-c470-46e7-ae24-a3043baac914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3af688a5-c470-46e7-ae24-a3043baac914", "checksum": null, "created_at": "2018-08-23T16:49:15Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 16:49:15,704 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-a73cda81-705a-4a3f-876d-1cdf5587e36e 2018-08-23 16:49:15,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.335043907166s 2018-08-23 16:49:15,705 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-a73cda81-705a-4a3f-876d-1cdf5587e36e returning object c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea 2018-08-23 16:49:15,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 16:49:15,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" -d '' 2018-08-23 16:49:16,926 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-29703008-7251-4e7c-a667-6e5aeda8a302 Date: Thu, 23 Aug 2018 16:49:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 16:49:16,927 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/file used request id req-29703008-7251-4e7c-a667-6e5aeda8a302 2018-08-23 16:49:16,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.22103786469s 2018-08-23 16:49:16,927 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/file used request id req-29703008-7251-4e7c-a667-6e5aeda8a302 2018-08-23 16:49:16,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:49:16,934 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:17,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-a66556ac-6157-4591-9b05-c41bb59e31a5 Date: Thu, 23 Aug 2018 16:49:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:49:16Z", "file": "/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/file", "owner": "e0b4737f7dc64d329afe246e6e126100", "id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "size": 12716032, "self": "/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3af688a5-c470-46e7-ae24-a3043baac914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3af688a5-c470-46e7-ae24-a3043baac914", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:49:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:49:17,239 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a66556ac-6157-4591-9b05-c41bb59e31a5 2018-08-23 16:49:17,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.308125972748s 2018-08-23 16:49:17,239 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a66556ac-6157-4591-9b05-c41bb59e31a5 2018-08-23 16:49:17,242 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/file', 'owner': u'e0b4737f7dc64d329afe246e6e126100', 'id': u'c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea', 'size': 12716032, u'self': u'/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e0b4737f7dc64d329afe246e6e126100', 'name': 'vping_ssh-project_3af688a5-c470-46e7-ae24-a3043baac914', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T16:49:16Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T16:49:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_3af688a5-c470-46e7-ae24-a3043baac914', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_3af688a5-c470-46e7-ae24-a3043baac914', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_3af688a5-c470-46e7-ae24-a3043baac914', 'created': u'2018-08-23T16:49:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T16:49:15Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_3af688a5-c470-46e7-ae24-a3043baac914', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 16:49:17,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 16:49:17,245 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_3af688a5-c470-46e7-ae24-a3043baac914", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 16:49:17,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09e5019c-611d-4b57-883d-3faf97205b76 x-compute-request-id: req-09e5019c-611d-4b57-883d-3faf97205b76 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_3af688a5-c470-46e7-ae24-a3043baac914", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "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": "b16bc93e-418c-4e19-a114-6f76b37e95b3"}} 2018-08-23 16:49:17,707 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-09e5019c-611d-4b57-883d-3faf97205b76 2018-08-23 16:49:17,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.464323997498s 2018-08-23 16:49:17,707 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-09e5019c-611d-4b57-883d-3faf97205b76 2018-08-23 16:49:17,708 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_3af688a5-c470-46e7-ae24-a3043baac914', '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'd7e8705e28c14b6588e6b073f23f47ec', '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'b16bc93e-418c-4e19-a114-6f76b37e95b3', 'swap': 0}) 2018-08-23 16:49:17,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 16:49:17,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" -d '{"extra_specs": {}}' 2018-08-23 16:49:17,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d9a3e5b9-dfcf-46db-a8a6-2c5cb6da45d3 x-compute-request-id: req-d9a3e5b9-dfcf-46db-a8a6-2c5cb6da45d3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 16:49:17,736 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3/os-extra_specs used request id req-d9a3e5b9-dfcf-46db-a8a6-2c5cb6da45d3 2018-08-23 16:49:17,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.027302980423s 2018-08-23 16:49:17,737 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3/os-extra_specs used request id req-d9a3e5b9-dfcf-46db-a8a6-2c5cb6da45d3 2018-08-23 16:49:17,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-23 16:49:17,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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" -d '{"keypair": {"name": "vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914"}}' 2018-08-23 16:49:18,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-233dd134-b696-42b3-8868-3e984936efd3 x-compute-request-id: req-233dd134-b696-42b3-8868-3e984936efd3 Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD1sLGsmgOCZMSdbb6JfjDIl2qmeWLr1bKjJFlU+qcp9e4m83LSArlGbO/ORoqXyzld2fZR0ngrCwX8JwZnQDiPyLnkDQ/tWX1x5MGudtBbW15e/LQPssVv7GHDZa0kBwklUErFDL+GVD4lh1L5f4GXGax4zS6EvdoyaGy0gKkY4wUBs+sj7UusyvvD/IBekPPOclA5hsXXpBaTBaNpLKT+kSxPvUJ0yqN4iyq9fcQe77veFpMhBSaGhemRE7Q2VlvPVYzPSFiypgLXkexsaOBIwmpWabRMPZsjm79L9j13qixya6TxIU/PiOBIlVGwQzUsCSpslGZuMe33vIXZm/Iv Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA9bCxrJoDgmTEnW2+iX4wyJdqpnli69WyoyRZVPqnKfXuJvNy\n0gK5RmzvzkaKl8s5Xdn2UdJ4KwsF/CcGZ0A4j8i55A0P7Vl9ceTBrnbQW1teXvy0\nD7LFb+xhw2WtJAcJJVBKxQy/hlQ+JYdS+X+BlxmseM0uhL3aMmhstICpGOMFAbPr\nI+1LrMr7w/yAXpDzznJQOYbF16QWkwWjaSyk/pEsT71CdMqjeIsqvX3EHu+73haT\nIQUmhoXpkRO0NlZbz1WMz0hYsqYC15HsbGjgSMJqVmm0TD2bI5u/S/Y9d6oscmuk\n8SFPz4jgSJVRsEM1LAkqbJRmbjHt97yF2ZvyLwIDAQABAoIBABEYSkSIMtZPzJ5n\nlGpcrWhHoNQUfh2KsPNJBC41gowY4Ik1Rzf1mI6d5dGkduA487TkBY+L5XCZQ8FX\ntcpZXZYjkUuc3Q7WuzPBhvhsq/KvWNGjI6Qz/Cjdea/u0y0+kBRYkdtEF89w7SIP\nWGajyJCK6MU/AY2a6CO5wFaO3TUt87QpMrRKcLFdMzxMPm8m60nDTgJH+xRsynM7\nipw07sgXnMzQ0SQRGbvkT/c7BOdxzLrIT0Y5fHq7CkFdaCG5wB5/39VN1M2edLjy\nQ1VaHeWdeYSMTwsVDMqJ5B3/xiGkPUp3WYaF9zcILmB8A/RLrXXx5uLJPcZ+5M9V\nDhwkYIECgYEA/bYh58aLyYtN9isrr8HwAkAfSvi5JA7B/iSskOA3Q7MVqxgdfHQ5\nDvD8ZWzqqgBv7Zu6ttd0E377DZN8rae4splo3dBQxhT9tcZgJP/8Uyzuo/835CJG\nVm+W2VAwMZV2KBrGcc+srxqBm4Ee1Pf6IuflLGiNjLKMMTlCmxznCLUCgYEA9+gJ\n/h3ECRprsmzUtCBeyRi7rc9JvO8Q3gs0XY15tBm4T5CvKIj55nBQIEmrkliCRB8L\nWh/BbYP59j3VXqJFh4MsjXhcgc36zuWvvgN48botpePkXMYH5J0wFvGsqeU2xYmv\nwSxDWeoPDJn3ldpwftzgzT9Nx8ho641qylVE0dMCgYBlYnvoD+pabsWHwrahdIGB\nlLgskHoDk7Yn5eXjuwW6kvzssyVNT3BhrSFfMogPyT7xF5Mkb7Kd+9c9FJv1FRn0\nnONQCGfO0CKWmiBfiL//SOxQMrPWAXBUKCGC081+cviVjCWS42dhTdlPF+kHN9UI\nT9y/w0QVXmAxZ21baNBWJQKBgQCiGJMQGZ5o5WGuFQMvlErl6sos5/ErHJZG2cSv\ntyXw4TBmthARzR650o5RzlnlIwJqUHI3x7POTBFRNTUi36/e36JuDllOdsScLAsx\nj0uxoy7d3ZkgIExg63baScPAgyPBHjpRcQPI8wZMExCUZ3RPP1WuXsoY663O93Tw\nP7j0CQKBgQClP7hj2qWrq98i+N/tOBNUHcFpoNnBaRFSlEJEf2AdOo6/N7us+aBN\nfk0aJ6qI9FGIfP3pL4QI9QHAfIAwIJ0d6FOwzFZ7Gw6TaV8CTZdVl/17SoExxo74\n56uvsXmsfP/xjHfPAgm6c0tVxRYkM1dtJ2GsFF7GcUwyqqGRntFCQg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "0e56119a3dd04aa9b14be01bfa460533", "name": "vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914", "fingerprint": "ac:fd:3d:e0:97:f4:f2:41:4a:da:5a:1e:29:6a:fb:2e"}} 2018-08-23 16:49:18,233 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-233dd134-b696-42b3-8868-3e984936efd3 2018-08-23 16:49:18,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.495720863342s 2018-08-23 16:49:18,233 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-233dd134-b696-42b3-8868-3e984936efd3 2018-08-23 16:49:18,234 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD1sLGsmgOCZMSdbb6JfjDIl2qmeWLr1bKjJFlU+qcp9e4m83LSArlGbO/ORoqXyzld2fZR0ngrCwX8JwZnQDiPyLnkDQ/tWX1x5MGudtBbW15e/LQPssVv7GHDZa0kBwklUErFDL+GVD4lh1L5f4GXGax4zS6EvdoyaGy0gKkY4wUBs+sj7UusyvvD/IBekPPOclA5hsXXpBaTBaNpLKT+kSxPvUJ0yqN4iyq9fcQe77veFpMhBSaGhemRE7Q2VlvPVYzPSFiypgLXkexsaOBIwmpWabRMPZsjm79L9j13qixya6TxIU/PiOBIlVGwQzUsCSpslGZuMe33vIXZm/Iv Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA9bCxrJoDgmTEnW2+iX4wyJdqpnli69WyoyRZVPqnKfXuJvNy\n0gK5RmzvzkaKl8s5Xdn2UdJ4KwsF/CcGZ0A4j8i55A0P7Vl9ceTBrnbQW1teXvy0\nD7LFb+xhw2WtJAcJJVBKxQy/hlQ+JYdS+X+BlxmseM0uhL3aMmhstICpGOMFAbPr\nI+1LrMr7w/yAXpDzznJQOYbF16QWkwWjaSyk/pEsT71CdMqjeIsqvX3EHu+73haT\nIQUmhoXpkRO0NlZbz1WMz0hYsqYC15HsbGjgSMJqVmm0TD2bI5u/S/Y9d6oscmuk\n8SFPz4jgSJVRsEM1LAkqbJRmbjHt97yF2ZvyLwIDAQABAoIBABEYSkSIMtZPzJ5n\nlGpcrWhHoNQUfh2KsPNJBC41gowY4Ik1Rzf1mI6d5dGkduA487TkBY+L5XCZQ8FX\ntcpZXZYjkUuc3Q7WuzPBhvhsq/KvWNGjI6Qz/Cjdea/u0y0+kBRYkdtEF89w7SIP\nWGajyJCK6MU/AY2a6CO5wFaO3TUt87QpMrRKcLFdMzxMPm8m60nDTgJH+xRsynM7\nipw07sgXnMzQ0SQRGbvkT/c7BOdxzLrIT0Y5fHq7CkFdaCG5wB5/39VN1M2edLjy\nQ1VaHeWdeYSMTwsVDMqJ5B3/xiGkPUp3WYaF9zcILmB8A/RLrXXx5uLJPcZ+5M9V\nDhwkYIECgYEA/bYh58aLyYtN9isrr8HwAkAfSvi5JA7B/iSskOA3Q7MVqxgdfHQ5\nDvD8ZWzqqgBv7Zu6ttd0E377DZN8rae4splo3dBQxhT9tcZgJP/8Uyzuo/835CJG\nVm+W2VAwMZV2KBrGcc+srxqBm4Ee1Pf6IuflLGiNjLKMMTlCmxznCLUCgYEA9+gJ\n/h3ECRprsmzUtCBeyRi7rc9JvO8Q3gs0XY15tBm4T5CvKIj55nBQIEmrkliCRB8L\nWh/BbYP59j3VXqJFh4MsjXhcgc36zuWvvgN48botpePkXMYH5J0wFvGsqeU2xYmv\nwSxDWeoPDJn3ldpwftzgzT9Nx8ho641qylVE0dMCgYBlYnvoD+pabsWHwrahdIGB\nlLgskHoDk7Yn5eXjuwW6kvzssyVNT3BhrSFfMogPyT7xF5Mkb7Kd+9c9FJv1FRn0\nnONQCGfO0CKWmiBfiL//SOxQMrPWAXBUKCGC081+cviVjCWS42dhTdlPF+kHN9UI\nT9y/w0QVXmAxZ21baNBWJQKBgQCiGJMQGZ5o5WGuFQMvlErl6sos5/ErHJZG2cSv\ntyXw4TBmthARzR650o5RzlnlIwJqUHI3x7POTBFRNTUi36/e36JuDllOdsScLAsx\nj0uxoy7d3ZkgIExg63baScPAgyPBHjpRcQPI8wZMExCUZ3RPP1WuXsoY663O93Tw\nP7j0CQKBgQClP7hj2qWrq98i+N/tOBNUHcFpoNnBaRFSlEJEf2AdOo6/N7us+aBN\nfk0aJ6qI9FGIfP3pL4QI9QHAfIAwIJ0d6FOwzFZ7Gw6TaV8CTZdVl/17SoExxo74\n56uvsXmsfP/xjHfPAgm6c0tVxRYkM1dtJ2GsFF7GcUwyqqGRntFCQg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'0e56119a3dd04aa9b14be01bfa460533', 'name': u'vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914', 'created_at': '2018-08-23T16:49:18.234230', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e0b4737f7dc64d329afe246e6e126100', 'name': 'vping_ssh-project_3af688a5-c470-46e7-ae24-a3043baac914', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ac:fd:3d:e0:97:f4:f2:41:4a:da:5a:1e:29:6a:fb:2e', 'type': 'ssh', 'id': u'vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914'}) 2018-08-23 16:49:18,234 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA9bCxrJoDgmTEnW2+iX4wyJdqpnli69WyoyRZVPqnKfXuJvNy 0gK5RmzvzkaKl8s5Xdn2UdJ4KwsF/CcGZ0A4j8i55A0P7Vl9ceTBrnbQW1teXvy0 D7LFb+xhw2WtJAcJJVBKxQy/hlQ+JYdS+X+BlxmseM0uhL3aMmhstICpGOMFAbPr I+1LrMr7w/yAXpDzznJQOYbF16QWkwWjaSyk/pEsT71CdMqjeIsqvX3EHu+73haT IQUmhoXpkRO0NlZbz1WMz0hYsqYC15HsbGjgSMJqVmm0TD2bI5u/S/Y9d6oscmuk 8SFPz4jgSJVRsEM1LAkqbJRmbjHt97yF2ZvyLwIDAQABAoIBABEYSkSIMtZPzJ5n lGpcrWhHoNQUfh2KsPNJBC41gowY4Ik1Rzf1mI6d5dGkduA487TkBY+L5XCZQ8FX tcpZXZYjkUuc3Q7WuzPBhvhsq/KvWNGjI6Qz/Cjdea/u0y0+kBRYkdtEF89w7SIP WGajyJCK6MU/AY2a6CO5wFaO3TUt87QpMrRKcLFdMzxMPm8m60nDTgJH+xRsynM7 ipw07sgXnMzQ0SQRGbvkT/c7BOdxzLrIT0Y5fHq7CkFdaCG5wB5/39VN1M2edLjy Q1VaHeWdeYSMTwsVDMqJ5B3/xiGkPUp3WYaF9zcILmB8A/RLrXXx5uLJPcZ+5M9V DhwkYIECgYEA/bYh58aLyYtN9isrr8HwAkAfSvi5JA7B/iSskOA3Q7MVqxgdfHQ5 DvD8ZWzqqgBv7Zu6ttd0E377DZN8rae4splo3dBQxhT9tcZgJP/8Uyzuo/835CJG Vm+W2VAwMZV2KBrGcc+srxqBm4Ee1Pf6IuflLGiNjLKMMTlCmxznCLUCgYEA9+gJ /h3ECRprsmzUtCBeyRi7rc9JvO8Q3gs0XY15tBm4T5CvKIj55nBQIEmrkliCRB8L Wh/BbYP59j3VXqJFh4MsjXhcgc36zuWvvgN48botpePkXMYH5J0wFvGsqeU2xYmv wSxDWeoPDJn3ldpwftzgzT9Nx8ho641qylVE0dMCgYBlYnvoD+pabsWHwrahdIGB lLgskHoDk7Yn5eXjuwW6kvzssyVNT3BhrSFfMogPyT7xF5Mkb7Kd+9c9FJv1FRn0 nONQCGfO0CKWmiBfiL//SOxQMrPWAXBUKCGC081+cviVjCWS42dhTdlPF+kHN9UI T9y/w0QVXmAxZ21baNBWJQKBgQCiGJMQGZ5o5WGuFQMvlErl6sos5/ErHJZG2cSv tyXw4TBmthARzR650o5RzlnlIwJqUHI3x7POTBFRNTUi36/e36JuDllOdsScLAsx j0uxoy7d3ZkgIExg63baScPAgyPBHjpRcQPI8wZMExCUZ3RPP1WuXsoY663O93Tw P7j0CQKBgQClP7hj2qWrq98i+N/tOBNUHcFpoNnBaRFSlEJEf2AdOo6/N7us+aBN fk0aJ6qI9FGIfP3pL4QI9QHAfIAwIJ0d6FOwzFZ7Gw6TaV8CTZdVl/17SoExxo74 56uvsXmsfP/xjHfPAgm6c0tVxRYkM1dtJ2GsFF7GcUwyqqGRntFCQg== -----END RSA PRIVATE KEY----- 2018-08-23 16:49:18,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-23 16:49:18,238 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" -d '{"security_group": {"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-23 16:49:18,698 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-3c01165b-e0c9-4f4d-83a8-97b7a6a34eeb Date: Thu, 23 Aug 2018 16:49:18 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "created_at": "2018-08-23T16:49:18Z", "updated_at": "2018-08-23T16:49:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:18Z", "revision_number": 0, "id": "96b964db-e087-4283-a1ba-aad642a761d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:18Z", "security_group_id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0b4737f7dc64d329afe246e6e126100"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:18Z", "revision_number": 0, "id": "f91bf101-17de-4af0-85f4-890a23111aa2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:18Z", "security_group_id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0b4737f7dc64d329afe246e6e126100"}], "revision_number": 1, "project_id": "e0b4737f7dc64d329afe246e6e126100", "id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}} 2018-08-23 16:49:18,698 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-3c01165b-e0c9-4f4d-83a8-97b7a6a34eeb 2018-08-23 16:49:18,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.461169958115s 2018-08-23 16:49:18,699 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-3c01165b-e0c9-4f4d-83a8-97b7a6a34eeb 2018-08-23 16:49:18,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 16:49:18,704 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:18,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-27eaf079-29a4-4e07-9e71-835f991e41ca Date: Thu, 23 Aug 2018 16:49:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "created_at": "2018-08-23T16:49:08Z", "updated_at": "2018-08-23T16:49:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:08Z", "revision_number": 0, "id": "1cecbcaa-a432-4258-aefe-02c1af93a4d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:08Z", "security_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0b4737f7dc64d329afe246e6e126100"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:08Z", "revision_number": 0, "id": "ac291812-be0d-4ed2-bf7e-4fbcaeaf5903", "remote_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:08Z", "security_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0b4737f7dc64d329afe246e6e126100"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:08Z", "revision_number": 0, "id": "c1da555a-bdb2-4193-be51-4932769ec65b", "remote_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:08Z", "security_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0b4737f7dc64d329afe246e6e126100"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:08Z", "revision_number": 0, "id": "d515ce4a-a649-4e78-979f-c41773e6f9ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:08Z", "security_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0b4737f7dc64d329afe246e6e126100"}], "revision_number": 1, "project_id": "e0b4737f7dc64d329afe246e6e126100", "id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "created_at": "2018-08-23T16:49:18Z", "updated_at": "2018-08-23T16:49:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:18Z", "revision_number": 0, "id": "96b964db-e087-4283-a1ba-aad642a761d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:18Z", "security_group_id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0b4737f7dc64d329afe246e6e126100"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:18Z", "revision_number": 0, "id": "f91bf101-17de-4af0-85f4-890a23111aa2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:18Z", "security_group_id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0b4737f7dc64d329afe246e6e126100"}], "revision_number": 1, "project_id": "e0b4737f7dc64d329afe246e6e126100", "id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}]} 2018-08-23 16:49:18,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-27eaf079-29a4-4e07-9e71-835f991e41ca 2018-08-23 16:49:18,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0722661018372s 2018-08-23 16:49:18,776 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-27eaf079-29a4-4e07-9e71-835f991e41ca 2018-08-23 16:49:18,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 16:49:18,780 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" -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": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb"}}' 2018-08-23 16:49:19,255 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0889d7a5-1e7d-45b9-b7ce-0733ec295db0 Date: Thu, 23 Aug 2018 16:49:19 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-23T16:49:19Z", "security_group_id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "port_range_min": 22, "revision_number": 0, "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "created_at": "2018-08-23T16:49:19Z", "project_id": "e0b4737f7dc64d329afe246e6e126100", "id": "6468f785-d4b0-4183-95db-d944f8b9cdfb"}} 2018-08-23 16:49:19,255 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-0889d7a5-1e7d-45b9-b7ce-0733ec295db0 2018-08-23 16:49:19,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.475383043289s 2018-08-23 16:49:19,255 - 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-0889d7a5-1e7d-45b9-b7ce-0733ec295db0 2018-08-23 16:49:19,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 16:49:19,259 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:19,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-8f62ad43-dceb-41ab-8b02-a30392f2fae0 Date: Thu, 23 Aug 2018 16:49:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "created_at": "2018-08-23T16:49:08Z", "updated_at": "2018-08-23T16:49:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:08Z", "revision_number": 0, "id": "1cecbcaa-a432-4258-aefe-02c1af93a4d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:08Z", "security_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0b4737f7dc64d329afe246e6e126100"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:08Z", "revision_number": 0, "id": "ac291812-be0d-4ed2-bf7e-4fbcaeaf5903", "remote_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:08Z", "security_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0b4737f7dc64d329afe246e6e126100"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:08Z", "revision_number": 0, "id": "c1da555a-bdb2-4193-be51-4932769ec65b", "remote_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:08Z", "security_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0b4737f7dc64d329afe246e6e126100"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:08Z", "revision_number": 0, "id": "d515ce4a-a649-4e78-979f-c41773e6f9ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:08Z", "security_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0b4737f7dc64d329afe246e6e126100"}], "revision_number": 1, "project_id": "e0b4737f7dc64d329afe246e6e126100", "id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "created_at": "2018-08-23T16:49:18Z", "updated_at": "2018-08-23T16:49:19Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T16:49:19Z", "revision_number": 0, "id": "6468f785-d4b0-4183-95db-d944f8b9cdfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:19Z", "security_group_id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e0b4737f7dc64d329afe246e6e126100"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:18Z", "revision_number": 0, "id": "96b964db-e087-4283-a1ba-aad642a761d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:18Z", "security_group_id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0b4737f7dc64d329afe246e6e126100"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:18Z", "revision_number": 0, "id": "f91bf101-17de-4af0-85f4-890a23111aa2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:18Z", "security_group_id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0b4737f7dc64d329afe246e6e126100"}], "revision_number": 2, "project_id": "e0b4737f7dc64d329afe246e6e126100", "id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}]} 2018-08-23 16:49:19,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-8f62ad43-dceb-41ab-8b02-a30392f2fae0 2018-08-23 16:49:19,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.245044946671s 2018-08-23 16:49:19,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-8f62ad43-dceb-41ab-8b02-a30392f2fae0 2018-08-23 16:49:19,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 16:49:19,508 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" -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": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb"}}' 2018-08-23 16:49:19,704 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-a5592297-cb76-43a9-b21b-424d4f47a286 Date: Thu, 23 Aug 2018 16:49:19 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-23T16:49:19Z", "security_group_id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "port_range_min": null, "revision_number": 0, "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "created_at": "2018-08-23T16:49:19Z", "project_id": "e0b4737f7dc64d329afe246e6e126100", "id": "c77e6c81-6e8b-41a2-8fb7-76564da58146"}} 2018-08-23 16:49:19,704 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-a5592297-cb76-43a9-b21b-424d4f47a286 2018-08-23 16:49:19,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.19681596756s 2018-08-23 16:49:19,705 - 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-a5592297-cb76-43a9-b21b-424d4f47a286 2018-08-23 16:49:19,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:49:19,707 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:20,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-3559d10a-49ee-47ce-9542-1eca86d1ec2e Date: Thu, 23 Aug 2018 16:49:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["477e59d4-3d5b-4a6e-bad4-a8aedbe5533e"],"updated_at":"2018-08-23T16:49:10Z","tenant_id":"e0b4737f7dc64d329afe246e6e126100","created_at":"2018-08-23T16:49:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e0b4737f7dc64d329afe246e6e126100","id":"9fd5bb42-b053-42ab-be88-7e580a0a02bb","name":"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:49:20,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3559d10a-49ee-47ce-9542-1eca86d1ec2e 2018-08-23 16:49:20,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.391850948334s 2018-08-23 16:49:20,099 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3559d10a-49ee-47ce-9542-1eca86d1ec2e 2018-08-23 16:49:20,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:49:20,107 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:20,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-8166e2d2-7e87-48e3-8ec3-1a99541275ff Date: Thu, 23 Aug 2018 16:49:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:49:16Z", "file": "/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/file", "owner": "e0b4737f7dc64d329afe246e6e126100", "id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "size": 12716032, "self": "/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3af688a5-c470-46e7-ae24-a3043baac914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3af688a5-c470-46e7-ae24-a3043baac914", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:49:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:49:20,141 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8166e2d2-7e87-48e3-8ec3-1a99541275ff 2018-08-23 16:49:20,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.038153886795s 2018-08-23 16:49:20,142 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8166e2d2-7e87-48e3-8ec3-1a99541275ff 2018-08-23 16:49:20,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 16:49:20,146 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:20,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49: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-14f07255-b3ce-4f6d-af8e-f983bc5e8b27 x-compute-request-id: req-14f07255-b3ce-4f6d-af8e-f983bc5e8b27 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_3af688a5-c470-46e7-ae24-a3043baac914", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "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": "b16bc93e-418c-4e19-a114-6f76b37e95b3"}]} 2018-08-23 16:49:20,327 - 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-14f07255-b3ce-4f6d-af8e-f983bc5e8b27 2018-08-23 16:49:20,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.184123039246s 2018-08-23 16:49:20,328 - 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-14f07255-b3ce-4f6d-af8e-f983bc5e8b27 2018-08-23 16:49:20,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 16:49:20,332 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" -d '{"server": {"name": "vping_ssh-vm2_3af688a5-c470-46e7-ae24-a3043baac914", "imageRef": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "flavorRef": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9fd5bb42-b053-42ab-be88-7e580a0a02bb"}], "security_groups": [{"name": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb"}]}}' 2018-08-23 16:49:25,645 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 16:49:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e42fae7f-3432-49eb-8571-c03192c77333 x-compute-request-id: req-e42fae7f-3432-49eb-8571-c03192c77333 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb"}], "OS-DCF:diskConfig": "MANUAL", "id": "02f40193-3c78-400c-9f42-aedc3fe20c0c", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "bookmark"}], "adminPass": "28BUh62etjsw"}} 2018-08-23 16:49:25,645 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-e42fae7f-3432-49eb-8571-c03192c77333 2018-08-23 16:49:25,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.31570696831s 2018-08-23 16:49:25,645 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-e42fae7f-3432-49eb-8571-c03192c77333 2018-08-23 16:49:25,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:49:25,649 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:26,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49: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-58f95db9-5f81-4823-a9f9-86c58b157e01 x-compute-request-id: req-58f95db9-5f81-4823-a9f9-86c58b157e01 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/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "02f40193-3c78-400c-9f42-aedc3fe20c0c", "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:49:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:25Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:49:26,591 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-58f95db9-5f81-4823-a9f9-86c58b157e01 2018-08-23 16:49:26,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.945219993591s 2018-08-23 16:49:26,592 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-58f95db9-5f81-4823-a9f9-86c58b157e01 2018-08-23 16:49:26,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:49:26,599 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:26,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-b611f36f-1ba0-4356-be36-91be84a72aa6 Date: Thu, 23 Aug 2018 16:49:26 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":["477e59d4-3d5b-4a6e-bad4-a8aedbe5533e"],"updated_at":"2018-08-23T16:49:10Z","tenant_id":"e0b4737f7dc64d329afe246e6e126100","created_at":"2018-08-23T16:49:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e0b4737f7dc64d329afe246e6e126100","id":"9fd5bb42-b053-42ab-be88-7e580a0a02bb","name":"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:49:26,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b611f36f-1ba0-4356-be36-91be84a72aa6 2018-08-23 16:49:26,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0869829654694s 2018-08-23 16:49:26,686 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b611f36f-1ba0-4356-be36-91be84a72aa6 2018-08-23 16:49:26,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 16:49:26,688 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:26,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-07bfe62e-70bb-47e3-8182-f9a162d40fff Date: Thu, 23 Aug 2018 16:49:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fd5bb42-b053-42ab-be88-7e580a0a02bb","tenant_id":"e0b4737f7dc64d329afe246e6e126100","created_at":"2018-08-23T16:49:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:49:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"e0b4737f7dc64d329afe246e6e126100","id":"477e59d4-3d5b-4a6e-bad4-a8aedbe5533e","subnetpool_id":null,"name":"vping_ssh-subnet_3af688a5-c470-46e7-ae24-a3043baac914"}]} 2018-08-23 16:49:26,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-07bfe62e-70bb-47e3-8182-f9a162d40fff 2018-08-23 16:49:26,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0430979728699s 2018-08-23 16:49:26,731 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-07bfe62e-70bb-47e3-8182-f9a162d40fff 2018-08-23 16:49:26,731 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:49:28,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:49:28,737 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:29,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49: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-a454185e-b6d3-4f1e-be69-d50b574fd5de x-compute-request-id: req-a454185e-b6d3-4f1e-be69-d50b574fd5de Content-Encoding: gzip Content-Length: 603 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/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "02f40193-3c78-400c-9f42-aedc3fe20c0c", "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:49:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:25Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:49:29,749 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a454185e-b6d3-4f1e-be69-d50b574fd5de 2018-08-23 16:49:29,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0153939724s 2018-08-23 16:49:29,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a454185e-b6d3-4f1e-be69-d50b574fd5de 2018-08-23 16:49:29,754 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:49:31,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:49:31,760 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:33,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49: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-7607dc05-36d4-4072-af0d-97e2ab1b02a1 x-compute-request-id: req-7607dc05-36d4-4072-af0d-97e2ab1b02a1 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/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "02f40193-3c78-400c-9f42-aedc3fe20c0c", "security_groups": [{"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}], "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:49:29Z", "hostId": "90513d3c861683466af0c7553f82b65ccaf22985f335b3487b38a3ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:25Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:49:33,490 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7607dc05-36d4-4072-af0d-97e2ab1b02a1 2018-08-23 16:49:33,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.73330807686s 2018-08-23 16:49:33,490 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7607dc05-36d4-4072-af0d-97e2ab1b02a1 2018-08-23 16:49:33,494 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:49:35,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:49:35,500 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:36,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49: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-67beccdf-b628-4ed9-a819-cac0b87bff43 x-compute-request-id: req-67beccdf-b628-4ed9-a819-cac0b87bff43 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:c6:c8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:49:35.000000", "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "02f40193-3c78-400c-9f42-aedc3fe20c0c", "security_groups": [{"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}], "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:49:35Z", "hostId": "90513d3c861683466af0c7553f82b65ccaf22985f335b3487b38a3ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:25Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:49:36,343 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-67beccdf-b628-4ed9-a819-cac0b87bff43 2018-08-23 16:49:36,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.845690011978s 2018-08-23 16:49:36,344 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-67beccdf-b628-4ed9-a819-cac0b87bff43 2018-08-23 16:49:36,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 16:49:36,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=02f40193-3c78-400c-9f42-aedc3fe20c0c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:36,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ff828379-7789-4b6f-a781-963c2cd84893 Date: Thu, 23 Aug 2018 16:49:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9fd5bb42-b053-42ab-be88-7e580a0a02bb","tenant_id":"e0b4737f7dc64d329afe246e6e126100","created_at":"2018-08-23T16:49:30Z","admin_state_up":true,"updated_at":"2018-08-23T16:49:35Z","binding:vnic_type":"normal","device_id":"02f40193-3c78-400c-9f42-aedc3fe20c0c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:26:c6:c8","id":"77653f30-481a-4495-ab94-02bb1a5ecadd","port_security_enabled":true,"project_id":"e0b4737f7dc64d329afe246e6e126100","fixed_ips":[{"subnet_id":"477e59d4-3d5b-4a6e-bad4-a8aedbe5533e","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["882877a9-2a20-4ba7-b7f1-fe81e1fb32bb"],"name":""}]} 2018-08-23 16:49:36,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=02f40193-3c78-400c-9f42-aedc3fe20c0c used request id req-ff828379-7789-4b6f-a781-963c2cd84893 2018-08-23 16:49:36,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0498359203339s 2018-08-23 16:49:36,401 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=02f40193-3c78-400c-9f42-aedc3fe20c0c used request id req-ff828379-7789-4b6f-a781-963c2cd84893 2018-08-23 16:49:36,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 16:49:36,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=77653f30-481a-4495-ab94-02bb1a5ecadd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:36,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f3fc113d-8fbb-480d-9930-0c45456a08a9 Date: Thu, 23 Aug 2018 16:49:36 GMT RESP BODY: {"floatingips": []} 2018-08-23 16:49:36,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=77653f30-481a-4495-ab94-02bb1a5ecadd used request id req-f3fc113d-8fbb-480d-9930-0c45456a08a9 2018-08-23 16:49:36,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0447108745575s 2018-08-23 16:49:36,451 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=77653f30-481a-4495-ab94-02bb1a5ecadd used request id req-f3fc113d-8fbb-480d-9930-0c45456a08a9 2018-08-23 16:49:36,452 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:26:c6:c8', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T16:49:35.000000', 'flavor': Munch({u'id': u'b16bc93e-418c-4e19-a114-6f76b37e95b3'}), 'az': u'nova', 'id': u'02f40193-3c78-400c-9f42-aedc3fe20c0c', 'security_groups': [Munch({u'name': u'vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0e56119a3dd04aa9b14be01bfa460533', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e0b4737f7dc64d329afe246e6e126100', 'name': 'vping_ssh-project_3af688a5-c470-46e7-ae24-a3043baac914', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T16:49:35.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T16:49:35Z', 'hostId': u'90513d3c861683466af0c7553f82b65ccaf22985f335b3487b38a3ab', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'90513d3c861683466af0c7553f82b65ccaf22985f335b3487b38a3ab', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T16:49:35.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'e0b4737f7dc64d329afe246e6e126100', 'name': u'vping_ssh-vm2_3af688a5-c470-46e7-ae24-a3043baac914', 'adminPass': u'28BUh62etjsw', 'tenant_id': u'e0b4737f7dc64d329afe246e6e126100', 'created_at': u'2018-08-23T16:49:25Z', 'created': u'2018-08-23T16:49:25Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 16:49:36,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:49:36,453 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:36,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-6e7f4e05-befd-45a4-98ec-cd81bcf187b9 Date: Thu, 23 Aug 2018 16:49: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":["477e59d4-3d5b-4a6e-bad4-a8aedbe5533e"],"updated_at":"2018-08-23T16:49:10Z","tenant_id":"e0b4737f7dc64d329afe246e6e126100","created_at":"2018-08-23T16:49:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e0b4737f7dc64d329afe246e6e126100","id":"9fd5bb42-b053-42ab-be88-7e580a0a02bb","name":"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:49:36,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6e7f4e05-befd-45a4-98ec-cd81bcf187b9 2018-08-23 16:49:36,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0936789512634s 2018-08-23 16:49:36,547 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6e7f4e05-befd-45a4-98ec-cd81bcf187b9 2018-08-23 16:49:36,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:49:36,550 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:37,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-2d59276f-0511-4741-8ef6-75de9e7b0748 Date: Thu, 23 Aug 2018 16:49:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:49:16Z", "file": "/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/file", "owner": "e0b4737f7dc64d329afe246e6e126100", "id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "size": 12716032, "self": "/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3af688a5-c470-46e7-ae24-a3043baac914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3af688a5-c470-46e7-ae24-a3043baac914", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:49:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:49:37,351 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2d59276f-0511-4741-8ef6-75de9e7b0748 2018-08-23 16:49:37,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.802933931351s 2018-08-23 16:49:37,352 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2d59276f-0511-4741-8ef6-75de9e7b0748 2018-08-23 16:49:37,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 16:49:37,355 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:37,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9279aa4d-f794-4ffe-b9c3-06464b620f9a x-compute-request-id: req-9279aa4d-f794-4ffe-b9c3-06464b620f9a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_3af688a5-c470-46e7-ae24-a3043baac914", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "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": "b16bc93e-418c-4e19-a114-6f76b37e95b3"}]} 2018-08-23 16:49:37,385 - 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-9279aa4d-f794-4ffe-b9c3-06464b620f9a 2018-08-23 16:49:37,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0321209430695s 2018-08-23 16:49:37,385 - 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-9279aa4d-f794-4ffe-b9c3-06464b620f9a 2018-08-23 16:49:37,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 16:49:37,388 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" -d '{"server": {"name": "vping_ssh-vm_3af688a5-c470-46e7-ae24-a3043baac914", "imageRef": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "key_name": "vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914", "flavorRef": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9fd5bb42-b053-42ab-be88-7e580a0a02bb"}], "security_groups": [{"name": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb"}]}}' 2018-08-23 16:49:42,450 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 16:49:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b1cc517c-2a96-42d9-b61f-ceac3ac5f551 x-compute-request-id: req-b1cc517c-2a96-42d9-b61f-ceac3ac5f551 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb"}], "OS-DCF:diskConfig": "MANUAL", "id": "e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "bookmark"}], "adminPass": "DZ9PLjgjWvVN"}} 2018-08-23 16:49:42,451 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-b1cc517c-2a96-42d9-b61f-ceac3ac5f551 2018-08-23 16:49:42,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.06447887421s 2018-08-23 16:49:42,451 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-b1cc517c-2a96-42d9-b61f-ceac3ac5f551 2018-08-23 16:49:42,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:49:42,455 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:43,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49: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-d4a2eca5-6d5f-4de5-beef-b4c20d784ccc x-compute-request-id: req-d4a2eca5-6d5f-4de5-beef-b4c20d784ccc Content-Encoding: gzip Content-Length: 850 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/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:49:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914", "name": "vping_ssh-vm_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:42Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:c6:c8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:49:35.000000", "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "02f40193-3c78-400c-9f42-aedc3fe20c0c", "security_groups": [{"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}], "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:49:35Z", "hostId": "90513d3c861683466af0c7553f82b65ccaf22985f335b3487b38a3ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:25Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:49:43,259 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d4a2eca5-6d5f-4de5-beef-b4c20d784ccc 2018-08-23 16:49:43,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.807218074799s 2018-08-23 16:49:43,260 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d4a2eca5-6d5f-4de5-beef-b4c20d784ccc 2018-08-23 16:49:43,265 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:49:45,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:49:45,271 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:46,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49: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-70755b6a-0651-469e-887f-9517fabd6772 x-compute-request-id: req-70755b6a-0651-469e-887f-9517fabd6772 Content-Encoding: gzip Content-Length: 842 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/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:49:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914", "name": "vping_ssh-vm_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:42Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:c6:c8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:49:35.000000", "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "02f40193-3c78-400c-9f42-aedc3fe20c0c", "security_groups": [{"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}], "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:49:35Z", "hostId": "90513d3c861683466af0c7553f82b65ccaf22985f335b3487b38a3ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:25Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:49:46,088 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-70755b6a-0651-469e-887f-9517fabd6772 2018-08-23 16:49:46,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.819757938385s 2018-08-23 16:49:46,088 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-70755b6a-0651-469e-887f-9517fabd6772 2018-08-23 16:49:46,093 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:49:48,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:49:48,099 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:48,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49: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-db7b3a24-ca9d-4444-8f06-73000bb1523d x-compute-request-id: req-db7b3a24-ca9d-4444-8f06-73000bb1523d Content-Encoding: gzip Content-Length: 891 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/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "security_groups": [{"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}], "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:49:46Z", "hostId": "cbcfbf5ed9157cca8e28c8ff0d66ac0c1998dcf623eaaca97369cf03", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914", "name": "vping_ssh-vm_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:42Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:c6:c8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:49:35.000000", "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "02f40193-3c78-400c-9f42-aedc3fe20c0c", "security_groups": [{"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}], "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:49:35Z", "hostId": "90513d3c861683466af0c7553f82b65ccaf22985f335b3487b38a3ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:25Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:49:48,980 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-db7b3a24-ca9d-4444-8f06-73000bb1523d 2018-08-23 16:49:48,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.883657932281s 2018-08-23 16:49:48,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-db7b3a24-ca9d-4444-8f06-73000bb1523d 2018-08-23 16:49:48,987 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:49:50,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:49:50,993 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:51,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49: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-de81f9e8-b738-4c61-8b45-2b6ac06c6a7e x-compute-request-id: req-de81f9e8-b738-4c61-8b45-2b6ac06c6a7e Content-Encoding: gzip Content-Length: 891 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/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "security_groups": [{"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}], "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:49:46Z", "hostId": "cbcfbf5ed9157cca8e28c8ff0d66ac0c1998dcf623eaaca97369cf03", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914", "name": "vping_ssh-vm_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:42Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:c6:c8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:49:35.000000", "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "02f40193-3c78-400c-9f42-aedc3fe20c0c", "security_groups": [{"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}], "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:49:35Z", "hostId": "90513d3c861683466af0c7553f82b65ccaf22985f335b3487b38a3ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:25Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:49:51,454 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-de81f9e8-b738-4c61-8b45-2b6ac06c6a7e 2018-08-23 16:49:51,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.464226007462s 2018-08-23 16:49:51,454 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-de81f9e8-b738-4c61-8b45-2b6ac06c6a7e 2018-08-23 16:49:51,459 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:49:53,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:49:53,465 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:54,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b87d734-c4de-4b5e-b3cf-5ee450c761aa x-compute-request-id: req-6b87d734-c4de-4b5e-b3cf-5ee450c761aa Content-Encoding: gzip Content-Length: 891 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/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "security_groups": [{"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}], "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:49:46Z", "hostId": "cbcfbf5ed9157cca8e28c8ff0d66ac0c1998dcf623eaaca97369cf03", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914", "name": "vping_ssh-vm_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:42Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:c6:c8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:49:35.000000", "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "02f40193-3c78-400c-9f42-aedc3fe20c0c", "security_groups": [{"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}], "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:49:35Z", "hostId": "90513d3c861683466af0c7553f82b65ccaf22985f335b3487b38a3ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:25Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:49:54,575 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6b87d734-c4de-4b5e-b3cf-5ee450c761aa 2018-08-23 16:49:54,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11275601387s 2018-08-23 16:49:54,575 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6b87d734-c4de-4b5e-b3cf-5ee450c761aa 2018-08-23 16:49:54,580 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:49:56,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:49:56,586 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:57,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:49: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-6fa01f47-92b7-439c-9083-c93ae8a31a99 x-compute-request-id: req-6fa01f47-92b7-439c-9083-c93ae8a31a99 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:7f:2f", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:49:53.000000", "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "security_groups": [{"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}], "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:49:53Z", "hostId": "cbcfbf5ed9157cca8e28c8ff0d66ac0c1998dcf623eaaca97369cf03", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914", "name": "vping_ssh-vm_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:42Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:c6:c8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:49:35.000000", "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "02f40193-3c78-400c-9f42-aedc3fe20c0c", "security_groups": [{"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}], "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:49:35Z", "hostId": "90513d3c861683466af0c7553f82b65ccaf22985f335b3487b38a3ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:25Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:49:57,272 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6fa01f47-92b7-439c-9083-c93ae8a31a99 2018-08-23 16:49:57,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.689092874527s 2018-08-23 16:49:57,273 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6fa01f47-92b7-439c-9083-c93ae8a31a99 2018-08-23 16:49:57,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 16:49:57,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:57,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b2d42b61-2e42-47c5-b773-7995c03f1c60 Date: Thu, 23 Aug 2018 16:49:57 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9fd5bb42-b053-42ab-be88-7e580a0a02bb","tenant_id":"e0b4737f7dc64d329afe246e6e126100","created_at":"2018-08-23T16:49:46Z","admin_state_up":true,"updated_at":"2018-08-23T16:49:53Z","binding:vnic_type":"normal","device_id":"e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:5b:7f:2f","id":"cd9c8f43-7550-400d-a1f3-5af658f281c8","port_security_enabled":true,"project_id":"e0b4737f7dc64d329afe246e6e126100","fixed_ips":[{"subnet_id":"477e59d4-3d5b-4a6e-bad4-a8aedbe5533e","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["882877a9-2a20-4ba7-b7f1-fe81e1fb32bb"],"name":""}]} 2018-08-23 16:49:57,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2 used request id req-b2d42b61-2e42-47c5-b773-7995c03f1c60 2018-08-23 16:49:57,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0775117874146s 2018-08-23 16:49:57,356 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2 used request id req-b2d42b61-2e42-47c5-b773-7995c03f1c60 2018-08-23 16:49:57,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 16:49:57,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=cd9c8f43-7550-400d-a1f3-5af658f281c8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:57,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7946dae6-a224-4f5a-aabc-3e9cf549c607 Date: Thu, 23 Aug 2018 16:49:57 GMT RESP BODY: {"floatingips": []} 2018-08-23 16:49:57,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=cd9c8f43-7550-400d-a1f3-5af658f281c8 used request id req-7946dae6-a224-4f5a-aabc-3e9cf549c607 2018-08-23 16:49:57,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0526750087738s 2018-08-23 16:49:57,414 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=cd9c8f43-7550-400d-a1f3-5af658f281c8 used request id req-7946dae6-a224-4f5a-aabc-3e9cf549c607 2018-08-23 16:49:57,415 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5b:7f:2f', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T16:49:53.000000', 'flavor': Munch({u'id': u'b16bc93e-418c-4e19-a114-6f76b37e95b3'}), 'az': u'nova', 'id': u'e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2', 'security_groups': [Munch({u'name': u'vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0e56119a3dd04aa9b14be01bfa460533', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e0b4737f7dc64d329afe246e6e126100', 'name': 'vping_ssh-project_3af688a5-c470-46e7-ae24-a3043baac914', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T16:49:53.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T16:49:53Z', 'hostId': u'cbcfbf5ed9157cca8e28c8ff0d66ac0c1998dcf623eaaca97369cf03', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'cbcfbf5ed9157cca8e28c8ff0d66ac0c1998dcf623eaaca97369cf03', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T16:49:53.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'e0b4737f7dc64d329afe246e6e126100', 'name': u'vping_ssh-vm_3af688a5-c470-46e7-ae24-a3043baac914', 'adminPass': u'DZ9PLjgjWvVN', 'tenant_id': u'e0b4737f7dc64d329afe246e6e126100', 'created_at': u'2018-08-23T16:49:42Z', 'created': u'2018-08-23T16:49:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 16:49:57,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:49:57,418 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:57,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-14b66b42-9ed1-4f69-80e0-826137b2591d Date: Thu, 23 Aug 2018 16:49:57 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":["477e59d4-3d5b-4a6e-bad4-a8aedbe5533e"],"updated_at":"2018-08-23T16:49:10Z","tenant_id":"e0b4737f7dc64d329afe246e6e126100","created_at":"2018-08-23T16:49:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e0b4737f7dc64d329afe246e6e126100","id":"9fd5bb42-b053-42ab-be88-7e580a0a02bb","name":"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:49:57,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-14b66b42-9ed1-4f69-80e0-826137b2591d 2018-08-23 16:49:57,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116907119751s 2018-08-23 16:49:57,535 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-14b66b42-9ed1-4f69-80e0-826137b2591d 2018-08-23 16:49:57,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 16:49:57,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:49:57,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7b27d5e3-f80f-45aa-b416-e168658a7dc2 Date: Thu, 23 Aug 2018 16:49:57 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9fd5bb42-b053-42ab-be88-7e580a0a02bb","tenant_id":"e0b4737f7dc64d329afe246e6e126100","created_at":"2018-08-23T16:49:46Z","admin_state_up":true,"updated_at":"2018-08-23T16:49:53Z","binding:vnic_type":"normal","device_id":"e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:5b:7f:2f","id":"cd9c8f43-7550-400d-a1f3-5af658f281c8","port_security_enabled":true,"project_id":"e0b4737f7dc64d329afe246e6e126100","fixed_ips":[{"subnet_id":"477e59d4-3d5b-4a6e-bad4-a8aedbe5533e","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["882877a9-2a20-4ba7-b7f1-fe81e1fb32bb"],"name":""}]} 2018-08-23 16:49:57,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2 used request id req-7b27d5e3-f80f-45aa-b416-e168658a7dc2 2018-08-23 16:49:57,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0520880222321s 2018-08-23 16:49:57,589 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2 used request id req-7b27d5e3-f80f-45aa-b416-e168658a7dc2 2018-08-23 16:49:57,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-23 16:49:57,590 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" -d '{"floatingip": {"floating_network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "fixed_ip_address": "192.168.120.10", "port_id": "cd9c8f43-7550-400d-a1f3-5af658f281c8"}}' 2018-08-23 16:49:59,645 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-1f910106-2a84-402d-9ccd-f19825d91a98 Date: Thu, 23 Aug 2018 16:49:59 GMT RESP BODY: {"floatingip": {"router_id": "fbff86bc-35e6-44c9-a9fb-4519aca7fe02", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T16:49:58Z", "floating_network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "cd9c8f43-7550-400d-a1f3-5af658f281c8", "id": "66a32e26-0c95-44e2-8f09-791a20edbfda", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "created_at": "2018-08-23T16:49:58Z", "project_id": "e0b4737f7dc64d329afe246e6e126100"}} 2018-08-23 16:49:59,645 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-1f910106-2a84-402d-9ccd-f19825d91a98 2018-08-23 16:49:59,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.05591988564s 2018-08-23 16:49:59,646 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-1f910106-2a84-402d-9ccd-f19825d91a98 2018-08-23 16:49:59,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 16:49:59,654 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:00,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-f19d23b4-6a14-46c3-9b95-283ac11c094e Date: Thu, 23 Aug 2018 16:50:00 GMT RESP BODY: {"floatingips": [{"router_id": "fbff86bc-35e6-44c9-a9fb-4519aca7fe02", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T16:49:58Z", "floating_network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "cd9c8f43-7550-400d-a1f3-5af658f281c8", "id": "66a32e26-0c95-44e2-8f09-791a20edbfda", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "created_at": "2018-08-23T16:49:58Z", "project_id": "e0b4737f7dc64d329afe246e6e126100"}]} 2018-08-23 16:50:00,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-f19d23b4-6a14-46c3-9b95-283ac11c094e 2018-08-23 16:50:00,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.347676038742s 2018-08-23 16:50:00,001 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-f19d23b4-6a14-46c3-9b95-283ac11c094e 2018-08-23 16:50:00,005 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'fbff86bc-35e6-44c9-a9fb-4519aca7fe02', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'e0b4737f7dc64d329afe246e6e126100', 'created_at': u'2018-08-23T16:49:58Z', 'attached': True, 'updated_at': u'2018-08-23T16:49:58Z', 'id': u'66a32e26-0c95-44e2-8f09-791a20edbfda', 'floating_network_id': u'f5b34b9c-dd33-46b5-9947-17506958773d', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e0b4737f7dc64d329afe246e6e126100', 'name': 'vping_ssh-project_3af688a5-c470-46e7-ae24-a3043baac914', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'fbff86bc-35e6-44c9-a9fb-4519aca7fe02', 'project_id': u'e0b4737f7dc64d329afe246e6e126100', 'port_id': u'cd9c8f43-7550-400d-a1f3-5af658f281c8', 'port': u'cd9c8f43-7550-400d-a1f3-5af658f281c8', 'network': u'f5b34b9c-dd33-46b5-9947-17506958773d'}) 2018-08-23 16:50:00,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 16:50:00,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 16:50:00,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50: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-1714fc89-0cfa-4de3-b264-4d5b8c350747 x-compute-request-id: req-1714fc89-0cfa-4de3-b264-4d5b8c350747 Content-Encoding: gzip Content-Length: 9578 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 509921046 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.218785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.221609] pid_max: default: 32768 minimum: 301\n[ 0.223091] ACPI: Core revision 20150930\n[ 0.225013] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.227231] Security Framework initialized\n[ 0.228575] Yama: becoming mindful.\n[ 0.229787] AppArmor: AppArmor initialized\n[ 0.231207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.233372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.235539] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.237590] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.239839] Initializing cgroup subsys io\n[ 0.241191] Initializing cgroup subsys memory\n[ 0.242653] Initializing cgroup subsys devices\n[ 0.244103] Initializing cgroup subsys freezer\n[ 0.245568] Initializing cgroup subsys net_cls\n[ 0.247039] Initializing cgroup subsys perf_event\n[ 0.248594] Initializing cgroup subsys net_prio\n[ 0.250072] Initializing cgroup subsys hugetlb\n[ 0.251557] Initializing cgroup subsys pids\n[ 0.252969] CPU: Physical Processor ID: 0\n[ 0.255046] mce: CPU supports 10 MCE banks\n[ 0.256471] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.258147] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.274481] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.281522] ftrace: allocating 31920 entries in 125 pages\n[ 0.306919] smpboot: Max logical packages: 1\n[ 0.308376] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.310619] x2apic enabled\n[ 0.311917] Switched APIC routing to physical x2apic.\n[ 0.314719] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.316590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.319862] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.322828] KVM setup paravirtual spinlock\n[ 0.324634] x86: Booted up 1 node, 1 CPUs\n[ 0.325974] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.328281] devtmpfs: initialized\n[ 0.330428] evm: security.selinux\n[ 0.331583] evm: security.SMACK64\n[ 0.332723] evm: security.SMACK64EXEC\n[ 0.333995] evm: security.SMACK64TRANSMUTE\n[ 0.335373] evm: security.SMACK64MMAP\n[ 0.336600] evm: security.ima\n[ 0.337650] evm: security.capability\n[ 0.338968] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.342120] pinctrl core: initialized pinctrl subsystem\n[ 0.343930] RTC time: 16:49:53, date: 08/23/18\n[ 0.345472] NET: Registered protocol family 16\n[ 0.347055] cpuidle: using governor ladder\n[ 0.348479] cpuidle: using governor menu\n[ 0.349789] PCCT header not found.\n[ 0.351029] ACPI: bus type PCI registered\n[ 0.352364] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.354413] PCI: Using configuration type 1 for base access\n[ 0.356859] ACPI: Added _OSI(Module Device)\n[ 0.358273] ACPI: Added _OSI(Processor Device)\n[ 0.359715] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.361252] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.363736] ACPI: Interpreter enabled\n[ 0.365041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.368124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.371208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.374345] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.377466] ACPI: (supports S0 S5)\n[ 0.378667] ACPI: Using IOAPIC for interrupt routing\n[ 0.380286] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.384706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.386634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.388764] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.390827] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.394514] acpiphp: Slot [3] registered\n[ 0.395867] acpiphp: Slot [4] registered\n[ 0.397226] acpiphp: Slot [5] registered\n[ 0.398587] acpiphp: Slot [6] registered\n[ 0.399941] acpiphp: Slot [7] registered\n[ 0.401291] acpiphp: Slot [8] registered\n[ 0.402647] acpiphp: Slot [9] registered\n[ 0.403996] acpiphp: Slot [10] registered\n[ 0.405375] acpiphp: Slot [11] registered\n[ 0.406735] acpiphp: Slot [12] registered\n[ 0.408109] acpiphp: Slot [13] registered\n[ 0.409460] acpiphp: Slot [14] registered\n[ 0.410840] acpiphp: Slot [15] registered\n[ 0.426143] acpiphp: Slot [16] registered\n[ 0.427517] acpiphp: Slot [17] registered\n[ 0.428867] acpiphp: Slot [18] registered\n[ 0.430221] acpiphp: Slot [19] registered\n[ 0.431569] acpiphp: Slot [20] registered\n[ 0.432909] acpiphp: Slot [21] registered\n[ 0.434263] acpiphp: Slot [22] registered\n[ 0.435635] acpiphp: Slot [23] registered\n[ 0.436976] acpiphp: Slot [24] registered\n[ 0.438330] acpiphp: Slot [25] registered\n[ 0.439666] acpiphp: Slot [26] registered\n[ 0.441036] acpiphp: Slot [27] registered\n[ 0.442399] acpiphp: Slot [28] registered\n[ 0.443778] acpiphp: Slot [29] registered\n[ 0.445119] acpiphp: Slot [30] registered\n[ 0.446476] acpiphp: Slot [31] registered\n[ 0.447840] PCI host bridge to bus 0000:00\n[ 0.449208] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.451252] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.453297] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.455715] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.458177] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.460680] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.465032] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.467199] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.469175] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.471275] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.475471] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.477886] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.499141] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.501489] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.503719] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.506227] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.508456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.510457] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.512486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.514274] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.516867] vgaarb: loaded\n[ 0.517876] vgaarb: bridge control possible 0000:00:02.0\n[ 0.519826] SCSI subsystem initialized\n[ 0.521305] ACPI: bus type USB registered\n[ 0.522670] usbcore: registered new interface driver usbfs\n[ 0.524392] usbcore: registered new interface driver hub\n[ 0.526159] usbcore: registered new device driver usb\n[ 0.527996] PCI: Using ACPI for IRQ routing\n[ 0.529739] NetLabel: Initializing\n[ 0.530945] NetLabel: domain hash size = 128\n[ 0.532374] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.533946] NetLabel: unlabeled traffic allowed by default\n[ 0.535884] clocksource: Switched to clocksource kvm-clock\n[ 0.546413] AppArmor: AppArmor Filesystem Enabled\n[ 0.548027] pnp: PnP ACPI init\n[ 0.551986] pnp: PnP ACPI: found 5 devices\n[ 0.559436] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.562431] NET: Registered protocol family 2\n[ 0.564362] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.566512] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.568514] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.570538] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.572365] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.574322] NET: Registered protocol family 1\n[ 0.575782] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.577628] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.579416] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.594382] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.609846] Trying to unpack rootfs image as initramfs...\n[ 0.672162] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.675004] Scanning for low memory corruption every 60 seconds\n[ 0.677232] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.679241] audit: initializing netlink subsys (disabled)\n[ 0.680982] audit: type=2000 audit(1535042994.350:1): initialized\n[ 0.683256] Initialise system trusted keyring\n[ 0.684839] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.686839] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.689889] zbud: loaded\n[ 0.691017] VFS: Disk quotas dquot_6.6.0\n[ 0.692401] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.694874] fuse init (API version 7.23)\n[ 0.696340] Key type big_key registered\n[ 0.697693] Allocating IMA MOK and blacklist keyrings.\n[ 0.699675] Key type asymmetric registered\n[ 0.701069] Asymmetric key parser 'x509' registered\n[ 0.702705] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.705202] io scheduler noop registered\n[ 0.706556] io scheduler deadline registered (default)\n[ 0.708289] io scheduler cfq registered\n[ 0.709689] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.711492] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.713678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.716215] ACPI: Power Button [PWRF]\n[ 0.717624] GHES: HEST is not enabled!\n[ 0.731558] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.761109] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.764408] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.789032] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.792518] Linux agpgart interface v0.103\n[ 0.796139] brd: module loaded\n[ 0.798537] loop: module loaded\n[ 0.804311] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.806793] GPT:90111 != 2097151\n[ 0.807912] GPT:Alternate GPT header not at the end of the disk.\n[ 0.809760] GPT:90111 != 2097151\n[ 0.810909] GPT: Use GNU Parted to correct GPT errors.\n[ 0.812538] vda: vda1 vda15\n[ 0.814427] scsi host0: ata_piix\n[ 0.815704] scsi host1: ata_piix\n[ 0.816887] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.818942] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.821562] libphy: Fixed MDIO Bus: probed\n[ 0.822968] tun: Universal TUN/TAP device driver, 1.6\n[ 0.824610] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.827799] PPP generic driver version 2.4.2\n[ 0.829363] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.831412] ehci-pci: EHCI PCI platform driver\n[ 0.832911] ehci-platform: EHCI generic platform driver\n[ 0.834644] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.836616] ohci-pci: OHCI PCI platform driver\n[ 0.838129] ohci-platform: OHCI generic platform driver\n[ 0.839842] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.854862] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.856597] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.859123] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.860827] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.862799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.865015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.867485] usb usb1: Product: UHCI Host Controller\n[ 0.869115] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.871114] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.872765] hub 1-0:1.0: USB hub found\n[ 0.874098] hub 1-0:1.0: 2 ports detected\n[ 0.875635] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.879108] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.880750] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.882516] mousedev: PS/2 mouse device common for all mice\n[ 0.884605] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.887543] rtc_cmos 00:00: RTC can wake from S4\n[ 0.889541] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.891584] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.893650] i2c /dev entries driver\n[ 0.894930] device-mapper: uevent: version 1.0.3\n[ 0.896564] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.899367] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.901573] NET: Registered protocol family 10\n[ 0.903421] NET: Registered protocol family 17\n[ 0.904967] Key type dns_resolver registered\n[ 0.906555] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.908451] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.911461] registered taskstats version 1\n[ 0.912929] Loading compiled-in X.509 certificates\n[ 0.915092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.918314] zswap: loaded using pool lzo/zbud\n[ 0.920651] Key type trusted registered\n[ 0.923034] Key type encrypted registered\n[ 0.924472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.926255] ima: No TPM chip found, activating TPM-bypass!\n[ 0.928047] evm: HMAC attrs: 0x1\n[ 0.929576] Magic number: 14:226:844\n[ 0.931001] rtc_cmos 00:00: setting system clock to 2018-08-23 16:49:54 UTC (1535042994)\n[ 0.933780] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.935697] EDD information not available.\n[ 0.977561] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.994518] Write protecting the kernel read-only data: 14336k\n[ 0.997848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 1.000825] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.74\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.87\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.165791] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.97. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAj/Xpwl132BYZHYeJbjc/Yres4z2alYHuFZn8aCyT55XmTcpUa19SVtMSlX6niC8JCKIF01ZInkaXbMPUpeOuz2BIL098mBmVbtWe1toNjqKD0r9KZO/DabO6gFamwr0AwCi1Ip9EqaIVbHBd5IbF4lxPUT6qWxchgYMAkWKf0kn+HSCRpzxCtoxYn28hGSvAt9W2ezJz8h/Z57leJmIp1wY5uZMOX9cWQ+rJHzUKagu0a3Tjt7TvdEJ7eql9AqOIXFRiXOucRQwasf3IrEIaY2o1lQJ4L7odO9qbcXZNlVMnlNMqINrpOsd1JwyotUQfygy4nSwGMzHxCcp1ntoF root@vping-ssh-vm-3af688a5-c470-46e7-ae24-a3043baac914\nssh-dss AAAAB3NzaC1kc3MAAACBANIKaGrVW+M/pi/+Zaep37bDtYZ5P0LWH7iDvZ7POB2cKiQDzkh1M7sS/U79B53IEKc0OuqPDMeDxL+aKGVJVr5y7XDu55aw7cI9KKs+eYPSTi0qu5wYnkZWI26tzm9OVl490hFu40Ehxji6lUTx3gd433BAF/R5yog5HtM+ihdTAAAAFQD+PKYr0JiT3aUuxHFfmX9XuzCDQwAAAIEAvCus+FOHwMYi6wArZrXspZds7bzIbk42VbJVxQqEb4s5Km3b/L6f5Fh4/ejNsP6RI+CTVqyY50SP25GPP3NdTFVQCdCK3uP3IVYeMBKXrWn10k5jAfbKhN7u69dBoymBG2Zz1G/27jsX6OwkO2sOi3i9r3AKajAvRgWI34YwyNkAAACBAMEhF8Ge0Wu1JK/00n3e60EUkGw9eXMIVyfhWUVCttPNJ+oOyv7nbAgRAap5sSWf3QU58fGjSO8gLTHW9J7k40q4zEUMiY1s9va7+kKYdYdkR0X/vTeh+gkT3dJt5tBh3uUGS0KsDRiDyGTu0dj7d8rYt+15iWpmQTNNtsbIjPRc root@vping-ssh-vm-3af688a5-c470-46e7-ae24-a3043baac914\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe5b:7f2f/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-3af688a5-c470-46e7-ae24-a3043baac914\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.56 ===\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-3af688a5-c470-46e7-ae24-a3043baac914 login: "} 2018-08-23 16:50:00,844 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2/action used request id req-1714fc89-0cfa-4de3-b264-4d5b8c350747 2018-08-23 16:50:00,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.838729858398s 2018-08-23 16:50:00,845 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2/action used request id req-1714fc89-0cfa-4de3-b264-4d5b8c350747 2018-08-23 16:50:00,846 - 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 509921046 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.218785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.221609] pid_max: default: 32768 minimum: 301 [ 0.223091] ACPI: Core revision 20150930 [ 0.225013] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.227231] Security Framework initialized [ 0.228575] Yama: becoming mindful. [ 0.229787] AppArmor: AppArmor initialized [ 0.231207] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.233372] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.235539] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.237590] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.239839] Initializing cgroup subsys io [ 0.241191] Initializing cgroup subsys memory [ 0.242653] Initializing cgroup subsys devices [ 0.244103] Initializing cgroup subsys freezer [ 0.245568] Initializing cgroup subsys net_cls [ 0.247039] Initializing cgroup subsys perf_event [ 0.248594] Initializing cgroup subsys net_prio [ 0.250072] Initializing cgroup subsys hugetlb [ 0.251557] Initializing cgroup subsys pids [ 0.252969] CPU: Physical Processor ID: 0 [ 0.255046] mce: CPU supports 10 MCE banks [ 0.256471] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.258147] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.274481] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.281522] ftrace: allocating 31920 entries in 125 pages [ 0.306919] smpboot: Max logical packages: 1 [ 0.308376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.310619] x2apic enabled [ 0.311917] Switched APIC routing to physical x2apic. [ 0.314719] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.316590] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.319862] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.322828] KVM setup paravirtual spinlock [ 0.324634] x86: Booted up 1 node, 1 CPUs [ 0.325974] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.328281] devtmpfs: initialized [ 0.330428] evm: security.selinux [ 0.331583] evm: security.SMACK64 [ 0.332723] evm: security.SMACK64EXEC [ 0.333995] evm: security.SMACK64TRANSMUTE [ 0.335373] evm: security.SMACK64MMAP [ 0.336600] evm: security.ima [ 0.337650] evm: security.capability [ 0.338968] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.342120] pinctrl core: initialized pinctrl subsystem [ 0.343930] RTC time: 16:49:53, date: 08/23/18 [ 0.345472] NET: Registered protocol family 16 [ 0.347055] cpuidle: using governor ladder [ 0.348479] cpuidle: using governor menu [ 0.349789] PCCT header not found. [ 0.351029] ACPI: bus type PCI registered [ 0.352364] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.354413] PCI: Using configuration type 1 for base access [ 0.356859] ACPI: Added _OSI(Module Device) [ 0.358273] ACPI: Added _OSI(Processor Device) [ 0.359715] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.361252] ACPI: Added _OSI(Processor Aggregator Device) [ 0.363736] ACPI: Interpreter enabled [ 0.365041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.368124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.371208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.374345] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.377466] ACPI: (supports S0 S5) [ 0.378667] ACPI: Using IOAPIC for interrupt routing [ 0.380286] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.384706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.386634] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.388764] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.390827] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.394514] acpiphp: Slot [3] registered [ 0.395867] acpiphp: Slot [4] registered [ 0.397226] acpiphp: Slot [5] registered [ 0.398587] acpiphp: Slot [6] registered [ 0.399941] acpiphp: Slot [7] registered [ 0.401291] acpiphp: Slot [8] registered [ 0.402647] acpiphp: Slot [9] registered [ 0.403996] acpiphp: Slot [10] registered [ 0.405375] acpiphp: Slot [11] registered [ 0.406735] acpiphp: Slot [12] registered [ 0.408109] acpiphp: Slot [13] registered [ 0.409460] acpiphp: Slot [14] registered [ 0.410840] acpiphp: Slot [15] registered [ 0.426143] acpiphp: Slot [16] registered [ 0.427517] acpiphp: Slot [17] registered [ 0.428867] acpiphp: Slot [18] registered [ 0.430221] acpiphp: Slot [19] registered [ 0.431569] acpiphp: Slot [20] registered [ 0.432909] acpiphp: Slot [21] registered [ 0.434263] acpiphp: Slot [22] registered [ 0.435635] acpiphp: Slot [23] registered [ 0.436976] acpiphp: Slot [24] registered [ 0.438330] acpiphp: Slot [25] registered [ 0.439666] acpiphp: Slot [26] registered [ 0.441036] acpiphp: Slot [27] registered [ 0.442399] acpiphp: Slot [28] registered [ 0.443778] acpiphp: Slot [29] registered [ 0.445119] acpiphp: Slot [30] registered [ 0.446476] acpiphp: Slot [31] registered [ 0.447840] PCI host bridge to bus 0000:00 [ 0.449208] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.451252] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.453297] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.455715] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.458177] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.460680] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.465032] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.467199] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.469175] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.471275] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.475471] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.477886] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.499141] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.501489] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.503719] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.506227] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.508456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.510457] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.512486] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.514274] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.516867] vgaarb: loaded [ 0.517876] vgaarb: bridge control possible 0000:00:02.0 [ 0.519826] SCSI subsystem initialized [ 0.521305] ACPI: bus type USB registered [ 0.522670] usbcore: registered new interface driver usbfs [ 0.524392] usbcore: registered new interface driver hub [ 0.526159] usbcore: registered new device driver usb [ 0.527996] PCI: Using ACPI for IRQ routing [ 0.529739] NetLabel: Initializing [ 0.530945] NetLabel: domain hash size = 128 [ 0.532374] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.533946] NetLabel: unlabeled traffic allowed by default [ 0.535884] clocksource: Switched to clocksource kvm-clock [ 0.546413] AppArmor: AppArmor Filesystem Enabled [ 0.548027] pnp: PnP ACPI init [ 0.551986] pnp: PnP ACPI: found 5 devices [ 0.559436] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.562431] NET: Registered protocol family 2 [ 0.564362] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.566512] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.568514] TCP: Hash tables configured (established 4096 bind 4096) [ 0.570538] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.572365] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.574322] NET: Registered protocol family 1 [ 0.575782] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.577628] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.579416] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.594382] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.609846] Trying to unpack rootfs image as initramfs... [ 0.672162] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.675004] Scanning for low memory corruption every 60 seconds [ 0.677232] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.679241] audit: initializing netlink subsys (disabled) [ 0.680982] audit: type=2000 audit(1535042994.350:1): initialized [ 0.683256] Initialise system trusted keyring [ 0.684839] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.686839] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.689889] zbud: loaded [ 0.691017] VFS: Disk quotas dquot_6.6.0 [ 0.692401] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.694874] fuse init (API version 7.23) [ 0.696340] Key type big_key registered [ 0.697693] Allocating IMA MOK and blacklist keyrings. [ 0.699675] Key type asymmetric registered [ 0.701069] Asymmetric key parser 'x509' registered [ 0.702705] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.705202] io scheduler noop registered [ 0.706556] io scheduler deadline registered (default) [ 0.708289] io scheduler cfq registered [ 0.709689] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.711492] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.713678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.716215] ACPI: Power Button [PWRF] [ 0.717624] GHES: HEST is not enabled! [ 0.731558] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.761109] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.764408] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.789032] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.792518] Linux agpgart interface v0.103 [ 0.796139] brd: module loaded [ 0.798537] loop: module loaded [ 0.804311] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.806793] GPT:90111 != 2097151 [ 0.807912] GPT:Alternate GPT header not at the end of the disk. [ 0.809760] GPT:90111 != 2097151 [ 0.810909] GPT: Use GNU Parted to correct GPT errors. [ 0.812538] vda: vda1 vda15 [ 0.814427] scsi host0: ata_piix [ 0.815704] scsi host1: ata_piix [ 0.816887] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.818942] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.821562] libphy: Fixed MDIO Bus: probed [ 0.822968] tun: Universal TUN/TAP device driver, 1.6 [ 0.824610] tun: (C) 1999-2004 Max Krasnyansky [ 0.827799] PPP generic driver version 2.4.2 [ 0.829363] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.831412] ehci-pci: EHCI PCI platform driver [ 0.832911] ehci-platform: EHCI generic platform driver [ 0.834644] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.836616] ohci-pci: OHCI PCI platform driver [ 0.838129] ohci-platform: OHCI generic platform driver [ 0.839842] uhci_hcd: USB Universal Host Controller Interface driver [ 0.854862] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.856597] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.859123] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.860827] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.862799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.865015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.867485] usb usb1: Product: UHCI Host Controller [ 0.869115] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.871114] usb usb1: SerialNumber: 0000:00:01.2 [ 0.872765] hub 1-0:1.0: USB hub found [ 0.874098] hub 1-0:1.0: 2 ports detected [ 0.875635] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.879108] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.880750] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.882516] mousedev: PS/2 mouse device common for all mice [ 0.884605] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.887543] rtc_cmos 00:00: RTC can wake from S4 [ 0.889541] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.891584] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.893650] i2c /dev entries driver [ 0.894930] device-mapper: uevent: version 1.0.3 [ 0.896564] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.899367] ledtrig-cpu: registered to indicate activity on CPUs [ 0.901573] NET: Registered protocol family 10 [ 0.903421] NET: Registered protocol family 17 [ 0.904967] Key type dns_resolver registered [ 0.906555] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.908451] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.911461] registered taskstats version 1 [ 0.912929] Loading compiled-in X.509 certificates [ 0.915092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.918314] zswap: loaded using pool lzo/zbud [ 0.920651] Key type trusted registered [ 0.923034] Key type encrypted registered [ 0.924472] AppArmor: AppArmor sha1 policy hashing enabled [ 0.926255] ima: No TPM chip found, activating TPM-bypass! [ 0.928047] evm: HMAC attrs: 0x1 [ 0.929576] Magic number: 14:226:844 [ 0.931001] rtc_cmos 00:00: setting system clock to 2018-08-23 16:49:54 UTC (1535042994) [ 0.933780] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.935697] EDD information not available. [ 0.977561] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.994518] Write protecting the kernel read-only data: 14336k [ 0.997848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 1.000825] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.74 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.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.165791] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.97. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAj/Xpwl132BYZHYeJbjc/Yres4z2alYHuFZn8aCyT55XmTcpUa19SVtMSlX6niC8JCKIF01ZInkaXbMPUpeOuz2BIL098mBmVbtWe1toNjqKD0r9KZO/DabO6gFamwr0AwCi1Ip9EqaIVbHBd5IbF4lxPUT6qWxchgYMAkWKf0kn+HSCRpzxCtoxYn28hGSvAt9W2ezJz8h/Z57leJmIp1wY5uZMOX9cWQ+rJHzUKagu0a3Tjt7TvdEJ7eql9AqOIXFRiXOucRQwasf3IrEIaY2o1lQJ4L7odO9qbcXZNlVMnlNMqINrpOsd1JwyotUQfygy4nSwGMzHxCcp1ntoF root@vping-ssh-vm-3af688a5-c470-46e7-ae24-a3043baac914 ssh-dss AAAAB3NzaC1kc3MAAACBANIKaGrVW+M/pi/+Zaep37bDtYZ5P0LWH7iDvZ7POB2cKiQDzkh1M7sS/U79B53IEKc0OuqPDMeDxL+aKGVJVr5y7XDu55aw7cI9KKs+eYPSTi0qu5wYnkZWI26tzm9OVl490hFu40Ehxji6lUTx3gd433BAF/R5yog5HtM+ihdTAAAAFQD+PKYr0JiT3aUuxHFfmX9XuzCDQwAAAIEAvCus+FOHwMYi6wArZrXspZds7bzIbk42VbJVxQqEb4s5Km3b/L6f5Fh4/ejNsP6RI+CTVqyY50SP25GPP3NdTFVQCdCK3uP3IVYeMBKXrWn10k5jAfbKhN7u69dBoymBG2Zz1G/27jsX6OwkO2sOi3i9r3AKajAvRgWI34YwyNkAAACBAMEhF8Ge0Wu1JK/00n3e60EUkGw9eXMIVyfhWUVCttPNJ+oOyv7nbAgRAap5sSWf3QU58fGjSO8gLTHW9J7k40q4zEUMiY1s9va7+kKYdYdkR0X/vTeh+gkT3dJt5tBh3uUGS0KsDRiDyGTu0dj7d8rYt+15iWpmQTNNtsbIjPRc root@vping-ssh-vm-3af688a5-c470-46e7-ae24-a3043baac914 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe5b:7f2f/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-3af688a5-c470-46e7-ae24-a3043baac914 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.56 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-3af688a5-c470-46e7-ae24-a3043baac914 login: 2018-08-23 16:50:01,848 - paramiko.transport - DEBUG - starting thread (client mode): 0x77f527d0L 2018-08-23 16:50:01,848 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 16:50:01,849 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-23 16:50:01,849 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-23 16:50:01,850 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 16:50:01,850 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 16:50:01,850 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-23 16:50:01,851 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 16:50:01,851 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 16:50:01,851 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 16:50:01,868 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 16:50:01,869 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 16:50:01,881 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: 6f7566c8350aa93fda0b2b0365fedee7 2018-08-23 16:50:01,882 - paramiko.transport - DEBUG - Trying discovered key acfd3de097f4f2414ada5a1e296afb2e in /tmp/tmpZj8ejk 2018-08-23 16:50:01,907 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 16:50:01,913 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-23 16:50:01,914 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-23 16:50:01,915 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-23 16:50:01,915 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-23 16:50:01,917 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-23 16:50:01,921 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-23 16:50:01,921 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.5 (192.168.120.5): 56 data bytes 64 bytes from 192.168.120.5: seq=0 ttl=64 time=2.172 ms --- 192.168.120.5 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 2.172/2.172/2.172 ms 2018-08-23 16:50:01,922 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-23 16:50:01,926 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-23 16:50:02,030 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 16:50:02,030 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:54 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-23 16:50:02,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 16:50:02,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:02,230 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:50: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-ca461f53-79db-48cd-b363-bfec00073faa x-compute-request-id: req-ca461f53-79db-48cd-b363-bfec00073faa Content-Type: application/json 2018-08-23 16:50:02,231 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c used request id req-ca461f53-79db-48cd-b363-bfec00073faa 2018-08-23 16:50:02,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.195156097412s 2018-08-23 16:50:02,231 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c used request id req-ca461f53-79db-48cd-b363-bfec00073faa 2018-08-23 16:50:02,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:50:02,234 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:03,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50: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-de91e87f-b040-4920-affe-3b5485d502a6 x-compute-request-id: req-de91e87f-b040-4920-affe-3b5485d502a6 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:7f:2f", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:7f:2f", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:49:53.000000", "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "security_groups": [{"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}], "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:49:53Z", "hostId": "cbcfbf5ed9157cca8e28c8ff0d66ac0c1998dcf623eaaca97369cf03", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914", "name": "vping_ssh-vm_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:42Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:c6:c8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/02f40193-3c78-400c-9f42-aedc3fe20c0c", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:49:35.000000", "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "02f40193-3c78-400c-9f42-aedc3fe20c0c", "security_groups": [{"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}], "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:50:02Z", "hostId": "90513d3c861683466af0c7553f82b65ccaf22985f335b3487b38a3ab", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:25Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:50:03,117 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-de91e87f-b040-4920-affe-3b5485d502a6 2018-08-23 16:50:03,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.885715007782s 2018-08-23 16:50:03,118 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-de91e87f-b040-4920-affe-3b5485d502a6 2018-08-23 16:50:03,120 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:50:05,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:50:05,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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:05,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50: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-29142aa4-39fb-4ae0-bb8d-4da12024af8d x-compute-request-id: req-29142aa4-39fb-4ae0-bb8d-4da12024af8d Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:7f:2f", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:7f:2f", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:49:53.000000", "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "security_groups": [{"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}], "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:49:53Z", "hostId": "cbcfbf5ed9157cca8e28c8ff0d66ac0c1998dcf623eaaca97369cf03", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914", "name": "vping_ssh-vm_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:42Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:50:05,830 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-29142aa4-39fb-4ae0-bb8d-4da12024af8d 2018-08-23 16:50:05,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.708057880402s 2018-08-23 16:50:05,831 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-29142aa4-39fb-4ae0-bb8d-4da12024af8d 2018-08-23 16:50:05,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-23 16:50:05,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/66a32e26-0c95-44e2-8f09-791a20edbfda.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:06,878 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eb326dc0-ec73-4c2e-bc6e-db21fe288244 Content-Length: 0 Date: Thu, 23 Aug 2018 16:50:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:50:06,878 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/66a32e26-0c95-44e2-8f09-791a20edbfda.json used request id req-eb326dc0-ec73-4c2e-bc6e-db21fe288244 2018-08-23 16:50:06,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.04247999191s 2018-08-23 16:50:06,879 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/66a32e26-0c95-44e2-8f09-791a20edbfda.json used request id req-eb326dc0-ec73-4c2e-bc6e-db21fe288244 2018-08-23 16:50:06,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 16:50:06,884 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:07,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3cf6fa90-446c-4ba0-97a5-8ad0d1545f4c Date: Thu, 23 Aug 2018 16:50:07 GMT RESP BODY: {"floatingips": []} 2018-08-23 16:50:07,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-3cf6fa90-446c-4ba0-97a5-8ad0d1545f4c 2018-08-23 16:50:07,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.25230717659s 2018-08-23 16:50:07,136 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-3cf6fa90-446c-4ba0-97a5-8ad0d1545f4c 2018-08-23 16:50:07,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 16:50:07,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:07,368 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:50:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb86ad98-860a-4909-a0b2-6d97fcb85390 x-compute-request-id: req-cb86ad98-860a-4909-a0b2-6d97fcb85390 Content-Type: application/json 2018-08-23 16:50:07,368 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2 used request id req-cb86ad98-860a-4909-a0b2-6d97fcb85390 2018-08-23 16:50:07,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.230813980103s 2018-08-23 16:50:07,368 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2 used request id req-cb86ad98-860a-4909-a0b2-6d97fcb85390 2018-08-23 16:50:07,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:50:07,371 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:08,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50: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-a293ff19-eb42-41ee-b76b-49c3a341b3cb x-compute-request-id: req-a293ff19-eb42-41ee-b76b-49c3a341b3cb Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:7f:2f", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:7f:2f", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "rel": "bookmark"}], "image": {"id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "links": [{"href": "http://172.30.9.27:8774/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:49:53.000000", "flavor": {"id": "b16bc93e-418c-4e19-a114-6f76b37e95b3", "links": [{"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "bookmark"}]}, "id": "e8acf240-f04a-4c1b-bfd4-e5fe520ddbb2", "security_groups": [{"name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}], "user_id": "0e56119a3dd04aa9b14be01bfa460533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:50:07Z", "hostId": "cbcfbf5ed9157cca8e28c8ff0d66ac0c1998dcf623eaaca97369cf03", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914", "name": "vping_ssh-vm_3af688a5-c470-46e7-ae24-a3043baac914", "created": "2018-08-23T16:49:42Z", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:50:08,350 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a293ff19-eb42-41ee-b76b-49c3a341b3cb 2018-08-23 16:50:08,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.981243848801s 2018-08-23 16:50:08,350 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a293ff19-eb42-41ee-b76b-49c3a341b3cb 2018-08-23 16:50:08,352 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:50:10,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:50:10,357 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:10,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ba70ca4-2400-4309-8d56-bdf725107396 x-compute-request-id: req-0ba70ca4-2400-4309-8d56-bdf725107396 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-23 16:50:10,433 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0ba70ca4-2400-4309-8d56-bdf725107396 2018-08-23 16:50:10,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0781970024109s 2018-08-23 16:50:10,433 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0ba70ca4-2400-4309-8d56-bdf725107396 2018-08-23 16:50:10,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 16:50:10,437 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:10,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-d61d4d67-6dd4-4a72-8208-a3a20bc2af59 Date: Thu, 23 Aug 2018 16:50:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "created_at": "2018-08-23T16:49:08Z", "updated_at": "2018-08-23T16:49:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:08Z", "revision_number": 0, "id": "1cecbcaa-a432-4258-aefe-02c1af93a4d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:08Z", "security_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0b4737f7dc64d329afe246e6e126100"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:08Z", "revision_number": 0, "id": "ac291812-be0d-4ed2-bf7e-4fbcaeaf5903", "remote_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:08Z", "security_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0b4737f7dc64d329afe246e6e126100"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:08Z", "revision_number": 0, "id": "c1da555a-bdb2-4193-be51-4932769ec65b", "remote_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:08Z", "security_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0b4737f7dc64d329afe246e6e126100"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:08Z", "revision_number": 0, "id": "d515ce4a-a649-4e78-979f-c41773e6f9ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:08Z", "security_group_id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0b4737f7dc64d329afe246e6e126100"}], "revision_number": 1, "project_id": "e0b4737f7dc64d329afe246e6e126100", "id": "788f7ec0-4744-417f-a24c-69bfc47783c9", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "created_at": "2018-08-23T16:49:18Z", "updated_at": "2018-08-23T16:49:19Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T16:49:19Z", "revision_number": 0, "id": "6468f785-d4b0-4183-95db-d944f8b9cdfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:19Z", "security_group_id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e0b4737f7dc64d329afe246e6e126100"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:18Z", "revision_number": 0, "id": "96b964db-e087-4283-a1ba-aad642a761d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:18Z", "security_group_id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0b4737f7dc64d329afe246e6e126100"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:19Z", "revision_number": 0, "id": "c77e6c81-6e8b-41a2-8fb7-76564da58146", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:19Z", "security_group_id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0b4737f7dc64d329afe246e6e126100"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T16:49:18Z", "revision_number": 0, "id": "f91bf101-17de-4af0-85f4-890a23111aa2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T16:49:18Z", "security_group_id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0b4737f7dc64d329afe246e6e126100"}], "revision_number": 3, "project_id": "e0b4737f7dc64d329afe246e6e126100", "id": "882877a9-2a20-4ba7-b7f1-fe81e1fb32bb", "name": "vping_ssh-sg_3af688a5-c470-46e7-ae24-a3043baac914"}]} 2018-08-23 16:50:10,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-d61d4d67-6dd4-4a72-8208-a3a20bc2af59 2018-08-23 16:50:10,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0556080341339s 2018-08-23 16:50:10,492 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-d61d4d67-6dd4-4a72-8208-a3a20bc2af59 2018-08-23 16:50:10,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-23 16:50:10,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/882877a9-2a20-4ba7-b7f1-fe81e1fb32bb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:10,677 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-31b59630-05a5-4ae3-ba2e-0a4986fdfb5e Content-Length: 0 Date: Thu, 23 Aug 2018 16:50:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:50:10,677 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/882877a9-2a20-4ba7-b7f1-fe81e1fb32bb.json used request id req-31b59630-05a5-4ae3-ba2e-0a4986fdfb5e 2018-08-23 16:50:10,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.181746959686s 2018-08-23 16:50:10,678 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/882877a9-2a20-4ba7-b7f1-fe81e1fb32bb.json used request id req-31b59630-05a5-4ae3-ba2e-0a4986fdfb5e 2018-08-23 16:50:10,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-23 16:50:10,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:10,758 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 16:50:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-00488e77-051a-4c1f-9005-73296dc0fca5 x-compute-request-id: req-00488e77-051a-4c1f-9005-73296dc0fca5 Content-Length: 0 Content-Type: application/json 2018-08-23 16:50:10,759 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914 used request id req-00488e77-051a-4c1f-9005-73296dc0fca5 2018-08-23 16:50:10,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0804908275604s 2018-08-23 16:50:10,759 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_3af688a5-c470-46e7-ae24-a3043baac914 used request id req-00488e77-051a-4c1f-9005-73296dc0fca5 2018-08-23 16:50:10,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 16:50:10,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/fbff86bc-35e6-44c9-a9fb-4519aca7fe02/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" -d '{"subnet_id": "477e59d4-3d5b-4a6e-bad4-a8aedbe5533e"}' 2018-08-23 16:50:12,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f06ddfe0-7eaa-4235-bf8a-0e0a7c77009f Date: Thu, 23 Aug 2018 16:50:12 GMT RESP BODY: {"network_id": "9fd5bb42-b053-42ab-be88-7e580a0a02bb", "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "subnet_id": "477e59d4-3d5b-4a6e-bad4-a8aedbe5533e", "subnet_ids": ["477e59d4-3d5b-4a6e-bad4-a8aedbe5533e"], "port_id": "f90b4b79-46cc-4dbe-baf0-a8d8fd7b0ab2", "id": "fbff86bc-35e6-44c9-a9fb-4519aca7fe02"} 2018-08-23 16:50:12,395 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/fbff86bc-35e6-44c9-a9fb-4519aca7fe02/remove_router_interface.json used request id req-f06ddfe0-7eaa-4235-bf8a-0e0a7c77009f 2018-08-23 16:50:12,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.63542699814s 2018-08-23 16:50:12,395 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/fbff86bc-35e6-44c9-a9fb-4519aca7fe02/remove_router_interface.json used request id req-f06ddfe0-7eaa-4235-bf8a-0e0a7c77009f returning object fbff86bc-35e6-44c9-a9fb-4519aca7fe02 2018-08-23 16:50:12,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 16:50:12,396 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:12,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-c308760e-2367-4887-8517-b4ac83854e21 Date: Thu, 23 Aug 2018 16:50:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01259dc7-ca29-4644-acb8-ac06eafbe8b0", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "e0b4737f7dc64d329afe246e6e126100", "created_at": "2018-08-23T16:49:10Z", "admin_state_up": true, "updated_at": "2018-08-23T16:50:11Z", "revision_number": 4, "routes": [], "project_id": "e0b4737f7dc64d329afe246e6e126100", "id": "fbff86bc-35e6-44c9-a9fb-4519aca7fe02", "name": "vping_ssh-router_3af688a5-c470-46e7-ae24-a3043baac914"}]} 2018-08-23 16:50:12,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c308760e-2367-4887-8517-b4ac83854e21 2018-08-23 16:50:12,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.137067079544s 2018-08-23 16:50:12,533 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c308760e-2367-4887-8517-b4ac83854e21 2018-08-23 16:50:12,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 16:50:12,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/fbff86bc-35e6-44c9-a9fb-4519aca7fe02.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:13,918 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9e8b75d9-86cf-4038-bc25-68bd7a8d3ff6 Content-Length: 0 Date: Thu, 23 Aug 2018 16:50:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:50:13,918 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/fbff86bc-35e6-44c9-a9fb-4519aca7fe02.json used request id req-9e8b75d9-86cf-4038-bc25-68bd7a8d3ff6 2018-08-23 16:50:13,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.38337802887s 2018-08-23 16:50:13,918 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/fbff86bc-35e6-44c9-a9fb-4519aca7fe02.json used request id req-9e8b75d9-86cf-4038-bc25-68bd7a8d3ff6 2018-08-23 16:50:13,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 16:50:13,919 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:13,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-3ccbac13-53aa-4b88-aac1-27f8880146d0 Date: Thu, 23 Aug 2018 16:50:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fd5bb42-b053-42ab-be88-7e580a0a02bb","tenant_id":"e0b4737f7dc64d329afe246e6e126100","created_at":"2018-08-23T16:49:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:49:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"e0b4737f7dc64d329afe246e6e126100","id":"477e59d4-3d5b-4a6e-bad4-a8aedbe5533e","subnetpool_id":null,"name":"vping_ssh-subnet_3af688a5-c470-46e7-ae24-a3043baac914"}]} 2018-08-23 16:50:13,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3ccbac13-53aa-4b88-aac1-27f8880146d0 2018-08-23 16:50:13,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0446391105652s 2018-08-23 16:50:13,964 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3ccbac13-53aa-4b88-aac1-27f8880146d0 2018-08-23 16:50:13,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 16:50:13,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/477e59d4-3d5b-4a6e-bad4-a8aedbe5533e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:16,231 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0cb48a18-98c0-4bb9-bfe1-6f0ac8def1cb Date: Thu, 23 Aug 2018 16:50:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:50:16,231 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/477e59d4-3d5b-4a6e-bad4-a8aedbe5533e.json used request id req-0cb48a18-98c0-4bb9-bfe1-6f0ac8def1cb 2018-08-23 16:50:16,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.26577115059s 2018-08-23 16:50:16,231 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/477e59d4-3d5b-4a6e-bad4-a8aedbe5533e.json used request id req-0cb48a18-98c0-4bb9-bfe1-6f0ac8def1cb 2018-08-23 16:50:16,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:50:16,232 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:16,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-712b1a38-99bc-4cec-b613-e4f8c98a5778 Date: Thu, 23 Aug 2018 16:50:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T16:50:16Z","tenant_id":"e0b4737f7dc64d329afe246e6e126100","created_at":"2018-08-23T16:49:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e0b4737f7dc64d329afe246e6e126100","id":"9fd5bb42-b053-42ab-be88-7e580a0a02bb","name":"vping_ssh-net_3af688a5-c470-46e7-ae24-a3043baac914"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:50:16,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-712b1a38-99bc-4cec-b613-e4f8c98a5778 2018-08-23 16:50:16,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0987770557404s 2018-08-23 16:50:16,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-712b1a38-99bc-4cec-b613-e4f8c98a5778 2018-08-23 16:50:16,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 16:50:16,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/9fd5bb42-b053-42ab-be88-7e580a0a02bb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:18,014 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-92492acc-b4d8-4fb3-97a2-ef03b532f244 Date: Thu, 23 Aug 2018 16:50:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:50:18,014 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/9fd5bb42-b053-42ab-be88-7e580a0a02bb.json used request id req-92492acc-b4d8-4fb3-97a2-ef03b532f244 2018-08-23 16:50:18,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.68183898926s 2018-08-23 16:50:18,014 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/9fd5bb42-b053-42ab-be88-7e580a0a02bb.json used request id req-92492acc-b4d8-4fb3-97a2-ef03b532f244 2018-08-23 16:50:18,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:50:18,022 - 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.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:18,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-62fe0d77-dbfe-4bad-a168-2ffe38eec0f3 Date: Thu, 23 Aug 2018 16:50:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:49:16Z", "file": "/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/file", "owner": "e0b4737f7dc64d329afe246e6e126100", "id": "c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "size": 12716032, "self": "/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3af688a5-c470-46e7-ae24-a3043baac914", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3af688a5-c470-46e7-ae24-a3043baac914", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:49:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:50:18,057 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-62fe0d77-dbfe-4bad-a168-2ffe38eec0f3 2018-08-23 16:50:18,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0391640663147s 2018-08-23 16:50:18,058 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-62fe0d77-dbfe-4bad-a168-2ffe38eec0f3 2018-08-23 16:50:18,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 16:50:18,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2593cc7f8551ab111ea288d551724824f5f42f7" 2018-08-23 16:50:19,658 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e7addca9-3399-4f88-a920-329e5f42e165 Date: Thu, 23 Aug 2018 16:50:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 16:50:19,658 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea used request id req-e7addca9-3399-4f88-a920-329e5f42e165 2018-08-23 16:50:19,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.59894514084s 2018-08-23 16:50:19,659 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c9e20b49-1398-4b26-ac6c-05c3b0fbb8ea used request id req-e7addca9-3399-4f88-a920-329e5f42e165 2018-08-23 16:50:19,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 16:50:19,662 - 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.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:50:19,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ccd78ca-95ff-4367-9230-356cf1e4fdde x-compute-request-id: req-1ccd78ca-95ff-4367-9230-356cf1e4fdde Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_3af688a5-c470-46e7-ae24-a3043baac914", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3", "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": "b16bc93e-418c-4e19-a114-6f76b37e95b3"}]} 2018-08-23 16:50:19,689 - 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-1ccd78ca-95ff-4367-9230-356cf1e4fdde 2018-08-23 16:50:19,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0297291278839s 2018-08-23 16:50:19,689 - 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-1ccd78ca-95ff-4367-9230-356cf1e4fdde 2018-08-23 16:50:19,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 16:50:19,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:50:19,721 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 16:50:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c40c511d-2dbf-4b8f-a465-a6e1443233d3 x-compute-request-id: req-c40c511d-2dbf-4b8f-a465-a6e1443233d3 Content-Length: 0 Content-Type: application/json 2018-08-23 16:50:19,721 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3 used request id req-c40c511d-2dbf-4b8f-a465-a6e1443233d3 2018-08-23 16:50:19,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0308368206024s 2018-08-23 16:50:19,721 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b16bc93e-418c-4e19-a114-6f76b37e95b3 used request id req-c40c511d-2dbf-4b8f-a465-a6e1443233d3 2018-08-23 16:50:19,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 16:50:19,724 - 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.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:50:19,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c7f4ba7-bd41-47fe-8ad0-804eb107c0fd Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "vping_ssh-user_3af688a5-c470-46e7-ae24-a3043baac914", "links": {"self": "http://172.30.9.27:5000/v3/users/0e56119a3dd04aa9b14be01bfa460533"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0e56119a3dd04aa9b14be01bfa460533", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/0fb6bc394efe4de0842e2bf336ccd4ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0fb6bc394efe4de0842e2bf336ccd4ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/2a4c0b3a7c9641559d5604c3717d25b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a4c0b3a7c9641559d5604c3717d25b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/2fed34fbd5cd4650bfa495a428709fe4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2fed34fbd5cd4650bfa495a428709fe4", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/3317a35d48634d8f88476b50a9b7ace5"}, "domain_id": "fad46a1b983b4798bee38d10b68c191b", "enabled": true, "options": {}, "id": "3317a35d48634d8f88476b50a9b7ace5", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/4539671e82c8450e9b0511fb70f3a348"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4539671e82c8450e9b0511fb70f3a348", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/5cf161c17e8e4ad5845b79c4ac9ba186"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5cf161c17e8e4ad5845b79c4ac9ba186", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/5d27bc799c654c78a530dd0b2fc30701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d27bc799c654c78a530dd0b2fc30701", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/6d21aee7f48c4e29aab1e452c68b276f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d21aee7f48c4e29aab1e452c68b276f", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/795ca1936f824a5f9f2ce1b88e1ee04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "795ca1936f824a5f9f2ce1b88e1ee04a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8aba8fdc78d24d5795d912b0b6ce2737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8aba8fdc78d24d5795d912b0b6ce2737", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/afa90be81a524580ac3818a7556b0470"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa90be81a524580ac3818a7556b0470", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b05f064fe4684bbfa3538e65cda2b20e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b05f064fe4684bbfa3538e65cda2b20e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b1453aa607a54efaa69228b52438f26c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1453aa607a54efaa69228b52438f26c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/e2f463ed020c4ac8895e177fa76834c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2f463ed020c4ac8895e177fa76834c5", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-23 16:50:19,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7c7f4ba7-bd41-47fe-8ad0-804eb107c0fd 2018-08-23 16:50:19,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.217046022415s 2018-08-23 16:50:19,939 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7c7f4ba7-bd41-47fe-8ad0-804eb107c0fd 2018-08-23 16:50:19,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 16:50:19,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/0e56119a3dd04aa9b14be01bfa460533 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:50:20,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc8256ca-ff3d-4288-b94c-7ab773b594bf Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_3af688a5-c470-46e7-ae24-a3043baac914", "links": {"self": "http://172.30.9.27:5000/v3/users/0e56119a3dd04aa9b14be01bfa460533"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "0e56119a3dd04aa9b14be01bfa460533", "description": null}} 2018-08-23 16:50:20,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/0e56119a3dd04aa9b14be01bfa460533 used request id req-bc8256ca-ff3d-4288-b94c-7ab773b594bf 2018-08-23 16:50:20,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.225586891174s 2018-08-23 16:50:20,171 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/0e56119a3dd04aa9b14be01bfa460533 used request id req-bc8256ca-ff3d-4288-b94c-7ab773b594bf 2018-08-23 16:50:20,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 16:50:20,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/0e56119a3dd04aa9b14be01bfa460533 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:50:20,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:50:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b8a541b-0bc5-43c7-916b-ae69133162ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 16:50:20,633 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/0e56119a3dd04aa9b14be01bfa460533 used request id req-7b8a541b-0bc5-43c7-916b-ae69133162ed 2018-08-23 16:50:20,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.461805105209s 2018-08-23 16:50:20,634 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/0e56119a3dd04aa9b14be01bfa460533 used request id req-7b8a541b-0bc5-43c7-916b-ae69133162ed 2018-08-23 16:50:20,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 16:50:20,643 - 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.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:50:20,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a82276f0-c0ce-4413-81d6-53517811c595 Content-Encoding: gzip Content-Length: 383 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/d7e8705e28c14b6588e6b073f23f47ec"}, "tags": [], "enabled": true, "id": "d7e8705e28c14b6588e6b073f23f47ec", "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/e0b4737f7dc64d329afe246e6e126100"}, "tags": [], "enabled": true, "id": "e0b4737f7dc64d329afe246e6e126100", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3af688a5-c470-46e7-ae24-a3043baac914"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/f510d54cf55042578e4d20bdb8ff3bb7"}, "tags": [], "enabled": true, "id": "f510d54cf55042578e4d20bdb8ff3bb7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-23 16:50:20,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-a82276f0-c0ce-4413-81d6-53517811c595 2018-08-23 16:50:20,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.216922998428s 2018-08-23 16:50:20,857 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-a82276f0-c0ce-4413-81d6-53517811c595 2018-08-23 16:50:20,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 16:50:20,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/e0b4737f7dc64d329afe246e6e126100 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147b2d70a9bc022617bf0487bb2b61bbbe01d112" 2018-08-23 16:50:21,123 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:50:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f8cc831-4d6f-44b6-bba3-269e06a3f221 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 16:50:21,124 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/e0b4737f7dc64d329afe246e6e126100 used request id req-4f8cc831-4d6f-44b6-bba3-269e06a3f221 2018-08-23 16:50:21,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.261397123337s 2018-08-23 16:50:21,124 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/e0b4737f7dc64d329afe246e6e126100 used request id req-4f8cc831-4d6f-44b6-bba3-269e06a3f221 2018-08-23 16:50:21,178 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-23 16:50:21,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 16:50:21,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 16:50:21,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 16:50:21,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 16:50:21,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 16:50:21,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 16:50:21,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 16:50:21,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 16:50:21,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 16:50:21,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 16:50:21,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 16:50:21,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 16:50:21,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 16:50:21,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 16:50:21,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 16:50:21,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 16:50:21,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 16:50:21,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 16:50:21,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 16:50:21,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 16:50:21,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 16:50:21,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 16:50:21,224 - 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.15" 2018-08-23 16:50:21,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61ca90a0-058b-4501-8071-64a44e0fc8db 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-08-23 16:50:21,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-61ca90a0-058b-4501-8071-64a44e0fc8db 2018-08-23 16:50:21,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-23 16:50:21,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fe32a2cf26fd41b481ea95c3cb6044f3", "name": "admin"}, {"id": "189560f2cf1f4723bdcde8ff2d58961d", "name": "reader"}, {"id": "e1da4c864a6340bc99d295f749d20cea", "name": "member"}], "expires_at": "2018-08-23T17:50:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7e8705e28c14b6588e6b073f23f47ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0947cefd6929425c82ff8c377bec236e"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c9541338952418381f03516e1913314"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85139d298b1a417d83cc0ef62894001a"}], "type": "metric", "id": "06b0754cc1d94df5acd81c64739816f6", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03bf24de52c045d3b31f7f0609069d4f"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fb4854511c948b7b992695d9c663703"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddd2ef04d6f5424a8e81d47aa341395f"}], "type": "image", "id": "0f62b8068edd4317bbae64a5becc371c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55d7cb1da102480786b94557dad33331"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a099e06cda74e91a274545015df1853"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7eff45ecb68a4808b8ef3697e654ff65"}], "type": "identity", "id": "272f73774f6b4c4285ed51848d6127d2", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "528e16db335b4c8a9ac4d4df81e8da2d"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6cd7980d202041cd8a9b11cfbde98fd9"}, {"url": "http://192.30.9.9:8776/v2/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fbe5677bbdf415282003f2c57ebc34f"}], "type": "volumev2", "id": "2ac504ed4c0246eba5e43b5021c70c83", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "324cd438aee04d498c99bfa81596e77e", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dd59018c1844ae9a4751abaa4a0eac5"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66d37c61668b45b2802dce6c2127dd05"}, {"url": "http://192.30.9.9:8004/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8968bc693dd849119f6491283bb8559b"}], "type": "orchestration", "id": "3442d911981c4470becf9bf9b07f5089", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "663f51340f84474bb708ee51ca1788a8"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e825951717b44799fe1e47adffd2b4e"}, {"url": "http://192.30.9.9:8776/v3/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "77cd0aaf5b6a40e89d377f2c23096a10"}], "type": "volumev3", "id": "3644adec36ed46a2a1ae6393f2ade749", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.44:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2072a54b555141488ed29c328a8ef70d"}, {"url": "http://12.0.0.44:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7a3715aeb814134942f827c4368df4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8d7035ad8a64c2ca33c9d87b85b1e94"}], "type": "object-store", "id": "5d760db4f6f8462c95f24a9983b8a5cb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "180023267a7a44f2968962a846c62698"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dd875f6283649a6806833ec94ee3c08"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb221e116b804024b0a3fc99fc8b522d"}], "type": "placement", "id": "6f505d0f7d0f43cba19666d74864216d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32a72c74ab704f218a500e80f51328a0"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "749737d6fd584d9db394e34e1f5c4ae3"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0a7d67e5540493ab99c111d2d127730"}], "type": "cloudformation", "id": "7a2becc7a7fe491aac7cd2b48e9e4382", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23ae9c3d3fc14f0b8a8cf092cc9d8d5b"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8961e3f130734e26bf63efceb59ce730"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce54a2a54b3e44389232576a478e456b"}], "type": "event", "id": "7b67f1955527413faf177552b6666117", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ba0c2980354d44b09d71b9111cf749"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "764a6d0bbf5740709ac7b1394e2bc780"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b44d8c8f00384d5bbc22a68560d0de3a"}], "type": "compute", "id": "962585d3d4864ed980285c16c72f262e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58a69bd2f6f342c7992bfd45c9d00c47"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d83e26faed5241b195c86c21a3d747db"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8a0a3f5ecc2467b9f24cb7109214c4e"}], "type": "network", "id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e8011ce624f4dd39d54e26a513f6d97"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f9b94ac44614d3783015ba93fdb5e18"}, {"url": "http://192.30.9.9:8776/v1/d7e8705e28c14b6588e6b073f23f47ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb32c911de7b41e39fa2214417b31b4b"}], "type": "volume", "id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "355d62929efe4bfe90c9426416e45ec7"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "510ec66bfc684670943561577c499e47"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6bd6022bf2b4a9fbfae16fdc4e6c13a"}], "type": "alarming", "id": "d9d87a4ac8ae467c9634f5d1baf3635c", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b1453aa607a54efaa69228b52438f26c"}, "audit_ids": ["5OwJstOZS8GmiNEMHgwI2A"], "issued_at": "2018-08-23T16:50:21.000000Z"}} 2018-08-23 16:50:21,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:50:21,631 - 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.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:50:21,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2a2e2b4c-a3b1-45e2-a00d-f0f6640d999a Date: Thu, 23 Aug 2018 16:50:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"f5b34b9c-dd33-46b5-9947-17506958773d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","status":"ACTIVE","subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"description":"","tags":[],"updated_at":"2018-08-23T16:41:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","provider:network_type":"flat"}]} 2018-08-23 16:50:21,978 - 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-2a2e2b4c-a3b1-45e2-a00d-f0f6640d999a 2018-08-23 16:50:21,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.34792804718s 2018-08-23 16:50:21,978 - 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-2a2e2b4c-a3b1-45e2-a00d-f0f6640d999a 2018-08-23 16:50:21,982 - 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.15" 2018-08-23 16:50:21,987 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 16:50:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b24dc297-fec8-41dd-ad7a-a1df3f9a2a27 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-08-23 16:50:21,987 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-b24dc297-fec8-41dd-ad7a-a1df3f9a2a27 2018-08-23 16:50:21,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 16:50:21,992 - 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.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:50:22,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac17e225-4d24-441c-82c3-0aa20ca53533 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/fad46a1b983b4798bee38d10b68c191b"}, "tags": [], "enabled": true, "id": "fad46a1b983b4798bee38d10b68c191b", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 16:50:22,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-ac17e225-4d24-441c-82c3-0aa20ca53533 2018-08-23 16:50:22,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196815013885s 2018-08-23 16:50:22,186 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-ac17e225-4d24-441c-82c3-0aa20ca53533 2018-08-23 16:50:22,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 16:50:22,196 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_f5bf71e4-0476-4706-94fc-835694de2a93"}}' 2018-08-23 16:50:22,473 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 16:50:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14b54f4c-a133-45fb-bbe2-e084c2559c2e 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/a3474bd6375f4b0d81c4480e65338425"}, "tags": [], "enabled": true, "id": "a3474bd6375f4b0d81c4480e65338425", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_f5bf71e4-0476-4706-94fc-835694de2a93"}} 2018-08-23 16:50:22,473 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-14b54f4c-a133-45fb-bbe2-e084c2559c2e 2018-08-23 16:50:22,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.280174970627s 2018-08-23 16:50:22,473 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-14b54f4c-a133-45fb-bbe2-e084c2559c2e 2018-08-23 16:50:22,474 - 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'a3474bd6375f4b0d81c4480e65338425', '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_f5bf71e4-0476-4706-94fc-835694de2a93'}) 2018-08-23 16:50:22,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 16:50:22,484 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "457c86f5-ff66-4912-9aeb-0b9ff95696aa", "email": null, "name": "vping_userdata-user_f5bf71e4-0476-4706-94fc-835694de2a93"}}' 2018-08-23 16:50:22,869 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 16:50:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4ee2ed5-209d-4df3-ae62-69caf8537e4b Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_f5bf71e4-0476-4706-94fc-835694de2a93", "links": {"self": "http://172.30.9.27:5000/v3/users/6b135bd2f77e426ab11f00135f7127ca"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6b135bd2f77e426ab11f00135f7127ca", "domain_id": "default", "password_expires_at": null}} 2018-08-23 16:50:22,869 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-f4ee2ed5-209d-4df3-ae62-69caf8537e4b 2018-08-23 16:50:22,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.389243125916s 2018-08-23 16:50:22,870 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-f4ee2ed5-209d-4df3-ae62-69caf8537e4b 2018-08-23 16:50:22,870 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6b135bd2f77e426ab11f00135f7127ca', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_f5bf71e4-0476-4706-94fc-835694de2a93'}) 2018-08-23 16:50:22,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 16:50:22,877 - 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.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:50:23,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2956eb8-0574-4398-8c98-aec0fd3659ed Content-Encoding: gzip Content-Length: 380 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": "189560f2cf1f4723bdcde8ff2d58961d", "links": {"self": "http://172.30.9.27:5000/v3/roles/189560f2cf1f4723bdcde8ff2d58961d"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d3334609bc184fbf9f1d98111d1930d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/d3334609bc184fbf9f1d98111d1930d0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e1da4c864a6340bc99d295f749d20cea", "links": {"self": "http://172.30.9.27:5000/v3/roles/e1da4c864a6340bc99d295f749d20cea"}, "name": "member"}, {"domain_id": null, "id": "f7f6fa325cff45838024c45a66344a1a", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7f6fa325cff45838024c45a66344a1a"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "fa8a6d023e7d475492442e05cb0838c5", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa8a6d023e7d475492442e05cb0838c5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fe32a2cf26fd41b481ea95c3cb6044f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}, "name": "admin"}]} 2018-08-23 16:50:23,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a2956eb8-0574-4398-8c98-aec0fd3659ed 2018-08-23 16:50:23,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190423965454s 2018-08-23 16:50:23,065 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a2956eb8-0574-4398-8c98-aec0fd3659ed 2018-08-23 16:50:23,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 16:50:23,073 - 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.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:50:23,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7254497-8fb8-445a-beb8-dc668d0befbd Content-Encoding: gzip Content-Length: 380 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": "189560f2cf1f4723bdcde8ff2d58961d", "links": {"self": "http://172.30.9.27:5000/v3/roles/189560f2cf1f4723bdcde8ff2d58961d"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d3334609bc184fbf9f1d98111d1930d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/d3334609bc184fbf9f1d98111d1930d0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e1da4c864a6340bc99d295f749d20cea", "links": {"self": "http://172.30.9.27:5000/v3/roles/e1da4c864a6340bc99d295f749d20cea"}, "name": "member"}, {"domain_id": null, "id": "f7f6fa325cff45838024c45a66344a1a", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7f6fa325cff45838024c45a66344a1a"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "fa8a6d023e7d475492442e05cb0838c5", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa8a6d023e7d475492442e05cb0838c5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fe32a2cf26fd41b481ea95c3cb6044f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}, "name": "admin"}]} 2018-08-23 16:50:23,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c7254497-8fb8-445a-beb8-dc668d0befbd 2018-08-23 16:50:23,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194155931473s 2018-08-23 16:50:23,264 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c7254497-8fb8-445a-beb8-dc668d0befbd 2018-08-23 16:50:23,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 16:50:23,274 - 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.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:50:23,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3487b2a-3501-4c0b-bce9-a62b04fab442 Content-Encoding: gzip Content-Length: 380 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": "189560f2cf1f4723bdcde8ff2d58961d", "links": {"self": "http://172.30.9.27:5000/v3/roles/189560f2cf1f4723bdcde8ff2d58961d"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d3334609bc184fbf9f1d98111d1930d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/d3334609bc184fbf9f1d98111d1930d0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e1da4c864a6340bc99d295f749d20cea", "links": {"self": "http://172.30.9.27:5000/v3/roles/e1da4c864a6340bc99d295f749d20cea"}, "name": "member"}, {"domain_id": null, "id": "f7f6fa325cff45838024c45a66344a1a", "links": {"self": "http://172.30.9.27:5000/v3/roles/f7f6fa325cff45838024c45a66344a1a"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "fa8a6d023e7d475492442e05cb0838c5", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa8a6d023e7d475492442e05cb0838c5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fe32a2cf26fd41b481ea95c3cb6044f3", "links": {"self": "http://172.30.9.27:5000/v3/roles/fe32a2cf26fd41b481ea95c3cb6044f3"}, "name": "admin"}]} 2018-08-23 16:50:23,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f3487b2a-3501-4c0b-bce9-a62b04fab442 2018-08-23 16:50:23,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194416046143s 2018-08-23 16:50:23,466 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f3487b2a-3501-4c0b-bce9-a62b04fab442 2018-08-23 16:50:23,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 16:50:23,474 - 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.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:50:23,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d4fe477-8bcf-4ed3-891e-3aeac24f49f8 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-08-23 16:50:23,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-1d4fe477-8bcf-4ed3-891e-3aeac24f49f8 2018-08-23 16:50:23,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.20264005661s 2018-08-23 16:50:23,674 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-1d4fe477-8bcf-4ed3-891e-3aeac24f49f8 2018-08-23 16:50:23,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 16:50:23,678 - 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.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:50:23,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff73abbb-6450-4234-abd4-b72895d05b9e Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/0fb6bc394efe4de0842e2bf336ccd4ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0fb6bc394efe4de0842e2bf336ccd4ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/2a4c0b3a7c9641559d5604c3717d25b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a4c0b3a7c9641559d5604c3717d25b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/2fed34fbd5cd4650bfa495a428709fe4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2fed34fbd5cd4650bfa495a428709fe4", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/3317a35d48634d8f88476b50a9b7ace5"}, "domain_id": "fad46a1b983b4798bee38d10b68c191b", "enabled": true, "options": {}, "id": "3317a35d48634d8f88476b50a9b7ace5", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/4539671e82c8450e9b0511fb70f3a348"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4539671e82c8450e9b0511fb70f3a348", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/5cf161c17e8e4ad5845b79c4ac9ba186"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5cf161c17e8e4ad5845b79c4ac9ba186", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/5d27bc799c654c78a530dd0b2fc30701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d27bc799c654c78a530dd0b2fc30701", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_f5bf71e4-0476-4706-94fc-835694de2a93", "links": {"self": "http://172.30.9.27:5000/v3/users/6b135bd2f77e426ab11f00135f7127ca"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6b135bd2f77e426ab11f00135f7127ca", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/6d21aee7f48c4e29aab1e452c68b276f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d21aee7f48c4e29aab1e452c68b276f", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/795ca1936f824a5f9f2ce1b88e1ee04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "795ca1936f824a5f9f2ce1b88e1ee04a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8aba8fdc78d24d5795d912b0b6ce2737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8aba8fdc78d24d5795d912b0b6ce2737", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/afa90be81a524580ac3818a7556b0470"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa90be81a524580ac3818a7556b0470", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b05f064fe4684bbfa3538e65cda2b20e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b05f064fe4684bbfa3538e65cda2b20e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b1453aa607a54efaa69228b52438f26c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1453aa607a54efaa69228b52438f26c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/e2f463ed020c4ac8895e177fa76834c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2f463ed020c4ac8895e177fa76834c5", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-23 16:50:23,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ff73abbb-6450-4234-abd4-b72895d05b9e 2018-08-23 16:50:23,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209189176559s 2018-08-23 16:50:23,885 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ff73abbb-6450-4234-abd4-b72895d05b9e 2018-08-23 16:50:23,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 16:50:23,899 - 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.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:50:24,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c675537d-9c90-4765-a03d-a948708182d0 Content-Encoding: gzip Content-Length: 397 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/d7e8705e28c14b6588e6b073f23f47ec"}, "tags": [], "enabled": true, "id": "d7e8705e28c14b6588e6b073f23f47ec", "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/f510d54cf55042578e4d20bdb8ff3bb7"}, "tags": [], "enabled": true, "id": "f510d54cf55042578e4d20bdb8ff3bb7", "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/a3474bd6375f4b0d81c4480e65338425"}, "tags": [], "enabled": true, "id": "a3474bd6375f4b0d81c4480e65338425", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_f5bf71e4-0476-4706-94fc-835694de2a93"}]} 2018-08-23 16:50:24,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-c675537d-9c90-4765-a03d-a948708182d0 2018-08-23 16:50:24,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.196105957031s 2018-08-23 16:50:24,093 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-c675537d-9c90-4765-a03d-a948708182d0 2018-08-23 16:50:24,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 16:50:24,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=6b135bd2f77e426ab11f00135f7127ca&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=a3474bd6375f4b0d81c4480e65338425" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:50:24,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efc1db90-647e-4976-9d5a-839be4ded587 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=6b135bd2f77e426ab11f00135f7127ca&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=a3474bd6375f4b0d81c4480e65338425", "previous": null, "next": null}} 2018-08-23 16:50:24,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=6b135bd2f77e426ab11f00135f7127ca&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=a3474bd6375f4b0d81c4480e65338425 used request id req-efc1db90-647e-4976-9d5a-839be4ded587 2018-08-23 16:50:24,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.152899980545s 2018-08-23 16:50:24,254 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=6b135bd2f77e426ab11f00135f7127ca&role.id=e1da4c864a6340bc99d295f749d20cea&scope.project.id=a3474bd6375f4b0d81c4480e65338425 used request id req-efc1db90-647e-4976-9d5a-839be4ded587 2018-08-23 16:50:24,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 16:50:24,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/a3474bd6375f4b0d81c4480e65338425/users/6b135bd2f77e426ab11f00135f7127ca/roles/e1da4c864a6340bc99d295f749d20cea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:50:24,534 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:50:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-126bf7ad-48b5-4ec8-98b7-09b7312e9d36 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 16:50:24,535 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a3474bd6375f4b0d81c4480e65338425/users/6b135bd2f77e426ab11f00135f7127ca/roles/e1da4c864a6340bc99d295f749d20cea used request id req-126bf7ad-48b5-4ec8-98b7-09b7312e9d36 2018-08-23 16:50:24,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.277765035629s 2018-08-23 16:50:24,535 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a3474bd6375f4b0d81c4480e65338425/users/6b135bd2f77e426ab11f00135f7127ca/roles/e1da4c864a6340bc99d295f749d20cea used request id req-126bf7ad-48b5-4ec8-98b7-09b7312e9d36 2018-08-23 16:50:24,536 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_f5bf71e4-0476-4706-94fc-835694de2a93', 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'a3474bd6375f4b0d81c4480e65338425', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '457c86f5-ff66-4912-9aeb-0b9ff95696aa', 'username': u'vping_userdata-user_f5bf71e4-0476-4706-94fc-835694de2a93', '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-08-23 16:50:24,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 16:50:24,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 16:50:24,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 16:50:24,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 16:50:24,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 16:50:24,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 16:50:24,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 16:50:24,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 16:50:24,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 16:50:24,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 16:50:24,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 16:50:24,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 16:50:24,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 16:50:24,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 16:50:24,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 16:50:24,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 16:50:24,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 16:50:24,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 16:50:24,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 16:50:24,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 16:50:24,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 16:50:24,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 16:50:24,541 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_f5bf71e4-0476-4706-94fc-835694de2a93', 'password': '457c86f5-ff66-4912-9aeb-0b9ff95696aa', 'project_name': 'vping_userdata-project_f5bf71e4-0476-4706-94fc-835694de2a93', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': 'a3474bd6375f4b0d81c4480e65338425', 'project_domain_name': 'Default'} 2018-08-23 16:50:24,541 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-23 16:50:24,542 - 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.15" 2018-08-23 16:50:24,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0288734-478b-4734-9f0e-5440efa7ae47 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-08-23 16:50:24,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b0288734-478b-4734-9f0e-5440efa7ae47 2018-08-23 16:50:24,550 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-23 16:50:24,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "189560f2cf1f4723bdcde8ff2d58961d", "name": "reader"}, {"id": "e1da4c864a6340bc99d295f749d20cea", "name": "member"}], "expires_at": "2018-08-23T17:50:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3474bd6375f4b0d81c4480e65338425", "name": "vping_userdata-project_f5bf71e4-0476-4706-94fc-835694de2a93"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0947cefd6929425c82ff8c377bec236e"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c9541338952418381f03516e1913314"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "85139d298b1a417d83cc0ef62894001a"}], "type": "metric", "id": "06b0754cc1d94df5acd81c64739816f6", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03bf24de52c045d3b31f7f0609069d4f"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fb4854511c948b7b992695d9c663703"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddd2ef04d6f5424a8e81d47aa341395f"}], "type": "image", "id": "0f62b8068edd4317bbae64a5becc371c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "55d7cb1da102480786b94557dad33331"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a099e06cda74e91a274545015df1853"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7eff45ecb68a4808b8ef3697e654ff65"}], "type": "identity", "id": "272f73774f6b4c4285ed51848d6127d2", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/a3474bd6375f4b0d81c4480e65338425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "528e16db335b4c8a9ac4d4df81e8da2d"}, {"url": "http://192.30.9.9:8776/v2/a3474bd6375f4b0d81c4480e65338425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6cd7980d202041cd8a9b11cfbde98fd9"}, {"url": "http://192.30.9.9:8776/v2/a3474bd6375f4b0d81c4480e65338425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fbe5677bbdf415282003f2c57ebc34f"}], "type": "volumev2", "id": "2ac504ed4c0246eba5e43b5021c70c83", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "324cd438aee04d498c99bfa81596e77e", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/a3474bd6375f4b0d81c4480e65338425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dd59018c1844ae9a4751abaa4a0eac5"}, {"url": "http://192.30.9.9:8004/v1/a3474bd6375f4b0d81c4480e65338425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66d37c61668b45b2802dce6c2127dd05"}, {"url": "http://192.30.9.9:8004/v1/a3474bd6375f4b0d81c4480e65338425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8968bc693dd849119f6491283bb8559b"}], "type": "orchestration", "id": "3442d911981c4470becf9bf9b07f5089", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3474bd6375f4b0d81c4480e65338425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "663f51340f84474bb708ee51ca1788a8"}, {"url": "http://192.30.9.9:8776/v3/a3474bd6375f4b0d81c4480e65338425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e825951717b44799fe1e47adffd2b4e"}, {"url": "http://192.30.9.9:8776/v3/a3474bd6375f4b0d81c4480e65338425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "77cd0aaf5b6a40e89d377f2c23096a10"}], "type": "volumev3", "id": "3644adec36ed46a2a1ae6393f2ade749", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.44:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2072a54b555141488ed29c328a8ef70d"}, {"url": "http://12.0.0.44:8080/v1/AUTH_a3474bd6375f4b0d81c4480e65338425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7a3715aeb814134942f827c4368df4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3474bd6375f4b0d81c4480e65338425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b8d7035ad8a64c2ca33c9d87b85b1e94"}], "type": "object-store", "id": "5d760db4f6f8462c95f24a9983b8a5cb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "180023267a7a44f2968962a846c62698"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dd875f6283649a6806833ec94ee3c08"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb221e116b804024b0a3fc99fc8b522d"}], "type": "placement", "id": "6f505d0f7d0f43cba19666d74864216d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32a72c74ab704f218a500e80f51328a0"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "749737d6fd584d9db394e34e1f5c4ae3"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0a7d67e5540493ab99c111d2d127730"}], "type": "cloudformation", "id": "7a2becc7a7fe491aac7cd2b48e9e4382", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23ae9c3d3fc14f0b8a8cf092cc9d8d5b"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8961e3f130734e26bf63efceb59ce730"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce54a2a54b3e44389232576a478e456b"}], "type": "event", "id": "7b67f1955527413faf177552b6666117", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58ba0c2980354d44b09d71b9111cf749"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "764a6d0bbf5740709ac7b1394e2bc780"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b44d8c8f00384d5bbc22a68560d0de3a"}], "type": "compute", "id": "962585d3d4864ed980285c16c72f262e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58a69bd2f6f342c7992bfd45c9d00c47"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d83e26faed5241b195c86c21a3d747db"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f8a0a3f5ecc2467b9f24cb7109214c4e"}], "type": "network", "id": "a1387ad8edea4f6e9e72deea7d3ac9ff", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/a3474bd6375f4b0d81c4480e65338425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e8011ce624f4dd39d54e26a513f6d97"}, {"url": "http://192.30.9.9:8776/v1/a3474bd6375f4b0d81c4480e65338425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f9b94ac44614d3783015ba93fdb5e18"}, {"url": "http://192.30.9.9:8776/v1/a3474bd6375f4b0d81c4480e65338425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cb32c911de7b41e39fa2214417b31b4b"}], "type": "volume", "id": "b1a19ea91f6b48eb8c6dd0b7412f83cb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "355d62929efe4bfe90c9426416e45ec7"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "510ec66bfc684670943561577c499e47"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6bd6022bf2b4a9fbfae16fdc4e6c13a"}], "type": "alarming", "id": "d9d87a4ac8ae467c9634f5d1baf3635c", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_f5bf71e4-0476-4706-94fc-835694de2a93", "id": "6b135bd2f77e426ab11f00135f7127ca"}, "audit_ids": ["Shubdnt3TKaJagAaazHsCQ"], "issued_at": "2018-08-23T16:50:24.000000Z"}} 2018-08-23 16:50:24,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 16:50:24,968 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" -d '{"network": {"name": "vping_userdata-net_f5bf71e4-0476-4706-94fc-835694de2a93", "admin_state_up": true}}' 2018-08-23 16:50:25,852 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-2748cb7d-1e00-4c2c-83a7-e9e9de3d5be5 Date: Thu, 23 Aug 2018 16:50:25 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a3474bd6375f4b0d81c4480e65338425","created_at":"2018-08-23T16:50:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-23T16:50:25Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a3474bd6375f4b0d81c4480e65338425","id":"e6cf2048-9647-4d47-a465-0bd1cbe9460c","name":"vping_userdata-net_f5bf71e4-0476-4706-94fc-835694de2a93"}} 2018-08-23 16:50:25,852 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2748cb7d-1e00-4c2c-83a7-e9e9de3d5be5 2018-08-23 16:50:25,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.884611129761s 2018-08-23 16:50:25,853 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2748cb7d-1e00-4c2c-83a7-e9e9de3d5be5 2018-08-23 16:50:25,853 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T16:50:25Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'e6cf2048-9647-4d47-a465-0bd1cbe9460c', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_f5bf71e4-0476-4706-94fc-835694de2a93', u'admin_state_up': True, u'tenant_id': u'a3474bd6375f4b0d81c4480e65338425', u'created_at': u'2018-08-23T16:50:25Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a3474bd6375f4b0d81c4480e65338425'}) 2018-08-23 16:50:25,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:50:25,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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:26,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-e177f64e-817c-4e22-850e-0055fa87db5c Date: Thu, 23 Aug 2018 16:50:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T16:50:25Z","tenant_id":"a3474bd6375f4b0d81c4480e65338425","created_at":"2018-08-23T16:50:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"a3474bd6375f4b0d81c4480e65338425","id":"e6cf2048-9647-4d47-a465-0bd1cbe9460c","name":"vping_userdata-net_f5bf71e4-0476-4706-94fc-835694de2a93"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:50:26,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e177f64e-817c-4e22-850e-0055fa87db5c 2018-08-23 16:50:26,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.471834897995s 2018-08-23 16:50:26,326 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e177f64e-817c-4e22-850e-0055fa87db5c 2018-08-23 16:50:26,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 16:50:26,328 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" -d '{"subnet": {"name": "vping_userdata-subnet_f5bf71e4-0476-4706-94fc-835694de2a93", "enable_dhcp": true, "network_id": "e6cf2048-9647-4d47-a465-0bd1cbe9460c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 16:50:27,488 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-affd8ea7-b27e-4c18-b13a-5211701e6897 Date: Thu, 23 Aug 2018 16:50:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6cf2048-9647-4d47-a465-0bd1cbe9460c","tenant_id":"a3474bd6375f4b0d81c4480e65338425","created_at":"2018-08-23T16:50:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:50:26Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"a3474bd6375f4b0d81c4480e65338425","id":"5c040593-056f-4fad-adf7-99b58455beb4","subnetpool_id":null,"name":"vping_userdata-subnet_f5bf71e4-0476-4706-94fc-835694de2a93"}} 2018-08-23 16:50:27,489 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-affd8ea7-b27e-4c18-b13a-5211701e6897 2018-08-23 16:50:27,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.16153788567s 2018-08-23 16:50:27,489 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-affd8ea7-b27e-4c18-b13a-5211701e6897 2018-08-23 16:50:27,489 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T16:50:26Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'5c040593-056f-4fad-adf7-99b58455beb4', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_f5bf71e4-0476-4706-94fc-835694de2a93', u'enable_dhcp': True, u'network_id': u'e6cf2048-9647-4d47-a465-0bd1cbe9460c', u'tenant_id': u'a3474bd6375f4b0d81c4480e65338425', u'created_at': u'2018-08-23T16:50:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a3474bd6375f4b0d81c4480e65338425'}) 2018-08-23 16:50:27,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 16:50:27,491 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" -d '{"router": {"external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d"}, "name": "vping_userdata-router_f5bf71e4-0476-4706-94fc-835694de2a93", "admin_state_up": true}}' 2018-08-23 16:50:29,190 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-9b8dcda0-1733-40a1-8ba4-623e31658b7e Date: Thu, 23 Aug 2018 16:50:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01259dc7-ca29-4644-acb8-ac06eafbe8b0", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "created_at": "2018-08-23T16:50:27Z", "admin_state_up": true, "updated_at": "2018-08-23T16:50:28Z", "revision_number": 2, "routes": [], "project_id": "a3474bd6375f4b0d81c4480e65338425", "id": "3bb8c5a5-1681-41b5-b87c-dec8ad8037ac", "name": "vping_userdata-router_f5bf71e4-0476-4706-94fc-835694de2a93"}} 2018-08-23 16:50:29,190 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-9b8dcda0-1733-40a1-8ba4-623e31658b7e 2018-08-23 16:50:29,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.70000290871s 2018-08-23 16:50:29,191 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-9b8dcda0-1733-40a1-8ba4-623e31658b7e 2018-08-23 16:50:29,191 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'f5b34b9c-dd33-46b5-9947-17506958773d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'01259dc7-ca29-4644-acb8-ac06eafbe8b0', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a3474bd6375f4b0d81c4480e65338425', u'created_at': u'2018-08-23T16:50:27Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T16:50:28Z', u'revision_number': 2, u'routes': [], u'project_id': u'a3474bd6375f4b0d81c4480e65338425', u'id': u'3bb8c5a5-1681-41b5-b87c-dec8ad8037ac', u'name': u'vping_userdata-router_f5bf71e4-0476-4706-94fc-835694de2a93'}) 2018-08-23 16:50:29,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 16:50:29,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/3bb8c5a5-1681-41b5-b87c-dec8ad8037ac/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" -d '{"subnet_id": "5c040593-056f-4fad-adf7-99b58455beb4"}' 2018-08-23 16:50:31,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-adb947fd-a947-4ea1-8cbe-74f7713161b3 Date: Thu, 23 Aug 2018 16:50:31 GMT RESP BODY: {"network_id": "e6cf2048-9647-4d47-a465-0bd1cbe9460c", "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "subnet_id": "5c040593-056f-4fad-adf7-99b58455beb4", "subnet_ids": ["5c040593-056f-4fad-adf7-99b58455beb4"], "port_id": "a4abe677-fbe0-4823-9cab-144e22965c08", "id": "3bb8c5a5-1681-41b5-b87c-dec8ad8037ac"} 2018-08-23 16:50:31,333 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/3bb8c5a5-1681-41b5-b87c-dec8ad8037ac/add_router_interface.json used request id req-adb947fd-a947-4ea1-8cbe-74f7713161b3 2018-08-23 16:50:31,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.14116811752s 2018-08-23 16:50:31,333 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/3bb8c5a5-1681-41b5-b87c-dec8ad8037ac/add_router_interface.json used request id req-adb947fd-a947-4ea1-8cbe-74f7713161b3 returning object 3bb8c5a5-1681-41b5-b87c-dec8ad8037ac 2018-08-23 16:50:31,334 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 16:50:31,466 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 16:50:31,468 - 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.15" 2018-08-23 16:50:31,472 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 16:50:31 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "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-08-23 16:50:31,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:50:31,476 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:31,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7e12958e-120a-4470-9860-07376d83828e Date: Thu, 23 Aug 2018 16:50:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:50:31,827 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7e12958e-120a-4470-9860-07376d83828e 2018-08-23 16:50:31,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.352446079254s 2018-08-23 16:50:31,827 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7e12958e-120a-4470-9860-07376d83828e 2018-08-23 16:50:31,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 16:50:31,839 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_f5bf71e4-0476-4706-94fc-835694de2a93", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_f5bf71e4-0476-4706-94fc-835694de2a93"}' 2018-08-23 16:50:32,174 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7f278d67-81b2-40a5-a1e1-cf2482dad2a6 Date: Thu, 23 Aug 2018 16:50:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:50:32Z", "file": "/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1/file", "owner": "a3474bd6375f4b0d81c4480e65338425", "id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "size": null, "self": "/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_f5bf71e4-0476-4706-94fc-835694de2a93", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_f5bf71e4-0476-4706-94fc-835694de2a93", "checksum": null, "created_at": "2018-08-23T16:50:32Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 16:50:32,174 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-7f278d67-81b2-40a5-a1e1-cf2482dad2a6 2018-08-23 16:50:32,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.338486909866s 2018-08-23 16:50:32,175 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-7f278d67-81b2-40a5-a1e1-cf2482dad2a6 returning object f431bc31-e449-4657-8ed6-e58a9470bda1 2018-08-23 16:50:32,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 16:50:32,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" -d '' 2018-08-23 16:50:33,416 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-60153d60-8c3a-4396-8daa-7ef86ac35347 Date: Thu, 23 Aug 2018 16:50:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 16:50:33,416 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1/file used request id req-60153d60-8c3a-4396-8daa-7ef86ac35347 2018-08-23 16:50:33,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.24099206924s 2018-08-23 16:50:33,417 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1/file used request id req-60153d60-8c3a-4396-8daa-7ef86ac35347 2018-08-23 16:50:33,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:50:33,425 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:33,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-3aafc1cd-b08f-4a15-b1b9-aadd34be7c2a Date: Thu, 23 Aug 2018 16:50:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:50:33Z", "file": "/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1/file", "owner": "a3474bd6375f4b0d81c4480e65338425", "id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "size": 12716032, "self": "/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/f431bc31-e449-4657-8ed6-e58a9470bda1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/f431bc31-e449-4657-8ed6-e58a9470bda1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_f5bf71e4-0476-4706-94fc-835694de2a93", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_f5bf71e4-0476-4706-94fc-835694de2a93", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:50:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:50:33,723 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3aafc1cd-b08f-4a15-b1b9-aadd34be7c2a 2018-08-23 16:50:33,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.302510023117s 2018-08-23 16:50:33,724 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3aafc1cd-b08f-4a15-b1b9-aadd34be7c2a 2018-08-23 16:50:33,726 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/f431bc31-e449-4657-8ed6-e58a9470bda1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1/file', 'owner': u'a3474bd6375f4b0d81c4480e65338425', 'id': u'f431bc31-e449-4657-8ed6-e58a9470bda1', 'size': 12716032, u'self': u'/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a3474bd6375f4b0d81c4480e65338425', 'name': 'vping_userdata-project_f5bf71e4-0476-4706-94fc-835694de2a93', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/f431bc31-e449-4657-8ed6-e58a9470bda1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T16:50:33Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T16:50:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_f5bf71e4-0476-4706-94fc-835694de2a93', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_f5bf71e4-0476-4706-94fc-835694de2a93', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_f5bf71e4-0476-4706-94fc-835694de2a93', 'created': u'2018-08-23T16:50:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T16:50:32Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_f5bf71e4-0476-4706-94fc-835694de2a93', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 16:50:33,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 16:50:33,729 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_f5bf71e4-0476-4706-94fc-835694de2a93", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 16:50:34,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50: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-d0d39ca7-0735-4796-af07-6bbab8595d98 x-compute-request-id: req-d0d39ca7-0735-4796-af07-6bbab8595d98 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_f5bf71e4-0476-4706-94fc-835694de2a93", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "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": "3c700144-0196-4570-8a4a-82c8b466cef5"}} 2018-08-23 16:50:34,162 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d0d39ca7-0735-4796-af07-6bbab8595d98 2018-08-23 16:50:34,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.435111045837s 2018-08-23 16:50:34,162 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d0d39ca7-0735-4796-af07-6bbab8595d98 2018-08-23 16:50:34,163 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_f5bf71e4-0476-4706-94fc-835694de2a93', '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'd7e8705e28c14b6588e6b073f23f47ec', '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'3c700144-0196-4570-8a4a-82c8b466cef5', 'swap': 0}) 2018-08-23 16:50:34,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 16:50:34,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/3c700144-0196-4570-8a4a-82c8b466cef5/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" -d '{"extra_specs": {}}' 2018-08-23 16:50:34,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50: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-3922baf6-cc3d-4842-b19e-501ae7b433e4 x-compute-request-id: req-3922baf6-cc3d-4842-b19e-501ae7b433e4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 16:50:34,188 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/3c700144-0196-4570-8a4a-82c8b466cef5/os-extra_specs used request id req-3922baf6-cc3d-4842-b19e-501ae7b433e4 2018-08-23 16:50:34,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0239059925079s 2018-08-23 16:50:34,188 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/3c700144-0196-4570-8a4a-82c8b466cef5/os-extra_specs used request id req-3922baf6-cc3d-4842-b19e-501ae7b433e4 2018-08-23 16:50:34,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:50:34,189 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:34,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-f25fae88-91cd-4081-a956-b8837dbc3db2 Date: Thu, 23 Aug 2018 16:50:34 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":["5c040593-056f-4fad-adf7-99b58455beb4"],"updated_at":"2018-08-23T16:50:26Z","tenant_id":"a3474bd6375f4b0d81c4480e65338425","created_at":"2018-08-23T16:50:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a3474bd6375f4b0d81c4480e65338425","id":"e6cf2048-9647-4d47-a465-0bd1cbe9460c","name":"vping_userdata-net_f5bf71e4-0476-4706-94fc-835694de2a93"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:50:34,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f25fae88-91cd-4081-a956-b8837dbc3db2 2018-08-23 16:50:34,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.364718198776s 2018-08-23 16:50:34,554 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f25fae88-91cd-4081-a956-b8837dbc3db2 2018-08-23 16:50:34,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:50:34,562 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:34,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-0ce1fbcd-fddc-467e-bc19-dfeef118f786 Date: Thu, 23 Aug 2018 16:50:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:50:33Z", "file": "/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1/file", "owner": "a3474bd6375f4b0d81c4480e65338425", "id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "size": 12716032, "self": "/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/f431bc31-e449-4657-8ed6-e58a9470bda1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/f431bc31-e449-4657-8ed6-e58a9470bda1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_f5bf71e4-0476-4706-94fc-835694de2a93", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_f5bf71e4-0476-4706-94fc-835694de2a93", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:50:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:50:34,613 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0ce1fbcd-fddc-467e-bc19-dfeef118f786 2018-08-23 16:50:34,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0550198554993s 2018-08-23 16:50:34,614 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0ce1fbcd-fddc-467e-bc19-dfeef118f786 2018-08-23 16:50:34,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 16:50:34,618 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:35,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50: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-20349660-0e08-4d00-a02c-fed777322bfb x-compute-request-id: req-20349660-0e08-4d00-a02c-fed777322bfb Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_f5bf71e4-0476-4706-94fc-835694de2a93", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "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": "3c700144-0196-4570-8a4a-82c8b466cef5"}]} 2018-08-23 16:50:35,322 - 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-20349660-0e08-4d00-a02c-fed777322bfb 2018-08-23 16:50:35,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.706449985504s 2018-08-23 16:50:35,322 - 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-20349660-0e08-4d00-a02c-fed777322bfb 2018-08-23 16:50:35,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 16:50:35,327 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" -d '{"server": {"name": "vping_userdata-vm_f5bf71e4-0476-4706-94fc-835694de2a93", "imageRef": "f431bc31-e449-4657-8ed6-e58a9470bda1", "flavorRef": "3c700144-0196-4570-8a4a-82c8b466cef5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e6cf2048-9647-4d47-a465-0bd1cbe9460c"}]}}' 2018-08-23 16:50:39,016 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 16:50:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-95655751-1492-49d7-9d9b-518bf1ef66f9 x-compute-request-id: req-95655751-1492-49d7-9d9b-518bf1ef66f9 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "437ddad1-3c95-47fa-8ec3-805965c2ced2", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "bookmark"}], "adminPass": "gaUoAiWtH6PU"}} 2018-08-23 16:50:39,016 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-95655751-1492-49d7-9d9b-518bf1ef66f9 2018-08-23 16:50:39,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.69211602211s 2018-08-23 16:50:39,017 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-95655751-1492-49d7-9d9b-518bf1ef66f9 2018-08-23 16:50:39,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:50:39,020 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:39,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50: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-ef5af636-89b0-4eae-b533-2374560b8075 x-compute-request-id: req-ef5af636-89b0-4eae-b533-2374560b8075 Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "bookmark"}], "image": {"id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "links": [{"href": "http://172.30.9.27:8774/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c700144-0196-4570-8a4a-82c8b466cef5", "links": [{"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "bookmark"}]}, "id": "437ddad1-3c95-47fa-8ec3-805965c2ced2", "user_id": "6b135bd2f77e426ab11f00135f7127ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:50:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f5bf71e4-0476-4706-94fc-835694de2a93", "created": "2018-08-23T16:50:38Z", "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:50:39,606 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ef5af636-89b0-4eae-b533-2374560b8075 2018-08-23 16:50:39,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.588813066483s 2018-08-23 16:50:39,607 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ef5af636-89b0-4eae-b533-2374560b8075 2018-08-23 16:50:39,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:50:39,614 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:39,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-d3e4cf9b-a849-4c2d-a765-435901c26824 Date: Thu, 23 Aug 2018 16:50:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c040593-056f-4fad-adf7-99b58455beb4"],"updated_at":"2018-08-23T16:50:26Z","tenant_id":"a3474bd6375f4b0d81c4480e65338425","created_at":"2018-08-23T16:50:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a3474bd6375f4b0d81c4480e65338425","id":"e6cf2048-9647-4d47-a465-0bd1cbe9460c","name":"vping_userdata-net_f5bf71e4-0476-4706-94fc-835694de2a93"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:50:39,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d3e4cf9b-a849-4c2d-a765-435901c26824 2018-08-23 16:50:39,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.372587919235s 2018-08-23 16:50:39,986 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d3e4cf9b-a849-4c2d-a765-435901c26824 2018-08-23 16:50:39,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 16:50:39,988 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:40,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-98326b32-4fe0-4e68-93bb-eed7ac2e04bc Date: Thu, 23 Aug 2018 16:50:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6cf2048-9647-4d47-a465-0bd1cbe9460c","tenant_id":"a3474bd6375f4b0d81c4480e65338425","created_at":"2018-08-23T16:50:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:50:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"a3474bd6375f4b0d81c4480e65338425","id":"5c040593-056f-4fad-adf7-99b58455beb4","subnetpool_id":null,"name":"vping_userdata-subnet_f5bf71e4-0476-4706-94fc-835694de2a93"}]} 2018-08-23 16:50:40,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-98326b32-4fe0-4e68-93bb-eed7ac2e04bc 2018-08-23 16:50:40,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.226814985275s 2018-08-23 16:50:40,214 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-98326b32-4fe0-4e68-93bb-eed7ac2e04bc 2018-08-23 16:50:40,215 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:50:42,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:50:42,221 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:42,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50: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-fd6cdac6-c022-4f67-9ba7-691d7debc6c8 x-compute-request-id: req-fd6cdac6-c022-4f67-9ba7-691d7debc6c8 Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "bookmark"}], "image": {"id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "links": [{"href": "http://172.30.9.27:8774/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c700144-0196-4570-8a4a-82c8b466cef5", "links": [{"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "bookmark"}]}, "id": "437ddad1-3c95-47fa-8ec3-805965c2ced2", "user_id": "6b135bd2f77e426ab11f00135f7127ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:50:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f5bf71e4-0476-4706-94fc-835694de2a93", "created": "2018-08-23T16:50:38Z", "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:50:42,902 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fd6cdac6-c022-4f67-9ba7-691d7debc6c8 2018-08-23 16:50:42,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683699846268s 2018-08-23 16:50:42,902 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fd6cdac6-c022-4f67-9ba7-691d7debc6c8 2018-08-23 16:50:42,906 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:50:44,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:50:44,912 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:46,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50: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-d4536425-8f3c-4312-ba54-1c09cde38469 x-compute-request-id: req-d4536425-8f3c-4312-ba54-1c09cde38469 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "bookmark"}], "image": {"id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "links": [{"href": "http://172.30.9.27:8774/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c700144-0196-4570-8a4a-82c8b466cef5", "links": [{"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "bookmark"}]}, "id": "437ddad1-3c95-47fa-8ec3-805965c2ced2", "security_groups": [{"name": "default"}], "user_id": "6b135bd2f77e426ab11f00135f7127ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:50:43Z", "hostId": "228ff7b746cca2d076c13fede709a9b3a55fa8c3d5ef4545da6f5d7e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f5bf71e4-0476-4706-94fc-835694de2a93", "created": "2018-08-23T16:50:38Z", "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:50:46,083 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d4536425-8f3c-4312-ba54-1c09cde38469 2018-08-23 16:50:46,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17418599129s 2018-08-23 16:50:46,084 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d4536425-8f3c-4312-ba54-1c09cde38469 2018-08-23 16:50:46,088 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:50:48,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:50:48,094 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:49,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50: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-9cdf5635-34ad-4581-8ca2-7f3c6f7330b3 x-compute-request-id: req-9cdf5635-34ad-4581-8ca2-7f3c6f7330b3 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "bookmark"}], "image": {"id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "links": [{"href": "http://172.30.9.27:8774/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c700144-0196-4570-8a4a-82c8b466cef5", "links": [{"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "bookmark"}]}, "id": "437ddad1-3c95-47fa-8ec3-805965c2ced2", "security_groups": [{"name": "default"}], "user_id": "6b135bd2f77e426ab11f00135f7127ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:50:43Z", "hostId": "228ff7b746cca2d076c13fede709a9b3a55fa8c3d5ef4545da6f5d7e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f5bf71e4-0476-4706-94fc-835694de2a93", "created": "2018-08-23T16:50:38Z", "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:50:49,835 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9cdf5635-34ad-4581-8ca2-7f3c6f7330b3 2018-08-23 16:50:49,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.74379014969s 2018-08-23 16:50:49,835 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9cdf5635-34ad-4581-8ca2-7f3c6f7330b3 2018-08-23 16:50:49,839 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:50:51,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:50:51,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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:53,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19951bbf-e68a-4f3f-a25d-f1580ad97708 x-compute-request-id: req-19951bbf-e68a-4f3f-a25d-f1580ad97708 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f5bf71e4-0476-4706-94fc-835694de2a93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:d8:20", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "bookmark"}], "image": {"id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "links": [{"href": "http://172.30.9.27:8774/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:50:48.000000", "flavor": {"id": "3c700144-0196-4570-8a4a-82c8b466cef5", "links": [{"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "bookmark"}]}, "id": "437ddad1-3c95-47fa-8ec3-805965c2ced2", "security_groups": [{"name": "default"}], "user_id": "6b135bd2f77e426ab11f00135f7127ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:50:48Z", "hostId": "228ff7b746cca2d076c13fede709a9b3a55fa8c3d5ef4545da6f5d7e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f5bf71e4-0476-4706-94fc-835694de2a93", "created": "2018-08-23T16:50:38Z", "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:50:53,301 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-19951bbf-e68a-4f3f-a25d-f1580ad97708 2018-08-23 16:50:53,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.45959281921s 2018-08-23 16:50:53,302 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-19951bbf-e68a-4f3f-a25d-f1580ad97708 2018-08-23 16:50:53,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 16:50:53,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=437ddad1-3c95-47fa-8ec3-805965c2ced2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:53,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-82158145-af74-4651-800b-87b1f63a85da Date: Thu, 23 Aug 2018 16:50:53 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e6cf2048-9647-4d47-a465-0bd1cbe9460c","tenant_id":"a3474bd6375f4b0d81c4480e65338425","created_at":"2018-08-23T16:50:44Z","admin_state_up":true,"updated_at":"2018-08-23T16:50:48Z","binding:vnic_type":"normal","device_id":"437ddad1-3c95-47fa-8ec3-805965c2ced2","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:a8:d8:20","id":"d89de75a-0bae-46f7-8114-cf0662a5d69b","port_security_enabled":true,"project_id":"a3474bd6375f4b0d81c4480e65338425","fixed_ips":[{"subnet_id":"5c040593-056f-4fad-adf7-99b58455beb4","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["f087d80c-86df-4c3f-b944-ec40a7dc7fa5"],"name":""}]} 2018-08-23 16:50:53,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=437ddad1-3c95-47fa-8ec3-805965c2ced2 used request id req-82158145-af74-4651-800b-87b1f63a85da 2018-08-23 16:50:53,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.230241060257s 2018-08-23 16:50:53,537 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=437ddad1-3c95-47fa-8ec3-805965c2ced2 used request id req-82158145-af74-4651-800b-87b1f63a85da 2018-08-23 16:50:53,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 16:50:53,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=d89de75a-0bae-46f7-8114-cf0662a5d69b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:53,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-06fd424e-e0e0-4aa4-a253-6d4776a78459 Date: Thu, 23 Aug 2018 16:50:53 GMT RESP BODY: {"floatingips": []} 2018-08-23 16:50:53,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=d89de75a-0bae-46f7-8114-cf0662a5d69b used request id req-06fd424e-e0e0-4aa4-a253-6d4776a78459 2018-08-23 16:50:53,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.328653097153s 2018-08-23 16:50:53,871 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=d89de75a-0bae-46f7-8114-cf0662a5d69b used request id req-06fd424e-e0e0-4aa4-a253-6d4776a78459 2018-08-23 16:50:53,872 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_f5bf71e4-0476-4706-94fc-835694de2a93': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a8:d8:20', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f431bc31-e449-4657-8ed6-e58a9470bda1'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T16:50:48.000000', 'flavor': Munch({u'id': u'3c700144-0196-4570-8a4a-82c8b466cef5'}), 'az': u'nova', 'id': u'437ddad1-3c95-47fa-8ec3-805965c2ced2', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6b135bd2f77e426ab11f00135f7127ca', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a3474bd6375f4b0d81c4480e65338425', 'name': 'vping_userdata-project_f5bf71e4-0476-4706-94fc-835694de2a93', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T16:50:48.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T16:50:48Z', 'hostId': u'228ff7b746cca2d076c13fede709a9b3a55fa8c3d5ef4545da6f5d7e', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'228ff7b746cca2d076c13fede709a9b3a55fa8c3d5ef4545da6f5d7e', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T16:50:48.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a3474bd6375f4b0d81c4480e65338425', 'name': u'vping_userdata-vm_f5bf71e4-0476-4706-94fc-835694de2a93', 'adminPass': u'gaUoAiWtH6PU', 'tenant_id': u'a3474bd6375f4b0d81c4480e65338425', 'created_at': u'2018-08-23T16:50:38Z', 'created': u'2018-08-23T16:50:38Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 16:50:53,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:50:53,874 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:53,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-f5fd85b1-3050-4d20-b14b-23fc44e9452a Date: Thu, 23 Aug 2018 16:50:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c040593-056f-4fad-adf7-99b58455beb4"],"updated_at":"2018-08-23T16:50:26Z","tenant_id":"a3474bd6375f4b0d81c4480e65338425","created_at":"2018-08-23T16:50:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a3474bd6375f4b0d81c4480e65338425","id":"e6cf2048-9647-4d47-a465-0bd1cbe9460c","name":"vping_userdata-net_f5bf71e4-0476-4706-94fc-835694de2a93"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:50:53,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f5fd85b1-3050-4d20-b14b-23fc44e9452a 2018-08-23 16:50:53,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0918560028076s 2018-08-23 16:50:53,965 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f5fd85b1-3050-4d20-b14b-23fc44e9452a 2018-08-23 16:50:53,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:50:53,974 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:54,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-af1e9dd4-2e46-4daa-8c9e-d38c8b8dc57e Date: Thu, 23 Aug 2018 16:50:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:50:33Z", "file": "/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1/file", "owner": "a3474bd6375f4b0d81c4480e65338425", "id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "size": 12716032, "self": "/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/f431bc31-e449-4657-8ed6-e58a9470bda1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/f431bc31-e449-4657-8ed6-e58a9470bda1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_f5bf71e4-0476-4706-94fc-835694de2a93", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_f5bf71e4-0476-4706-94fc-835694de2a93", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:50:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:50:54,759 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-af1e9dd4-2e46-4daa-8c9e-d38c8b8dc57e 2018-08-23 16:50:54,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.788574934006s 2018-08-23 16:50:54,760 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-af1e9dd4-2e46-4daa-8c9e-d38c8b8dc57e 2018-08-23 16:50:54,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 16:50:54,764 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:54,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50: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-2876d37f-552c-4251-8d24-c8987ce07fba x-compute-request-id: req-2876d37f-552c-4251-8d24-c8987ce07fba Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_f5bf71e4-0476-4706-94fc-835694de2a93", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "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": "3c700144-0196-4570-8a4a-82c8b466cef5"}]} 2018-08-23 16:50:54,789 - 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-2876d37f-552c-4251-8d24-c8987ce07fba 2018-08-23 16:50:54,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0279290676117s 2018-08-23 16:50:54,789 - 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-2876d37f-552c-4251-8d24-c8987ce07fba 2018-08-23 16:50:54,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 16:50:54,793 - 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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" -d '{"server": {"name": "vping_userdata-vm2_f5bf71e4-0476-4706-94fc-835694de2a93", "imageRef": "f431bc31-e449-4657-8ed6-e58a9470bda1", "flavorRef": "3c700144-0196-4570-8a4a-82c8b466cef5", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjEzIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e6cf2048-9647-4d47-a465-0bd1cbe9460c"}]}}' 2018-08-23 16:50:57,365 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 16:50:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9d774aef-dc30-43a1-8d16-1cf6624e7367 x-compute-request-id: req-9d774aef-dc30-43a1-8d16-1cf6624e7367 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/7a979acb-6b1f-40d5-8558-dacf947eece2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7a979acb-6b1f-40d5-8558-dacf947eece2", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7a979acb-6b1f-40d5-8558-dacf947eece2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7a979acb-6b1f-40d5-8558-dacf947eece2", "rel": "bookmark"}], "adminPass": "KgFrF2LXWabe"}} 2018-08-23 16:50:57,365 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-9d774aef-dc30-43a1-8d16-1cf6624e7367 2018-08-23 16:50:57,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.57398295403s 2018-08-23 16:50:57,365 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-9d774aef-dc30-43a1-8d16-1cf6624e7367 2018-08-23 16:50:57,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:50:57,369 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:50:58,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:50: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-90bddfa2-b8d3-4974-af08-23ac574ea45b x-compute-request-id: req-90bddfa2-b8d3-4974-af08-23ac574ea45b Content-Encoding: gzip Content-Length: 846 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/7a979acb-6b1f-40d5-8558-dacf947eece2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7a979acb-6b1f-40d5-8558-dacf947eece2", "rel": "bookmark"}], "image": {"id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "links": [{"href": "http://172.30.9.27:8774/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c700144-0196-4570-8a4a-82c8b466cef5", "links": [{"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "bookmark"}]}, "id": "7a979acb-6b1f-40d5-8558-dacf947eece2", "user_id": "6b135bd2f77e426ab11f00135f7127ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:50:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f5bf71e4-0476-4706-94fc-835694de2a93", "created": "2018-08-23T16:50:57Z", "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f5bf71e4-0476-4706-94fc-835694de2a93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:d8:20", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "bookmark"}], "image": {"id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "links": [{"href": "http://172.30.9.27:8774/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:50:48.000000", "flavor": {"id": "3c700144-0196-4570-8a4a-82c8b466cef5", "links": [{"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "bookmark"}]}, "id": "437ddad1-3c95-47fa-8ec3-805965c2ced2", "security_groups": [{"name": "default"}], "user_id": "6b135bd2f77e426ab11f00135f7127ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:50:48Z", "hostId": "228ff7b746cca2d076c13fede709a9b3a55fa8c3d5ef4545da6f5d7e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f5bf71e4-0476-4706-94fc-835694de2a93", "created": "2018-08-23T16:50:38Z", "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:50:58,774 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-90bddfa2-b8d3-4974-af08-23ac574ea45b 2018-08-23 16:50:58,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.40774512291s 2018-08-23 16:50:58,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-90bddfa2-b8d3-4974-af08-23ac574ea45b 2018-08-23 16:50:58,779 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:51:00,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:51:00,785 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:51:01,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:51: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-5c4f4b4f-211c-442c-af0e-5f149b30e1b3 x-compute-request-id: req-5c4f4b4f-211c-442c-af0e-5f149b30e1b3 Content-Encoding: gzip Content-Length: 850 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/7a979acb-6b1f-40d5-8558-dacf947eece2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7a979acb-6b1f-40d5-8558-dacf947eece2", "rel": "bookmark"}], "image": {"id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "links": [{"href": "http://172.30.9.27:8774/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c700144-0196-4570-8a4a-82c8b466cef5", "links": [{"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "bookmark"}]}, "id": "7a979acb-6b1f-40d5-8558-dacf947eece2", "user_id": "6b135bd2f77e426ab11f00135f7127ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T16:51:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f5bf71e4-0476-4706-94fc-835694de2a93", "created": "2018-08-23T16:50:57Z", "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f5bf71e4-0476-4706-94fc-835694de2a93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:d8:20", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "bookmark"}], "image": {"id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "links": [{"href": "http://172.30.9.27:8774/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:50:48.000000", "flavor": {"id": "3c700144-0196-4570-8a4a-82c8b466cef5", "links": [{"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "bookmark"}]}, "id": "437ddad1-3c95-47fa-8ec3-805965c2ced2", "security_groups": [{"name": "default"}], "user_id": "6b135bd2f77e426ab11f00135f7127ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:50:48Z", "hostId": "228ff7b746cca2d076c13fede709a9b3a55fa8c3d5ef4545da6f5d7e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f5bf71e4-0476-4706-94fc-835694de2a93", "created": "2018-08-23T16:50:38Z", "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:51:01,867 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5c4f4b4f-211c-442c-af0e-5f149b30e1b3 2018-08-23 16:51:01,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08512997627s 2018-08-23 16:51:01,868 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5c4f4b4f-211c-442c-af0e-5f149b30e1b3 2018-08-23 16:51:01,873 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:51:03,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:51:03,878 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:51:04,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:51: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-b855e1fa-ea48-4852-8a36-94c462204c05 x-compute-request-id: req-b855e1fa-ea48-4852-8a36-94c462204c05 Content-Encoding: gzip Content-Length: 942 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/7a979acb-6b1f-40d5-8558-dacf947eece2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7a979acb-6b1f-40d5-8558-dacf947eece2", "rel": "bookmark"}], "image": {"id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "links": [{"href": "http://172.30.9.27:8774/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c700144-0196-4570-8a4a-82c8b466cef5", "links": [{"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "bookmark"}]}, "id": "7a979acb-6b1f-40d5-8558-dacf947eece2", "user_id": "6b135bd2f77e426ab11f00135f7127ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-08-23T16:51:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f5bf71e4-0476-4706-94fc-835694de2a93", "created": "2018-08-23T16:50:57Z", "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 7a979acb-6b1f-40d5-8558-dacf947eece2.", "code": 500, "created": "2018-08-23T16:51:01Z"}, "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f5bf71e4-0476-4706-94fc-835694de2a93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:d8:20", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "bookmark"}], "image": {"id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "links": [{"href": "http://172.30.9.27:8774/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:50:48.000000", "flavor": {"id": "3c700144-0196-4570-8a4a-82c8b466cef5", "links": [{"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "bookmark"}]}, "id": "437ddad1-3c95-47fa-8ec3-805965c2ced2", "security_groups": [{"name": "default"}], "user_id": "6b135bd2f77e426ab11f00135f7127ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:50:48Z", "hostId": "228ff7b746cca2d076c13fede709a9b3a55fa8c3d5ef4545da6f5d7e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f5bf71e4-0476-4706-94fc-835694de2a93", "created": "2018-08-23T16:50:38Z", "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:51:04,592 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b855e1fa-ea48-4852-8a36-94c462204c05 2018-08-23 16:51:04,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.716904878616s 2018-08-23 16:51:04,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b855e1fa-ea48-4852-8a36-94c462204c05 2018-08-23 16:51:04,598 - 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 199, in boot_vm timeout=self.create_server_timeout, wait=True, **kwargs) File "", line 2, in create_server File "/usr/lib/python2.7/site-packages/shade/_utils.py", line 410, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6876, in create_server nat_destination=nat_destination, File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6919, in wait_for_server nat_destination=nat_destination) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6933, in get_active_server extra_data=dict(server=server)) OpenStackCloudException: ('Error in creating the server: Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 7a979acb-6b1f-40d5-8558-dacf947eece2.', "Extra: {'server': Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'f431bc31-e449-4657-8ed6-e58a9470bda1'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'3c700144-0196-4570-8a4a-82c8b466cef5'}), 'az': u'nova', 'id': u'7a979acb-6b1f-40d5-8558-dacf947eece2', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6b135bd2f77e426ab11f00135f7127ca', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a3474bd6375f4b0d81c4480e65338425', 'name': 'vping_userdata-project_f5bf71e4-0476-4706-94fc-835694de2a93', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'ERROR', 'updated': u'2018-08-23T16:51:01Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'fault': Munch({u'message': u'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 7a979acb-6b1f-40d5-8558-dacf947eece2.', u'code': 500, u'created': u'2018-08-23T16:51:01Z'}), u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a3474bd6375f4b0d81c4480e65338425', 'name': u'vping_userdata-vm2_f5bf71e4-0476-4706-94fc-835694de2a93', 'adminPass': None, 'tenant_id': u'a3474bd6375f4b0d81c4480e65338425', 'created_at': u'2018-08-23T16:50:57Z', 'created': u'2018-08-23T16:50:57Z', 'has_config_drive': False, 'volumes': [], u'fault': Munch({u'message': u'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 7a979acb-6b1f-40d5-8558-dacf947eece2.', u'code': 500, u'created': u'2018-08-23T16:51:01Z'}), 'config_drive': u'', 'region': 'regionOne'})}") 2018-08-23 16:51:04,728 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 16:51:04,729 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:10 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-08-23 16:51:04,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 16:51:04,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:51:04,912 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:51:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-792bafa3-1a44-43fd-a6ef-f7a73088c57a x-compute-request-id: req-792bafa3-1a44-43fd-a6ef-f7a73088c57a Content-Type: application/json 2018-08-23 16:51:04,913 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2 used request id req-792bafa3-1a44-43fd-a6ef-f7a73088c57a 2018-08-23 16:51:04,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.178037881851s 2018-08-23 16:51:04,913 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2 used request id req-792bafa3-1a44-43fd-a6ef-f7a73088c57a 2018-08-23 16:51:04,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:51:04,916 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:51:05,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:51: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-b7cab4a8-db03-4138-804d-aaaf7d8ee0d8 x-compute-request-id: req-b7cab4a8-db03-4138-804d-aaaf7d8ee0d8 Content-Encoding: gzip Content-Length: 949 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/7a979acb-6b1f-40d5-8558-dacf947eece2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7a979acb-6b1f-40d5-8558-dacf947eece2", "rel": "bookmark"}], "image": {"id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "links": [{"href": "http://172.30.9.27:8774/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c700144-0196-4570-8a4a-82c8b466cef5", "links": [{"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "bookmark"}]}, "id": "7a979acb-6b1f-40d5-8558-dacf947eece2", "user_id": "6b135bd2f77e426ab11f00135f7127ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-08-23T16:51:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f5bf71e4-0476-4706-94fc-835694de2a93", "created": "2018-08-23T16:50:57Z", "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 7a979acb-6b1f-40d5-8558-dacf947eece2.", "code": 500, "created": "2018-08-23T16:51:01Z"}, "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_f5bf71e4-0476-4706-94fc-835694de2a93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:d8:20", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/437ddad1-3c95-47fa-8ec3-805965c2ced2", "rel": "bookmark"}], "image": {"id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "links": [{"href": "http://172.30.9.27:8774/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T16:50:48.000000", "flavor": {"id": "3c700144-0196-4570-8a4a-82c8b466cef5", "links": [{"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "bookmark"}]}, "id": "437ddad1-3c95-47fa-8ec3-805965c2ced2", "security_groups": [{"name": "default"}], "user_id": "6b135bd2f77e426ab11f00135f7127ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T16:51:04Z", "hostId": "228ff7b746cca2d076c13fede709a9b3a55fa8c3d5ef4545da6f5d7e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f5bf71e4-0476-4706-94fc-835694de2a93", "created": "2018-08-23T16:50:38Z", "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 16:51:05,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b7cab4a8-db03-4138-804d-aaaf7d8ee0d8 2018-08-23 16:51:05,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.875372886658s 2018-08-23 16:51:05,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b7cab4a8-db03-4138-804d-aaaf7d8ee0d8 2018-08-23 16:51:05,792 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 16:51:07,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 16:51:07,798 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:51:08,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:51: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-c74b8947-772c-4481-a0e1-e0ea573cea0b x-compute-request-id: req-c74b8947-772c-4481-a0e1-e0ea573cea0b Content-Encoding: gzip Content-Length: 694 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/7a979acb-6b1f-40d5-8558-dacf947eece2", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7a979acb-6b1f-40d5-8558-dacf947eece2", "rel": "bookmark"}], "image": {"id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "links": [{"href": "http://172.30.9.27:8774/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c700144-0196-4570-8a4a-82c8b466cef5", "links": [{"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "bookmark"}]}, "id": "7a979acb-6b1f-40d5-8558-dacf947eece2", "user_id": "6b135bd2f77e426ab11f00135f7127ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-08-23T16:51:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f5bf71e4-0476-4706-94fc-835694de2a93", "created": "2018-08-23T16:50:57Z", "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 7a979acb-6b1f-40d5-8558-dacf947eece2.", "code": 500, "created": "2018-08-23T16:51:01Z"}, "metadata": {}}]} 2018-08-23 16:51:08,181 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c74b8947-772c-4481-a0e1-e0ea573cea0b 2018-08-23 16:51:08,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386768102646s 2018-08-23 16:51:08,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c74b8947-772c-4481-a0e1-e0ea573cea0b 2018-08-23 16:51:08,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 16:51:08,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/3bb8c5a5-1681-41b5-b87c-dec8ad8037ac/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" -d '{"subnet_id": "5c040593-056f-4fad-adf7-99b58455beb4"}' 2018-08-23 16:51:10,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8cb64762-9232-4082-903d-af1bd4f8c411 Date: Thu, 23 Aug 2018 16:51:10 GMT RESP BODY: {"network_id": "e6cf2048-9647-4d47-a465-0bd1cbe9460c", "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "subnet_id": "5c040593-056f-4fad-adf7-99b58455beb4", "subnet_ids": ["5c040593-056f-4fad-adf7-99b58455beb4"], "port_id": "a4abe677-fbe0-4823-9cab-144e22965c08", "id": "3bb8c5a5-1681-41b5-b87c-dec8ad8037ac"} 2018-08-23 16:51:10,024 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/3bb8c5a5-1681-41b5-b87c-dec8ad8037ac/remove_router_interface.json used request id req-8cb64762-9232-4082-903d-af1bd4f8c411 2018-08-23 16:51:10,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.84023404121s 2018-08-23 16:51:10,024 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/3bb8c5a5-1681-41b5-b87c-dec8ad8037ac/remove_router_interface.json used request id req-8cb64762-9232-4082-903d-af1bd4f8c411 returning object 3bb8c5a5-1681-41b5-b87c-dec8ad8037ac 2018-08-23 16:51:10,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 16:51:10,025 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:51:10,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-ffd7fac5-404e-4f1d-9efe-a210cdc87ae8 Date: Thu, 23 Aug 2018 16:51:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "f5b34b9c-dd33-46b5-9947-17506958773d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "01259dc7-ca29-4644-acb8-ac06eafbe8b0", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "a3474bd6375f4b0d81c4480e65338425", "created_at": "2018-08-23T16:50:27Z", "admin_state_up": true, "updated_at": "2018-08-23T16:51:09Z", "revision_number": 4, "routes": [], "project_id": "a3474bd6375f4b0d81c4480e65338425", "id": "3bb8c5a5-1681-41b5-b87c-dec8ad8037ac", "name": "vping_userdata-router_f5bf71e4-0476-4706-94fc-835694de2a93"}]} 2018-08-23 16:51:10,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-ffd7fac5-404e-4f1d-9efe-a210cdc87ae8 2018-08-23 16:51:10,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113872051239s 2018-08-23 16:51:10,139 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-ffd7fac5-404e-4f1d-9efe-a210cdc87ae8 2018-08-23 16:51:10,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 16:51:10,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/3bb8c5a5-1681-41b5-b87c-dec8ad8037ac.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:51:11,452 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a3bebdf6-b9f4-486c-bb96-3d61115ec456 Content-Length: 0 Date: Thu, 23 Aug 2018 16:51:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:51:11,453 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/3bb8c5a5-1681-41b5-b87c-dec8ad8037ac.json used request id req-a3bebdf6-b9f4-486c-bb96-3d61115ec456 2018-08-23 16:51:11,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.31215500832s 2018-08-23 16:51:11,453 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/3bb8c5a5-1681-41b5-b87c-dec8ad8037ac.json used request id req-a3bebdf6-b9f4-486c-bb96-3d61115ec456 2018-08-23 16:51:11,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 16:51:11,454 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:51:11,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0f55dd15-dccd-4ffb-8418-41ca914c4987 Date: Thu, 23 Aug 2018 16:51:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6cf2048-9647-4d47-a465-0bd1cbe9460c","tenant_id":"a3474bd6375f4b0d81c4480e65338425","created_at":"2018-08-23T16:50:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T16:50:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"a3474bd6375f4b0d81c4480e65338425","id":"5c040593-056f-4fad-adf7-99b58455beb4","subnetpool_id":null,"name":"vping_userdata-subnet_f5bf71e4-0476-4706-94fc-835694de2a93"}]} 2018-08-23 16:51:11,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-0f55dd15-dccd-4ffb-8418-41ca914c4987 2018-08-23 16:51:11,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.343116998672s 2018-08-23 16:51:11,797 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-0f55dd15-dccd-4ffb-8418-41ca914c4987 2018-08-23 16:51:11,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 16:51:11,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/5c040593-056f-4fad-adf7-99b58455beb4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:51:14,225 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa0f06ed-865b-47d2-9af3-c085ab70980e Date: Thu, 23 Aug 2018 16:51:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:51:14,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/5c040593-056f-4fad-adf7-99b58455beb4.json used request id req-aa0f06ed-865b-47d2-9af3-c085ab70980e 2018-08-23 16:51:14,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.42668485641s 2018-08-23 16:51:14,225 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/5c040593-056f-4fad-adf7-99b58455beb4.json used request id req-aa0f06ed-865b-47d2-9af3-c085ab70980e 2018-08-23 16:51:14,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 16:51:14,227 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:51:14,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-1368f541-6abf-4189-ade6-7994cd483d45 Date: Thu, 23 Aug 2018 16:51:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T16:51:14Z","tenant_id":"a3474bd6375f4b0d81c4480e65338425","created_at":"2018-08-23T16:50:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a3474bd6375f4b0d81c4480e65338425","id":"e6cf2048-9647-4d47-a465-0bd1cbe9460c","name":"vping_userdata-net_f5bf71e4-0476-4706-94fc-835694de2a93"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["01259dc7-ca29-4644-acb8-ac06eafbe8b0"],"updated_at":"2018-08-23T16:41:47Z","tenant_id":"f510d54cf55042578e4d20bdb8ff3bb7","created_at":"2018-08-23T16:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f510d54cf55042578e4d20bdb8ff3bb7","id":"f5b34b9c-dd33-46b5-9947-17506958773d","name":"external"}]} 2018-08-23 16:51:14,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1368f541-6abf-4189-ade6-7994cd483d45 2018-08-23 16:51:14,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118443012238s 2018-08-23 16:51:14,345 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1368f541-6abf-4189-ade6-7994cd483d45 2018-08-23 16:51:14,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 16:51:14,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/e6cf2048-9647-4d47-a465-0bd1cbe9460c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:51:15,833 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd3cf097-f31b-4d24-bdbe-bbd91e824c06 Date: Thu, 23 Aug 2018 16:51:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 16:51:15,833 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/e6cf2048-9647-4d47-a465-0bd1cbe9460c.json used request id req-bd3cf097-f31b-4d24-bdbe-bbd91e824c06 2018-08-23 16:51:15,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.48686385155s 2018-08-23 16:51:15,833 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/e6cf2048-9647-4d47-a465-0bd1cbe9460c.json used request id req-bd3cf097-f31b-4d24-bdbe-bbd91e824c06 2018-08-23 16:51:15,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 16:51:15,841 - 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.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:51:15,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-79177111-e0a7-4fdc-90a8-23827fb5fd11 Date: Thu, 23 Aug 2018 16:51:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T16:50:33Z", "file": "/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1/file", "owner": "a3474bd6375f4b0d81c4480e65338425", "id": "f431bc31-e449-4657-8ed6-e58a9470bda1", "size": 12716032, "self": "/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/f431bc31-e449-4657-8ed6-e58a9470bda1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2fb84eb9-ce3b-4b23-b37b-3211aa8aaaf7/images/f431bc31-e449-4657-8ed6-e58a9470bda1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_f5bf71e4-0476-4706-94fc-835694de2a93", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_f5bf71e4-0476-4706-94fc-835694de2a93", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T16:50:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 16:51:15,878 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-79177111-e0a7-4fdc-90a8-23827fb5fd11 2018-08-23 16:51:15,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0411570072174s 2018-08-23 16:51:15,879 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-79177111-e0a7-4fdc-90a8-23827fb5fd11 2018-08-23 16:51:15,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 16:51:15,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4de7fa629fe67f395c489ee7f2808ad1221541fc" 2018-08-23 16:51:16,381 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e8f3fe09-dc66-41ac-8464-4666bf5f9681 Date: Thu, 23 Aug 2018 16:51:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 16:51:16,381 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1 used request id req-e8f3fe09-dc66-41ac-8464-4666bf5f9681 2018-08-23 16:51:16,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.500324010849s 2018-08-23 16:51:16,381 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/f431bc31-e449-4657-8ed6-e58a9470bda1 used request id req-e8f3fe09-dc66-41ac-8464-4666bf5f9681 2018-08-23 16:51:16,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 16:51:16,384 - 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.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:51:16,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:51: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-cb05408e-2ea5-4018-b533-948893e1070d x-compute-request-id: req-cb05408e-2ea5-4018-b533-948893e1070d Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_f5bf71e4-0476-4706-94fc-835694de2a93", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3c700144-0196-4570-8a4a-82c8b466cef5", "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": "3c700144-0196-4570-8a4a-82c8b466cef5"}]} 2018-08-23 16:51:16,406 - 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-cb05408e-2ea5-4018-b533-948893e1070d 2018-08-23 16:51:16,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0241169929504s 2018-08-23 16:51:16,406 - 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-cb05408e-2ea5-4018-b533-948893e1070d 2018-08-23 16:51:16,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 16:51:16,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/3c700144-0196-4570-8a4a-82c8b466cef5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:51:16,445 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 16:51: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-a8c5be1e-d033-488b-b996-1dcba79e6ca4 x-compute-request-id: req-a8c5be1e-d033-488b-b996-1dcba79e6ca4 Content-Length: 0 Content-Type: application/json 2018-08-23 16:51:16,445 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/3c700144-0196-4570-8a4a-82c8b466cef5 used request id req-a8c5be1e-d033-488b-b996-1dcba79e6ca4 2018-08-23 16:51:16,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0380210876465s 2018-08-23 16:51:16,446 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/3c700144-0196-4570-8a4a-82c8b466cef5 used request id req-a8c5be1e-d033-488b-b996-1dcba79e6ca4 2018-08-23 16:51:16,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 16:51:16,450 - 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.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:51:16,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-741b3bc9-261a-41cc-9a61-126a29451f50 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/0fb6bc394efe4de0842e2bf336ccd4ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0fb6bc394efe4de0842e2bf336ccd4ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/2a4c0b3a7c9641559d5604c3717d25b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a4c0b3a7c9641559d5604c3717d25b1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/2fed34fbd5cd4650bfa495a428709fe4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2fed34fbd5cd4650bfa495a428709fe4", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/3317a35d48634d8f88476b50a9b7ace5"}, "domain_id": "fad46a1b983b4798bee38d10b68c191b", "enabled": true, "options": {}, "id": "3317a35d48634d8f88476b50a9b7ace5", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/4539671e82c8450e9b0511fb70f3a348"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4539671e82c8450e9b0511fb70f3a348", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/5cf161c17e8e4ad5845b79c4ac9ba186"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5cf161c17e8e4ad5845b79c4ac9ba186", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/5d27bc799c654c78a530dd0b2fc30701"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d27bc799c654c78a530dd0b2fc30701", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_f5bf71e4-0476-4706-94fc-835694de2a93", "links": {"self": "http://172.30.9.27:5000/v3/users/6b135bd2f77e426ab11f00135f7127ca"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6b135bd2f77e426ab11f00135f7127ca", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/6d21aee7f48c4e29aab1e452c68b276f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d21aee7f48c4e29aab1e452c68b276f", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/795ca1936f824a5f9f2ce1b88e1ee04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "795ca1936f824a5f9f2ce1b88e1ee04a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8aba8fdc78d24d5795d912b0b6ce2737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8aba8fdc78d24d5795d912b0b6ce2737", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/afa90be81a524580ac3818a7556b0470"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa90be81a524580ac3818a7556b0470", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b05f064fe4684bbfa3538e65cda2b20e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b05f064fe4684bbfa3538e65cda2b20e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b1453aa607a54efaa69228b52438f26c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1453aa607a54efaa69228b52438f26c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/e2f463ed020c4ac8895e177fa76834c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e2f463ed020c4ac8895e177fa76834c5", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-23 16:51:16,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-741b3bc9-261a-41cc-9a61-126a29451f50 2018-08-23 16:51:16,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.208709001541s 2018-08-23 16:51:16,656 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-741b3bc9-261a-41cc-9a61-126a29451f50 2018-08-23 16:51:16,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 16:51:16,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/6b135bd2f77e426ab11f00135f7127ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:51:16,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9819918c-7466-41ad-a397-a743b35c8863 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_f5bf71e4-0476-4706-94fc-835694de2a93", "links": {"self": "http://172.30.9.27:5000/v3/users/6b135bd2f77e426ab11f00135f7127ca"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "6b135bd2f77e426ab11f00135f7127ca", "description": null}} 2018-08-23 16:51:16,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/6b135bd2f77e426ab11f00135f7127ca used request id req-9819918c-7466-41ad-a397-a743b35c8863 2018-08-23 16:51:16,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.202688932419s 2018-08-23 16:51:16,865 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/6b135bd2f77e426ab11f00135f7127ca used request id req-9819918c-7466-41ad-a397-a743b35c8863 2018-08-23 16:51:16,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 16:51:16,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/6b135bd2f77e426ab11f00135f7127ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:51:17,248 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:51:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c547078e-85f7-4e9b-88df-db9c853c8f4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 16:51:17,248 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/6b135bd2f77e426ab11f00135f7127ca used request id req-c547078e-85f7-4e9b-88df-db9c853c8f4b 2018-08-23 16:51:17,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.383058786392s 2018-08-23 16:51:17,249 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/6b135bd2f77e426ab11f00135f7127ca used request id req-c547078e-85f7-4e9b-88df-db9c853c8f4b 2018-08-23 16:51:17,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 16:51:17,258 - 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.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:51:17,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 16:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d24bbcc-2244-4029-8ae0-e93cfb9fb86d 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/a3474bd6375f4b0d81c4480e65338425"}, "tags": [], "enabled": true, "id": "a3474bd6375f4b0d81c4480e65338425", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_f5bf71e4-0476-4706-94fc-835694de2a93"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/d7e8705e28c14b6588e6b073f23f47ec"}, "tags": [], "enabled": true, "id": "d7e8705e28c14b6588e6b073f23f47ec", "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/f510d54cf55042578e4d20bdb8ff3bb7"}, "tags": [], "enabled": true, "id": "f510d54cf55042578e4d20bdb8ff3bb7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-23 16:51:17,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-5d24bbcc-2244-4029-8ae0-e93cfb9fb86d 2018-08-23 16:51:17,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191901922226s 2018-08-23 16:51:17,447 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-5d24bbcc-2244-4029-8ae0-e93cfb9fb86d 2018-08-23 16:51:17,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 16:51:17,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/a3474bd6375f4b0d81c4480e65338425 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a0c8666ea31477de71d99f1c9723a222b291660e" 2018-08-23 16:51:17,717 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 16:51:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-976cc788-ce45-4975-9d45-73c6e6341eda Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 16:51:17,717 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/a3474bd6375f4b0d81c4480e65338425 used request id req-976cc788-ce45-4975-9d45-73c6e6341eda 2018-08-23 16:51:17,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.265482187271s 2018-08-23 16:51:17,717 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/a3474bd6375f4b0d81c4480e65338425 used request id req-976cc788-ce45-4975-9d45-73c6e6341eda 2018-08-23 16:51:17,717 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2018-08-23 16:51:17,718 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | tenantnetwork1 | functest | healthcheck | 00:08 | PASS | | tenantnetwork2 | functest | healthcheck | 00:08 | PASS | | vmready1 | functest | healthcheck | 00:14 | PASS | | vmready2 | functest | healthcheck | 00:14 | PASS | | singlevm1 | functest | healthcheck | 00:52 | PASS | | singlevm2 | functest | healthcheck | 00:36 | PASS | | vping_ssh | functest | healthcheck | 00:54 | PASS | | vping_userdata | functest | healthcheck | 00:10 | 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-08-23 16:51:17,732 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-23 16:51:17,793 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-23 16:51:17,871 - paramiko.transport - DEBUG - EOF in transport thread